Releases: STMicroelectronics/stdatalog_core
Releases · STMicroelectronics/stdatalog_core
v1.2.0
- Added support to Python 3.13
- Removed dependency from matplotlib: use Parquet + Plotly (wResampler) + Dash as default for HSDatalog_v2 plots
- Updated type_conversion, managing float_t, double_t, int_24_t, uint24_t
- Updated ACTUATOR components and properties management
- Updated ToF plot: added ranging distance value for each zone + automatic time scrolling animation
- New USB catalog management: sync/update with the online catalog
- Moved query_dtdl_model from DeviceTemplateManager to DeviceCatalogManager class
- Fixed data conversion in batch with dummy data (or spts = 0)
- Fixed empty conversion job from not supported algorithm (i.e.: ai_motor_classifier)
- Integration of new staiotcraft_sdk library version
v1.1.0
- Added macos support.
- Updated libhs_datalog_v2 libraries for all the supported OS.
- Added hs_datalog_close error message.
- Added support for Vanilla and serial datalogger.
- Updated return values for last_index, missing_bytes and saved_bytes when returning from__extract_data in case of EOF and fixed missing len(df) check.
v1.0.0
- Fixed spectrograms plots when acquisition is tagged + fixed sub-plots legend
- Added HDF5 converter function
- Added support for python 3.10, 3.11 and 3.12 in staiotcraft dependencies (different wheel versions) removed old ones
- DataClass.py moved here from stdatalog_gui.Utils (former st_dtdl_gui)
- Removed unused code
- Fixed chunk_time_size value management in get_data_and_timestamp functions
- Fixed dataset aggregation feature in ‘split_per_tags’ case