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