-
Notifications
You must be signed in to change notification settings - Fork 6
/
CHANGELOG
44 lines (30 loc) · 1.19 KB
/
CHANGELOG
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
Changed in version 1.1.4:
* Depend on PyPI picosdk package (non-official)
Changed in version 1.1.3:
* Drop Qt5 version dependency
Changed in version 1.1.2:
* PyPI packages can't depend on non-PyPI packages...
Changed in version 1.1.1:
* Specify install_requires, just pip install the package
Changed in version 1.1:
* Tweaked UI: toggles for plot options for increased speed and changed
colors for better visibility
Changed in version 1.0.1:
* Fix crash when changing number of histogram bins before taking data
Changed in version 1.0:
* Added visual guides for baseline, pulse heights and thresholds
* The start button will continue a previous run instead of clearing all data and
restarting.
* Added button to easily reset the plot ranges after zooming or panning
* Several bug fixes and UI tweaks
Changed in version 0.9.4:
* Increased range of possible threshold values
Changed in version 0.9.3:
* Fixed #1, #2, #3
* Added fake hardware as an option with --fake (for easy testing and
development)
Changed in version 0.9.2:
* Added upper trigger threshold (in software)
Changed in version 0.9.1:
* Fixed python package (include UI files)
Initial release 0.9.0