Skip to content

Releases: ma-tech/Woolz

Release-1.7.1

24 Apr 16:45
Compare
Choose a tag to compare

Minor release. Just a few small bug fixes, more wrapper functions and RCC domain offset classification now uses linear interpolation.

release-1.7.0

26 Jun 12:20
Compare
Choose a tag to compare

Introduction of non-scalar values (so far only tiled/memory mapped voxel value tables and point cloud values), allowing new functions for extracting features from tensor field data.

The binary distributions below do not include their source but contain binaries for Woolz, JavaWoolz, PyWoolz, RWoolz, MAPaint, MA3DView, WlzIIPSrv and WlzQtApps for various platforms:

binary file comments
opensuse13.1 OpenSUSE 13.1 (64 bit, requires a sse3 capable CPU)
opensuse42.2 OpenSUSE Leap 42.2 (64 bit, requires an avx2 capable CPU)
mapaint-os42.2-1 MAPaint for OpenSUSE Leap 42.2 (no longer requiring indirect GLX)
ma3dview-os42.2-1 MA3DView for OpenSUSE Leap 42.2 (no longer requiring indirect GLX)
scientific7.3 Scientific Linux 7.3 (64 bit, requires a sse3 capable CPU)
windows64 Windows, Woolz command line programs only (64 bit, requires a sse3 capable CPU)

To use Woolz under Windows you may need to install a zlib DLL. This can be obtained from
https://zlib.net/ ( http://www.winimage.com/zLibDll/zlib123dllx64.zip ). Unpack the zip archive
and copy dll_x64/zlibwapi.dll to zlib1.dll to somewhere in your Windows DLL search path (see
https://msdn.microsoft.com/en-us/library/7d83bc18.aspx ).

release-1.6.15

18 Nov 15:21
Compare
Choose a tag to compare

New separable convolution filters. Conversion of NIfTI warp fields to and from Woolz objects. Bug fixes. Now with a configure option for AVX2 optimization.

release-1.6.14

09 Sep 12:04
Compare
Choose a tag to compare

New feature - extrapolation of values within conforming meshes.
Small bug fixes.

release-1.6.13

13 Jul 14:50
Compare
Choose a tag to compare

Added support for NRRD file format and minor bug fixes.

release-1.6.12

07 Jun 10:30
Compare
Choose a tag to compare

Main changes are plane fitting added and changes to point cloud generation. Release 1.1.12 is needed for the WlzIIPSrv release 1.1.7.

release-1.6.11

03 May 11:41
Compare
Choose a tag to compare

New functions and filters for grey value based thinning and using coordinates as grey values. Reworking of grey value transfer.

release-1.6.10

16 Mar 11:24
Compare
Choose a tag to compare

Bug fixes in AlcKDTree and WlzStringTypes.
Reworking of WlzGreyTransfer with option for in-place, openmp now used for 3D and any to any grey types allowed.
WlzBackground now has in-place option.
New function to create and object with value table sharing grey values.
The grey values of tiled values may now be shared across value tables.

release-1.6.9

17 Feb 14:49
Compare
Choose a tag to compare

Point domains can now use grey values. Some documentation fixes. Object leak plugged in WlzStructErosion.

release-1.6.8

02 Feb 10:54
Compare
Choose a tag to compare

Mainly optimization for cutting sections through tiled 3D objects.