Releases: broadinstitute/taigapy
Releases · broadinstitute/taigapy
Release 3.7.1
Bug fix for feather support of tables (required for taigr)
Release 3.7.0
Fixed support under windows and working with new version of taigr
Added
- tc.create_dataset, tc.update_dataset, and tc.download_to_cache now support gcs path files
- Data file read access is logged
- Improved parallel uploads
3.3.3
Fixed
- Changed to more lax library requirements
3.3.0
Added
- Option to upload synchronously (serially) when creating or updating a dataset
3.2.4
Fixed
- Fixed bug where getting the DataFrame for a datafile failed after downloading the raw file
3.2.3
Fixed
- Fixed typos in
taigaclient
that were preventing downloading files
3.2.2
Fixed
- Fixed issue where
TaigaClient.get
cached files under the wrong key when only name
was supplied
3.2.1
Fixed
- Fixed uploading using Jupyter Notebooks