Skip to content

Commit 39e109f

Browse files
committed
Cleaning up changelog prior in prep for release [skip ci]
1 parent 2876c7e commit 39e109f

File tree

1 file changed

+98
-74
lines changed

1 file changed

+98
-74
lines changed

CHANGES.rst

Lines changed: 98 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -1,81 +1,97 @@
11
0.4.2 (unreleased)
22
==================
33

4-
Service fixes and enhancements
5-
------------------------------
4+
New Tools and Services
5+
----------------------
66

77
cds.hips2fits
88
^^^^^^^^^^^^^
99

10-
- HIPS2fits is a service providing nice fits/jpg/png image cutouts from a HiPS + a WCS. It can now be queried from python [#1734]
10+
- New module HIPS2fits to provide access to fits/jpg/png image cutouts from a
11+
HiPS + a WCS. [#1734]
1112

12-
13-
esa/iso
13+
esa.iso
1414
^^^^^^^
1515

16-
- New module to access ESA ISO mission [#1914]
16+
- New module to access ESA ISO mission. [#1914]
1717

18-
ESASky
18+
esa.xmm_newton
19+
^^^^^^^^^^^^^^
20+
21+
- New method ``get_epic_images`` is added to extract EPIC images from
22+
tarballs. [#1759]
23+
24+
- New method ``get_epic_metadata`` is added to download EPIC sources
25+
metadata. [#1814]
26+
27+
mast
1928
^^^^
2029

21-
- All ESASky spectra now accessible. [#1909]
30+
- Added Zcut functionality to astroquery [#1911]
2231

23-
- Updated ESASky module for version 3.5 of ESASky backend. [#1858]
32+
svo_fps
33+
^^^^^^^
2434

25-
- Added row limit parameter for map queries. [#1858]
35+
- New module to access the Spanish Virtual Observatory Filter Profile List. [#1498]
2636

2737

28-
irsa
38+
Service fixes and enhancements
39+
------------------------------
40+
41+
alma
2942
^^^^
3043

31-
- Used more specific exceptions in IRSA. [#1854]
44+
- The archive query interface has been deprecated in favour of
45+
VirtualObservatory (VO) services such as TAP, ObsCore etc. The alma
46+
library has been updated accordingly. [#1689]
3247

33-
jplsbdb
34-
^^^^^^^
48+
- ALMA queries using string representations will now convert to appropriate
49+
coordinates before being sent to the server; previously they were treated as
50+
whatever unit they were presented in. [#1867]
3551

36-
- Returns astropy quantities, rather than scaled units. [#2011]
52+
- Download mechanism uses the ALMA Datalink service that allows exploring and
53+
downloading entire tarball package files or just part of their
54+
content. [#1820]
3755

38-
mast
39-
^^^^
56+
- Fixed bug in ``get_data_info`` to ensure relevant fields are strings. [#2022]
4057

41-
- Added ``Observations.download_file`` method to download a single file from MAST given an input
42-
data URI. [#1825]
43-
- Added case for passing a row to ``Observations.download_file` [#1881]
44-
- Removed deprecated ``Observations.get_hst_s3_uris()``, ``Observations.get_hst_s3_uri()``,
45-
``Core.get_token()``, ``Core.enable_s3_hst_dataset()``, ``Core.disable_s3_hst_dataset()`` and
46-
variables obstype and silent [#1884]
47-
- Added Zcut functionality to astroquery [#1911]
48-
- Fixed error causing empty products passed to ``Observations.get_product_list()`` to yeild a
49-
non-empty result. [#1921]
50-
- Changed AWS cloud access from RequesterPays to anonymous acces [#1980]
51-
- Fixed error with download of Spitzer data [#1994]
58+
esa.esasky
59+
^^^^^^^^^^
5260

53-
esa/hubble
61+
- All ESASky spectra now accessible. [#1909]
62+
63+
- Updated ESASky module for version 3.5 of ESASky backend. [#1858]
64+
65+
- Added row limit parameter for map queries. [#1858]
66+
67+
esa.hubble
5468
^^^^^^^^^^
5569

5670
- Module added to query eHST TAP based on a set of specific criteria and
5771
asynchronous jobs are now supported. [#1723]
5872

73+
gaia
74+
^^^^
75+
- Fixed RA/dec table edit capability. [#1784]
5976

60-
esa/xmm_newton
61-
^^^^^^^^^^^^^^
77+
- Changed file names handling when downloading data. [#1784]
6278

63-
- new method ``get_epic_images`` is added to extract EPIC images from
64-
tarballs. [#1759]
79+
- Improved code to handle bit data type. [#1784]
6580

66-
esasky
81+
- Prepared code to handle new datalink products. [#1784]
82+
83+
gemini
6784
^^^^^^
6885

69-
- Converted unittest styled tests to pytest. [#1862]
86+
- ``login()`` method to support authenticated sessions to the GOA. [#1780]
7087

88+
- ``get_file()`` to support downloading files. [#1780]
7189

72-
Gemini
73-
^^^^^^
90+
- fix syntax error in ``query_criteria()`` [#1823]
91+
92+
- If QA and/or engineering parameters are explicitly passed, remove the
93+
defaults of ``notengineering`` and/or ``NotFail``. [#2000]
7494

75-
- login() support for authenticated sessions to the GOA [#1778]
76-
- get_file() support for downloading files [#1778]
77-
- fix syntax error in query_criteria() [#1823]
78-
- If QA and/or engineering parameters are explicitly passed, remove the add defaults of `notengineering` and/or
7995
- Smarter defaulting of radius to None unless coordinates are specified, in
8096
which case defaults to 0.3 degrees. [#1995]
8197

@@ -85,61 +101,69 @@ heasarc
85101
- A ``NoResultsWarning`` is now returned when there is no matching rows were
86102
found in query. [#1829]
87103

88-
SVO FPS
104+
irsa
105+
^^^^
106+
107+
- Used more specific exceptions in IRSA. [#1854]
108+
109+
jplsbdb
89110
^^^^^^^
90111

91-
- Module added to access the Spanish Virtual Observatory Filter Profile List [#1498]
112+
- Returns astropy quantities, rather than scaled units. [#2011]
92113

93-
Splatalogue
94-
^^^^^^^^^^^
114+
mast
115+
^^^^
95116

96-
- The Splatalogue ID querying is now properly cached in the `astropy` cache
97-
directory (Issue [#423]) The scraping function has also been updated to reflect
98-
the Splatalogue webpage. [#1772]
117+
- Added ``Observations.download_file`` method to download a single file from
118+
MAST given an input data URI. [#1825]
99119

100-
- The splatalogue URL has changed to https://splatalogue.online, as the old site
101-
stopped functioning in September 2020 [#1817]
120+
- Added case for passing a row to ``Observations.download_file``. [#1881]
102121

103-
UKIDSS
104-
^^^^^^
122+
- Removed deprecated methods: ``Observations.get_hst_s3_uris()``,
123+
``Observations.get_hst_s3_uri()``, ``Core.get_token()``,
124+
``Core.enable_s3_hst_dataset()``, ``Core.disable_s3_hst_dataset()``; and
125+
parameters: ``obstype`` and ``silent``. [#1884]
105126

106-
- Updated to ``UKIDSSDR11PLUS`` as the default version [#1767]
127+
- Fixed error causing empty products passed to ``Observations.get_product_list()``
128+
to yeild a non-empty result. [#1921]
107129

108-
utils/tap
109-
^^^^^^
130+
- Changed AWS cloud access from RequesterPays to anonymous acces. [#1980]
110131

111-
- Converted unittest styled tests to pytest. [#1862]
132+
- Fixed error with download of Spitzer data. [#1994]
112133

113-
alma
134+
sdss
114135
^^^^
115136

116-
- The archive query interface has been deprecated in favour of
117-
VirtualObservatory (VO) services such as TAP, ObsCore etc. The alma
118-
library has been updated accordingly. [#1689]
119-
- ALMA queries using string representations will now convert to appropriate
120-
coordinates before being sent to the server; previously they were treated as
121-
whatever unit they were presented in. [#1867]
122-
- Download mechanism uses the ALMA Datalink service that allows exploring and
123-
downloading entire tarball package files or just part of their content. [#1820]
137+
- Fix validation of field names. [#1790]
124138

125-
gaia
126-
^^^^
127-
- Fixed RA/dec table edit capability. [#1784]
128-
- Changed file names handling when downloading data. [#1784]
129-
- Improved code to handle bit data type. [#1784]
130-
- Prepared code to handle new datalink products. [#1784]
139+
splatalogue
140+
^^^^^^^^^^^
131141

132-
esa.xmm_newton
133-
^^^^^^^^^^^^^^
142+
- The Splatalogue ID querying is now properly cached in the astropy cache
143+
directory. The scraping function has also been updated to reflect
144+
the Splatalogue webpage. [#1772]
145+
146+
- The splatalogue URL has changed to https://splatalogue.online, as the old site
147+
stopped functioning in September 2020 [#1817]
148+
149+
ukidss
150+
^^^^^^
151+
152+
- Updated to ``UKIDSSDR11PLUS`` as the default data release. [#1767]
153+
154+
vizier
155+
^^^^^^
134156

135-
- Added new function to download EPIC sources metadate. [#1814]
157+
- Refactor module to support list of coordinates as well as several fixes to
158+
follow changes in upstream API. [#2012]
136159

137160

138161
Infrastructure, Utility and Other Changes and Additions
139162
-------------------------------------------------------
140163

141164
- HTTP requests and responses can now be logged when the astropy
142165
logger is set to level "DEBUG" and "TRACE" respectively. [#1992]
166+
143167
- Astroquery and all its modules now uses a logger similar to Astropy's. [#1992]
144168

145169

0 commit comments

Comments
 (0)