diff --git a/CHANGELOG.md b/CHANGELOG.md index 40bc6d8d..daf6502b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Notable changes between versions +## [1.0.8] 2020-06-05 + +Changes for this release: + +- The way references are stored in the ATNF pulsar catalogue has changed, so the `get_references` function has been changed to work with this new format. This breaks that function for older cached catalogue, but a warning is provided.. See [#64](https://github.com/mattpitkin/psrqpy/pull/64). +- The astropy Galactocentric coordinates have been set to use default values from the pre-v4.0 release. See [#65](https://github.com/mattpitkin/psrqpy/pull/65). + +## [1.0.7] 2020-03-29 + +Changes for this release: + +- Fix an issue with Tables in Astropy v4.0 (see [#61](https://github.com/mattpitkin/psrqpy/pull/61)). + +## [1.0.6] 2020-03-19 + +Changes for this release: + +- Adds position errors on the right ascension and declination when converted into degrees (see [#60](https://github.com/mattpitkin/psrqpy/pull/60)). + ## [1.0.5] 2019-09-04 Changes for this release: diff --git a/psrqpy/__init__.py b/psrqpy/__init__.py index 39460bd7..23fb6d65 100644 --- a/psrqpy/__init__.py +++ b/psrqpy/__init__.py @@ -7,7 +7,7 @@ from .pulsar import Pulsar, Pulsars from .utils import * -__version__ = "1.0.7" +__version__ = "1.0.8" __citation__ = """@article{psrqpy, author = {{Pitkin}, M.},