You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.rst
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,6 @@ New Tools and Services
8
8
API changes
9
9
-----------
10
10
11
-
query.py
12
-
^^^^^^^^
13
-
14
-
- ``_download_file`` now returns the local file path in all cases (formerly, it would return ``None`` if the file was already cached). Some corner cases where downloads were not properly continued have been fixed [#3232]
15
-
16
-
17
11
esa.euclid
18
12
^^^^^^^^^^
19
13
@@ -85,6 +79,8 @@ Infrastructure, Utility and Other Changes and Additions
85
79
- Removed usage of the astropy TestRunner, therefore the unadvertised
86
80
``astroquery.test()`` functionality. [#3215]
87
81
82
+
- ``_download_file`` now returns the local file path in all cases (formerly, it would return ``None`` if the file was already cached). Some corner cases where downloads were not properly continued have been fixed [#3232]
0 commit comments