Skip to content

Releases: sncosmo/sncosmo

v2.10.4 (2024-02-20)

20 Feb 16:45
Compare
Choose a tag to compare

Fix issue with Python 3.12. Added dependency, looseversion, to replace removed distutil module (#387).

v2.10.3 (2024-01-31)

31 Jan 21:39
Compare
Choose a tag to compare

v2.10.3 (2024-01-31)

  • Fix issue with Python 3.12. Added dependency, looseversion, to replace removed distutil module (#387).

v2.10.2 (2023-09-29)

29 Sep 18:30
Compare
Choose a tag to compare

v2.10.1

28 Jun 15:40
Compare
Choose a tag to compare

v2.10.1 (2023-06-28)

  • Add GOTO_ (#374) and DES u_ (#371) filters.

.. _GOTO: https://goto-observatory.org/
.. _DES u: https://noirlab.edu/science/programs/ctio/filters/Dark-Energy-Camera

v2.10.0

28 Apr 17:10
Compare
Choose a tag to compare

v2.10.0 (2023-04-27)

Major Changes:

  • Dropped support for Python <3.7 (#361)
  • Add phase dependence option to PropagationEffect (#359)

Additions & Improvements:

  • Add retrained SALT2 models from the DES and Pantheon+ teams (#355)
  • Add TESS filter (#357)

v2.9.0

27 Sep 17:57
Compare
Choose a tag to compare

v2.9.0 (2022-09-27)

  • Add P22 SALT3-NIR model (#350)
  • Updated SALT3 input calibration (#339)
  • Add Gaia filters (#351)
  • Improvements to code management

v2.8.0

17 Mar 03:47
992982f
Compare
Choose a tag to compare

v2.8.0 (2022-03-16)

  • Add 2MASS filters (#338)

  • Add ATLAS filters (#336)

v2.7.0

29 Oct 20:10
Compare
Choose a tag to compare

v2.7.0 (2021-10-29)

  • New zeropoint alias for improved SNANA compatibility (#318)

  • Add Roman filters (#218, #322)

  • Add the ability to a use SNANA co-add simlibs (#247)

  • Fix file paths for Windows users (#324)

  • Fix the builtins with poor spline options (#203, #328, #329)

  • Various improvments to code and repo managment

v2.6.0

09 Sep 22:25
6debb30
Compare
Choose a tag to compare

This release mostly involves modernizing the SNCosmo build system.

  • Add Pan-STARRS1 bandpasses (#212)
  • Added support for wheels which should now be automatically uploaded to PyPI
    for any new release (#304).
  • Fixed the Zenodo integration. New SNCosmo releases should now automatically
    be archived to Zenodo.
  • Moved citations to the new CITATION.cff format. GitHub and Zenodo will now
    provide BibTeX entries that can be used to cite SNCosmo (#302).
  • Update to the emcee version 3 API. Now only compatible with emcee>=3.
  • Migrate from Travis CI to GitHub Actions for continuous integration/tests
    (#293).
  • Bugfixes:
    • Fixed the implementation of the SALT3 error model (#300).
    • Fixed numpy type deprecations.
    • Fixed the documentation for models (#299).

v2.5.0

20 Apr 18:02
Compare
Choose a tag to compare
  • Add SALT3 model from Kenworthy et al. (2021) #296
  • Various documentation fixes #295 #297 #298