forked from seung-lab/microviewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
140 lines (114 loc) · 3.61 KB
/
ChangeLog
File metadata and controls
140 lines (114 loc) · 3.61 KB
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
CHANGES
=======
1.6.3
-----
* fix: paint uint64 arrays
* fix: select segments on uint64 arrays
1.6.2
-----
* fix: brushes are circular on rectangular images
* fix: use pixelated image rendering in chrome
1.6.1
-----
* perf: faster color assignment and rendering
1.6.0
-----
* feat: adds invert selection
* docs: numpy format link
* docs: add feature highlights
* docs: update demo image
1.5.0
-----
* fix: undo/redo seemingly working now
* feat: add date to file names
* feat: adjust canvas dimensions on axis rotation
* feat: add controls info about ctrl+z and ctrl+shift+z (undo/redo)
* feat: not perfect, but partly working undo/redo function
* feat: add segment selection to undo
* feat: add undo for painting
* fix: insertSquare can handle more data types
1.4.1
-----
* refactor: make HyperVolume a child class of SegmentationVolume
* fix: painting was broken for rectangular images
* fix: automatically select a new port if 8080 in use
1.4.0
-----
* ui: add some help text to the save options
* ui: display memory usage
* fix: preload cursor images
* feat: add show unselected rendering mode to hyperview
* fix: ensure paint is selected so it doesn't disappear
* docs: be more specfic that saving is for segmentation
* feat: add --paint feature to images
* feat: enable saving segmentation for hyperview
* fix: disable spacebar zoom over 10x
* feat: add painting to hyperview
* fix: add appropriate mime types
* fix: ensure paint is treated correctly
* install: ensure libcrackle.wasm is included
* fix: crackle download
* fix: numpy download working
* fix: incorrect array size
* fix: save numpy
* fix: ensure header length set properly
* wip: broken but semi-functional crackle compression+save
* fix: NaN labels and prevent propagation of events when typing
* feat: add direct voxel painting
* feat: add save function to datacube
1.3.0
-----
* fix: more natural interaction with single point toggle
* feat: add drag selection and erase
* feat: adds paint function (but no UI support yet)
* fix: nicer error handling for CLI
* fix: decompress .ckl w/o .gz
1.2.0
-----
* chore: update ChangeLog, AUTHORS
* chore: upload cursor files
* docs: update history to mention eyewire
* docs+install: describe how to get all formats
* install: ensure cursor images are included
* docs: update screenshot
* feat: describe how to use the erase feature
* feat: add paint and erase functions
* fix: brush working more accurately
* improvements to brushes, move magnification indicator, open numpy files
* feat: brush cursor icons
* feat: large brushes
* feat: brush switching logic
* redesign: moving lots of info to a sidebar
* feat: visualize all segments and color the selected ones white
* fix: show that hover\_id is a class member in constructor
* fix: suppress broken pipe error from client closing window too fast
* fix: move instructions higher on the page
* feat: restrict size of selected segments box
* feat: decode crackle and compresso volumes
* feat: support loading memmaps
1.1.1
-----
* fix: better filenames in title
1.1.0
-----
* docs: note that nii is supported
* fix: hyperview working, supported in CLI
* feat: support NIFTI images if nibabel is installed
* feat: silence logging
1.0.1
-----
* fix: add CLI to package
* fix: show all when all segs are deselected
* fix: "X" command tip should show for segmentation
* docs: how to install
* docs: add PyPI badge
* docs: show what it looks like
1.0.0
-----
* chore: remove testing file
* fix: make zoomto work on y and x axes as well
* feat: spacebar zooms in
* feat: add mag indicator and let image go to almost full screen
* docs: how to use microviewer
* feat: microviewer working + cli
* Initial commit