Skip to content

Releases: sncosmo/extinction

v0.4.7

15 Dec 14:46
0bc5722
Compare
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
Compare
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
Compare
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.