Skip to content

Releases: astropy/SPISEA

v2.3

21 Feb 00:28
a6c0a02

Choose a tag to compare

Accelerated cluster generation (factor of ~2x) by improving implementation of companion star generation, plus added additional testing to ensure primary star and companion star generation results remain consistent. Also added support for euclid VIS filter.

v2.2

21 Jan 01:15
62e15be

Choose a tag to compare

Compatibility updates for SPISEA to work with SynthPop. Updates include:

  • Low mass objects below the isochrone grid can optionally be kept
    in clusters (off by default) and will have
    current_mass=initial_mass and phase=98, with no other
    evolutionary information or photometry.
  • Evolution model versions are now logged in IsochronePhot files
    and checked if present.
  • The option synthpop_extension is now available for MISTv1
    version=1.2 evolution. This fills in the missing parameter space
    down to initial mass 0.1Msun in isochrones where needed. Use of
    this option will require downloading updated isochrone files.
  • Added support for Euclid filters.

v2.1.15

30 Oct 21:10
ee57629

Choose a tag to compare

Update Roman filter name from w146 to f146. STScI CDBS files from 2024-03-22 or later are now required to reflect this change.

v2.1.14

23 Oct 19:55

Choose a tag to compare

Primary updates:

  • Support for NACO intermediate-band filters
  • Added metallicity check to get_atmosphere_bounds
  • Added filter column check for isochrone generation
  • Bugfix: ensure imf_mass_limit is reset after each cluster is generated from same imf obj

v2.1.13

11 Dec 00:22
c7c211e

Choose a tag to compare

Bugfix making iso_dir creation in IsochronePhot more robust (mkdir to makedirs)

v2.1.12

03 Dec 01:37
41b2f32

Choose a tag to compare

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

19 Sep 21:25
d9b7979

Choose a tag to compare

Bugfix to RedLawFritz11 so that paths work regardless of operating system used (from Winston Zhang)

v2.1.10

01 Jun 16:48
af85493

Choose a tag to compare

Adding support for Roman Space Telescope filters (via pysynphot)

v2.1.9

10 Jan 19:58
eae288a

Choose a tag to compare

Bugfix to pytest setup (setup.cgf, conftest.py) so it works with updated python/astropy versions

v2.1.8

04 Jan 19:53

Choose a tag to compare

Small bugfix: numpy array dtype=np.object depreciated and is replaced by dtype=object