Releases: G-Node/nix-mx
v1.4.1
v1.4.0
-
With this release, the nix Matlab bindings can be considered nix v1.4 feature complete.
-
API breaking change: All method names on the Matlab side are converted from snake case to camel case.
-
API breaking change: The following method names have been changed:
v1.3 v1.4 ----------------------------------------------------------- File.find_filtered_sections File.filterFindSections Block.get_group Block.openGroup Block.data_array Block.openDataArray Block.find_filtered_sources Block.filterFindSources DataArray.read_all DataArray.readAllData DataArray.write_all DataArray.writeAllData Group.get_tag Group.openTag Group.get_multi_tag Group.openMultiTag Source.find_filtered_sources Source.filterFindSources Tag.add_feature Tag.createFeature MultiTag.add_positions MultiTag.setPositions Section.find_filtered_sections Section.filterFindSections Property.values_delete Property.deleteValues
-
API breaking change: The following features have been removed from the API and are no longer available:
Section.mapping Property.mapping Value.checksum Value.encoder Value.filename Value.reference
-
API breaking change: replaced
allProperties
andallPropertiesMap
withproperties
. -
The release adds documentation and basic usage examples for all classes and methods.
Beta v1.3.0
Matlab bindings for the v1.3.2 release of NIX in a beta state of development.
Beta v1.2.0
Matlab bindings for the v1.2.1 release of NIX in a beta state of development.
Beta v1.1.0
Matlab bindings for the v1.1.0 release of NIX in a beta state of development.
Pre-Release v1.01
Pre-Release v1.01