|
1 | | -0.4.9 (unreleased) |
| 1 | +0.4.9 (2025-01-24) |
2 | 2 | ================== |
3 | 3 |
|
4 | 4 | New Tools and Services |
5 | 5 | ---------------------- |
| 6 | + |
6 | 7 | esa.integral |
7 | 8 | ^^^^^^^^^^^^ |
| 9 | + |
8 | 10 | - New module to access the ESA Integral Science Legacy Archive. [#3154] |
9 | 11 |
|
| 12 | + |
10 | 13 | Service fixes and enhancements |
11 | 14 | ------------------------------ |
12 | 15 |
|
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 | | - |
19 | 16 | heasarc |
20 | 17 | ^^^^^^^ |
21 | 18 |
|
22 | 19 | - Fix Heasarc.download_data for Sciserver. [#3183] |
23 | 20 |
|
| 21 | +ipac.nexsci.nasa_exoplanet_archive |
| 22 | +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 23 | + |
| 24 | +- Add missing unit strings to unit mapper. ``micron``, ``microns``, |
| 25 | + and ``uas``. [#3188] |
| 26 | + |
24 | 27 | jplspec |
25 | 28 | ^^^^^^^ |
26 | 29 |
|
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] |
28 | 54 |
|
29 | 55 | mocserver |
30 | 56 | ^^^^^^^^^ |
31 | 57 |
|
32 | 58 | - Switch to https instead of http for the default url (allows pyodide to use the |
33 | | - module) [#3139] |
| 59 | + module). [#3139] |
34 | 60 |
|
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] |
37 | 63 |
|
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] |
40 | 66 |
|
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] |
43 | 70 |
|
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] |
47 | 74 |
|
48 | 75 | - Add ``casesensitive`` parameter in the queries (previously, this was hardcoded |
49 | 76 | to ``True``) [#3139] |
50 | 77 |
|
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] |
54 | 84 |
|
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] |
57 | 88 |
|
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] |
60 | 90 |
|
61 | 91 | simbad |
62 | 92 | ^^^^^^ |
63 | 93 |
|
64 | 94 | - 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] |
66 | 96 |
|
67 | 97 | - Support more of the 0.4.7 votable fields. Raise more significant error messages |
68 | 98 | for the discontinued ones. [#3186] |
69 | 99 |
|
70 | | -- Fix the deprecated votable fields ``otype(V)`` and ``otype(S)`` [#3186] |
| 100 | +- Fix the deprecated votable fields ``otype(V)`` and ``otype(S)``. [#3186] |
71 | 101 |
|
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] |
82 | 103 |
|
83 | 104 |
|
84 | 105 | 0.4.8 (2025-01-16) |
|
0 commit comments