Releases: emdgroup/foundry-dev-tools
Releases · emdgroup/foundry-dev-tools
v2.1.14
[2.1.14] - 2024-12-18
Fixed
- establish direct read for full dataset queries in Dataset class (#91)
v2.1.13
Fixed
- fix require consent param name, should be
requireConsent
instead of require_consent (#89)
v2.1.12
Fixed
- fixed pagination in
list_files
(#88)
v2.1.11
Fixed
save_dataframe
incorrectly interacting with optional modules pandas or polars
v2.1.10
[2.1.10] - 2024-10-31
Changed
- Typing for callable in transform decorators (#78)
- Support polars in Dataset class (#81)
Added
- Update project roles via compass-API (#80)
- Add error message to SQL Exception (#82)
v2.1.9
[2.1.9] - 2024-10-08
Changed
- Allow direct import of
Transform
from transforms.api
v2.1.8
[2.1.8] - 2024-09-25
Fixed
- fix Resource class can tolerate new Compass JSON Properties (#75)
v2.1.7
[2.1.7] - 2024-09-16
Fixed
- fix uninitialized branch attribute for Dataset class (#73)
v2.1.6
Added:
- Retry request 3 times on ConnectionError
Fixed
- quote repository name in git clone url
- fix printing of Datasets instantiated by ctx.get_resource(rid)
v2.1.5
Fixed
- properly pass scopes to multipass endpoint in client_credentials flow