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
Release history Release notifications | RSS feed
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 details)
Built Distribution
vbjax-0.0.7-py2.py3-none-any.whl
(21.8 kB
view details)
File details
Details for the file vbjax-0.0.7.tar.gz
.
File metadata
- Download URL: vbjax-0.0.7.tar.gz
- Upload date:
- Size: 15.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e08a14dd8ce7bc5479aa03eb4b0a87a6288dff720c0dff6e3ede4630cb2b903 |
|
MD5 | 0fdb4d3502f1b5410dfc4df901555326 |
|
BLAKE2b-256 | 1384d9a6ffdc0bd5cfb4249f63f5a42e03253167a02fe119d3d1fff799ee68ab |
File details
Details for the file vbjax-0.0.7-py2.py3-none-any.whl
.
File metadata
- Download URL: vbjax-0.0.7-py2.py3-none-any.whl
- Upload date:
- Size: 21.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | da953f140101e43d8f49bacdc5b5ae4aaf14d70fb8913f8988b5c640edf7af0c |
|
MD5 | 74d68a9b5166293e058f649645707f9f |
|
BLAKE2b-256 | 252362ca2c37b82f60af7f0396824053ee97325bf9abdaeb567fb1579a1bd1b7 |