Changelog
1.25.0 (2025-01-07)
Features
1.24.0 (2025-01-07)
Features
- add default day of year to custom timestamp format (#183) (686a5a7)
1.23.0 (2025-01-03)
Features
Bug Fixes
1.22.0 (2024-12-20)
Features
Bug Fixes
- fix __from__conjure (#177) (c436015)
- issues of post merge review of #106 (#151) (e6ff256)
- remove available_tag_values from create streaming connection and expose get connection (#179) (cdea621)
1.21.0 (2024-12-16)
Features
- add channel name delimiter to file ingest (#169) (be389f4)
1.20.0 (2024-12-16)
Features
Bug Fixes
1.19.0 (2024-12-12)
Features
- simplify dev experience for uploading videos (#161) (acedbc0)
Bug Fixes
- Handle case where data file has extra extension prefixes (7a0d891)
- handle case where data file has extra extension prefixes (#167) (7a0d891)
1.18.0 (2024-12-10)
Features
- add support for tags in connections and runs (4003885)
- add support for tags in connections, runs and assets (#159) (4003885)
- expose trust store path for client_options decorator (#162) (ceede7f)
- support string in write stream (#142) (b2cbe18)
1.17.0 (2024-12-03)
Features
1.16.0 (2024-11-26)
Features
1.15.0 (2024-11-25)
Features
- adding ability to specify time column in TDMS groups (#146) (0ae2fa5)
1.14.0 (2024-11-22)
Features
1.13.0 (2024-11-22)
Features
1.12.1 (2024-11-21)
Bug Fixes
- bucket workaround not correct for current backend (#143) (eac2536)
- nm.upload_pandas() fails with SSLError (#144) (62f2e3c)
1.12.0 (2024-11-21)
Features
- add content to Asset (#125) (de09dee)
- add enqueue_batch to NominalWriteStream (#138) (447bfe9)
- allow users to interact with videos and runs (#129) (5b43856)
- expose listing connections and logsets from a run object (#128) (14d4c36)
- make polling for io completion update dataset metadata (#133) (ac19e54)
- propagate requests.Session with cert file (#139) (efdf843)
Bug Fixes
- create_logs_set function is missing on nominal (#140) (5c7fbcb)
1.11.0 (2024-11-13)
Features
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