-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
54 lines (54 loc) · 2.16 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
0.6.3
- ref: use dcnum methods to set environment variables for single threads
- setup: bump dcnum from 0.25.2 to 0.25.3
0.6.2
- docs: fix typo in CLI help page
- setup: bump dcnum from 0.25.0 to 0.25.2 (minor speed-up)
- setup: support numpy 2
0.6.1
- enh: automatically detect flickering and apply offset correction
- setup: bump dcnum from 0.24.0 to 0.25.0 (flickering detection)
0.6.0
- feat: implement segmenter validation step in CLI and GUI
- feat: support PyTorch segmentation models
- fix: show correct default mask postprocessing arguments in CLI help
- setup: bump dcnum from 0.22.1 to 0.24.0 (internal basins)
- setup: change required pytorch version from 2.3 to 2.2 (hardware support)
0.5.0
- setup: bump dcnum from 0.20.1 to 0.22.1
0.4.1
- enh: make chipstream.gui and chipstream.cli executable as a package
0.4.0
- feat: CLI by default creates output file that contains no redundant
data and uses the input file as a basin; old behavior can be brought
back with the "--drain-basins" command-line option
- feat: implement same behavior for GUI as for CLI, with the
"Exploit basins" checkbox
- fix: show correct data PPID in CLI
- setup: bump dcnum from 0.19.1 to 0.20.1
- docs: add tool tips for most controls
0.3.1
- ref: migrate from QTableView to QTableWidget (issues with Windows 11)
0.3.0
- BREAKING CHANGE: major changes in dcnum postprocessing
- feat: allow to select whether volume should be computed
- feat: allow to select whether flickering correction should be done
- feat: allow to specify number of events to analyze in CLI
- enh: expose background computation parameters in CLI
- ref: move `manager` module to `gui` module
- setup: bump dcnum from 0.17.2 to 0.19.1
0.2.2
- maintenance release
0.2.1
- fix: cast string to paths when adding a new path to the manager (#6)
- setup: bump dcnum from 0.16.8 to 0.17.2
0.2.0
- feat: allow to specify an output directory in the GUI (#3)
- feat: allow to select the pixel size in the GUI (#4)
- feat: introduce PathCache for remembering previous output directories
- ref: support latest dcnum version
- ci: do not build mac app during checks
0.1.9
- initial pre-release
0.0.1
- skeleton release