Skip to content

Releases: sncosmo/extinction

v0.4.8

04 Aug 10:43
eeb5649

Choose a tag to compare

What's Changed

  • Add support for python 3.14/3.14t and increase requires-python to >= 3.8 by @lukeshingles in #33

Full Changelog: v0.4.7...v0.4.8

v0.4.7

15 Dec 14:46
0bc5722

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.6...v0.4.7

v0.4.6

03 Sep 23:41

Choose a tag to compare

Note: All releases since v0.4.0 have been for build system modernization of one sort or another.

Build system updates

  • This release includes wheels uploaded to PyPI

Bugfixes

  • Addressed numpy.float type deprecation warning introduced in numpy v1.20.

v0.3.0

14 Dec 21:25

Choose a tag to compare

  • Make Fitzpatrick99 fully agree with IDL FM_UNRED (and original paper) by using natural boundary condition in cubic spline
  • Speed up Fitzpatrick99() initialization from about 500us to 1us
  • Speed up Fitzpatrick99 evaluation from about 50us to 6us (10 points)
  • Add keyword argument for r_v to fitzpatrick99 function so that extinction.fitzpatrick99(wave, a_v, r_v) works. This is consistent with calling conventions for ccm89, odonnell94, etc.