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
* load blocks of 10 ids instead of one and remove unnecessary async code
* use hdf dataset for caching and synchronize cache correctly
* log time of handling uncached keys and create new config value for block size
* add cumsum support to access data in a blockwise fashion
* minor refactoring
* shorten range for long cumsum ranges
* fix bb traversal
* add logging
* calc global cuboid for processing
* use correct sorting
* cleanup code
* initialize offset with reader range
* update config
* update changelog
* implement pr feedback
Copy file name to clipboardExpand all lines: CHANGELOG.unreleased.md
+2
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@ For upgrade instructions, please check the [migration guide](MIGRATIONS.released
17
17
### Changed
18
18
- When d/f switching is turned off and a slice is copied with the shortcut `v`, the previous slice used as the source will always be slice - 1 and `shift + v` will always take slice + 1 as the slice to copy from. [#4728](https://github.com/scalableminds/webknossos/pull/4728)
19
19
- Disabled the autofill feature of the brush when using this tool to erase data. [#4729](https://github.com/scalableminds/webknossos/pull/4729)
20
+
- Improved the performance of applying agglomerate files. [#4706](https://github.com/scalableminds/webknossos/pull/4706)
21
+
20
22
21
23
### Fixed
22
24
- Speed up NML import in existing tracings for NMLs with many trees (20,000+). [#4742](https://github.com/scalableminds/webknossos/pull/4742)
0 commit comments