Recent Releases of neuromaps
neuromaps - 0.0.5
What's Changed
- Update README.rst by @vbeliveau in https://github.com/netneurolab/neuromaps/pull/107
- [ENH] Update docs and readme to highlight citations by @justinehansen in https://github.com/netneurolab/neuromaps/pull/108
- [FIX] Add .readthedocs.yaml by @VinceBaz in https://github.com/netneurolab/neuromaps/pull/118
- [FIX] Fix FutureWarning for
nilearn.input_databy @VinceBaz in https://github.com/netneurolab/neuromaps/pull/117 - Filename update for CMRglc by @eric2302 in https://github.com/netneurolab/neuromaps/pull/113
- [FIX] fix bug in resampling.py when src and trg are in MNI152 by @justinehansen in https://github.com/netneurolab/neuromaps/pull/124
- [DOC] Update readme & docs by @liuzhenqi77 in https://github.com/netneurolab/neuromaps/pull/75
- [FIX] stats.compare_images compatible with more metrics by @justinehansen in https://github.com/netneurolab/neuromaps/pull/123
- codespell: action (to prevent typos in the future), config + typos fixed by @yarikoptic in https://github.com/netneurolab/neuromaps/pull/112
- [FIX] raise error when parcellating volumetric data defined as array by @justinehansen in https://github.com/netneurolab/neuromaps/pull/125
- [ENH] Add kappa-opioid receptor map by @justinehansen in https://github.com/netneurolab/neuromaps/pull/129
- Package structure maintenance by @liuzhenqi77 in https://github.com/netneurolab/neuromaps/pull/128
- [FIX] Fix doc load_data by @liuzhenqi77 in https://github.com/netneurolab/neuromaps/pull/134
- [FIX] Fix the url for the renamed CMRGlc maps by @VinceBaz in https://github.com/netneurolab/neuromaps/pull/136
- [FIX] Fix kappa-opioid affine by @justinehansen in https://github.com/netneurolab/neuromaps/pull/138
- [FIX] Fix interface changes from nilearn by @liuzhenqi77 in https://github.com/netneurolab/neuromaps/pull/146
- [MNT] Update readme by @liuzhenqi77 in https://github.com/netneurolab/neuromaps/pull/147
New Contributors
- @vbeliveau made their first contribution in https://github.com/netneurolab/neuromaps/pull/107
- @eric2302 made their first contribution in https://github.com/netneurolab/neuromaps/pull/113
- @yarikoptic made their first contribution in https://github.com/netneurolab/neuromaps/pull/112
Full Changelog: https://github.com/netneurolab/neuromaps/compare/0.0.4...0.0.5
- Python
Published by liuzhenqi77 about 2 years ago
neuromaps - 0.0.4
What's Changed
- [ENH] Changes related to Issue #81 by @justinehansen in https://github.com/netneurolab/neuromaps/pull/84
- [ENH] Update dockerfile and GH actions by @liuzhenqi77 in https://github.com/netneurolab/neuromaps/pull/74
- [FIX] Fix wget dns issues in deploy-docs workflow by @VinceBaz in https://github.com/netneurolab/neuromaps/pull/85
- [FIX] Fix nanpolicy related bug in compareimages by @VinceBaz in https://github.com/netneurolab/neuromaps/pull/86
- [FIX] Fix bugs in burt2018 and moran nulls by @VinceBaz in https://github.com/netneurolab/neuromaps/pull/90
- [FIX] Fix order of hemispheres in beliveau and norgaard fsaverage maps by @justinehansen in https://github.com/netneurolab/neuromaps/pull/91
- [FIX] Fix medial wall masks for fsLR 4k and 8k surfaces by @justinehansen in https://github.com/netneurolab/neuromaps/pull/92
- [FIX] Fixed URLs for annotation files by @VinceBaz in https://github.com/netneurolab/neuromaps/pull/100
- [ENH] Add option to return nulls in
compare_images()by @justinehansen in https://github.com/netneurolab/neuromaps/pull/97
Full Changelog: https://github.com/netneurolab/neuromaps/compare/0.0.3...0.0.4
- Python
Published by VinceBaz almost 3 years ago
neuromaps - 0.0.3
What's Changed
- [FIX] Fixed UnboundLocalError in load_data by @VinceBaz in https://github.com/netneurolab/neuromaps/pull/58
- [FIX] Fixed bug in inverse_transform function by @VinceBaz in https://github.com/netneurolab/neuromaps/pull/61
- [ENH] Add GitHub actions for docker container by @liuzhenqi77 in https://github.com/netneurolab/neuromaps/pull/63
- [FIX] Fix bug in resample_images by @VinceBaz in https://github.com/netneurolab/neuromaps/pull/60
- [DOC] Update docstrings for null models by @VinceBaz in https://github.com/netneurolab/neuromaps/pull/62
- [FIX] Update install_dependencies.sh to resolve wget dns failure by @liuzhenqi77 in https://github.com/netneurolab/neuromaps/pull/65
- [FIX] Fixed bug in load_data() by @VinceBaz in https://github.com/netneurolab/neuromaps/pull/67
- [ENH] new "ignorebackgrounddata" parameter in Parcellater + other minor fixes by @VinceBaz in https://github.com/netneurolab/neuromaps/pull/68
- neuromaps published! by @justinehansen in https://github.com/netneurolab/neuromaps/pull/72
New Contributors
- @liuzhenqi77 made their first contribution in https://github.com/netneurolab/neuromaps/pull/63
Full Changelog: https://github.com/netneurolab/neuromaps/compare/0.0.2...0.0.3
- Python
Published by liuzhenqi77 over 3 years ago
neuromaps - 0.0.2
This new release mainly fixes bug that were discovered in the previous release.
What's Changed
- [ENH] New versions of MNI1521mm and MNI1522mm by @VinceBaz in https://github.com/netneurolab/neuromaps/pull/32
- [ENH] Add Sydnor2021 SA-axis by @justinehansen in https://github.com/netneurolab/neuromaps/pull/28
- add repo logo by @estefanysuarez in https://github.com/netneurolab/neuromaps/pull/26
- change to transparent logo + adding citing section by @estefanysuarez in https://github.com/netneurolab/neuromaps/pull/35
- Fix spatial null maps for volumetric data by @VinceBaz in https://github.com/netneurolab/neuromaps/pull/33
- [FIX] Fix unsupported path-like objects for mni152tomni152() by @VinceBaz in https://github.com/netneurolab/neuromaps/pull/55
- [FIX] Fixed license by @VinceBaz in https://github.com/netneurolab/neuromaps/pull/57
New Contributors
- @VinceBaz made their first contribution in https://github.com/netneurolab/neuromaps/pull/32
Full Changelog: https://github.com/netneurolab/neuromaps/compare/0.0.1...0.0.2
- Python
Published by VinceBaz almost 4 years ago
neuromaps - 0.0.1
Initial release
What's Changed
- [REF] Labels <0 are set to 0 by @rmarkello in https://github.com/netneurolab/neuromaps/pull/1
- [FIX] Miscellaneous fixes by @rmarkello in https://github.com/netneurolab/neuromaps/pull/2
- [REF] Rename to
neuromaps(and other fixes) by @rmarkello in https://github.com/netneurolab/neuromaps/pull/5 - [REF] Overhauls
stats.correlate_images()by @rmarkello in https://github.com/netneurolab/neuromaps/pull/6 - [FIX] Fix plotspatialnulls.py by @rmarkello in https://github.com/netneurolab/neuromaps/pull/7
- [FIX] Fix OSF info and json by @rmarkello in https://github.com/netneurolab/neuromaps/pull/8
- [MNT] Add issue template forms by @rmarkello in https://github.com/netneurolab/neuromaps/pull/9
- [DOC] Add placeholder contributing.rst by @rmarkello in https://github.com/netneurolab/neuromaps/pull/10
- [FIX] Fixes handling of volumetric maps for null models by @rmarkello in https://github.com/netneurolab/neuromaps/pull/11
- [DOC] Adds basic user guide by @rmarkello in https://github.com/netneurolab/neuromaps/pull/12
- [REF] Fix OSF json and funcs by @rmarkello in https://github.com/netneurolab/neuromaps/pull/13
- [DOC] Minor doc updates by @rmarkello in https://github.com/netneurolab/neuromaps/pull/15
- [ENH] Add many receptors by @justinehansen in https://github.com/netneurolab/neuromaps/pull/19
- [ENH] Add intrinsic timescale by @justinehansen in https://github.com/netneurolab/neuromaps/pull/20
- [ENH] Add basic contribution workflow by @rmarkello in https://github.com/netneurolab/neuromaps/pull/16
- adding changes to documentation by @estefanysuarez in https://github.com/netneurolab/neuromaps/pull/22
- corrected code block by @estefanysuarez in https://github.com/netneurolab/neuromaps/pull/23
New Contributors
- @rmarkello made their first contribution in https://github.com/netneurolab/neuromaps/pull/1
- @justinehansen made their first contribution in https://github.com/netneurolab/neuromaps/pull/19
- @estefanysuarez made their first contribution in https://github.com/netneurolab/neuromaps/pull/22
Full Changelog: https://github.com/netneurolab/neuromaps/commits/0.0.1
- Python
Published by liuzhenqi77 about 4 years ago