forked from DC-analysis/DCKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
116 lines (116 loc) · 4.63 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
0.12.4
- fix: regression (in a793ed) where "medium" was not saved in the
user-defined meta data
- fix: in some cases there were two combo boxes for "medium"
in the integrity check dialog (#12)
- fix: allow to remove items in integrity check dialog
- ref: refactored combobox selection in integrity check dialog
- setup: bump dclab from 0.32.2 to 0.32.5
- build: overhauled build pipeline
0.12.3
- setup: bump dclab from 0.29.1 to 0.32.2 (OOM issues for large
data files)
0.12.2
- fix: in some cases, .tdms datasets could not be converted to
.rtdc because of the data value of a combobox was not checked
(ValueError: could not convert string to float: 'please select')
- fix: joining datasets might have ended in an error because a
message box was not setup properly
0.12.1
- ci: migrate to GitHub Actions
0.12.0
- setup: correct installation directory on Windows
- setup: bump dclab from 0.28.0 to 0.29.1 (new image_bg feature,
relax fixed choices for [setup] 'medium')
- fix: main window not focused after startup
- enh: allow to edit [setup] 'medium' if it is set to "other"
0.11.0
- feat: add option to split large datasets
- setup: bump dcalb from 0.27.6 to 0.28.0 (splitting datasets)
- fix: file dialogs did not always immediately close when
OK was pressed
0.10.0
- fix: properly cache dataset check and metadata information
- feat: allow to set global default values for metadata
- setup: bump dclab from 0.27.5 to 0.27.6 (reduce warning messages
and remove final empty images for tdms2rtdc)
- enh: do not show flow rate for reservoir measurements - show
"reservoir" instead
- enh: include flow rate or reservoir in output file name
- enh: improve display busy cursor
0.9.1
- enh: allow keyword argument --version (print version and exit)
- build: pin PyQt5 to 5.14.2 on Linux/macOS
- build: macOS build was not working
0.9.0
- fix: export file names were allowed to have invalid characters
- fix: ignore ResourceWarning
- enh: improved preview speed for .tdms data
- setup: bump dclab from 0.25.0 to 0.27.5 (support ML features)
- setup: bump imageio to >=2.8.0
- setup: bump nptdms to >=0.27.0
- setup: drop shapeout dependency
0.8.4
- fix: display success dialog after joining datasets
0.8.3
- setup: bump dclab from 0.22.7 to 0.25.0 (fixed broken "index"
feature when joining datasets, improved HDF5 writer and
dataset checker)
- setup: bump shapeout to 1.0.9 (possible issues with file system
crawler)
0.8.2
- enh: show dataset values when metadata are wrong (dataset checker)
- enh: improve layout spacing for dataset checker
- setup: bump dclab from 0.21.2 to 0.22.7 (compression info,
autocheck of metadata, flow rate check, export fix)
- docs: to avoid confusion, be more verbose when the user clicked
"Update metadata" and there is nothing to do (#7)
- ref: revert "fix" from 0.8.1
0.8.1
- fix: HDF5 files were not always closed properly when writing logs
(reverted in 0.8.2, because essentially just refactoring)
0.8.0
- feat: allow to strip logs and repack the output .rtdc file (#5)
- build: include ffmpeg binary
- setup: bump dclab from 0.20.8 to 0.21.2 (repacking)
0.7.0
- feat: implement log viewer (accessible via integrity check)
- setup: bump dclab from 0.20.7 to 0.20.8 (fix regression when
opening tdms files without "area_msd" feature)
- build: DCKit 0.6.0 falsely required dclab 0.20.6
0.6.0
- feat: implement joining of datasets (#4)
- setup: bump dclab from 0.20.6 to 0.20.7
0.5.0
- feat: implement an integrity checker and an interface to update
wrong or missing metadata (#1)
- fix: always write metadata changes in dckit-history
- fix: messages in compression tool were referring to tdms2rtdc
- setup: bump dclab from 0.20.3 to 0.20.6 (be trustful with contours)
0.4.3
- fix: explicitly set file mode with h5py
- build: experimental macOS build + PyPI deploy
0.4.2
- setup: bump shapeout from 0.9.8 to 1.0.0
- setup: bump dclab from 0.20.0 to 0.20.3
- build: bump pyinstaller from 3.5 to 3.6 (#3)
0.4.1
- setup: bump shapeout from 0.9.6.post6 to 0.9.8
0.4.0
- feat: automatically check for updates on startup
- fix: remove output files when an error occured during conversion (#2)
- setup: bump dclab from 0.17.1 to 0.20.0
0.3.0
- feat: add option to compress an .rtdc dataset
- enh: bump dclab to 0.17.1 (data compression always set)
- enh: add measurement date to output filenames
- enh: extract warning logs to ouptut directory
- ci: disable console on appveyor build
0.2.1
- ci: fix appveyor build
0.2.0
- feat: implement conversion from .tdms to .rtdc
- docs: add basic help menu entries
- enh: added completion dialogs for updating sample names
0.1.0
- initial release