Releases: tomasstolker/diskmap
Releases · tomasstolker/diskmap
diskmap v0.3.0
- Added support for Python 3.12, dropped support for Python 3.9
- Changed
setup.py
topyproject.toml
diskmap v0.2.0
- Support for Python 3.11 and dropped support for Python 3.7 and 3.8
- Parametrization of the height profile with a Python function by setting
surface='function'
and providing theheight_func
(thanks @TomHilder!)
diskmap v0.1.5
- Updated
setup.py
diskmap v0.1.4
- Added support for Python 3.10 and dropped support for Python 3.6
- Improved documentation and minor maintenance
diskmap v0.1.3
- Added Codecov to Github Actions
- Improvements in code style
- Updated documentation
diskmap v0.1.2
- Support for Python 3.9
- Changed CI from Travis to Github Actions
- Minor improvements to the docstrings and tutorial
diskmap v0.1.1
- Added the
image_type
parameter toDiskMap
which can be set to 'polarized' or 'total'. - Refactored part of
deproject_disk
into thesort_disk
method to reduce the complexity. - The output of
phase_function
depends onimage_type
. - Created a logo for the documentation page.
- Updated the documentation and tutorial.
- Some minor maintenance.
diskmap v0.1.0
- Compatibility with Python 3.8, in addition to Python 3.6 and 3.7.
- Some minor maintenance and updated documentation.
diskmap v0.0.9
- Added a notebook tutorial.
- Updated the documentation and README.
diskmap v0.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.