Releases: RittmanResearch/maybrain
Releases · RittmanResearch/maybrain
Release v0.7.3
Developments and corrections in:
- local_thresholding()
- copy_hemisphere()
- resources package
- plotting.plot_connectome()
Release v0.6.0
Several additions and tweaks mainly in the algorithms and plotting packages.
Release v0.5.2
With this release, Maybrain started following PEP for coding style, with a new module/package structure. Because of the changes, it is impossible to state all the changes in a proper way.
Release v0.4.0
- Changing licence to Apache 2.0
- Small changes in some function's signatures
- mbplot.py -> plotObj.py
Python 3 porting
Merge pull request #12 from RittmanResearch/python3 Python3 port supposedly done
Networkx 1.1 compatible
This release is the final version compatible with networkx 1.1. Subsequent development will use elements of networkx 2.0.
First release
- Structure changed so that package is more pythonic
- Names of some files changed: maybrain prefix removed; tools renamed to brainObjs
(for want of a better alternative)