From eb828bb81f847412233a0ff7abe019345f2519dc Mon Sep 17 00:00:00 2001 From: Benjamin Rose Date: Fri, 29 Oct 2021 16:01:53 -0400 Subject: [PATCH] Prep for v2.7 --- docs/history.rst | 15 +++++++++++++++ sncosmo/__init__.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/history.rst b/docs/history.rst index 8984cbe..a4a85aa 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -8,6 +8,21 @@ 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.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 (2021-09-09) =================== diff --git a/sncosmo/__init__.py b/sncosmo/__init__.py index 7e29b08..f67413e 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.6.0" +__version__ = "2.7.0" def test(package=None, test_path=None, args=None, plugins=None,