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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,11 @@ New Tools and Services
9
9
API changes
10
10
-----------
11
11
12
+
query.py
13
+
^^^^^^^^
14
+
15
+
- ``_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]
16
+
12
17
13
18
14
19
Service fixes and enhancements
@@ -132,6 +137,8 @@ Infrastructure, Utility and Other Changes and Additions
132
137
- Removed usage of the astropy TestRunner, therefore the unadvertised
133
138
``astroquery.test()`` functionality. [#3215]
134
139
140
+
- ``_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