Releases: STMicroelectronics/stdatalog-pysdk
Releases · STMicroelectronics/stdatalog-pysdk
v1.3.0
- Full support to Serial Datalog, adding compatibility with STSW-SDATALOG firmware examples
- Added support to CubeAI and NanoEdgeAI based examples for FP-IND-DATALOGMC
- Reshaped hdf5 converter
- Bug fixing and code cleaning
- Refer to each package Release_Notes for the detailed changelog
v1.2.1
- Solved issue #6: accepted proposal from @YumTaha
- Solved issues and accepted pull requests in stdatalog_example and stdatalog_gui
- Fixed to_parquet and h5 converters
- Added stdatalog_API_examples_SerialLink.py example in stdatalog_examples\function_tests
- Refer to each package Release_Notes for the detailed changelog
v1.2.0
- Added support to Python 3.13
- Redesigned USB catalog management: local catalog automatically synched with the online catalog
- 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
- Integration of new staiotcraft_sdk library version
- Bug fixing and code cleaning
- Refer to each package Release_Notes for the detailed changelog
v1.1.0
- Added macos support.
- stdatalog_core:
- Updated libhs_datalog_v2 libraries for all the supported OS.
- stdatalog_gui:
- Optimized TagsInfoWidget creation function.
- Fixed SpinBoxes arrows icons + QFrame unwanted borders + CommandWidget button name
- Added support for Vanilla and serial datalogger.
- Use the latest PySide6 version compatible w.r.t. architecture (Windows, Linux, macOS; 32bit -where available-, 64bit).
- Upgraded package dependencies and versions.
v1.0.0
- Complete refactoring of the SDK and of the examples folders
- Reshaped installer scripts and package dependencies
- Removed asciimatic package installation from SDK installer scripts, added a dependency check with automatic setup only when needed
- Add HDF5 file format conversion in stdatalog_data_export.py script
- New feature: upload datasets to ST AIoT Craft online tool
- HSD_datatoolkit package renamed into stdatalog_dtk and moved out from stdatalog_core (former st_datalog), with updated documentation + HSD_DataToolkit class code optimized