v0.9.0 released!

Posted on

After much more delay than anticipated, we are very happy to present a new Arbor release. Nearly 8 months of work is in it, much of which focussed on speed, optimisation, fixes and build system changes. This release includes Python 3.12 wheels as probably one of the first packages on PyPI 😄.

Major new features

Breaking changes since v0.8.1

A full changelog is available in CHANGELOG.md.

Give it a go!

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; arbor.print_config()'

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