Skip to content

Commit

Permalink
Merge pull request #319 from kboone/v2.6.0
Browse files Browse the repository at this point in the history
Prep for version 2.6.0 release
  • Loading branch information
kboone committed Sep 9, 2021
2 parents ff508e3 + 15d49f2 commit 6debb30
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions docs/history.rst
Expand Up @@ -8,6 +8,36 @@ 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.6.0 (2021-09-09)
===================

This release mostly involves modernizing the SNCosmo build system.

- Add Pan-STARRS1 bandpasses (#212)

- Added support for wheels which should now be automatically uploaded to PyPI
for any new release (#304).

- Fixed the Zenodo integration. New SNCosmo releases should now automatically
be archived to Zenodo.

- Moved citations to the new CITATION.cff format. GitHub and Zenodo will now
provide BibTeX entries that can be used to cite SNCosmo (#302).

- Update to the emcee version 3 API. Now only compatible with emcee>=3.

- Migrate from Travis CI to GitHub Actions for continuous integration/tests
(#293).

- Bugfixes:

- Fixed the implementation of the SALT3 error model (#300).

- Fixed numpy type deprecations.

- Fixed the documentation for models (#299).


v2.5.0 (2021-04-20)
===================

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.5.0"
__version__ = "2.6.0"


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

0 comments on commit 6debb30

Please sign in to comment.