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,