Skip to content

Releases: neuroneural/brainchop

brainchop-v4.1.0

02 Jun 22:56
Compare
Choose a tag to compare

In v4.1.0, following fixes has been added :

  • Fix brainchop parameters (b3372b8)

  • Fix 104 high memory and fast model parameter (e36437a)

  • Cleaning code (e.g. 1fc13a0).

brainchop-v4.0.0

18 May 09:52
Compare
Choose a tag to compare

Release Notes

Version 4.0.0

We are thrilled to welcome Chris Rorden (@neurolabusc) and Taylor Hanayik (@hanayik) as new contributors to brainchop. Special thanks to them for their main contributions to version 4. (67396d2).

Release supervision: @sergeyplis

Merging and configuration: @Mmasoud1

New Features

  • Integration of the NiiVue viewer for loading and visualization. This allows drag and drop support for voxel formats including NIfTI, NRRD, MRtrix MIF, AFNI HEAD/BRIK, MGH/MGZ, ITK MHD, ECAT7 as well as limited DICOM support.

  • Allows models to be run either on the main thread (as before) or a web worker

  • Allows classifications to be edited by drawing to append or erase voxels.

  • Allows entires scenes (images, classification results, contrast, crosshair position, drawings) to be saved as NiiVue documents that can be opened anywhere.

Enhancements

  • Refactoring for improved performance
  • Optimized pre and post-processing steps
  • Removes the Python dependencies (pyodide) for the conform function, and replaces this function with native JavaScript.
  • Reduces static memory usage.
  • Dramatically reduces peak heap memory usage (for low memory 104 region model the reduction is x173).

brainchop-v3.4.0

12 May 03:19
Compare
Choose a tag to compare

In v3.4.0, following fixes has been added :

  • 2x speedup for sequential low memory models (2e555f4)

brainchop-v3.3.0

07 May 19:07
Compare
Choose a tag to compare

In v3.3.0, following fixes has been added :

  • Accelerate connected components post processing (89a01c9)

brainchop-v3.2.1

10 Apr 08:35
Compare
Choose a tag to compare

In v3.2.1, following fixes has been added :

brainchop-v3.2.0

30 Mar 20:17
Compare
Choose a tag to compare

In v3.2.0, following features and fixes has been added :

  • Add new failsafe subcortical model use preModel for cropping (0fe66a3)

  • Activate production mode (0fe66a3)

  • Turn on enableCrop for light model (0fe66a3)

brainchop-v3.1.0

30 Mar 18:19
Compare
Choose a tag to compare

In v3.1.0, following fixes has been added :

Fixes

  • Fixed 3D connected components bug with textures f16 bits (eff81f3)

  • Turn off preModel cropping for Sub-cortical models (71a1a49)

brainchop-v3.0.0

28 Mar 11:08
Compare
Choose a tag to compare

In v3.0.0, we added the following features :

Features:

  • Add more robust models (2b061eb)

  • Add Pytorch to TFJS conversion example (7840eec)

brainchop-v2.4.0

27 Mar 02:04
Compare
Choose a tag to compare

In v2.4.0, we add more options :

Features:

brainchop-v2.3.0

19 Mar 17:28
Compare
Choose a tag to compare

In v2.3.0, we add more options and addressed the following fixes :

Fixes:

  • Fix memory (baa236b)

  • Add sequential convolution option for low memory resources (1c4f657)