diff --git a/CHANGES.rst b/CHANGES.rst index 7de34f25..6dbba099 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,12 +1,13 @@ -1.5.3 (unreleased) +1.5.3 (2024-10-14) ================== Bug Fixes --------- -- cachedataset() and friends again produce reasonable file extensions. +- ``cachedataset()`` and friends again produce reasonable file extensions. [#553] -- path separators are no longer taken over from image titles to file + +- Path separators are no longer taken over from image titles to file system paths. [#557] - Added `'sia1'` as servicetype for registry searches. [#583] @@ -20,12 +21,15 @@ Bug Fixes now accessible as datalinks.original_row. [#559] - Tables returned by RegistryResource.get_tables() now have a utype - attribute [#576] + attribute. [#576] + +- Registry Spatial constraint now supports Astropy Quantities for the radius + argument. [#594] -- Registry Spatial constraint now supports Astropy Quantities for the radius argument [#594] +- ``iter_metadata()`` no longer crashes on tables with a datalink RESOURCE + and without obscore attributes. [#599] -- iter_metadata() no longer crashes on tables with a datalink RESOURCE - and without obscore attributes [#599] +- Avoid assuming that ``'access_url'`` always exits. [#570] Deprecations and Removals @@ -35,16 +39,6 @@ Deprecations and Removals ``pyvo.test()`` functionality. [#606] -1.5.3 (unreleased) -================== - -- Added `'sia1'` as servicetype for registry searches. [#583] - -- Adding ``session`` kwarg to allow to pass a session along when turning - an Interface into a service via ``Interface.to_service``. [#590] ->>>>>>> 4e86bf3 (Merge pull request #599 from msdemlei/fix-bug-543) - - 1.5.2 (2024-05-22) ==================