Skip to content

Commit 70c7573

Browse files
committed
Finalizing changelog for v0.4.9
1 parent 5a9633c commit 70c7573

File tree

1 file changed

+51
-45
lines changed

1 file changed

+51
-45
lines changed

CHANGES.rst

Lines changed: 51 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,99 +1,105 @@
1-
0.4.9 (unreleased)
1+
0.4.9 (2025-01-24)
22
==================
33

44
New Tools and Services
55
----------------------
6+
67
esa.integral
78
^^^^^^^^^^^^
9+
810
- New module to access the ESA Integral Science Legacy Archive. [#3154]
911

12+
1013
Service fixes and enhancements
1114
------------------------------
1215

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-
1916
heasarc
2017
^^^^^^^
2118

2219
- Fix Heasarc.download_data for Sciserver. [#3183]
2320

21+
ipac.nexsci.nasa_exoplanet_archive
22+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
23+
24+
- Add missing unit strings to unit mapper. ``micron``, ``microns``,
25+
and ``uas``. [#3188]
26+
2427
jplspec
2528
^^^^^^^
2629

27-
- minor improvement to lookuptable behavior [#3173,#2901]
30+
- Minor improvement to lookuptable behavior. [#3173, #2901]
31+
32+
linelists.cdms
33+
^^^^^^^^^^^^^^
34+
35+
- Add whole catalog retrieval, improve error messaging for unparseable lines,
36+
improve metadata catalog, and improve lookuptable behavior. [#3173, #2901]
2837

2938
mast
3039
^^^^
3140

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]
41+
- Retrieve data products from the Missions-MAST API with
42+
``MastMissions.get_product_list``. Retrieve unique data
43+
products only with ``MastMissions.get_unique_product_list``. [#3155]
3444

35-
- Filter data products retrieved from the Missions-MAST API with ``mast.MastMissions.filter_products``. [#3155]
45+
- Filter data products retrieved from the Missions-MAST API with
46+
``MastMissions.filter_products``. [#3155]
3647

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]
48+
- Download data products from the Missions-MAST API with
49+
``MastMissions.download_products``.
50+
Download a single data product using ``MastMissions.download_file``. [#3155]
3951

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

4255
mocserver
4356
^^^^^^^^^
4457

4558
- Switch to https instead of http for the default url (allows pyodide to use the
46-
module) [#3139]
59+
module). [#3139]
4760

48-
- Add ``TimeMOC`` and ``STMOC`` as possible entries in ``MOCServer.query_region`` to
49-
allow temporal and space-time searches [#3139]
61+
- Add ``TimeMOC`` and ``STMOC`` as possible entries in
62+
``MOCServer.query_region`` to allow temporal and space-time searches. [#3139]
5063

51-
- ``return_moc`` now allows to ask for a Time-MOC or a Space-Time MOC rather than only
52-
Space-MOCs [#3139]
64+
- ``return_moc`` now allows to ask for a Time-MOC or a Space-Time MOC rather
65+
than only Space-MOCs. [#3139]
5366

54-
- Fix query by MOC that would write a file ``moc.fits`` where the method was executed in
55-
overwriting mode (potentially deleting data if there was a conflicting file) [#3139]
67+
- Fix query by MOC that would write a file ``moc.fits`` where the method
68+
was executed in overwriting mode (potentially deleting data if there was
69+
a conflicting file). [#3139]
5670

57-
- [:warning: BREAKING] Returned tables now have a default list of fields instead of the
58-
> 130 columns returned previously. The full list of fields can be displayed with the
59-
new method ``MOCServer.list_fields`` [#3139]
71+
- Returned tables now have a default list of fields instead of the
72+
> 130 columns returned previously. The full list of fields can be
73+
displayed with the new method ``MOCServer.list_fields``. [#3139]
6074

6175
- Add ``casesensitive`` parameter in the queries (previously, this was hardcoded
6276
to ``True``) [#3139]
6377

64-
- Add ``coordinate_system`` parameter to the queries to allow to filter on the different
65-
bodies or frames. The list of available space systems can be printed with the new
66-
method ``MOCServer.list_coordinates_systems`` [#3139]
78+
- Add ``coordinate_system`` parameter to the queries to allow to filter on
79+
the different bodies or frames. The list of available space systems can
80+
be printed with the new method ``MOCServer.list_coordinates_systems``. [#3139]
81+
82+
- Add ``query_hips`` method, which is convenient to filter only
83+
Hierarchical progressive surveys. [#3139]
6784

68-
- Add ``query_hips`` method, which is convenient to filter only Hierarchical progressive
69-
surveys [#3139]
85+
- Add new parameter ``criteria`` in ``query_region`` and ``query_hips`` with
86+
the same use as ``meta_data`` in the deprecated method ``find_datasets``.
87+
[#3139]
7088

71-
- New parameter ``criteria`` in ``query_region`` and ``query_hips`` that has the same
72-
use than ``meta_data`` in the deprecated method ``find_datasets`` [#3139]
89+
- Deprecated ``find_datasets`` in favour of ``query_region``. [#3139]
7390

7491
simbad
7592
^^^^^^
7693

7794
- Fixed adding a list of fluxes with the deprecated notation
78-
``Simbad.add_votable_fields("flux(U)", "flux(J)")`` [#3186]
95+
``Simbad.add_votable_fields("flux(U)", "flux(J)")``. [#3186]
7996

8097
- Support more of the 0.4.7 votable fields. Raise more significant error messages
8198
for the discontinued ones. [#3186]
8299

83-
- Fix the deprecated votable fields ``otype(V)`` and ``otype(S)`` [#3186]
100+
- Fix the deprecated votable fields ``otype(V)`` and ``otype(S)``. [#3186]
84101

85-
- Fixed non existing flux filters as votable fields would fail silently [#3186]
86-
87-
ipac.nexsci.nasa_exoplanet_archive
88-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
89-
90-
- Add missing unit strings to unit mapper. ``micron``, ``microns``, and ``uas``. [#3188]
91-
92-
- Fixed InvalidTableError for DI_STARS_EXEP and TD tables. [#3189]
93-
94-
95-
Infrastructure, Utility and Other Changes and Additions
96-
-------------------------------------------------------
102+
- Fixed non existing flux filters as votable fields would fail silently. [#3186]
97103

98104

99105
0.4.8 (2025-01-16)

0 commit comments

Comments
 (0)