Skip to content

Releases: pyrates-neuroscience/PyCoBi

v0.7.2: Improved results storage

17 Oct 17:12
Compare
Choose a tag to compare
  • added use example for the QIF-SFA model to the documentation
  • improved support for pandas.DataFrames as the main results storage data type
  • added the pyrates model template as an attribute to the ODESystem
  • added the option of clearing all generated fortran/auto files via the ODESystem.close_session() method

v0.7.1: Readthedocs config files

14 Oct 20:32
Compare
Choose a tag to compare
  • added readthedocs source files
  • improved integration of pycobi and pandas
  • some debugging of config files

v0.7.0: Pandas integration

14 Oct 18:50
Compare
Choose a tag to compare
  • summaries of parameter continuations are now stored and returned as pandas.DataFrame instances
  • added ODESystem.__getitem__ method that allows to directly access parameter continuation summaries via their keys
  • added ODESystem.close_session method that changes the working directory of the system to the directory prior to initialization of ODESystem
  • added possibility to call pytest scripts with auto-07p directory as additional command line argument (--auto_dir)
  • updated gitignore
  • added new tests

v0.6.3: CircleCI integration

13 Oct 19:45
Compare
Choose a tag to compare
  • added new badges to the readme
  • added official support for Python 3.9
  • added CircleCI config
  • removed bug from the ODESystem.from_yaml method, where the run function was generated for a discrete time-step solver by default

v0.6.2: Updated setup

13 Oct 16:37
Compare
Choose a tag to compare

updated the setup.py such that the PyPI upload does not fail anymore upon compiling the README.md.

v0.6.1: renamed package from PyAuto to PyCoBi

13 Oct 16:29
Compare
Choose a tag to compare

The repository and software package were renamed from PyAuto to PyCoBi (for Python tool for parameter continuation and bifurcation analysis), in order to avoid confusion with the PyPI-registered package pyauto.

v0.6.0: First PyPI release

13 Oct 15:41
Compare
Choose a tag to compare

First PyPI version.

Features of PyAuto:

  • wrapper to Auto-07p
  • automated fortran file generation via PyRates
  • simplified handling of auto environment variables
  • simplified parameter continuation
  • visualization functions
  • save and load results of parameter continuation/bifurcation analysis