Skip to content

Improve slicing experience #208

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 25, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add changelog
  • Loading branch information
dstansby committed Aug 23, 2023
commit b73bf6fb8415ba8a1c8fe2eef8501d2e1459ccbb
8 changes: 8 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@ Changelog
=========
1.0.3
-----
Changes
~~~~~~~
- The slice widget is now limited to slicing along the x/y dimensions. Support
for slicing along z has been removed for now to make the code simpler.
- The slice widget now uses a slider to select the slice value.

Bug fixes
~~~~~~~~~
- Fixed creating 1D slices of 2D images.
- Removed the limitation that only the first 99 indices could be sliced using
the slice widget.

1.0.2
-----
Expand Down