v0.8 released!

Posted on

Version v0.8 has been released! This is the third version released in our 3 month release cadence, again with a bit of delay.

Major new features are:

Breaking changes since the previous release:

A full changelog is available in CHANGELOG.md.

The release is out on PyPI (and Spack as well), so give it a go:

python -m venv env && source env/bin/activate
pip install arbor
python -c 'import arbor; print(arbor.__config__)'

Should you encounter any problems, don’t hesitate to let us know.