Skip to content

Releases: tomasstolker/diskmap

diskmap v0.2.0

21 Sep 05:52
Compare
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
Compare
Choose a tag to compare
  • Updated setup.py

diskmap v0.1.4

30 Mar 09:20
Compare
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
Compare
Choose a tag to compare
  • Added Codecov to Github Actions
  • Improvements in code style
  • Updated documentation

diskmap v0.1.2

29 Jul 12:13
Compare
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
Compare
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.

diskmap v0.1.0

23 Dec 09:53
Compare
Choose a tag to compare
  • Compatibility with Python 3.8, in addition to Python 3.6 and 3.7.
  • Some minor maintenance and updated documentation.

diskmap v0.0.9

02 May 12:33
Compare
Choose a tag to compare
  • Added a notebook tutorial.
  • Updated the documentation and README.

diskmap v0.0.8

15 Apr 07:02
Compare
Choose a tag to compare
  • Added unit tests.
  • Added typehints and typeguard checks.
  • Added Travis CI, Coveralls, and CodeFactor
  • Bug fix of a factor 2 in the distance scaling.

diskmap v0.0.7

10 Feb 09:05
Compare
Choose a tag to compare

Updated code documentation.