Skip to content

Commit 3ad39c3

Browse files
committed
Finalizing changelog for 0.4.6
1 parent e3d1655 commit 3ad39c3

File tree

1 file changed

+32
-37
lines changed

1 file changed

+32
-37
lines changed

CHANGES.rst

Lines changed: 32 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,40 @@
1-
0.4.6 (unreleased)
1+
0.4.6 (2022-03-22)
22
==================
33

4-
New Tools and Services
5-
----------------------
6-
esa.hubble
7-
^^^^^^^^^^
8-
9-
- Added new method ``get_hap_hst_link`` and ``get_member_observations`` to get related observations [#2268]
10-
114
Service fixes and enhancements
125
------------------------------
6+
137
alma
148
^^^^
159

16-
- Added ``verify_only`` option to check if data downloaded with correct file size [#2263]
10+
- Added ``verify_only`` option to check if data downloaded with correct file
11+
size. [#2263]
12+
13+
- Deprecated keywords and ``stage_data`` method has been removed. [#2309]
1714

1815
- Deprecate broken functions from ``alma.utils``. [#2332]
1916

20-
esa.hubble
21-
^^^^^^^^^^
17+
- Optional keyword arguments are now keyword only. [#2309]
2218

23-
- Changed query_target method to use TAP instead of AIO [#2268]
19+
casda
20+
^^^^^
2421

25-
alma
26-
^^^^
22+
- Simplify file names produced by ``download_files`` to avoid filename too
23+
long errors. [#2308]
24+
25+
esa.hubble
26+
^^^^^^^^^^
2727

28-
- Deprecated keywords and ``stage_data`` method has been removed. Optional
29-
keyword arguments are now keyword only. [#2309]
28+
- Changed ``query_target`` method to use TAP instead of AIO. [#2268]
3029

31-
casda
32-
^^^^^
3330

34-
- Simplify file names produced by ``astroquery.casda.download_files`` to avoid filename too long errors [#2308]
31+
- Added new method ``get_hap_hst_link`` and ``get_member_observations`` to
32+
get related observations. [#2268]
3533

3634
esa.xmm_newton
3735
^^^^^^^^^^^^^^
3836

39-
- Add option to download proprietary data [#2251]
40-
41-
esa.jwst
42-
^^^^^^^^^^
43-
44-
- Minor fixes, documentation updated. [#2257]
37+
- Add option to download proprietary data. [#2251]
4538

4639
gaia
4740
^^^^
@@ -50,26 +43,31 @@ gaia
5043
``astroquery.gaia.Gaia`` no longer ignore their ``columns`` argument when
5144
``radius`` is specified. [#2249]
5245

53-
- Enhanced methods 'launch_job' and 'launch_job_async' to avoid issues with
46+
- Enhanced methods ``launch_job`` and ``launch_job_async`` to avoid issues with
5447
the name provided by the user for the output file when the results are
5548
returned by the TAP in compressed format. [#2077]
5649

5750
ipac.nexsci.nasa_exoplanet_archive
5851
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5952

60-
- Fixes to alias query, and regularize keyword removed from deprecated query_star() method. [#2264]
53+
- Fixes to alias query, and regularize keyword removed from deprecated
54+
``query_star`` method. [#2264]
6155

6256
mast
6357
^^^^
6458

65-
- Adding moving target functionality to ``astroquery.mast.Tesscut`` [#2121]
59+
- Adding moving target functionality to ``Tesscut`` [#2121]
60+
61+
- Adding ``MastMissions`` class to provide mission-specific metadata query
62+
functionalities. [#2095]
6663

67-
- GALEX data is now available to download anonymously from the public STScI S3 buckets. [#2261]
64+
- GALEX data is now available to download anonymously from the public
65+
STScI S3 buckets. [#2261]
6866

6967
- Adding the All-Sky PLATO Input Catalog ('plato') as a catalog option for
70-
methods of ``astroquery.mast.Catalogs``. [#2279]
68+
methods of ``Catalogs``. [#2279]
7169

72-
- Optional keyword arguments for are now keyword only in ``astroquery.mast.Observations``, ``astroquery.mast.Catalogs``, and ``astroquery.mast.Cutouts``. [#2317]
70+
- Optional keyword arguments are now keyword only. [#2317]
7371

7472
sdss
7573
^^^^
@@ -84,11 +82,10 @@ sdss
8482
Infrastructure, Utility and Other Changes and Additions
8583
-------------------------------------------------------
8684

87-
- The obsolete file ``astroquery/utils/testing_tools.py`` has been removed.
88-
[#2287]
85+
- Remove obsolete testing tools. [#2287]
8986

90-
- Callback hooks are deleted before caching. Potentially all cached queries
91-
prior to this PR will be rendered invalid. [#2295]
87+
- Callback hooks are deleted before caching. Potentially all cached queries
88+
prior to this PR will be rendered invalid. [#2295]
9289

9390
utils.tap
9491
^^^^^^^^^
@@ -378,8 +375,6 @@ mast
378375

379376
- Added Zcut functionality to astroquery [#1911]
380377

381-
- Added searching missions(HST) metadata functiona;ity to astroquery. [#2095]
382-
383378
svo_fps
384379
^^^^^^^
385380

0 commit comments

Comments
 (0)