Published September 10, 2024
| Version v4.5.0
Software
Open
Sage-Bionetworks/synapsePythonClient: v4.5.0
Authors/Creators
- Thomas Yu
- Ziming Dong
- Jordan Kiang
- Larsson Omberg
- Kimyen Ladia1
- Christopher Bare
- BryanFauble
- Brad Macdonald2
- linchiahuisage
- Joseph Wu
- Bruce Hoff3
- Verena Chung2
- Dan Lu3
- Lingling
- Robert Minneker
- Kenneth Daily4
- Thomas Cokelaer5
- Xavier Schildwachter3
- Jenny V Medina3
- Em Fazza6
- linchiahui
- Robert Allaway2
- Adrin Jalali7
- Kristen Dang
- Yooree Chae3
- Abhishek Pratap
- Kyle Ellrott
- rxu17
- Bryer (Jeannotte) Esengard
- Jay Hodgson3
- 1. GitHub
- 2. @Sage-Bionetworks
- 3. Sage Bionetworks
- 4. @aws
- 5. Institut Pasteur
- 6. CashApp
- 7. @probabl-ai
Description
Highlights
- Improved handling of pre-authorized requests:
- During long running asynchronous download operations (i.e. syncing a folder with many files), some pre-authorized URLs were expiring before they were used to download the file. This change will now check the expiration datetime of the URL before using it. If the URL is expired it will be refreshed.
- Added support for
pandas.read_csvkeyword arguments:- Added support for all
pandas.read_csvkeyword arguments to theasDataFramemethod of theCsvFileTableclass. - This enables custom handling of missing values and default values when reading a Synapse table to a pandas DataFrame. See the pandas documentation for a full list of available keyword arguments.
- Added support for all
What's Changed
- [SYNPY-1514] Handle Expired Pre-Signed URLs by @BWMac in https://github.com/Sage-Bionetworks/synapsePythonClient/pull/1126
- [SYNPY-1509] Updates
NAhandling forCSVFileTable.asDataFrameby @BWMac in https://github.com/Sage-Bionetworks/synapsePythonClient/pull/1127 - [FDS-2373] Update retry delay, add some otel traces, add retry to url creation by @BryanFauble in https://github.com/Sage-Bionetworks/synapsePythonClient/pull/1128
Full Changelog: https://github.com/Sage-Bionetworks/synapsePythonClient/compare/v4.4.1...v4.5.0
Files
Sage-Bionetworks/synapsePythonClient-v4.5.0.zip
Files
(1.5 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:e63ab09441e498974e2039b74624c155
|
1.5 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/Sage-Bionetworks/synapsePythonClient/tree/v4.5.0 (URL)