Skip to content

Releases: mattpitkin/psrqpy

v1.0.1

29 Jul 15:58
47386a5
Compare
Choose a tag to compare
  • Fix problem with setting the version number if importing a catalogue that already exists as an astropy Table (see #53)

v1.0.0

16 Nov 10:44
65bcb94
Compare
Choose a tag to compare

This release involves major changes to the API.

  • PSRQpy now downloads the full ATNF Pulsar Catalogue database and stores it internally.
  • PSRQpy will no longer generate queries of the ATNF Pulsar Catalogue via the web interface.
  • Derived parameters are calculated internally rather than being values returned be the catalogue web interface.
  • Full string paper references are no longer included in the output table, but can be returned using the parse_ref
    method of the QueryATNF class.

v0.6.3

27 Sep 09:17
Compare
Choose a tag to compare

Fix inclusion of get_glitch_catalogue function and correct it to give the glitch parameters in the correct units.

v0.6.2

10 Sep 15:50
Compare
Choose a tag to compare

The glitch_catalogue function can now read from a given database file and returns parameter errors and references.

v0.6.1

09 Aug 15:35
Compare
Choose a tag to compare

Added a function to access the Jodrell Bank glitch catalogue.

v0.5.3

01 Jun 16:06
ca53aae
Compare
Choose a tag to compare

The code can now return queries on parameters from "expert" mode. It also now will always return the 'JName' by default for any query, unless explicitly told not to.

v0.5.2

16 May 12:40
Compare
Choose a tag to compare

Fix reading of PMTOT value to include error.

v0.5.1

08 May 21:40
7814cac
Compare
Choose a tag to compare

Fix legend issue with the ppdot function. Allow searches to return pulsars within a given circular boundary.

v0.4.12

02 May 08:48
Compare
Choose a tag to compare

Minor tweaks to the ppdot method for drawing period-period derivative diagrams.

v0.4.11

12 Apr 10:55
583f0b8
Compare
Choose a tag to compare

Fix problem with the get_catalogue() function in Python 3 that was not fixed in release v0.4.10.