Skip to content

Releases: ilastik/marching_cubes

0.3.1 maintenance release

22 Feb 15:20
a419ebb
Compare
Choose a tag to compare
Merge pull request #38 from ilastik/build-for-osx-arm64

initial build settings for osx-arm64

Fixed expectation of fortran order data

25 Jul 05:43
Compare
Choose a tag to compare

Previous versions expected data in fortran order. A workaround was to supply volume.T with C-order data to march. This should not be done anymore. march works with C- and F-order data now.

Fixed number of iterations

23 Jun 07:54
12def75
Compare
Choose a tag to compare

Making this a new version since the behavior change after fixing the number of iterations in smoothing (#23) is quite impactful for the functionality of this package.

Due to a bug, the result of Laplacian mesh smoothing algorithm would correspond to one round less.

Stable release, building properly on all platforms

09 Oct 07:59
Compare
Choose a tag to compare