==================
New Tools and Services
----------------------
esa.esasky
^^^^^^^^^^
- Added Solar System Object functionality. [2106]
ipac
^^^^
- New namespace for IPAC services. [2131]
linelists.cdms
^^^^^^^^^^^^^^
- Molecular line catalog query tool provides an interface to the
Cologne Database for Molecular Spectroscopy. [2143]
Service fixes and enhancements
------------------------------
casda
^^^^^^
- Add ability to stage and download non image data which have been found
through the CASDA obscore table. [2158]
gaia
^^^^
- The bug which caused changing the ``MAIN_GAIA_TABLE`` option to have no
effect has been fixed. [2153]
ipac.ned
^^^^^^^^
- Keyword 'file_format' is added to ``get_image_list`` to enable obtaining
links to non-fits file formats, too. [2217]
jplhorizons
^^^^^^^^^^^
- Updated to use v1.0 of the new JPL Horizons API released 2021-09-15.
Included in this update, the default reference system is changed from
J2000 to ICRF, following API documentation. [2154]
- Query ``id_type`` behavior has changed:
* ``'majorbody'`` and ``'id'`` have been removed and the equivalent
functionality replaced with ``None``. ``None`` implements the Horizons
default, which is to search for major bodies first, then fall back to a
small body search when no matches are found. Horizons does not have a
major body only search. [2161]
* The default value was ``'smallbody'`` but it is now ``None``, which
follows Horizons's default behavior. [2161]
- Fix changes in column names that resulted KeyErrors. [2202]
jplspec
^^^^^^^
- JPLSpec now raises an EmptyResponseError if the returned result is empty.
The API for JPLspec's ``lookup_table.find`` function returns a dictionary
instead of values (for compatibility w/CDMS). [2144]
simbad
^^^^^^
- Fix result parsing issues by disabling caching of failed queries. [2187]
- Fix parsing of non-ascii bibcode responses. [2200]
splatalogue
^^^^^^^^^^^
- Splatalogue table merging can now handle unmasked columns. [2136]
vizier
^^^^^^
- It is now possible to specify 'galatic' centers in region queries to
have box queries oriented along the galactic axes. [2152]
Infrastructure, Utility and Other Changes and Additions
-------------------------------------------------------
- Versions of astropy <4 and numpy <1.16 are no longer supported. [2163]
ipac
^^^^
- As part of the namespace restructure, now modules for the IPAC archives are
avalable as: ``ipac.irsa``, ``ipac.ned``, and ``ipac.nexsci``.
Additional services have also been moved to their parent organisations'
namespace. Acces from the top namespace have been deprecated for the
following modules: ``ibe``, ``irsa``, ``irsa_dust``,
``nasa_exoplanet_archive``, ``ned``, ``sha``. [2131]