Recent Releases of netneurotools

netneurotools - 0.2.5

What's Changed

  • [ENH] Strength nulls by @fmilisav in https://github.com/netneurolab/netneurotools/pull/134
  • [ENH] added user-specified bin arguments for struct_consensus by @fmilisav in https://github.com/netneurolab/netneurotools/pull/135
  • [FIX] fixing the asymmetric case in search_information by @fmilisav in https://github.com/netneurolab/netneurotools/pull/136
  • [ENH] added parallelization to dominance analysis function by @eric2302 in https://github.com/netneurolab/netneurotools/pull/133
  • [MNT] Update pyproject.toml by @liuzhenqi77 in https://github.com/netneurolab/netneurotools/pull/142

New Contributors

  • @fmilisav made their first contribution in https://github.com/netneurolab/netneurotools/pull/134
  • @eric2302 made their first contribution in https://github.com/netneurolab/netneurotools/pull/133

Full Changelog: https://github.com/netneurolab/netneurotools/compare/0.2.4...0.2.5

- Python
Published by liuzhenqi77 over 1 year ago

netneurotools - 0.2.4

This release updates the package for compatibility with Python 3.12. Please note that some functions introduced in recent updates may not have undergone extensive testing. Additionally, this version marks one of the final maintenance updates before we launch a significant, breaking release in the upcoming months. For access to the most recent features and bug fixes, we advise installing directly from GitHub.

What's Changed

  • [MNT] Import private namespaces if scipy > 1.8.0 by @VinceBaz in https://github.com/netneurolab/netneurotools/pull/111
  • [DOC] Update docs by @liuzhenqi77 in https://github.com/netneurolab/netneurotools/pull/114
  • [ENH] Adds lab-useful colormaps by @rmarkello in https://github.com/netneurolab/netneurotools/pull/85
  • [ENH] Added navigation by @liuzhenqi77 in https://github.com/netneurolab/netneurotools/pull/117
  • [ENH] Added shortest path override by @liuzhenqi77 in https://github.com/netneurolab/netneurotools/pull/118
  • Networks by @justinehansen in https://github.com/netneurolab/netneurotools/pull/106
  • [MNT] Update versioneer by @liuzhenqi77 in https://github.com/netneurolab/netneurotools/pull/119
  • [FIX] Fix function naming by @liuzhenqi77 in https://github.com/netneurolab/netneurotools/pull/121
  • [DOC] Update docs by @liuzhenqi77 in https://github.com/netneurolab/netneurotools/pull/120
  • [ENH] Added some network metrics and overall maintenance by @liuzhenqi77 in https://github.com/netneurolab/netneurotools/pull/123
  • [ENH] New stats functions by @liuzhenqi77 in https://github.com/netneurolab/netneurotools/pull/126
  • [MNT] Update package structure by @liuzhenqi77 in https://github.com/netneurolab/netneurotools/pull/128
  • [MNT] Update readme by @liuzhenqi77 in https://github.com/netneurolab/netneurotools/pull/129
  • fix: resolve import error when importing fetchfiles from nilearn by @NicolasGensollen in https://github.com/netneurolab/netneurotools/pull/130
  • [FIX] Fix deprecation by @liuzhenqi77 in https://github.com/netneurolab/netneurotools/pull/127

New Contributors

  • @NicolasGensollen made their first contribution in https://github.com/netneurolab/netneurotools/pull/130

Full Changelog: https://github.com/netneurolab/netneurotools/compare/0.2.3...0.2.4

- Python
Published by liuzhenqi77 about 2 years ago

netneurotools - 0.2.3

General fixes and updates

What's Changed

  • Added weight option for struct consensus by @gkiar in https://github.com/netneurolab/netneurotools/pull/89
  • [ENH] Added datakws argument to plotfsaverage by @VinceBaz in https://github.com/netneurolab/netneurotools/pull/90
  • [ENH] Updates stats.efficient_pearsonr to handle NaNs by @rmarkello in https://github.com/netneurolab/netneurotools/pull/91
  • [TEST] Fix GHA by @rmarkello in https://github.com/netneurolab/netneurotools/pull/92
  • [ENH] Allows spins with only one hemisphere by @rmarkello in https://github.com/netneurolab/netneurotools/pull/93
  • [REF] Allow integer inputs in freesurfer.parcels_to_vertices() by @rmarkello in https://github.com/netneurolab/netneurotools/pull/94
  • [ENH] Creates plot_fsvertex() function by @rmarkello in https://github.com/netneurolab/netneurotools/pull/95
  • [ENH] Added dominance stats function by @liuzhenqi77 in https://github.com/netneurolab/netneurotools/pull/97
  • [ENH] Add fetcher for MMP atlas by @rmarkello in https://github.com/netneurolab/netneurotools/pull/100
  • [FIX] Fix bug in dominance analysis function by @liuzhenqi77 in https://github.com/netneurolab/netneurotools/pull/101
  • [ENH] Adds function to map CIVET to FreeSurfer by @rmarkello in https://github.com/netneurolab/netneurotools/pull/99
  • [DOC] Added example for plotting on fsaverage surface by @liuzhenqi77 in https://github.com/netneurolab/netneurotools/pull/98
  • [ENH] Added richfeederperipheral function by @justinehansen in https://github.com/netneurolab/netneurotools/pull/102
  • Added plot_fslr() function and a yerkes19 fetcher by @VinceBaz in https://github.com/netneurolab/netneurotools/pull/103
  • Add customaspect parameter to plotpoint_brain. by @VinceBaz in https://github.com/netneurolab/netneurotools/pull/104
  • [FIX] GH Actions by @liuzhenqi77 in https://github.com/netneurolab/netneurotools/pull/107

New Contributors

  • @gkiar made their first contribution in https://github.com/netneurolab/netneurotools/pull/89

Full Changelog: https://github.com/netneurolab/netneurotools/compare/0.2.2...0.2.3

- Python
Published by liuzhenqi77 over 4 years ago

netneurotools - 0.2.2

General fixes and updates to plotting, stats, and freesurfer functionality.

- Python
Published by rmarkello over 5 years ago

netneurotools - 0.2.1

Changes

  • [REF] Minor fixes to resources + FreeSurfer (#52)
  • [MNT] Updates installation dependencies (#47)
  • [ENH] Adds parcellation projection to/reduction from FreeSurfer vertices (#46)
  • [REF] Updates gen_spinsamples for efficiency (#45)

- Python
Published by rmarkello over 6 years ago

netneurotools - 0.2

Large improvements / enhancements to dataset fetchers, addition of some new plotting functionality, and better examples using sphinx-gallery.

- Python
Published by rmarkello over 6 years ago

netneurotools - 0.1

Initial release

- Python
Published by rmarkello almost 7 years ago