Recent Releases of brainspace

brainspace - latest

Commits

  • 42c2452: change version number (Enning Yang)
  • dcc0bf6: 0.1.20 (Enning Yang)

- Python
Published by github-actions[bot] over 1 year ago

brainspace - new version

- Python
Published by zihuaihuai over 1 year ago

brainspace - latest

Commits

  • c70fbfe: fix version number (Enning Yang)

- Python
Published by github-actions[bot] over 1 year ago

brainspace - fix issue with vtk 9.4.0

- Python
Published by zihuaihuai over 1 year ago

brainspace - true

Commits

  • cac5512: fix default kernel inconcsistency (Enning Yang) #125
  • 235333b: v0.1.15 release (Enning Yang)
  • db36e4b: change version number (Enning Yang)
  • b563321: version 0.1.16 (Enning Yang)

- Python
Published by github-actions[bot] over 1 year ago

brainspace - v0.1.16

Commits

  • b563321: version 0.1.16 (Enning Yang)

- Python
Published by github-actions[bot] over 1 year ago

brainspace - true

- Python
Published by github-actions[bot] over 1 year ago

brainspace - v0.1.10

Commits

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

- Python
Published by github-actions[bot] over 3 years ago

brainspace - v0.1.5

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)

- Python
Published by github-actions[bot] over 3 years ago

brainspace - Variogram Matching

- Python
Published by ReinderVosDeWael almost 5 years ago

brainspace - Bug fixes and improvements

MATLAB:

  • New functionality:
    • split_surfaces.m
    • surfacetograph.m
    • loadgroupmpc.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 graphis_connected from scikit-learn
  • datasets:
    • Add loadgroupmpc
  • mesh:
    • Update buildpolydata with new vtkinterface
    • Add downsamplewithparcellation 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 findlabelcorrespondence
  • 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.

- Python
Published by OualidBenkarim over 6 years ago