Skip to content

Commit 61dc4f5

Browse files
committed
Finalizing changelog for v0.4.9
1 parent 27b254d commit 61dc4f5

File tree

1 file changed

+58
-37
lines changed

1 file changed

+58
-37
lines changed

CHANGES.rst

+58-37
Original file line numberDiff line numberDiff line change
@@ -1,84 +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]
37+
38+
mast
39+
^^^^
40+
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]
44+
45+
- Filter data products retrieved from the Missions-MAST API with
46+
``MastMissions.filter_products``. [#3155]
47+
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]
51+
52+
- Get the keyword corresponding to the dataset ID for a specific mission
53+
with ``MastMissions.get_dataset_kwd``. [#3155]
2854

2955
mocserver
3056
^^^^^^^^^
3157

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

35-
- Add ``TimeMOC`` and ``STMOC`` as possible entries in ``MOCServer.query_region`` to
36-
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]
3763

38-
- ``return_moc`` now allows to ask for a Time-MOC or a Space-Time MOC rather than only
39-
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]
4066

41-
- Fix query by MOC that would write a file ``moc.fits`` where the method was executed in
42-
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]
4370

44-
- [:warning: BREAKING] Returned tables now have a default list of fields instead of the
45-
> 130 columns returned previously. The full list of fields can be displayed with the
46-
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]
4774

4875
- Add ``casesensitive`` parameter in the queries (previously, this was hardcoded
4976
to ``True``) [#3139]
5077

51-
- Add ``coordinate_system`` parameter to the queries to allow to filter on the different
52-
bodies or frames. The list of available space systems can be printed with the new
53-
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]
5484

55-
- Add ``query_hips`` method, which is convenient to filter only Hierarchical progressive
56-
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]
5788

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

6191
simbad
6292
^^^^^^
6393

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

6797
- Support more of the 0.4.7 votable fields. Raise more significant error messages
6898
for the discontinued ones. [#3186]
6999

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

72-
- Fixed non existing flux filters as votable fields would fail silently [#3186]
73-
74-
ipac.nexsci.nasa_exoplanet_archive
75-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
76-
77-
- Add missing unit strings to unit mapper. ``micron``, ``microns``, and ``uas``. [#3188]
78-
79-
80-
Infrastructure, Utility and Other Changes and Additions
81-
-------------------------------------------------------
102+
- Fixed non existing flux filters as votable fields would fail silently. [#3186]
82103

83104

84105
0.4.8 (2025-01-16)

0 commit comments

Comments
 (0)