Changelog
1.10.0 (2024-10-30)
Features
1.9.0 (2024-10-23)
Features
- add Channel and Connection to top level (#100) (353e5f7)
- expose index_channel_prefix_tree for datasets (#102) (bd963ad)
Bug Fixes
- value in enum classes check for python < 3.12 (#104) (2fc4d8f)
1.8.0 (2024-10-21)
Features
- add connections (#92) (a8940b0)
- download dataset (#93) (76f8748)
- hide archetype series from channel abstraction (#91) (37f768b)
- validate login flow for new users (#82) (930367a)
- wrap various unit types within the Conjure spec within a single Unit abstraction (#85) (ff6f015)
Bug Fixes
- early return in set_units, add coverage + unit tests (#97) (874e8dc)
1.7.1 (2024-10-16)
Bug Fixes
- remove subscript type specification for inheritance, not supported in <=3.10 (#86) (10e7304)
1.7.0 (2024-10-15)
Features
- add CLI endpoint to summarize an existing dataset (#70) (4ebb203)
- expose set_token (#84) (9b12674)
- get channel data as a pandas series (#81) (e38d4b0)
- implement global options / decorators for client + debug + logging within CLI (#71) (1424957)
- native tdms support (#80) (867cd1b)
Bug Fixes
- revert to prior release please config (#78) (48fac13)
1.6.1 (2024-10-09)
Chores
1.6.0 (2024-10-09)
Features
- allow users to get channel metadata and set channel types from SDK (#68) (04c915b)
Bug Fixes
- remove component from release please tag (#75) (3bb709c)
- update release please config (#73) (ed5a5f4)
1.5.0 (2024-10-07)
Features
- add access to the units endpoint to the python client (#65) (06d3962)
- checklist support (#61) (f9105d9)
1.4.1 (2024-10-03)
Bug Fixes
- change default connection timeout to 30s (up from 10s) (#63) (19531dd)
1.4.0 (2024-10-02)
Features
1.3.0 (2024-09-27)
Features
- add function to poll ingestion status for multiple datasets (#58) (a6327e2)
- add start/end to Run.update() (#55) (98c4adb)
Bug Fixes
- search_runs parameter rename: exact_name -> name_substring (#59) (f2f2b7d)
1.2.0 (2024-09-25)
Features
1.1.0 (2024-09-17)
Features
Bug Fixes
- detect .csv.gz and add helper method for initial csv creation (#41) (8cc307d)
- file path extension check fails for paths with other "."s in them (#45) (9e2d735)
Documentation
- update repeated start typo for Create a Run (#43) (6513b96)
1.0.0 (2024-09-13)
Features
- add docs, rename sdk submodule -> core (#32) (77ff5e0)
Bug Fixes
Miscellaneous Chores
Miscellaneous Chores
0.5.0 (2024-09-12)
Features
Bug Fixes
- add isort linting and instructions for configuration in vscode (3f348c5)
- reformat (caac5f1)
- respect run properties (927b50d)
Miscellaneous Chores