|
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) |
2 | 22 | ================== |
3 | 23 |
|
4 | 24 | New Tools and Services |
5 | 25 | ---------------------- |
| 26 | + |
6 | 27 | esa.integral |
7 | 28 | ^^^^^^^^^^^^ |
| 29 | + |
8 | 30 | - New module to access the ESA Integral Science Legacy Archive. [#3154] |
9 | 31 |
|
| 32 | + |
10 | 33 | Service fixes and enhancements |
11 | 34 | ------------------------------ |
12 | 35 |
|
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 | 36 | heasarc |
20 | 37 | ^^^^^^^ |
21 | 38 |
|
22 | 39 | - Fix Heasarc.download_data for Sciserver. [#3183] |
23 | 40 |
|
| 41 | +ipac.nexsci.nasa_exoplanet_archive |
| 42 | +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 43 | + |
| 44 | +- Add missing unit strings to unit mapper. ``micron``, ``microns``, |
| 45 | + and ``uas``. [#3188] |
| 46 | + |
24 | 47 | jplspec |
25 | 48 | ^^^^^^^ |
26 | 49 |
|
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] |
28 | 57 |
|
29 | 58 | mast |
30 | 59 | ^^^^ |
31 | 60 |
|
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] |
34 | 64 |
|
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] |
36 | 67 |
|
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] |
39 | 71 |
|
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] |
41 | 74 |
|
42 | 75 | - Handle coordinates that are not in the ICRS frame in query functions. [#3164] |
43 | 76 |
|
44 | 77 | mocserver |
45 | 78 | ^^^^^^^^^ |
46 | 79 |
|
47 | 80 | - Switch to https instead of http for the default url (allows pyodide to use the |
48 | | - module) [#3139] |
| 81 | + module). [#3139] |
49 | 82 |
|
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] |
52 | 85 |
|
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] |
55 | 88 |
|
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] |
58 | 92 |
|
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] |
62 | 96 |
|
63 | 97 | - Add ``casesensitive`` parameter in the queries (previously, this was hardcoded |
64 | 98 | to ``True``) [#3139] |
65 | 99 |
|
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] |
69 | 103 |
|
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] |
72 | 106 |
|
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] |
75 | 112 |
|
76 | 113 | simbad |
77 | 114 | ^^^^^^ |
78 | 115 |
|
79 | 116 | - 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] |
81 | 118 |
|
82 | 119 | - Support more of the 0.4.7 votable fields. Raise more significant error messages |
83 | 120 | for the discontinued ones. [#3186] |
84 | 121 |
|
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] |
93 | 123 |
|
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] |
99 | 125 |
|
100 | 126 |
|
101 | 127 | 0.4.8 (2025-01-16) |
|
0 commit comments