1
1
0.4.2 (unreleased)
2
2
==================
3
3
4
- Service fixes and enhancements
5
- ------------------------------
4
+ New Tools and Services
5
+ ----------------------
6
6
7
7
cds.hips2fits
8
8
^^^^^^^^^^^^^
9
9
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]
11
12
12
-
13
- esa/iso
13
+ esa.iso
14
14
^^^^^^^
15
15
16
- - New module to access ESA ISO mission [#1914]
16
+ - New module to access ESA ISO mission. [#1914]
17
17
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
19
28
^^^^
20
29
21
- - All ESASky spectra now accessible. [#1909 ]
30
+ - Added Zcut functionality to astroquery [#1911 ]
22
31
23
- - Updated ESASky module for version 3.5 of ESASky backend. [#1858]
32
+ svo_fps
33
+ ^^^^^^^
24
34
25
- - Added row limit parameter for map queries . [#1858 ]
35
+ - New module to access the Spanish Virtual Observatory Filter Profile List . [#1498 ]
26
36
27
37
28
- irsa
38
+ Service fixes and enhancements
39
+ ------------------------------
40
+
41
+ alma
29
42
^^^^
30
43
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]
32
47
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]
35
51
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]
37
55
38
- mast
39
- ^^^^
56
+ - Fixed bug in ``get_data_info `` to ensure relevant fields are strings. [#2022]
40
57
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
+ ^^^^^^^^^^
52
60
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
54
68
^^^^^^^^^^
55
69
56
70
- Module added to query eHST TAP based on a set of specific criteria and
57
71
asynchronous jobs are now supported. [#1723]
58
72
73
+ gaia
74
+ ^^^^
75
+ - Fixed RA/dec table edit capability. [#1784]
59
76
60
- esa/xmm_newton
61
- ^^^^^^^^^^^^^^
77
+ - Changed file names handling when downloading data. [#1784]
62
78
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]
65
80
66
- esasky
81
+ - Prepared code to handle new datalink products. [#1784]
82
+
83
+ gemini
67
84
^^^^^^
68
85
69
- - Converted unittest styled tests to pytest . [#1862 ]
86
+ - `` login() `` method to support authenticated sessions to the GOA . [#1780 ]
70
87
88
+ - ``get_file() `` to support downloading files. [#1780]
71
89
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]
74
94
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
79
95
- Smarter defaulting of radius to None unless coordinates are specified, in
80
96
which case defaults to 0.3 degrees. [#1995]
81
97
@@ -85,61 +101,69 @@ heasarc
85
101
- A ``NoResultsWarning `` is now returned when there is no matching rows were
86
102
found in query. [#1829]
87
103
88
- SVO FPS
104
+ irsa
105
+ ^^^^
106
+
107
+ - Used more specific exceptions in IRSA. [#1854]
108
+
109
+ jplsbdb
89
110
^^^^^^^
90
111
91
- - Module added to access the Spanish Virtual Observatory Filter Profile List [#1498 ]
112
+ - Returns astropy quantities, rather than scaled units. [#2011 ]
92
113
93
- Splatalogue
94
- ^^^^^^^^^^^
114
+ mast
115
+ ^^^^
95
116
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]
99
119
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]
102
121
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]
105
126
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]
107
129
108
- utils/tap
109
- ^^^^^^
130
+ - Changed AWS cloud access from RequesterPays to anonymous acces. [#1980]
110
131
111
- - Converted unittest styled tests to pytest . [#1862 ]
132
+ - Fixed error with download of Spitzer data . [#1994 ]
112
133
113
- alma
134
+ sdss
114
135
^^^^
115
136
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]
124
138
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
+ ^^^^^^^^^^^
131
141
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
+ ^^^^^^
134
156
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]
136
159
137
160
138
161
Infrastructure, Utility and Other Changes and Additions
139
162
-------------------------------------------------------
140
163
141
164
- HTTP requests and responses can now be logged when the astropy
142
165
logger is set to level "DEBUG" and "TRACE" respectively. [#1992]
166
+
143
167
- Astroquery and all its modules now uses a logger similar to Astropy's. [#1992]
144
168
145
169
0 commit comments