Releases: tomasstolker/diskmap
Releases · tomasstolker/diskmap
diskmap v0.3.3
diskmap v0.3.2
Minor release with some package maintenance
diskmap v0.3.1
diskmap v0.3.0
- Added support for Python 3.12, dropped support for Python 3.9
- Changed
setup.pytopyproject.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_typeparameter toDiskMapwhich can be set to 'polarized' or 'total'. - Refactored part of
deproject_diskinto thesort_diskmethod to reduce the complexity. - The output of
phase_functiondepends onimage_type. - Created a logo for the documentation page.
- Updated the documentation and tutorial.
- Some minor maintenance.