Skip to content

Version 1.4.1

Compare
Choose a tag to compare
@jgrewe jgrewe released this 20 Oct 07:45
· 643 commits to master since this release
  • Several internal improvements (increased test coverage, fixed emacs indentation, working build for arm architecture, fix build warnings, change string handling)
  • Add optional static build
  • Improvements and fixes in findSection and findRelated
  • Add option to compress datasets, compression can be switched on upon file-opening (default is no compression) or can be enabled/disabled at creation time of individual DataArrays
nix::File f = nix::File::open("test.nix", nix::FileMode::Overwrite, "hdf5", 
                              nix::Compression::DeflateNormal);
  • We now allow the use of non SI units in the metadata and the unit of DataArrays except when this has a AliasRangeDimension. Note: If you use non SI units in DataArrays and use them for tagging points or regions, automatic data retrieval using retrieveData, retrieveFeatureData will most likely not work!

windows

download one of the installers below

linux

Ubuntu: use our launchpad ppa (ppa:gnode/nix) to install with apt-get on trusty and xenial

sudo add-apt-repository ppa:gnode/nix
sudo apt-get update
sudo apt-get install libnix-dev

Fedora: use the copr repository

sudo dnf copr enable gicmo/nix
sudo dnf install nixio-devel

macOS

install via homebrew

brew install homebrew/science/nixio