Skip to content

Releases: astropy/pyvo

v0.6.1

29 Jun 13:08
Compare
Choose a tag to compare
  • Add Datalink interface

  • Put some common functionallity in Mixins

  • Minor fixes and improvements

v0.6.0

11 Apr 10:45
Compare
Choose a tag to compare
  • Using RegTAP as the only registry interface

  • Added a datamodel keyword to registry search

  • Using the six libray to address Python 2/3 compatibility issues

  • AsyncTAPJob is now context aware

  • Improvement upload handling; it is no longer necessary to specifiy the type
    of upload

  • Allow astropy's SkyCoord and Quantity as input parameters

v0.5.2

09 Feb 09:50
Compare
Choose a tag to compare
  • Remove trailing ? from query urls
  • VOTable fieldnames are now gathered from names only instead of ID and name

fix content decoding error

02 Feb 14:17
Compare
Choose a tag to compare
  • fix content decoding related error in async result handling

v0.5.0.1 - Fix build error

17 Jan 10:09
Compare
Choose a tag to compare

Fix a build error

v0.5.0 - RegTAP Interface

13 Jan 15:32
Compare
Choose a tag to compare
  • added a RegTAP interface
  • removed urllib in favor of the requests library
  • deprecated vao registry interface
  • minor improvements and fixes

v0.4.1 - maxrec is now correctly submitted to the server

14 Nov 10:57
Compare
Choose a tag to compare

v0.4 - improved table metada

20 Oct 13:09
Compare
Choose a tag to compare
  • Table metadata is now written into astropy.table infrastructure
  • fix another http encoding error

v0.3.2 - minor improvements

17 Oct 13:15
Compare
Choose a tag to compare
  • Adding table property to DALResults. This is a shortcut to access the astropy table
  • Improved Error Handling

Fix two HTTP related bugs

16 Oct 09:25
Compare
Choose a tag to compare
  • fix an error where the content wasn't decoded properly
  • fix a bug where POST parameters are submitted as GET parameters