Skip to content

Commit 4c88b4c

Browse files
committed
Finalizing changelog for v0.4.4
1 parent aba77e3 commit 4c88b4c

File tree

1 file changed

+55
-25
lines changed

1 file changed

+55
-25
lines changed

CHANGES.rst

Lines changed: 55 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
1-
0.4.4 (unreleased)
1+
0.4.4 (2021-11-17)
22
==================
33

44
New Tools and Services
55
----------------------
66

7-
- linelists.cdms molecular line catalog query tool provides an interface to the
8-
Cologne Database for Molecular Spectroscopy [#2143]
7+
esa.esasky
8+
^^^^^^^^^^
9+
10+
- Added Solar System Object functionality. [#2106]
11+
12+
ipac
13+
^^^^
14+
15+
- New namespace for IPAC services. [#2131]
16+
17+
linelists.cdms
18+
^^^^^^^^^^^^^^
19+
- Molecular line catalog query tool provides an interface to the
20+
Cologne Database for Molecular Spectroscopy. [#2143]
21+
922

1023
Service fixes and enhancements
1124
------------------------------
@@ -20,25 +33,14 @@ gaia
2033
^^^^
2134

2235
- The bug which caused changing the ``MAIN_GAIA_TABLE`` option to have no
23-
effect has been fixed [#2153]
36+
effect has been fixed. [#2153]
2437

2538
ipac.ned
2639
^^^^^^^^
2740

2841
- Keyword 'file_format' is added to ``get_image_list`` to enable obtaining
2942
links to non-fits file formats, too. [#2217]
3043

31-
vizier
32-
^^^^^^
33-
34-
- It is now possible to specify 'galatic' centers in region queries to
35-
have box queries oriented along the galactic axes [#2152]
36-
37-
splatalogue
38-
^^^^^^^^^^^
39-
40-
- Splatalogue table merging can now handle unmasked columns [#2136]
41-
4244
jplhorizons
4345
^^^^^^^^^^^
4446

@@ -47,30 +49,59 @@ jplhorizons
4749
J2000 to ICRF, following API documentation. [#2154]
4850

4951
- Query ``id_type`` behavior has changed:
50-
- ``'majorbody'`` and ``'id'`` have been removed and the equivalent functionality
51-
replaced with ``None``. ``None`` implements the Horizons default, which is
52-
to search for major bodies first, then fall back to a small body search when
53-
no matches are found. Horizons does not have a major body only search.
52+
- ``'majorbody'`` and ``'id'`` have been removed and the equivalent
53+
functionality replaced with ``None``. ``None`` implements the Horizons
54+
default, which is to search for major bodies first, then fall back to a
55+
small body search when no matches are found. Horizons does not have a
56+
major body only search. [#2161]
57+
5458
- The default value was ``'smallbody'`` but it is now ``None``, which
55-
follows Horizons's default behavior.
59+
follows Horizons's default behavior. [#2161]
5660

5761
- Fix changes in column names that resulted KeyErrors. [#2202]
5862

63+
jplspec
64+
^^^^^^^
65+
66+
- JPLSpec now raises an EmptyResponseError if the returned result is empty.
67+
The API for JPLspec's ``lookup_table.find`` function returns a dictionary
68+
instead of values (for compatibility w/CDMS). [#2144]
69+
5970
simbad
6071
^^^^^^
6172

73+
- Fix result parsing issues by disabling caching of failed queries. [#2187]
74+
6275
- Fix parsing of non-ascii bibcode responses. [#2200]
6376

77+
splatalogue
78+
^^^^^^^^^^^
79+
80+
- Splatalogue table merging can now handle unmasked columns. [#2136]
81+
82+
vizier
83+
^^^^^^
84+
85+
- It is now possible to specify 'galatic' centers in region queries to
86+
have box queries oriented along the galactic axes. [#2152]
87+
6488

6589
Infrastructure, Utility and Other Changes and Additions
6690
-------------------------------------------------------
6791

68-
- JPLSpec now raises an EmptyResponseError if the returned result is empty.
69-
The API for JPLspec's ``lookup_table.find`` function returns a dictionary
70-
instead of values (for compatibility w/CDMS). [#2144]
71-
7292
- Versions of astropy <4 and numpy <1.16 are no longer supported. [#2163]
7393

94+
ipac
95+
^^^^
96+
97+
- As part of the namespace restructure, now modules for the IPAC archives are
98+
avalable as: ``ipac.irsa``, ``ipac.ned``, and ``ipac.nexsci``.
99+
Additional services have also been moved to their parent organisations'
100+
namespace. Acces from the top namespace have been deprecated for the
101+
following modules: ``ibe``, ``irsa``, ``irsa_dust``,
102+
``nasa_exoplanet_archive``, ``ned``, ``sha``. [#2131]
103+
104+
74105
0.4.3 (2021-07-07)
75106
==================
76107

@@ -85,7 +116,6 @@ esa.esasky
85116
- Added custom ADQL and TAP+ functionality. [#2078]
86117

87118
- Enabled download of INTEGRAL data products. [#2105]
88-
- Added Solar System Object functionality. [#2106]
89119

90120
esa.hubble
91121
^^^^^^^^^^

0 commit comments

Comments
 (0)