Version log
===========

* v4.0.10

        - [Changed] The parameter access updated
        - [Added] Mercury boundary model
        - [Added] Earth Volland electric potential model

* v4.0.9

        - [Added] :class:`irfpy.venus.bowshock` and :class:`irfpy.venus.icb` support scaling support

* v4.0.8 (2019-08-22)

        - [Added] :class:`irfpy.mars.bowshock.BowShockVignesScaled`

* v4.0.7 (2019-02-27)

        - [Added] :mod:`irfpy.moon.phase`
        - [Added] :mod:`irfpy.mars.mars_calendar`

* v4.0.6

        - [Added] :mod:`irfpy.moon.moon_map`

* v4.0.5

        - [Added] :mod:`irfpy.mars.exosphere` (Wang)

* v4.0.4

        - [Added] :func:`irfpy.venus.icb.inside_martinecz08` to check the ICB domain

* v4.0.3

        - [Added] :attr:`irfpy.mars.rm` containing the radius of Mars.
        - [Added] :attr:`irfpy.venus.rv` containing the radius of Venus.

* v4.0.2

        - [Added] :func:`irfpy.mars.bs.inside_martinecz08`
        - [Fixed] :mod:`irfpy.jupiter.kk2009` contained bug (now error) in getting some paremeter

* v4.0.1 (2016-09-04)

        - Implement Venus boundaries.
                - :mod:`irfpy.venus.bowshock` and :mod:`irfpy.venus.icb`.
        - Tests in v4.0.0 have been failed under Linux. Fixed.


* v4.0.0 (2016-08-15)

        - Namespace changed to ``irfpy``.
        - irfpy.irf.se support
        - Using latest template

* v3.1.0 (2014-06-03)

        - Now the module depnds on ``irfpy.util`` (https://irfpy.irf.se/projects/util)
        - The anomaly model is removed from HEAD repository. Use .pyanarc.

* v3.0.0 (2014-05-27)

        - Python3 support
        - Clear LICENSE (Apache license) is applied.
        - Jupiter magnetosphere model by :mod:`pyana.juipiter.kk_2009`.
        - Mars boundary models implementation.

* v0.2 (2013-07-11)

        - Merge pyana.earth project. :mod:`pyana.earth`.
        - Using latest template provided from pyana.templ

* v0.1

        - Moon's magnetic anomaly.
        - Moon's parameters.

For developer
-------------

A good resource of change log writing can be found at http://keepachangelog.com/en/0.3.0/

Try to use either of [Added] [Changed] [Deprecated] [Removed] [Fixed] [Security].