-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.txt
55 lines (43 loc) · 1.53 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Changelog
=========
v1.0.0 (UPCOMING)
-----------------
Added:
- Export functionality for graphs
- Each graph has its own button to open an export window
- PNG and CSV export are both functional
- Directory for exported files can be selected by user
-Distribution as pip package:
- Added pyproject.toml for package configuration
- Created PyPI release for easy installation
- Updated installation instructions in README.md
Fixed:
- Fixed Windows "No backend found" error message
v0.2.0 (2024-09-25)
-----------------
Added:
- Setting to hide valve sensors
- Hide sample sensor when it is disconnected
- Sentry shuts device down if in experiment mode and:
- pump activates n times in m times decreases from the expected value
- pressure before depressurize events decreases from expected value n times in a row
- Valves open for 1 second when the software shuts down
- Log files store coefficients, so they can be correctly viewed on other machines
- Warning and Error history
- Python 3.12+ support
Changed:
- Shutdown button is now momentary contact
- Valves close again 3 seconds after a shutdown
- Prevent multiple pressurizes per depressurize on history plot
- GUI updates
Fixed:
- Significantly increase accuracy of pump stroke detection
- Allow deletion of open log files
- Handle exception when USB device is disconnected after the device sleeps
- Touchpad event error on MacBooks
v0.1.1 (2024-05-07)
-------------------
v0.1.0 (2024-05-07)
-------------------
v0.0.0 (2024-05-05)
-------------------