1
- 0.4.10 (unreleased )
1
+ 0.4.10 (2025-03-18 )
2
2
===================
3
3
4
4
New Tools and Services
5
5
----------------------
6
6
7
-
8
- API changes
9
- -----------
10
-
11
7
esa.euclid
12
- ^^^^^^^^^^^^
8
+ ^^^^^^^^^^
13
9
14
10
- New module to access the ESA Euclid Archive. [#3216]
15
11
16
- - Tests remove temp directories. [#3226]
12
+
13
+ API changes
14
+ -----------
17
15
18
16
ipac.irsa
19
17
^^^^^^^^^
@@ -22,41 +20,38 @@ ipac.irsa
22
20
23
21
- Deprecate ``print_catalogs `` in favour of ``list_catalogs ``. [#3266]
24
22
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
-
31
23
simbad
32
24
^^^^^^
33
25
34
26
- 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
+
36
29
37
30
Service fixes and enhancements
38
31
------------------------------
39
32
40
33
gaia
41
34
^^^^
42
35
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]
44
38
45
39
ipac.irsa
46
40
^^^^^^^^^
47
41
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]
49
44
50
45
- Adding the "servicetype" kwarg to ``list_collections `` to be able to list SIA
51
46
and SSA collections separately. [#3200]
52
47
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]
55
50
56
51
- Adding support for asynchronous queries using the new ``async_job ``
57
- keyword. [#3201]
52
+ keyword argument . [#3201]
58
53
59
- - Making ``'spatial' `` keyword in ``query_region `` case insensitive. [#3224]
54
+ - Making the ``'spatial' `` keyword in ``query_region `` case insensitive. [#3224]
60
55
61
56
- Adding new ``list_columns `` method to list available columns for a given
62
57
catalog. [#3265]
@@ -69,34 +64,41 @@ ipac.nexsci.nasa_exoplanet_archive
69
64
mast
70
65
^^^^
71
66
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]
73
69
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]
75
73
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]
77
76
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]
79
79
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]
80
82
81
83
simbad
82
84
^^^^^^
83
85
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]
87
89
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]
90
92
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]
92
94
93
95
xmatch
94
96
^^^^^^
95
97
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]
98
101
99
- - add a help message when people are banned instead of returning error code 403 [#3225]
100
102
101
103
Infrastructure, Utility and Other Changes and Additions
102
104
-------------------------------------------------------
0 commit comments