v1.4
Major Changes
- Overhaul of the registry.regsearch as discussed in https://blog.g-vo.org/towards-data-discovery-in-pyvo.html. See also the latest Registry Search documentation. By @msdemlei in #289
- Added the TAP Table Manipulation prototype (cadc-tb-upload). By @andamian in #274
- More explicit exception messages where the payload is sometimes considered if it can be presented properly (simple body text or job error message). By @andamian in #355
- we now ignore namespaces in xsi-type attributes; this is a lame fix for services like ESO's and MAST's TAP, which do not use canonical prefixes while astropy.utils.xml ignores namespaces. By @msdemlei in #323
- Versions of astropy <4.1 are no longer supported.
- pyvo.dal warns on results with overflow status. By @andamian in #329
- Allow session to be passed through in SSA and DataLink. By @trjaffe in #327
- pyvo.dal.tap.AsyncTAPJob treats parameter names as case-insensitive when retrieving the query from the job record. By @rra in #357
Other Changes
- Fixed typo for astropyoldest target by @andamian in #311
- update requirements by @olaurino in #308
- Don't run GHA on forks by @bsipocz in #319
- Add mailmap file by @bsipocz in #313
- Adding devtest description to the docs by @bsipocz in #316
- Adding a local copy of the datalink vocabulary. by @msdemlei in #326
- Fixing jobs UnknownElement warning by @msdemlei in #332
- Raise warnings as exceptions by @bsipocz in #317
- support decorating experimental features. by @olaurino in #309
- Fixed sia2-remote tests by @andamian in #338
- Adding an appendix on real-world all-VO queries to the registry docs. by @msdemlei in #342
- DOC: add pyvo to top header instead of astropy by @bsipocz in #349
- ENH: Add operating system to user-agent by @at88mph in #344
- CI: use nightly wheels by @bsipocz in #353
- access_url in RegTAP backward compatibility hacks by @msdemlei in #341
- No longer formatting microseconds into SSA time literals by @msdemlei in #351
- Changing registry/index.rst example to use short names. by @msdemlei in #363
- CI: adding remote-data test job, remove duplicate by @bsipocz in #358
- MAINT: remove marker for passing xfails by @bsipocz in #362
- MAINT: cleanup astropy <4.1 code by @bsipocz in #364
- BUG: Don’t test for truth but on None for kwargs by @bsipocz in #360
New Contributors
- @olaurino made their first contribution in #308
- @at88mph made their first contribution in #344
- @rra made their first contribution in #357
Full Changelog: v1.3...v1.4