Skip to content

Commit

Permalink
Merge pull request #280 from kboone/master
Browse files Browse the repository at this point in the history
Update docs for v2.2.0 release
  • Loading branch information
kboone committed Oct 23, 2020
2 parents 2da7de5 + 40abc4f commit 9a9cdd0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/about.rst
Expand Up @@ -52,4 +52,5 @@ Alphabetical by last name:
* Steve Rodney
* Caroline Sofiatti
* Rollin C. Thomas
* Maria Vincenzi
* Michael Wood-Vasey
13 changes: 13 additions & 0 deletions docs/history.rst
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.2.0 (2020-10-23)
===================

- Add core-collapse models from Vincenzi et al. (2019)

- New Spectrum class to handle processing and fitting spectral observations.

- Removed appveyor builds.

- Bugfixes:

- Prevent segfaults in light curve fitting when the minuit fit fails.

v2.1.0 (2020-02-25)
===================

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.1.0"
__version__ = "2.2.0"


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

0 comments on commit 9a9cdd0

Please sign in to comment.