Skip to content

Commit

Permalink
prep for v2.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kboone committed Mar 5, 2021
1 parent e040647 commit 750865e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ 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.4.0 (2021-03-05)
===================

- Add SUGAR model from Leget et al. (2020)

- Add support for the iminuit 2.0 API (#291).

- Update tox to work with any version of Python 3.

- Bugfixes:

- Fix flatten_result bug due to API change (#285).

v2.3.0 (2020-11-16)
===================

Expand Down
2 changes: 1 addition & 1 deletion sncosmo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from astropy.config import ConfigItem, ConfigNamespace
from astropy.config.configuration import update_default_config

__version__ = "2.3.0"
__version__ = "2.4.0"


def test(package=None, test_path=None, args=None, plugins=None,
Expand Down

0 comments on commit 750865e

Please sign in to comment.