v1.3
Change log:
Features:
- Added
GraphSource
with tests and added to docs - Added
IterateLocations
node with tests and added to docs - Added
write_if
helper function toSnapshot
that can be overwritten for data dependent snapshot saving - Added Jax
Train
/Predict
nodes RandomLocation
can save the chosen location to a nonspatial array.- support the
spawn
start method for gunpowder subprocesses ZarrSource
andZarrWrite
now matchzarr.open
convenience functionHDF5LikeSource
andHDF5LikeWrite
depricatedElasticAugment
depricatedDeformAugment
replacesElasticAugment
and works in world units.
Dependencies:
- Switched to
funlib.geometry
forRoi
andCoordinate
to make use with daisy and other similar libraries simpler - Update daisy version in dependencies
Bug Fixes:
- avoid hanging teardown in generic predict if worker process dies
- fix nonspatial array handling during training
- up/downsampling arrays with channel dimensions works now
- removed depricated numpy dtypes (np.int, np.bool, ...)