From a18a8e5459c1593ed2ac49e761b9ca616c9d5bd6 Mon Sep 17 00:00:00 2001 From: Benjamin Rose Date: Tue, 27 Sep 2022 17:39:25 +0000 Subject: [PATCH] Prepare for version 2.9.0 --- docs/history.rst | 11 +++++++++++ sncosmo/__init__.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/history.rst b/docs/history.rst index 47825a56..63f32734 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -8,6 +8,17 @@ sncosmo v1.0 will continue to work with any v1.x version. However, exact results may differ between versions in the 1.x series. (For example, due to changes in integration method.) +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 (2022-03-16) =================== diff --git a/sncosmo/__init__.py b/sncosmo/__init__.py index e82a6098..fc4fcc0d 100644 --- a/sncosmo/__init__.py +++ b/sncosmo/__init__.py @@ -8,7 +8,7 @@ from astropy.config import ConfigItem, ConfigNamespace from astropy.config.configuration import update_default_config -__version__ = "2.8.0" +__version__ = "2.9.0" def test(package=None, test_path=None, args=None, plugins=None,