1
- 0.4.2 (unreleased)
1
+ 0.4.3 (unreleased)
2
2
==================
3
3
4
+ New Tools and Services
5
+ ----------------------
6
+
7
+
4
8
Service fixes and enhancements
5
9
------------------------------
6
10
11
+
12
+
13
+ 0.4.2 (2021-05-14)
14
+ ==================
15
+
16
+ New Tools and Services
17
+ ----------------------
18
+
7
19
cds.hips2fits
8
20
^^^^^^^^^^^^^
9
21
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]
22
+ - New module HIPS2fits to provide access to fits/jpg/png image cutouts from a
23
+ HiPS + a WCS. [#1734]
11
24
12
-
13
- esa/iso
25
+ esa.iso
14
26
^^^^^^^
15
27
16
- - New module to access ESA ISO mission [#1914]
28
+ - New module to access ESA ISO mission. [#1914]
17
29
18
- ESASky
30
+ esa.xmm_newton
31
+ ^^^^^^^^^^^^^^
32
+
33
+ - New method ``get_epic_images `` is added to extract EPIC images from
34
+ tarballs. [#1759]
35
+
36
+ - New method ``get_epic_metadata `` is added to download EPIC sources
37
+ metadata. [#1814]
38
+
39
+ mast
19
40
^^^^
20
41
21
- - All ESASky spectra now accessible. [#1909 ]
42
+ - Added Zcut functionality to astroquery [#1911 ]
22
43
23
- - Updated ESASky module for version 3.5 of ESASky backend. [#1858]
44
+ svo_fps
45
+ ^^^^^^^
24
46
25
- - Added row limit parameter for map queries . [#1858 ]
47
+ - New module to access the Spanish Virtual Observatory Filter Profile List . [#1498 ]
26
48
27
49
28
- irsa
50
+ Service fixes and enhancements
51
+ ------------------------------
52
+
53
+ alma
29
54
^^^^
30
55
31
- - Used more specific exceptions in IRSA. [#1854]
56
+ - The archive query interface has been deprecated in favour of
57
+ VirtualObservatory (VO) services such as TAP, ObsCore etc. The alma
58
+ library has been updated accordingly. [#1689]
32
59
60
+ - ALMA queries using string representations will now convert to appropriate
61
+ coordinates before being sent to the server; previously they were treated as
62
+ whatever unit they were presented in. [#1867]
33
63
34
- mast
35
- ^^^^
64
+ - Download mechanism uses the ALMA Datalink service that allows exploring and
65
+ downloading entire tarball package files or just part of their
66
+ content. [#1820]
36
67
37
- - Added ``Observations.download_file `` method to download a single file from MAST given an input
38
- data URI. [#1825]
39
- - Added case for passing a row to ``Observations.download_file` [#1881]
40
- - Removed deprecated ``Observations.get_hst_s3_uris() ``, ``Observations.get_hst_s3_uri() ``,
41
- ``Core.get_token() ``, ``Core.enable_s3_hst_dataset() ``, ``Core.disable_s3_hst_dataset() `` and
42
- variables obstype and silent [#1884]
43
- - Added Zcut functionality to astroquery [#1911]
44
- - Fixed error causing empty products passed to ``Observations.get_product_list() `` to yeild a
45
- non-empty result. [#1921]
46
- - Changed AWS cloud access from RequesterPays to anonymous acces [#1980]
47
- - Fixed error with download of Spitzer data [#1994]
68
+ - Fixed bug in ``get_data_info `` to ensure relevant fields are strings. [#2022]
48
69
49
- esa/hubble
70
+ esa.esasky
71
+ ^^^^^^^^^^
72
+
73
+ - All ESASky spectra now accessible. [#1909]
74
+
75
+ - Updated ESASky module for version 3.5 of ESASky backend. [#1858]
76
+
77
+ - Added row limit parameter for map queries. [#1858]
78
+
79
+ esa.hubble
50
80
^^^^^^^^^^
51
81
52
82
- Module added to query eHST TAP based on a set of specific criteria and
53
83
asynchronous jobs are now supported. [#1723]
54
84
55
- esa/xmm_newton
56
- ^^^^^^^^^^^^^^
85
+ gaia
86
+ ^^^^
87
+ - Fixed RA/dec table edit capability. [#1784]
57
88
58
- - new method ``get_epic_images `` is added to extract EPIC images from
59
- tarballs. [#1759]
89
+ - Changed file names handling when downloading data. [#1784]
60
90
61
- esasky
91
+ - Improved code to handle bit data type. [#1784]
92
+
93
+ - Prepared code to handle new datalink products. [#1784]
94
+
95
+ gemini
62
96
^^^^^^
63
97
64
- - Converted unittest styled tests to pytest . [#1862 ]
98
+ - `` login() `` method to support authenticated sessions to the GOA . [#1780 ]
65
99
100
+ - ``get_file() `` to support downloading files. [#1780]
66
101
67
- Gemini
68
- ^^^^^^
102
+ - fix syntax error in ``query_criteria() `` [#1823]
69
103
70
- - login() support for authenticated sessions to the GOA [#1778]
71
- - get_file() support for downloading files [#1778]
72
- - fix syntax error in query_criteria() [#1823]
104
+ - If QA and/or engineering parameters are explicitly passed, remove the
105
+ defaults of ``notengineering `` and/or ``NotFail ``. [#2000]
73
106
107
+ - Smarter defaulting of radius to None unless coordinates are specified, in
108
+ which case defaults to 0.3 degrees. [#1995]
74
109
75
110
heasarc
76
111
^^^^^^^
@@ -80,62 +115,81 @@ heasarc
80
115
- Add alternative instance of HEASARC Server, maintainer by
81
116
INTEGRAL Science Data Center [#1988]
82
117
118
+ irsa
119
+ ^^^^
120
+
121
+ - Used more specific exceptions in IRSA. [#1854]
83
122
84
- SVO FPS
123
+ jplsbdb
85
124
^^^^^^^
86
125
87
- - Module added to access the Spanish Virtual Observatory Filter Profile List [#1498]
126
+ - Returns astropy quantities, rather than scaled units. [#2011]
127
+
128
+ lcogt
129
+ ^^^^^
130
+
131
+ - Module has been removed after having been defunct due to upstream API
132
+ refactoring a few years ago. [#2071]
133
+
134
+ mast
135
+ ^^^^
136
+
137
+ - Added ``Observations.download_file `` method to download a single file from
138
+ MAST given an input data URI. [#1825]
139
+
140
+ - Added case for passing a row to ``Observations.download_file ``. [#1881]
141
+
142
+ - Removed deprecated methods: ``Observations.get_hst_s3_uris() ``,
143
+ ``Observations.get_hst_s3_uri() ``, ``Core.get_token() ``,
144
+ ``Core.enable_s3_hst_dataset() ``, ``Core.disable_s3_hst_dataset() ``; and
145
+ parameters: ``obstype `` and ``silent ``. [#1884]
146
+
147
+ - Fixed error causing empty products passed to ``Observations.get_product_list() ``
148
+ to yeild a non-empty result. [#1921]
149
+
150
+ - Changed AWS cloud access from RequesterPays to anonymous acces. [#1980]
151
+
152
+ - Fixed error with download of Spitzer data. [#1994]
153
+
154
+ sdss
155
+ ^^^^
156
+
157
+ - Fix validation of field names. [#1790]
88
158
89
- Splatalogue
159
+ splatalogue
90
160
^^^^^^^^^^^
91
161
92
- - The Splatalogue ID querying is now properly cached in the ` astropy ` cache
93
- directory (Issue [#423]) The scraping function has also been updated to reflect
162
+ - The Splatalogue ID querying is now properly cached in the astropy cache
163
+ directory. The scraping function has also been updated to reflect
94
164
the Splatalogue webpage. [#1772]
95
165
96
166
- The splatalogue URL has changed to https://splatalogue.online, as the old site
97
167
stopped functioning in September 2020 [#1817]
98
168
99
- UKIDSS
100
- ^^^^^^
101
-
102
- - Updated to ``UKIDSSDR11PLUS `` as the default version [#1767]
103
-
104
- utils/tap
169
+ ukidss
105
170
^^^^^^
106
171
107
- - Converted unittest styled tests to pytest. [#1862]
108
-
109
- alma
110
- ^^^^
172
+ - Updated to ``UKIDSSDR11PLUS `` as the default data release. [#1767]
111
173
112
- - The archive query interface has been deprecated in favour of
113
- VirtualObservatory (VO) services such as TAP, ObsCore etc. The alma
114
- library has been updated accordingly. [#1689]
115
- - ALMA queries using string representations will now convert to appropriate
116
- coordinates before being sent to the server; previously they were treated as
117
- whatever unit they were presented in. [#1867]
118
- - Download mechanism uses the ALMA Datalink service that allows exploring and
119
- downloading entire tarball package files or just part of their content. [#1820]
174
+ vamdc
175
+ ^^^^^
120
176
121
- gaia
122
- ^^^^
123
- - Fixed RA/dec table edit capability. [#1784]
124
- - Changed file names handling when downloading data. [#1784]
125
- - Improved code to handle bit data type. [#1784]
126
- - Prepared code to handle new datalink products. [#1784]
177
+ - Deprecate module due to upstream library dependence and compability
178
+ issues. [#2070]
127
179
128
- esa.xmm_newton
129
- ^^^^^^^^^^^^^^
180
+ vizier
181
+ ^^^^^^
130
182
131
- - Added new function to download EPIC sources metadate. [#1814]
183
+ - Refactor module to support list of coordinates as well as several fixes to
184
+ follow changes in upstream API. [#2012]
132
185
133
186
134
187
Infrastructure, Utility and Other Changes and Additions
135
188
-------------------------------------------------------
136
189
137
190
- HTTP requests and responses can now be logged when the astropy
138
191
logger is set to level "DEBUG" and "TRACE" respectively. [#1992]
192
+
139
193
- Astroquery and all its modules now uses a logger similar to Astropy's. [#1992]
140
194
141
195
0 commit comments