Releases: sncosmo/extinction
Releases · sncosmo/extinction
v0.4.8
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
What's Changed
- Add support for Python 3.13 and numpy 2 by @lukeshingles in #27
New Contributors
- @lukeshingles made their first contribution in #27
Full Changelog: v0.4.6...v0.4.7
v0.4.6
v0.3.0
- Make
Fitzpatrick99fully 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_vtofitzpatrick99function so thatextinction.fitzpatrick99(wave, a_v, r_v)works. This is consistent with calling conventions forccm89,odonnell94, etc.