Releases: astropy/pyvo
Releases · astropy/pyvo
v0.6.1
v0.6.0
-
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
fix content decoding error
- fix content decoding related error in async result handling
v0.5.0.1 - Fix build error
Fix a build error
v0.5.0 - RegTAP Interface
- 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
Version 0.4.1
v0.4 - improved table metada
- Table metadata is now written into astropy.table infrastructure
- fix another http encoding error
v0.3.2 - minor improvements
- Adding table property to DALResults. This is a shortcut to access the astropy table
- Improved Error Handling
Fix two HTTP related bugs
- fix an error where the content wasn't decoded properly
- fix a bug where POST parameters are submitted as GET parameters