Skip to content

Releases: tomasstolker/diskmap

diskmap v0.3.3

13 Jan 10:35

Choose a tag to compare

diskmap v0.3.2

06 Jan 12:20

Choose a tag to compare

Minor release with some package maintenance

diskmap v0.3.1

22 Dec 21:54

Choose a tag to compare

diskmap v0.3.0

19 Oct 12:13

Choose a tag to compare

  • Added support for Python 3.12, dropped support for Python 3.9
  • Changed setup.py to pyproject.toml

diskmap v0.2.0

21 Sep 05:52

Choose a tag to compare

  • 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 the height_func (thanks @TomHilder!)

diskmap v0.1.5

11 Apr 07:20

Choose a tag to compare

  • Updated setup.py

diskmap v0.1.4

30 Mar 09:20

Choose a tag to compare

  • Added support for Python 3.10 and dropped support for Python 3.6
  • Improved documentation and minor maintenance

diskmap v0.1.3

06 Oct 11:13

Choose a tag to compare

  • Added Codecov to Github Actions
  • Improvements in code style
  • Updated documentation

diskmap v0.1.2

29 Jul 12:13

Choose a tag to compare

  • Support for Python 3.9
  • Changed CI from Travis to Github Actions
  • Minor improvements to the docstrings and tutorial

diskmap v0.1.1

04 Jan 09:13

Choose a tag to compare

  • 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.