History¶
Initial Development (2016-12-14)¶
Parse incoming strings from the command prompt including data
Only plotted data
Overhaul (2017-10-17)¶
Made into a package
Made into a nice CLI
Expanded data acquisition
Plots and saves data
0.1.0 (2019-01-18)¶
First release on PyPI.
Opensourced!
0.2.0 (2019-01-19)¶
Full daq system
Complete API
Documentation
Complete access to the Lyte probe
0.3.0 (2020-01-22)¶
Improvements to the firmware updating process
General API fixes
Starting unittests
0.4.0 (2020-02-29)¶
Fix for issue 6
Added in a high resolution daq script.
Added linting with autopep8 and isort
Resilience improvements to grabbing data
Added back in the listening function for measurements via buttons
0.5.0 (2021-11-30)¶
0.6.0 (2022-04-25)¶
0.7.0 (2023-01-28)¶
0.8.0 (2023-05-30)¶
Migrated to using Study Lyte profile for plotting.
Added in windows daw script
0.9.0 (2023-12-07)¶
Migrated to study_lyte profile class usage
Added in features to manage past profiles with fewer sensors
0.11.0 (2024-12-23)¶
Added windows driver install script
Enabled event driven programming
Added connection functionality
Added lots of enums around sensors, probe state, etc to improve readability
Added tests around timeseries merging
Modernized package for pytoml, python versions, RTD
0.12.0 (2025-03-16)¶
Updated the FW upgrade system for event drive programming
Added in fw state enums for clarity
Added in tests for enums
Upgrade dependencies