- Added the `image_type` parameter to `DiskMap` which can be set to *'polarized'* or *'total'*. - Refactored part of `deproject_disk` into the `sort_disk` method to reduce the complexity. - The output of `phase_function` depends on `image_type`. - Created a logo for the documentation page. - Updated the documentation and tutorial. - Some minor maintenance.
0.1.0
- Compatibility with Python 3.8, in addition to Python 3.6 and 3.7. - Some minor maintenance and updated documentation.
0.0.9
- Added a notebook tutorial. - Updated the documentation and README.
0.0.8
- Added unit tests. - Added typehints and typeguard checks. - Added Travis CI, Coveralls, and CodeFactor - Bug fix of a factor 2 in the distance scaling.
0.0.7
Updated code documentation.
0.0.6
Bug fix of the position angle in the deprojected image.