- Allow references to be extracted for a given ATNF catalogue version. See [115](https://github.com/mattpitkin/psrqpy/pull/115).
1.2.3
- Add the S350 flux value. See [113](https://github.com/mattpitkin/psrqpy/pull/113). - Fix exception raising when there is an error downloading the catalogue. See [110](https://github.com/mattpitkin/psrqpy/pull/110).
1.2.2
- Use [appdirs](https://pypi.org/project/appdirs/) package to set cache file location rather than using the astropy [`download_file`](https://docs.astropy.org/en/stable/api/astropy.utils.data.download_file.html) function. See [#108](https://github.com/mattpitkin/psrqpy/pull/108).
- Matplotlib will no longer default to have `text.usetex = True` for P-P plots. See [107](https://github.com/mattpitkin/psrqpy/pull/107).
1.2.1
- Fix bug that meant that if loading from a local database file it would be cached by default and overwrite the full ATNF catalogue cache. See [104](https://github.com/mattpitkin/psrqpy/pull/103).
1.2.0
- When caching, store the full catalogue (including derived values) within the `QueryATNF` object to a file. This improves the speed with which the catalogue can be requeried. See [103](https://github.com/mattpitkin/psrqpy/pull/103).
1.1.8
- Fix pandas "Performance warning" about highly fragmented DataFrame. See [100](https://github.com/mattpitkin/psrqpy/pull/100). - Fix error reading globular cluster catalogue due to an asterisk period value. See [99](https://github.com/mattpitkin/psrqpy/pull/99). - Move CI to use GitHib Actions rather than Travis. See [101](https://github.com/mattpitkin/psrqpy/pull/101).