From 275677e5eb099229314cf33d95f81ef5bb11c99a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Wed, 21 Feb 2024 20:21:42 -0800 Subject: [PATCH] Preparing release v1.5.1 --- CHANGES.rst | 11 +++++++---- pyvo/registry/tests/test_rtcons.py | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index dc808804d..0dca0f92a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,14 +1,17 @@ -1.5.1 (unreleased) +1.5.1 (2024-02-21) ================== -Enhancements and Fixes ----------------------- +Bug Fixes +--------- -- Fix ``pyvo.registry.Author`` to allow registry searches with author constraints. [#515] +- Fix ``pyvo.registry.Author`` to allow registry searches with author + constraints. [#515] - Backing out of having alt_identifier in RegistryResource throughout. Use get_alt_identifier() instead [#523] +- Fix ``maxrec=0`` special case for SIA2 queries. [#520] + 1.5 (2023-12-19) ================ diff --git a/pyvo/registry/tests/test_rtcons.py b/pyvo/registry/tests/test_rtcons.py index 7781fea0c..0c606c6c1 100644 --- a/pyvo/registry/tests/test_rtcons.py +++ b/pyvo/registry/tests/test_rtcons.py @@ -507,4 +507,4 @@ def test_all_constraints(): 'reference_url', 'creator_seq', 'created', 'updated', 'rights', 'content_type', 'source_format', 'source_value', 'region_of_regard', 'waveband', 'access_urls', 'standard_ids', - 'intf_types', 'intf_roles', 'cap_descriptions') + 'intf_types', 'intf_roles')