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: README.rst
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,14 +112,16 @@ Please include a self-contained example that fully demonstrates your problem or
112
112
113
113
Changelog:
114
114
==========
115
+
v1.2.2
116
+
- Updated the logic surrounding TESScut searches to allow only TESScut results [#32]
117
+
- filter TESScut results by exposure time keyword [#43]
115
118
v1.2.0
116
119
- Made the catalogsearch functions case-insensitive[#38]
117
120
- Added `CHECK_CACHED_FILE_SIZES` configuration parameter, which on download allows local checking of cached files without a remote file-size check[#34][#38]
118
121
- Refactored `~lksearch.MastSearch.download` function to only call `~astroquery.mast.Observations.download` once
119
122
- This results in a modest speedup O(N), particularly for files in the local cache when `CHECK_CACHED_FILE_SIZES` is `True`.
120
123
- Updated tests, documentation for the new features
121
124
- Changed the property cloud_uris(self) to cloud_uri(self) [#42]
122
-
- Updated the logic surrounding TESScut searches to allow only TESScut results [#32]
123
125
v1.1.1
124
126
- Deprecated TESSSearch.search_sector_ffis due to changes in astroquery functionality
0 commit comments