1- 0.4.10 (unreleased )
1+ 0.4.10 (2025-03-18 )
22===================
33
44New Tools and Services
55----------------------
66
7-
8- API changes
9- -----------
10-
117esa.euclid
12- ^^^^^^^^^^^^
8+ ^^^^^^^^^^
139
1410- New module to access the ESA Euclid Archive. [#3216]
1511
16- - Tests remove temp directories. [#3226]
12+
13+ API changes
14+ -----------
1715
1816ipac.irsa
1917^^^^^^^^^
@@ -22,41 +20,38 @@ ipac.irsa
2220
2321- Deprecate ``print_catalogs `` in favour of ``list_catalogs ``. [#3266]
2422
25- mast
26- ^^^^
27-
28- - Handle a MAST URI string as input for ``Observations.get_cloud_uri `` and a list of MAST URIs as input for
29- ``Observations.get_cloud_uris ``. [#3193]
30-
3123simbad
3224^^^^^^
3325
3426- The detailed hierarchy is now returned by default in ``query_hierarchy ``
35- (it was hidden by default in the previous versions) [#3195]
27+ (it was hidden in the previous versions). [#3195]
28+
3629
3730Service fixes and enhancements
3831------------------------------
3932
4033gaia
4134^^^^
4235
43- - Update DR4 retrieval_type names and include the new one EPOCH_ASTROMETRY_BRIGHT [#3207, #3238]
36+ - Update DR4 retrieval_type names and include the new one
37+ EPOCH_ASTROMETRY_BRIGHT. [#3207, #3238]
4438
4539ipac.irsa
4640^^^^^^^^^
4741
48- - Method to run Simple Spectral Access (SSA) VO queries, ``query_ssa ``, is added. [#3076]
42+ - Method to run Simple Spectral Access (SSA) VO queries, ``query_ssa ``,
43+ is added. [#3076]
4944
5045- Adding the "servicetype" kwarg to ``list_collections `` to be able to list SIA
5146 and SSA collections separately. [#3200]
5247
53- - Addding "filter" kwarg to ``list_collections `` and ``list_catalogs `` to
54- filter out collections/catalogs with names containing the filter string. [#3264]
48+ - Adding "filter" kwarg to ``list_collections `` and ``list_catalogs `` to filter
49+ for collections/catalogs with names containing the filter string. [#3264]
5550
5651- Adding support for asynchronous queries using the new ``async_job ``
57- keyword. [#3201]
52+ keyword argument . [#3201]
5853
59- - Making ``'spatial' `` keyword in ``query_region `` case insensitive. [#3224]
54+ - Making the ``'spatial' `` keyword in ``query_region `` case insensitive. [#3224]
6055
6156- Adding new ``list_columns `` method to list available columns for a given
6257 catalog. [#3265]
@@ -69,34 +64,41 @@ ipac.nexsci.nasa_exoplanet_archive
6964mast
7065^^^^
7166
72- - Bugfix where users are unnecessarily warned about a query limit while fetching products in ``MastMissions.get_product_list ``. [#3193]
67+ - Bugfix where users are unnecessarily warned about a query limit while
68+ fetching products in ``MastMissions.get_product_list ``. [#3193]
7369
74- - Bugfix where ``Observations.get_cloud_uri `` and ``Observations.get_cloud_uris `` fail if the MAST relative path is not found. [#3193]
70+ - Bugfix where ``Observations.get_cloud_uri `` and
71+ ``Observations.get_cloud_uris `` fail if the MAST relative path is not
72+ found. [#3193]
7573
76- - Corrected parameter checking in ``MastMissions `` to ensure case-sensitive comparisons. [#3260]
74+ - Corrected parameter checking in ``MastMissions `` to ensure case-sensitive
75+ comparisons. [#3260]
7776
78- - Add batching to ``MastMissions.get_product_list `` to avoid server errors and allow for a larger number of input datasets. [#3230]
77+ - Add batching to ``MastMissions.get_product_list `` to avoid server errors
78+ and allow for a larger number of input datasets. [#3230]
7979
80+ - Handle a MAST URI string as input for ``Observations.get_cloud_uri `` and
81+ a list of MAST URIs as input for ``Observations.get_cloud_uris ``. [#3193]
8082
8183simbad
8284^^^^^^
8385
84- - fix: when adding a measurement table in the votable_fields, if a measurement table is
85- empty for an object, there will now be a line with masked values instead of no line in
86- the result [#3199]
86+ - Fixing joining measurement with basic votable-fields and masking values
87+ instead of not returning lines in the result if a measurement fields are
88+ empty for an object. [#3199]
8789
88- - perf: use a TAP upload in ``query_region `` when there are more than 300 coordinates.
89- This prevents timeouts . [#3235]
90+ - Performance improvements to prevent timeouts to ``query_region `` when
91+ there are more than 300 coordinates . [#3235]
9092
91- - fix: remove `` pm `` from the votable_fields list (bug introduced in v0.4.9) [#3259]
93+ - Removed `` 'pm' `` from the votable_fields list. [#3259]
9294
9395xmatch
9496^^^^^^
9597
96- - the API is more flexible: you can now ommit the ``vizier: `` before the catalog name
97- when crossmatching with a vizier table [#3194]
98+ - Fixing the API to be more flexible, it is now possible to ommit the
99+ ``'vizier:' `` sting before the catalog name when crossmatching with a
100+ vizier table. [#3194]
98101
99- - add a help message when people are banned instead of returning error code 403 [#3225]
100102
101103Infrastructure, Utility and Other Changes and Additions
102104-------------------------------------------------------
0 commit comments