Skip to content

Releases: RiceMunk/omnifit

Release v0.3.0

12 Jan 17:38
Compare
Choose a tag to compare

Changes in v0.3.0

  • Python 3 support! At least 3.8 should work, but probably also 3.9.
  • Fix several instances of deprecated code, including replacing astropy_helpers with the newer package template format
  • Builds are no longer handled by travis, but by github workflows

v0.2.1

19 Dec 13:39
Compare
Choose a tag to compare

Changes in 0.2.1

  • Properly parsing requirements on installation now (issue #15)
  • Made fitting compatible with lmfit versions higher than 0.9 (issue #22)
  • Consequently this made omnifit incompatible with lmfit versions lower than 0.9, so dropped support for those
  • Made spectrum convolution work properly with astropy 1.1
  • Updated full fitting example in documentation to reflect the new format being used for complex refractive indices

v0.2

02 Nov 14:56
Compare
Choose a tag to compare

Changes in 0.2.0

  • Kramer-Kronig relation implementation added to utils
  • Example for using the KK relation added to documentation
  • Tests for KK relation
  • Added pip-requirements file
  • Fixed issue #16 of spectrum convolution breaking units

v0.1.2

14 Sep 13:35
Compare
Choose a tag to compare

Changes in 0.1.2

  • Fixed issue #12 of interpolation breaking units
  • Fixed example in documentation and made it more easy to test

v0.1.1b

08 Sep 13:35
Compare
Choose a tag to compare

Fixes installation documentation.

v0.1.1

08 Sep 12:39
Compare
Choose a tag to compare

This version adds pypi support.

v0.1

25 Aug 11:40
Compare
Choose a tag to compare

This is version 0.1 of Omnifit; the first proper release.