Releases: astropy/pyvo
Releases · astropy/pyvo
v1.6
What's Changed
- API: changing optional arguments to be keyword only by @bsipocz in #507
- Feature: add possibility to return full list of services by @ManonMarchand in #505
- fix: author constraint missed rr.res_role extra table by @ManonMarchand in #515
- Fixing two function signatures that recently went bad. by @msdemlei in #518
- The regtap Ivoid constraint can now take multiple ivoids. by @msdemlei in #517
- BUG: fixing maxrec=0 case for SIA2 queries by @bsipocz in #520
- Backing out of requesting alt_identifiers every time. by @msdemlei in #523
- DOC: Enabling nitpicky docs build by @bsipocz in #416
- MAINT: updating mailmap after v1.5 by @bsipocz in #511
- DOC: changelog update after 1.5.1 release by @bsipocz in #529
- Replace list_services by list_interfaces by @ManonMarchand in #525
- MAINT: do fewer style checks by @bsipocz in #531
- Fixing SODA_SYNC_IVOID so we work with all version 1 SODA services. by @msdemlei in #538
- Async TAP delete no longer pulls the joblist. by @msdemlei in #536
- MAINT: fix doctest for online CI job by @bsipocz in #540
- MAINT: removing usage of deprecated astropy.utils.misc.indent by @bsipocz in #539
- CI: update setup-python versions by @bsipocz in #541
- TST: fix doc example by @bsipocz in #546
- Feature MIVOT (Model Instance in VOTable) by @somilia in #497
- DOC: ignore output in doctests by @bsipocz in #548
- Check for nan dateobs before converting to Time by @duytnguyendtn in #550
- Updated SIA up-casing behavior by @d-giles in #545
- No longer joining alt_identifier into our RegTAP template query. by @msdemlei in #561
- Fixing the TAP doctest in dal/index.rst. by @msdemlei in #565
- BUG: fix keyword arguments by @bsipocz in #555
- Now passing strings to mimetypes.guess_extension. by @msdemlei in #553
- Defuse sia title characters by @msdemlei in #557
- Make extra table constraints subqueried by @msdemlei in #562
- Add datalink original row by @msdemlei in #559
- Update of the dictionaries that are used to build the MIVOT_INSTANCE by @lmichel in #551
- Speed up registry doctest by @msdemlei in #567
- MAINT: fixing new dependency as reshuffle CI jobs by @bsipocz in #574
- Adding some documentation on pyvo.samp by @msdemlei in #558
- Now using DISTINCT in ivoid-selecting registry subqueries. by @msdemlei in #572
- Documentation of Freetext constraint by @ManonMarchand in #577
- RegistryResults.get_tables now preserves table utypes. by @msdemlei in #576
- SodaRecordMixin no longer will use a datalink#links endpoint for soda by @msdemlei in #580
- MAINT: Fix error message for SSA diameter by @bsipocz in #581
- Adding
sia1
as servicetype by @bsipocz in #583 - Deprecating image and spectrum as registry servicetype-s by @msdemlei in #449
- DOC: examples have changed upstream, change index in docs by @bsipocz in #585
- DOC: fix some typos by @bsipocz in #587
- MAINT: fix doctest typoes fixed upstream by @bsipocz in #588
- BUG: better session handling in registry by @bsipocz in #590
- MAINT: adding Python 3.13 to CI by @bsipocz in #589
- DOC: ignore one more job.phase by @bsipocz in #592
- CI: bump oldest numpy version in CI by @bsipocz in #597
- Support Astropy Quantity as radius arg for Registry SkyCoord Spatial constraint by @duytnguyendtn in #594
- Update repo URL by @xuanxu in #600
- Sped up sia2 remote tests by @andamian in #602
- Avoid assuming that
access_url
exists always by @aragilar in #570 - Fix bug #543 by @msdemlei in #599
- MNT: Use hash for Action workflow versions and update if needed by @pllim in #603
- Bump codecov/codecov-action from 4.5.0 to 4.6.0 in the actions group by @dependabot in #605
- BUG: Include port number if present by @chmmao in #582
- Feature skycoord by @lmichel in #591
- MAINT: remove the usage of the astropy TestRunner by @bsipocz in #606
- Adding RegistryResults and RegistryResource to the registry API by @msdemlei in #608
- Add global discovery by @msdemlei in #470
- DOC: post 1.5.3 changelog cleanup by @bsipocz in #610
- BUG: adding all mivot tests files by @bsipocz in #611
- CI: ignore milestone for changelog check by @bsipocz in #615
- Getdatalink - guess or return more informative error by @d-giles in #613
New Contributors
- @somilia made their first contribution in #497
- @duytnguyendtn made their first contribution in #550
- @d-giles made their first contribution in #545
- @lmichel made their first contribution in #551
- @xuanxu made their first contribution in #600
Full Changelog: v1.5...v1.6
v1.5.3
Full Changelog: v1.5.2...v1.5.3
v1.5.2
Full Changelog: v1.5.1...v1.5.2
v1.5.1
Full Changelog: v1.5...v1.5.1
v1.5
What's Changed
- Maxrec in regsearch by @msdemlei in #375
- Now properly warning when an update of a cached vocabulary fails. by @msdemlei in #380
- DOC: mirror code directory structure for docs by @bsipocz in #379
- MAINT: adding linkcheck to CI and minor fixes by @bsipocz in #377
- MAINT: minor typo fix by @bsipocz in #383
- MAINT: minor fixes to setup.cfg and MANIFEST by @bsipocz in #371
- DOC: Change link targets at the protocol overview into pyVO docs; add brief intro for each service protocol by @chmmao in #372
- Removed use of deprecated cgi module by @andamian in #385
- Avoid
AttributeError
inDALServiceError.from_except
by @JannisNe in #392 - Added support for QTable by @andamian in #384
- No longer discarding single untyped interfaces. by @msdemlei in #402
- Fixing a query generation for the epn-tap data model. by @msdemlei in #395
- DOC: remove mentions of nonexisting nrecs attribute by @bsipocz in #406
- Remove defaults for SIAv1 query params by @tomdonaldson in #367
- Improving servicetype documentation by @msdemlei in #410
- Make all-vo example work by @msdemlei in #415
- MAINT: removal of unused tests directory by @bsipocz in #414
- MAINT: cleanup outer scope shadowing by @bsipocz in #418
- CI: Add python3.11, reorder CI, fewer cron runs by @bsipocz in #420
- MAINT: class renames for SIA v2 by @bsipocz in #419
- DOC: returns are not votables by @bsipocz in #391
- BUG: fix typo in default by @bsipocz in #421
- ENH: registry to find SIA v2 services by @bsipocz in #422
- UWS error messages now sit on errorsummary. by @msdemlei in #432
- CI: bugfix branches need to be tested, too by @bsipocz in #434
- Making SIA2 discoverable as intended by the standard. by @msdemlei in #428
- MAINT: deprecate AvailabilityMixin by @bsipocz in #413
- Deprecating ivoid2service. by @msdemlei in #439
- Adding minor tests to test_regtap by @msdemlei in #427
- CI: update RTD config by @bsipocz in #442
- CI: remove job cross dependency from CI matrix by @bsipocz in #444
- Fix rapid polling cause by unsupported WAIT parameter. by @jwfraustro in #440
- TST: Update URL for Scientific Python nightlies by @pllim in #448
- Tj taprecord session by @trjaffe in #447
- MAINT: minor cleanup of old version workarounds by @bsipocz in #453
- ENH: adding sys.version to User-Agent by @bsipocz in #452
- DOC: change ssa url by @bsipocz in #455
- DOC: Improvements on doc for TAP service and other minor changes by @chmmao in #436
- DOC: fix dal doctest failure by @bsipocz in #457
- CI: adding changelog checking GHA by @bsipocz in #461
- TST: restructure tests to use parametrize rather than internal loop by @bsipocz in #462
- ENH: Add more text to registry.search docstring for the types of constraints that can be used by @zoghbi-a in #426
- MAINT: add workaround for doctesting with new numpy repr by @bsipocz in #465
- BUG: fix handling of nan input for Time properties by @bsipocz in #463
- BUG: SIA2 position search to be SkyCoord aware by @bsipocz in #459
- DOC: Integrate the content of the "/examples" directory into docs [Issue #396] by @chmmao in #443
- MAINT: no automated black formatting here by @bsipocz in #467
- MAINT: fix formatting raised by new flake8 version by @bsipocz in #468
- BUG: SIA1's getdataurl() to favour
VOX:Image_AccessReference
by @bsipocz in #445 - MAINT: remove unused top-level tests directory by @bsipocz in #472
- CI: reorg workflows; fix RTD versioning; fix dev version installs by @bsipocz in #474
- BUG: fix numpy dev version as their versioning system changed by @bsipocz in #481
- Removing a remote-data mark in a RegTAP test. by @msdemlei in #482
- CI: remove deprecated/removed RTD config by @bsipocz in #485
- DEP: Deprecate vodataservice Table by @bsipocz in #484
- DOC: fix DatalinkResults example by @bsipocz in #475
- ENH: customising reps for nonTable classes by @bsipocz in #478
- DOC: adding classifiers and fix urls by @bsipocz in #491
- Add source_value to the describe function in regtap by @ManonMarchand in #492
- MAINT: Fix Python 3.12 comaptibility and add it to CI by @bsipocz in #488
- BUG: fix SIA2 session inheritance by @bsipocz in #490
- MAINT: adding warning filter for numpy._core rename by @bsipocz in #493
- Adding support for DALI example continuation properties. by @msdemlei in #483
- DEP: votable.tree.Table was renamed to TableElement by @bsipocz in #496
- feat: add intersect modes for registry.Spatial constraint by @ManonMarchand in #495
- DEP: temporarily using dev version of indirect dependency pyerfa by @bsipocz in #501
- Relaxed baseurl requirements in SIA2Service by @andamian in #500
- Adding support for VODataService 1.2 table/@nrows. by @msdemlei in #503
- Make registry.Interface construction work with no standard_id. by @msdemlei in #506
- ENH: Make regtap service aware by @msdemlei in #386
- DOC: fixing docstring error by @bsipocz in #508
- API: fix backward compatibility in preparation for release by @bsipocz in #509
- TST: update kwarg usage in tests and code to use keywords by @bsipocz in #510
New Contributors
- @chmmao made their first contribution in #372
- @JannisNe made their first contribution in #392
- @jwfraustro made their first contribution in #440
- @zoghbi-a made their first contribution in #426
- @ManonMarchand made their first contribution in #492
Full Changelog: v1.4...v1.5
v1.4.2
What's Changed
- Tj taprecord session by @trjaffe in #447
- MAINT: minor cleanup of old version workarounds by @bsipocz in #453
- DOC: change ssa url by @bsipocz in #455
- DOC: Improvements on doc for TAP service and other minor changes by @chmmao in #436
- DOC: fix dal doctest failure by @bsipocz in #457
- TST: restructure tests to use parametrize rather than internal loop by @bsipocz in #462
- ENH: Add more text to registry.search docstring for the types of constraints that can be used by @zoghbi-a in #426
- MAINT: add workaround for doctesting with new numpy repr by @bsipocz in #465
- BUG: fix handling of nan input for Time properties by @bsipocz in #463
- BUG: SIA2 position search to be SkyCoord aware by @bsipocz in #459
- MAINT: fix formatting raised by new flake8 version by @bsipocz in #468
- BUG: SIA1's getdataurl() to favour
VOX:Image_AccessReference
by @bsipocz in #445 - MAINT: remove unused top-level tests directory by @bsipocz in #472
- CI: update RTD config by @bsipocz in #442
- CI: reorg workflows; fix RTD versioning; fix dev version installs by @bsipocz in #474
- BUG: fix numpy dev version as their versioning system changed by @bsipocz in #481
New Contributors
Full Changelog: v1.4.1...v1.4.2
v1.4.1
What's Changed
- Maxrec in regsearch by @msdemlei in #375
- Now properly warning when an update of a cached vocabulary fails. by @msdemlei in #380
- DOC: mirror code directory structure for docs by @bsipocz in #379
- MAINT: adding linkcheck to CI and minor fixes by @bsipocz in #377
- MAINT: minor typo fix by @bsipocz in #383
- MAINT: minor fixes to setup.cfg and MANIFEST by @bsipocz in #371
- DOC: Change link targets at the protocol overview into pyVO docs; add brief intro for each service protocol by @chmmao in #372
- Removed use of deprecated cgi module by @andamian in #385
- Avoid
AttributeError
inDALServiceError.from_except
by @JannisNe in #392 - CI: bugfix branches need to be tested, too by @bsipocz in #434
- UWS error messages now sit on errorsummary. by @msdemlei in #432
- BUG: fix typo in default by @bsipocz in #421
- DOC: returns are not votables by @bsipocz in #391
- CI: Add python3.11, reorder CI, fewer cron runs by @bsipocz in #420
- MAINT: cleanup outer scope shadowing by @bsipocz in #418
- MAINT: removal of unused tests directory by @bsipocz in #414
- Make all-vo example work by @msdemlei in #415
- Improving servicetype documentation by @msdemlei in #410
- Remove defaults for SIAv1 query params by @tomdonaldson in #367
- DOC: remove mentions of nonexisting nrecs attribute by @bsipocz in #406
- Fixing a query generation for the epn-tap data model. by @msdemlei in #395
- No longer discarding single untyped interfaces. by @msdemlei in #402
New Contributors
Full Changelog: v1.4...v1.4.1
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
v1.3
What's Changed
- Handle custom terms in datalink.bysemantics again. by @msdemlei in #299
- Ape17 by @andamian in #290
- Add missing code and data files back to dist wheels. by @tomdonaldson in #303
- DOC: Fix coverage badge by @pllim in #301
Full Changelog: v1.2.1...v1.3
v1.2.1
What's Changed
- MNT: Replace master with main by @pllim in #253
- MNT: Update codecov-action version to v2 by @pllim in #273
- Get wraps from functools instead of astropy by @tomdonaldson in #283
Full Changelog: v1.2...v1.2.1