Skip to content

Commit

Permalink
bump version and history for 1.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kbarbary committed May 25, 2019
1 parent 1262ba9 commit 7d60624
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ 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.)

v1.8.0 (2019-05-25)
===================

- Add version 2.0 of many ``snana-...`` built-in core-collapse models,
based on Pierel et al. 2018 (pull request 229).

- Bugfixes:

- Fix compatibility with scipy 1.3+ by removing outdated import statements
(pull request 238).

- Fix issue affecting optimization of models with free propagation effects
(pull request 236).

v1.7.0 (2019-02-02)
===================

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


__version__ = "1.7.1"
__version__ = "1.8.0"


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

0 comments on commit 7d60624

Please sign in to comment.