Skip to content

Commit 4baa044

Browse files
authored
Merge branch 'main' into ASB-29990-coord-frame
2 parents 1b2123a + dca9873 commit 4baa044

File tree

2 files changed

+72
-46
lines changed

2 files changed

+72
-46
lines changed

CHANGES.rst

+71-45
Original file line numberDiff line numberDiff line change
@@ -1,101 +1,127 @@
1-
0.4.9 (unreleased)
1+
0.4.10 (unreleased)
2+
===================
3+
4+
New Tools and Services
5+
----------------------
6+
7+
8+
Service fixes and enhancements
9+
------------------------------
10+
11+
ipac.nexsci.nasa_exoplanet_archive
12+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13+
14+
- Fixed InvalidTableError for DI_STARS_EXEP and TD tables. [#3189]
15+
16+
17+
Infrastructure, Utility and Other Changes and Additions
18+
-------------------------------------------------------
19+
20+
21+
0.4.9 (2025-01-24)
222
==================
323

424
New Tools and Services
525
----------------------
26+
627
esa.integral
728
^^^^^^^^^^^^
29+
830
- New module to access the ESA Integral Science Legacy Archive. [#3154]
931

32+
1033
Service fixes and enhancements
1134
------------------------------
1235

13-
linelists.cdms
14-
^^^^^^^^^^^^^^
15-
16-
- Add whole catalog retrieval, improve error messaging for unparseable lines,
17-
improve metadata catalog, and improve lookuptable behavior [#3173,#2901]
18-
1936
heasarc
2037
^^^^^^^
2138

2239
- Fix Heasarc.download_data for Sciserver. [#3183]
2340

41+
ipac.nexsci.nasa_exoplanet_archive
42+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
43+
44+
- Add missing unit strings to unit mapper. ``micron``, ``microns``,
45+
and ``uas``. [#3188]
46+
2447
jplspec
2548
^^^^^^^
2649

27-
- minor improvement to lookuptable behavior [#3173,#2901]
50+
- Minor improvement to lookuptable behavior. [#3173, #2901]
51+
52+
linelists.cdms
53+
^^^^^^^^^^^^^^
54+
55+
- Add whole catalog retrieval, improve error messaging for unparseable lines,
56+
improve metadata catalog, and improve lookuptable behavior. [#3173, #2901]
2857

2958
mast
3059
^^^^
3160

32-
- Retrieve data products from the Missions-MAST API with ``mast.MastMissions.get_product_list``. Retrieve unique data
33-
products only with ``mast.MastMissions.get_unique_product_list``. [#3155]
61+
- Retrieve data products from the Missions-MAST API with
62+
``MastMissions.get_product_list``. Retrieve unique data
63+
products only with ``MastMissions.get_unique_product_list``. [#3155]
3464

35-
- Filter data products retrieved from the Missions-MAST API with ``mast.MastMissions.filter_products``. [#3155]
65+
- Filter data products retrieved from the Missions-MAST API with
66+
``MastMissions.filter_products``. [#3155]
3667

37-
- Download data products from the Missions-MAST API with ``mast.MastMissions.download_products``.
38-
Download a single data product using ``mast.MastMissions.download_file``. [#3155]
68+
- Download data products from the Missions-MAST API with
69+
``MastMissions.download_products``.
70+
Download a single data product using ``MastMissions.download_file``. [#3155]
3971

40-
- Get the keyword corresponding to the dataset ID for a specific mission with ``mast.MastMissions.get_dataset_kwd``. [#3155]
72+
- Get the keyword corresponding to the dataset ID for a specific mission
73+
with ``MastMissions.get_dataset_kwd``. [#3155]
4174

4275
- Handle coordinates that are not in the ICRS frame in query functions. [#3164]
4376

4477
mocserver
4578
^^^^^^^^^
4679

4780
- Switch to https instead of http for the default url (allows pyodide to use the
48-
module) [#3139]
81+
module). [#3139]
4982

50-
- Add ``TimeMOC`` and ``STMOC`` as possible entries in ``MOCServer.query_region`` to
51-
allow temporal and space-time searches [#3139]
83+
- Add ``TimeMOC`` and ``STMOC`` as possible entries in
84+
``MOCServer.query_region`` to allow temporal and space-time searches. [#3139]
5285

53-
- ``return_moc`` now allows to ask for a Time-MOC or a Space-Time MOC rather than only
54-
Space-MOCs [#3139]
86+
- ``return_moc`` now allows to ask for a Time-MOC or a Space-Time MOC rather
87+
than only Space-MOCs. [#3139]
5588

56-
- Fix query by MOC that would write a file ``moc.fits`` where the method was executed in
57-
overwriting mode (potentially deleting data if there was a conflicting file) [#3139]
89+
- Fix query by MOC that would write a file ``moc.fits`` where the method
90+
was executed in overwriting mode (potentially deleting data if there was
91+
a conflicting file). [#3139]
5892

59-
- [:warning: BREAKING] Returned tables now have a default list of fields instead of the
60-
> 130 columns returned previously. The full list of fields can be displayed with the
61-
new method ``MOCServer.list_fields`` [#3139]
93+
- Returned tables now have a default list of fields instead of the
94+
> 130 columns returned previously. The full list of fields can be
95+
displayed with the new method ``MOCServer.list_fields``. [#3139]
6296

6397
- Add ``casesensitive`` parameter in the queries (previously, this was hardcoded
6498
to ``True``) [#3139]
6599

66-
- Add ``coordinate_system`` parameter to the queries to allow to filter on the different
67-
bodies or frames. The list of available space systems can be printed with the new
68-
method ``MOCServer.list_coordinates_systems`` [#3139]
100+
- Add ``coordinate_system`` parameter to the queries to allow to filter on
101+
the different bodies or frames. The list of available space systems can
102+
be printed with the new method ``MOCServer.list_coordinates_systems``. [#3139]
69103

70-
- Add ``query_hips`` method, which is convenient to filter only Hierarchical progressive
71-
surveys [#3139]
104+
- Add ``query_hips`` method, which is convenient to filter only
105+
Hierarchical progressive surveys. [#3139]
72106

73-
- New parameter ``criteria`` in ``query_region`` and ``query_hips`` that has the same
74-
use than ``meta_data`` in the deprecated method ``find_datasets`` [#3139]
107+
- Add new parameter ``criteria`` in ``query_region`` and ``query_hips`` with
108+
the same use as ``meta_data`` in the deprecated method ``find_datasets``.
109+
[#3139]
110+
111+
- Deprecated ``find_datasets`` in favour of ``query_region``. [#3139]
75112

76113
simbad
77114
^^^^^^
78115

79116
- Fixed adding a list of fluxes with the deprecated notation
80-
``Simbad.add_votable_fields("flux(U)", "flux(J)")`` [#3186]
117+
``Simbad.add_votable_fields("flux(U)", "flux(J)")``. [#3186]
81118

82119
- Support more of the 0.4.7 votable fields. Raise more significant error messages
83120
for the discontinued ones. [#3186]
84121

85-
- Fix the deprecated votable fields ``otype(V)`` and ``otype(S)`` [#3186]
86-
87-
- Fixed non existing flux filters as votable fields would fail silently [#3186]
88-
89-
ipac.nexsci.nasa_exoplanet_archive
90-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
91-
92-
- Add missing unit strings to unit mapper. ``micron``, ``microns``, and ``uas``. [#3188]
122+
- Fix the deprecated votable fields ``otype(V)`` and ``otype(S)``. [#3186]
93123

94-
- Fixed InvalidTableError for DI_STARS_EXEP and TD tables. [#3189]
95-
96-
97-
Infrastructure, Utility and Other Changes and Additions
98-
-------------------------------------------------------
124+
- Fixed non existing flux filters as votable fields would fail silently. [#3186]
99125

100126

101127
0.4.8 (2025-01-16)

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = astroquery
3-
version = 0.4.9.dev
3+
version = 0.4.10.dev
44
description = Functions and classes to access online astronomical data resources
55
author = The Astroquery Developers
66
license = BSD

0 commit comments

Comments
 (0)