Releases: astropy/SPISEA
Releases · astropy/SPISEA
v2.1.13
Bugfix making iso_dir creation in IsochronePhot more robust (mkdir to makedirs)
v2.1.12
Primarily adding support for Rubin Observatory Filters. Other small updates: commenting out depreciated astropy_init lines, closing grid_num file in evolution.get_installed_grid_num so we don't get warnings that file wasn't closed.
v2.1.11
Bugfix to RedLawFritz11 so that paths work regardless of operating system used (from Winston Zhang)
v2.1.10
Adding support for Roman Space Telescope filters (via pysynphot)
v2.1.9
Bugfix to pytest setup (setup.cgf, conftest.py) so it works with updated python/astropy versions
v2.1.8
Small bugfix: numpy array dtype=np.object depreciated and is replaced by dtype=object
v2.1.7
Updates to extinction law objects: added several new laws (Fritz11, Schoedel10, Indebetouw05, NoguerasLara20), and made some minor updates to other laws. Notably, I made sure the Fritz11, Nishiyama09, and Indebetouw05 laws were performing as expected longward of K-band...this is super important for JWST observations!
v2.1.6
Bugfix on how SPISEA selects closest evolution model in grid to user-specified age + metallicity. Primarily impacts metallicity selection.
v2.1.5
Addition of new optional params in get_bb_atmosphere function to give user control of wavelength range and sampling. Courtesy of Abhimat.
v2.1.4b
Small bugfix to test function that got lost in original v2.1.4 release.