Skip to content

Commit

Permalink
Prep for v2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminrose committed Oct 29, 2021
1 parent ee3ac93 commit eb828bb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions docs/history.rst
Expand Up @@ -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)
===================

Expand Down
2 changes: 1 addition & 1 deletion sncosmo/__init__.py
Expand Up @@ -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,
Expand Down

0 comments on commit eb828bb

Please sign in to comment.