Releases: wmayner/pyphi
0.2.0
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
First prerelease of PyPhi!
PyPhi implements logic for calculating Φ of a subsystem, and allows for inspection of all intermediate quantities and objects in the calculation.
Future releases will:
- Provide methods for finding complexes
- Include optimizations to make everything faster
- Have up-to-date, improved documentation
- Have a detailed section therein on how to get a proper Python development environment set up
- Have near 100% test coverage
Note: it's highly likely that the dependencies won't resolve without a bit of fiddling. In particular, the code depends on my PyEMD project, which in turn depends on numpy such that it will not install unless numpy is already installed (normally you could just run pip install -r requirements.txt and all dependencies would install automatically, but in this case the installation of PyEMD will fail—I aim to fix this in a future PyEMD release). Also, scipy must also be preinstalled. The upshot is that to get the dependencies, you need to run:
pip install numpy scipy && pip install -r requirements.txt
Also, the project uses Python 3, which you'll need to install and set up on your system (using virtualenv) if you haven't already.
Let me know if you need help getting everything to run, and enjoy! 😸
— Will