We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d41db commit b73bf6fCopy full SHA for b73bf6f
docs/changelog.rst
@@ -2,9 +2,17 @@ Changelog
2
=========
3
1.0.3
4
-----
5
+Changes
6
+~~~~~~~
7
+- The slice widget is now limited to slicing along the x/y dimensions. Support
8
+ for slicing along z has been removed for now to make the code simpler.
9
+- The slice widget now uses a slider to select the slice value.
10
+
11
Bug fixes
12
~~~~~~~~~
13
- Fixed creating 1D slices of 2D images.
14
+- Removed the limitation that only the first 99 indices could be sliced using
15
+ the slice widget.
16
17
1.0.2
18
0 commit comments