Skip to content

Releases: MICA-MNI/BrainSpace

v0.1.16

30 Oct 13:57
Compare
Choose a tag to compare

Commits

  • b563321: version 0.1.16 (Enning Yang)

v0.1.10

20 Dec 03:12
Compare
Choose a tag to compare

Commits

  • e402725: updated tagged release (oualidbenkarim)
  • 03ffd0e: 0.1.10 (oualidbenkarim)

v0.1.5

19 Dec 22:45
Compare
Choose a tag to compare

Commits

  • 03c2680: Fix panel test (oualidbenkarim) #77
  • fa46bfd: Remove n_jobs kwd from kdtree (oualidbenkarim) #77
  • ef4d888: Remove compact_nodes kwd from kdtree (oualidbenkarim) #77
  • 5a33952: cKdtree to kdtree (oualidbenkarim) #77
  • ab41a80: remove copy_data from kdtree (oualidbenkarim) #77
  • f2af789: fixes for py3.6 (oualidbenkarim) #77
  • 028f382: Add support for vtk 9.2. Closes #76 (oualidbenkarim) #77
  • 8b05259: tagged release action (oualidbenkarim) #77
  • c3efb97: version 0.1.4 (oualidbenkarim) #77
  • c8ba76a: Fix panel test (oualidbenkarim) #77
  • bd1be92: update kdtree call (oualidbenkarim) #77
  • 05439cd: tagged release action (oualidbenkarim) #77
  • 7743e2c: Merge tag 'v0.1.4' into vtk9.2 (oualidbenkarim) #77
  • 032d826: Remove 3.6 unit tests, add 3.10 unit tests. (#82) (Reinder Vos de Wael) #82
  • 000c2e3: [FIX] Use NumPy's float64 dtype (Ghislain Vaillant) #87
  • 123c771: add dev release action (oualidbenkarim)
  • 574fd1d: switch to gh-action-pypi-publish@release/v1 (oualidbenkarim)
  • 64767a1: new dev release (oualidbenkarim)
  • c8dc2f7: only v* tags (oualidbenkarim)
  • eb8c588: skip_existing (oualidbenkarim)
  • 928d68e: only tagged (oualidbenkarim)
  • 9e1fe38: only v* tagged update (oualidbenkarim)
  • 5ee9eb0: fix tagged release action (oualidbenkarim)
  • 303d236: v0.1.5 (oualidbenkarim)

Variogram Matching

16 Jul 15:36
84b78cd
Compare
Choose a tag to compare
[DOC] Changelog (#49)

* Begin changelog

* [DOC] Finalize changelog.

Bug fixes and improvements

03 Mar 19:31
Compare
Choose a tag to compare

MATLAB:

  • New functionality:
    • split_surfaces.m
    • surface_to_graph.m
    • load_group_mpc.m
  • Bug fixes:
    • Fixed a bug where the example data loaders failed when the BrainSpace
      directory was not named "BrainSpace".
    • Matrix sparsification now correctly thresholds -inf.
    • The "Running with sparsity parameter..." message will now correctly
      display with every kernel.
    • Fixed a bug where joint embedding of non-square matrices would fail.
    • plot_hemispheres will no longer error when using non-float data.
  • Other changes:
    • Optimized the spin_permutation code. It should now run substantially
      faster, especially with a large number of permutations.
    • Improved several warning/error messages.
    • Moved execution of custom kernels to after the sparsification.

Python:

  • gradient:
    • Fix bug in alignment (remove centering and scaling)
    • Add support for procrutes alignment of one subject to reference in
      GradientMaps
    • Remove dependency on _graph_is_connected from scikit-learn
  • datasets:
    • Add load_group_mpc
  • mesh:
    • Update build_polydata with new vtk_interface
    • Add downsample_with_parcellation to mesh_operations
    • Fixed a bug with mask for smooth_array and add support for
      multicomponent arrays (columns). Smooth columns separately.
  • parcellation
    • Fixed a bug in find_label_correspondence
  • plotting:
    • Add plotting defaults
    • Add build_plotter
    • Update plot_surf
    • Remove numpy warning plot_hemispheres
  • vtk_interface:
    • Reorganize and add several wrappers
    • Update wrap_vtk to look for superclasses is BS wrapper doesn't exist
    • Add support for vtkSringArray and vtkVariantArray
    • Add vtype kwarg in decorators for unwarpping numpy to vtk abstractarray
    • Add support for dict arguments
    • Add automatic wrap/unwrap output/input of vtk methods
    • Add new repr
    • Add wrappers BSActor2D, BSScalarBarActor, BSTexturedActor2D, BSTextActor
    • Add AddScalarBarActor and AddTextActor methods for BSViewport
    • Add io_support from mesh here
  • tests:
    • Update tests with new vtk_interface
  • requirements:
    • Update to scikit-learn>=0.22.0
    • Remove pillow

ReadTheDocs:

  • Added matrix fusion example to tutorial 2.