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: docs/news.md
+19
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,25 @@ detailing some of the changes.
9
9
the 4.x.x versions hidden behind optional feature flags or different import paths. Any
10
10
breaking changes will not be included until v5.0.
11
11
12
+
## 4.6.0 (2024-10-04)
13
+
14
+
### Highlights
15
+
- Patching an issue present in `4.5.1` that broke downloads from google bucket files.
16
+
- Support for python 3.12
17
+
- Drop support for python 3.8
18
+
19
+
### Bug Fixes
20
+
-\[[SYNPY-1521](https://sagebionetworks.jira.com/browse/SYNPY-1521)\] - Adding a kwargs that is already defined as a argument will cause an error for asDataFrame()
21
+
-\[[SYNPY-1524](https://sagebionetworks.jira.com/browse/SYNPY-1524)\] - GHCR publish is still using Python 3.8
22
+
-\[[SYNPY-1525](https://sagebionetworks.jira.com/browse/SYNPY-1525)\] - KeyError: 'X-Amz-Date' when trying to download HTAN data
23
+
24
+
### Stories
25
+
-\[[SYNPY-1513](https://sagebionetworks.jira.com/browse/SYNPY-1513)\] - Strip out trailing ".0" in getSubmission call to avoid sending .0 to the API
26
+
-\[[SYNPY-1517](https://sagebionetworks.jira.com/browse/SYNPY-1517)\] - Deprecate support for Python 3.8, update `pandas` dependency versions
27
+
-\[[SYNPY-1520](https://sagebionetworks.jira.com/browse/SYNPY-1520)\] - Support Python 3.12
0 commit comments