Releases: K3D-tools/chunky3d
Releases · K3D-tools/chunky3d
v0.1.15
Fixed failing unit tests, usages of skimage convolve and skeletonize(3d), global value reference in fast_get() and replaced np.float with np.float64 where necessary.
v0.1.12
release current version, sync releases
v0.1.8
fixed bounds checking in fast_get()
v0.1.7
use "standard" skimage.measure.marching_cubes
in vtk_utils
(it's still Lewiner algorithm, BTW).
v0.1.6
- Fixed bug with size calculation in _run()
- Made
scikit-image
a hard requirement
v0.1.3
This is a cleanup release - silences 1 warning from VTK.
Unit tests with unmet dependencies will be skipped.
Issues:
#14