Skip to content

Releases: dfsp-spirit/neuro

v0.1.3 -- Security release

24 Oct 19:44
Compare
Choose a tag to compare

This is a security release to fix the following security issues in a dependency:

Dependency: golang.org/x/net dependency
Vulnerable versions: < 0.13.0
Vulnerabilities: CVE-2023-3978 (Moderate severity) CVE-2023-39325 (Moderate severity) CVE-2023-44487 (Moderate severity)

We recommend to upgrade to this release ASAP.

v0.1.2 -- Support for reading Freesurfer label files

08 Jul 19:49
4bb5460
Compare
Choose a tag to compare

v0.1.2 -- Support for reading Freesurfer label files

NEW:

  • Add support for reading labels, function ReadFsLabel.
    FIXED: none
    CHANGED: none

v0.1.1 -- Improved docs and Mgh struct fix

17 Jun 09:25
Compare
Choose a tag to compare

NEW:

  • Add lots of documentation, including more detailed doc strings and a full MGH/MGZ demo application.
  • Add a changelog in file CHANGES (this file)

FIXED:

  • The Mgh struct now has public fields Header and Data, instead of private fields header and data.

CHANGED:

  • The parameter isGzipped of functions ReadFsMgh, ReadFsMghHeader and ReadFsMghData now additionally accepts the strings 'mgh' (alias for 'no') and 'mgz' (alias for 'yes'). This change is backwards compatible.

v0.1.0 -- Initial release

17 Jun 09:24
Compare
Choose a tag to compare
  • Support for reading FreeSurfer curv file format
  • Support for writing FreeSurfer curv file format
  • Support for reading FreeSurfer MGH file format
  • Support for reading FreeSurfer MGZ file format
  • Support for reading FreeSurfer surface file format (brain meshes)
  • Support for computation of some simple mesh properties