Skip to content

Releases: wmayner/pyphi

0.2.0

13 Jan 00:05

Choose a tag to compare

0.1.7

18 Dec 01:27

Choose a tag to compare

0.1.6

26 Aug 21:44

Choose a tag to compare

Release v0.1.6

DOI

0.1.5

26 Aug 21:44

Choose a tag to compare

Release v0.1.5

DOI

0.1.4

11 Dec 23:42

Choose a tag to compare

0.1.3

10 Oct 19:54

Choose a tag to compare

0.1.2

09 Oct 16:29

Choose a tag to compare

Release v0.1.2

0.1.1

09 Oct 01:08

Choose a tag to compare

Release v0.1.1

0.1.0

08 Oct 18:27

Choose a tag to compare

Release v0.1.0

First prerelease of PyPhi!

08 Apr 05:48

Choose a tag to compare

Pre-release

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