You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* test cubing with start_z and padding
* make image_reader stateless to fix cubing
* fix lint
* update changelog
* make methods static
* unify the static method calls
Copy file name to clipboardExpand all lines: wkcuber/Changelog.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ For upgrade instructions, please check the respective *Breaking Changes* section
13
13
### Added
14
14
### Changed
15
15
### Fixed
16
+
- Fixed two bugs in `cubing` (regarding `start_z` and `pad`). As a result, the ImageConverters do no longer cache metadata. [#460](https://github.com/scalableminds/webknossos-libs/pull/460)
0 commit comments