ELIFE-ASU / PyInform

A Python Wrapper for the Inform Information Analysis Library
https://elife-asu.github.io/PyInform
MIT License
45 stars 9 forks source link

Update to the newest Inform version #5

Closed dglmoore closed 7 years ago

dglmoore commented 7 years ago

The newest version of Inform removes the *_ensemble function names. inform_active_info, inform_entropy_rate and inform_transfer_entropy now require two size arguments, the first is the number of initial conditions and the second is the number of time steps.

This request propagates those API changes.