|
1 |
| -0.4.6 (unreleased) |
| 1 | +0.4.6 (2022-03-22) |
2 | 2 | ==================
|
3 | 3 |
|
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 |
| - |
11 | 4 | Service fixes and enhancements
|
12 | 5 | ------------------------------
|
| 6 | + |
13 | 7 | alma
|
14 | 8 | ^^^^
|
15 | 9 |
|
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] |
17 | 14 |
|
18 | 15 | - Deprecate broken functions from ``alma.utils``. [#2332]
|
19 | 16 |
|
20 |
| -esa.hubble |
21 |
| -^^^^^^^^^^ |
| 17 | +- Optional keyword arguments are now keyword only. [#2309] |
22 | 18 |
|
23 |
| -- Changed query_target method to use TAP instead of AIO [#2268] |
| 19 | +casda |
| 20 | +^^^^^ |
24 | 21 |
|
25 |
| -alma |
26 |
| -^^^^ |
| 22 | +- Simplify file names produced by ``download_files`` to avoid filename too |
| 23 | + long errors. [#2308] |
| 24 | + |
| 25 | +esa.hubble |
| 26 | +^^^^^^^^^^ |
27 | 27 |
|
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] |
30 | 29 |
|
31 |
| -casda |
32 |
| -^^^^^ |
33 | 30 |
|
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] |
35 | 33 |
|
36 | 34 | esa.xmm_newton
|
37 | 35 | ^^^^^^^^^^^^^^
|
38 | 36 |
|
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] |
45 | 38 |
|
46 | 39 | gaia
|
47 | 40 | ^^^^
|
|
50 | 43 | ``astroquery.gaia.Gaia`` no longer ignore their ``columns`` argument when
|
51 | 44 | ``radius`` is specified. [#2249]
|
52 | 45 |
|
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 |
54 | 47 | the name provided by the user for the output file when the results are
|
55 | 48 | returned by the TAP in compressed format. [#2077]
|
56 | 49 |
|
57 | 50 | ipac.nexsci.nasa_exoplanet_archive
|
58 | 51 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
59 | 52 |
|
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] |
61 | 55 |
|
62 | 56 | mast
|
63 | 57 | ^^^^
|
64 | 58 |
|
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] |
66 | 63 |
|
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] |
68 | 66 |
|
69 | 67 | - 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] |
71 | 69 |
|
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] |
73 | 71 |
|
74 | 72 | sdss
|
75 | 73 | ^^^^
|
|
84 | 82 | Infrastructure, Utility and Other Changes and Additions
|
85 | 83 | -------------------------------------------------------
|
86 | 84 |
|
87 |
| -- The obsolete file ``astroquery/utils/testing_tools.py`` has been removed. |
88 |
| - [#2287] |
| 85 | +- Remove obsolete testing tools. [#2287] |
89 | 86 |
|
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] |
92 | 89 |
|
93 | 90 | utils.tap
|
94 | 91 | ^^^^^^^^^
|
|
378 | 375 |
|
379 | 376 | - Added Zcut functionality to astroquery [#1911]
|
380 | 377 |
|
381 |
| -- Added searching missions(HST) metadata functiona;ity to astroquery. [#2095] |
382 |
| - |
383 | 378 | svo_fps
|
384 | 379 | ^^^^^^^
|
385 | 380 |
|
|
0 commit comments