v0.8.1 released!

Posted on

A 🎄 holiday release! Not much has changed in a month, but we’d like to share it all the same. Notably, the Arbor GUI is co-released as of Arbor v0.8, and v0.8.1 will be no different.

Major new features

Breaking changes since v0.7

Bug fixed

A full changelog is available in CHANGELOG.md.

The release is out on PyPI, 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.