Skip to content

Releases: G-Node/nix-mx

v1.4.1

20 Oct 11:00
Compare
Choose a tag to compare
  • With this release all Matlab versions from R2011+ are supported.
  • Adds the nix-tool.exe commandline tool for verifying created NIX files.
  • Adds improvements and fixes in findSection and findRelated.

v1.4.0

19 Sep 11:59
Compare
Choose a tag to compare
  • 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 and allPropertiesMap with properties.

  • The release adds documentation and basic usage examples for all classes and methods.

Beta v1.3.0

10 Feb 11:52
Compare
Choose a tag to compare

Matlab bindings for the v1.3.2 release of NIX in a beta state of development.

Beta v1.2.0

10 Feb 11:50
Compare
Choose a tag to compare

Matlab bindings for the v1.2.1 release of NIX in a beta state of development.

Beta v1.1.0

26 Jan 16:36
Compare
Choose a tag to compare
Beta v1.1.0 Pre-release
Pre-release

Matlab bindings for the v1.1.0 release of NIX in a beta state of development.

Pre-Release v1.01

22 Jun 10:32
Compare
Choose a tag to compare
Pre-Release v1.01 Pre-release
Pre-release

Pre-Release v1.01