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
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,6 @@ 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
-
17
12
18
13
19
14
Service fixes and enhancements
@@ -28,6 +23,14 @@ heasarc
28
23
Infrastructure, Utility and Other Changes and Additions
- ``BaseQuery._download_file`` now returns the local file path in all cases.
30
+
Some corner cases where downloads were not properly continued have been
31
+
fixed. [#3232]
32
+
33
+
31
34
32
35
0.4.10 (2025-03-18)
33
36
===================
@@ -137,7 +140,6 @@ Infrastructure, Utility and Other Changes and Additions
137
140
- Removed usage of the astropy TestRunner, therefore the unadvertised
138
141
``astroquery.test()`` functionality. [#3215]
139
142
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