Skip to content

Releases: astropy/pyvo

v1.5.1

23 Feb 15:55
v1.5.1
Compare
Choose a tag to compare

Full Changelog: v1.5...v1.5.1

v1.5

19 Dec 21:05
v1.5
Compare
Choose a tag to compare

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 in DALServiceError.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

Full Changelog: v1.4...v1.5

v1.4.2

17 Aug 18:13
v1.4.2
Compare
Choose a tag to compare

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

08 Mar 05:08
v1.4.1
Compare
Choose a tag to compare

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 in DALServiceError.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

26 Sep 13:45
813832a
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v1.3...v1.4

v1.3

19 Feb 17:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.3

v1.2.1

04 Feb 03:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2...v1.2.1

pyvo v1.2

12 Jan 17:45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1...v1.2

pyvo v1.1

11 Jan 20:00
cfbd8f6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0...v1.1

1.0 release

30 Oct 21:00
cc8d4aa
Compare
Choose a tag to compare
v1.0

pyvo 1.0 release