Releases: saalfeldlab/paintera
Releases · saalfeldlab/paintera
0.9.7
0.9.5
0.9.4
0.9.0
This release adds more command line arguments to PainteraShowContainer
to enhance channel source visualization and selections of datasets to be loaded:
0.8.4: compilation bug fixes and show labels in PainteraShowContainer
0.8.3
0.8.2
Paintera-0.8.2 fixes issues related to opening and (de-)serializing datasets.
Bug Fixes
- Load label sources without
maxId
attribute, choose one of the following when opening or de-serializing dataset (#165):- Do not use id service: Cannot paint with new id or merge/detach fragments.
- Specify
maxId
manually: User's responsibility to be conistent with data. - Scan data for
maxId
: might still be inconsistent with label-block-lookup.
- Ensure Java process stops when closing Paintera (#160, #166):
- Make dataset discovery handler/main thread daemon thread.
- Only scan for datasets if selected directory is a valid n5 container (has
attributes.json
with"n5"
attribute). - Stop dataset discovery when
Cancel
is pressed in dialog. - Make all
ExecutorService
s inPainteraBaseView
daemon.
- Use writers only for HDF5 sources (#168, #166)
- Add option to generate 3D meshes from entire dataset if no label-block-lookup is provided
- (De-)Serialize
LabelSourceState
agnostic ofN5
-- keep fallback but emit warning if appropriate (#167, #166). - Remove fat profile (use
jgo
instead)
0.8.1 Fix (mostly scalar label type related) bugs
Bug fixes, mostly scalar label type related:
- BUG: scalar label type data can not be re-loaded when opening paintera project (#162)
- BUG: 3D flood fill fails with
ArrayIndexOutOfBoundsException
for scalar label types - BUG: canvas can not be committed for scalar label types (#118)
- ISSUE: user has no information about state of committing canvas (only in terminal output) -- add dialogs to indicate state
0.8.0: Auto-detect source state ui elements and some bug-fixes
fixes:
- Use realpath of
user.home
when initializing current N5 dataset in open dialog (#157) - clean-up code and add JavaDoc for some classes
features: - add auto-detection for source state ui elements
0.7.0: Auto detect json adapters
With auto detection of json adapters, custom sources and states can now be added to paintera and still be serialized!