Published April 19, 2024
| Version v4.2.0
Software
Open
Sage-Bionetworks/synapsePythonClient: v4.2.0
Authors/Creators
- Thomas Yu
- Ziming Dong
- Jordan Kiang
- Larsson Omberg
- Kimyen Ladia1
- Christopher Bare
- Brad Macdonald2
- BryanFauble
- linchiahuisage
- Joseph Wu
- Bruce Hoff3
- Verena Chung2
- Dan Lu3
- Lingling
- Robert Minneker
- Kenneth Daily4
- Thomas Cokelaer5
- Xavier Schildwachter3
- Em Fazza6
- linchiahui
- Robert Allaway2
- Adrin Jalali7
- Jenny V Medina3
- Kristen Dang
- Yooree Chae3
- Abhishek Pratap
- Kyle Ellrott
- Bryer (Jeannotte) Esengard
- rxu17
- Jay Hodgson3
- 1. GitHub
- 2. @Sage-Bionetworks
- 3. Sage Bionetworks
- 4. @aws
- 5. Institut Pasteur
- 6. CashApp
- 7. @probabl-ai
Description
Highlights
- Continued Async Support:
- Multi-threaded Uploads Are Now Async: This change optimizes the upload process to handle multiple tasks simultaneously: uploading file parts concurrently, performing MD5 checksum calculations in separate processes, and making HTTP calls asynchronously. Further, memory management techniques were implemented to prevent crashes on low-resource EC2 instances. Benchmark results can be found here.
- HTTPX Support & Async Client Instances: In this update, support for the HTTPX library has been introduced, enhancing the functionality of Synapse with two new async client instances for seamless interaction with Synapse and Storage Providers. Additionally, the retry and back-off mechanisms have been revamped to improve reliability and performance, ensuring smoother operation even under challenging network conditions.
What's Changed
- [SYNPY-1419] Httpx async client by @BryanFauble in https://github.com/Sage-Bionetworks/synapsePythonClient/pull/1076
- [SYNPY-1453] Guard around modified time item in cache by @BryanFauble in https://github.com/Sage-Bionetworks/synapsePythonClient/pull/1080
- [SYNPY-1420] Re-write uploads to mix async, multi-threading, and multi-processing by @BryanFauble in https://github.com/Sage-Bionetworks/synapsePythonClient/pull/1078
- [SYNPY-1417] Updates for the annotation model by @BryanFauble in https://github.com/Sage-Bionetworks/synapsePythonClient/pull/1081
- [SYNPY-1456] Flaky integration tests by @BryanFauble in https://github.com/Sage-Bionetworks/synapsePythonClient/pull/1082
- [SYNPY-1465] Adding Annotations to sync and async docs by @jaymedina in https://github.com/Sage-Bionetworks/synapsePythonClient/pull/1087
Full Changelog: https://github.com/Sage-Bionetworks/synapsePythonClient/compare/v4.1.1...v4.2.0
Files
Sage-Bionetworks/synapsePythonClient-v4.2.0.zip
Files
(1.2 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:6d8ed1e0a3e72e8589f927510c01a1c5
|
1.2 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/Sage-Bionetworks/synapsePythonClient/tree/v4.2.0 (URL)