Skip to main content

Virtual brains w/ JAX

Project description

vbjax

vbjax is a Jax-based package for working with virtual brain style models.

Installs with pip install vbjax, or manually install dependencies with pip install numpy scipy jax jaxlib or conda install -y numpy scipy jax.

Examples

Development

git clone https://github.com/ins-amu/vbjax
cd vbjax
pip install '.[dev]'
pytest

Releases

a release of version v1.2.3 requires following steps

  • git checkout main tag releases from main for now
  • edit _version.py to have correct release number
  • git tag v1.2.3 creates tag from branch
  • git push origin v1.2.3 pushes git tag to github
  • use GitHub UI to create new release
  • pip install '.[dev]' ensures twine & build tools available
  • python -m build builds wheels & source dists
  • twine upload dist/* uploads to PyPI

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vbjax-0.0.7.tar.gz (15.8 kB view hashes)

Uploaded Source

Built Distribution

vbjax-0.0.7-py2.py3-none-any.whl (21.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page