Releases: mattpitkin/psrqpy
Releases · mattpitkin/psrqpy
v1.0.1
v1.0.0
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 theQueryATNF
class.
v0.6.3
Fix inclusion of get_glitch_catalogue
function and correct it to give the glitch parameters in the correct units.
v0.6.2
The glitch_catalogue
function can now read from a given database file and returns parameter errors and references.
v0.6.1
Added a function to access the Jodrell Bank glitch catalogue.
v0.5.3
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
Fix reading of PMTOT
value to include error.
v0.5.1
Fix legend issue with the ppdot
function. Allow searches to return pulsars within a given circular boundary.
v0.4.12
Minor tweaks to the ppdot
method for drawing period-period derivative diagrams.