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.


Arbor weekly videochat

Posted on

For the past months we’ve had a weekly public-ish meeting with some modelers. Today we announce that this meeting is now open to all! Every Wednesday 13:00 CET we convene in the Arbor Community channel on Gitter to have a videochat for an hour of questions, answers, demonstrations, anything related to Arbor really. Please join if you’re interested in sharing your work, getting help or just getting an idea of what’s going on in our community.

You can join on Gitter or through a Matrix client.

You can add the meeting to your agenda by clicking here.


HBP Summit satellite event slides

Posted on

The Arbor workshop at the HBP Summit 2023 has concluded. To those who attended: thanks for your interest! Please reach out if you are thinking of using Arbor for your science.

Slides are available below:


HBP Summit satellite event

Posted on

The schedule for the HBP Summit Satellite Events (workshops) is now available. The Arbor session takes place 16:30-18:30h of Monday 27 March. Please register here if you plan to attend.

The program for our two hours is the following:

If you are working on large networks of morphologically detailed cells or would like to, don’t hesitate to join and bring your ideas, questions, struggles, etc.! We hope to create a fruitful event that’ll help you further.


2023 HBP Summit posters and hands-on

Posted on

At the 2023 edition of the Human Brain Project Summit Arbor will be present with both three posters and a hands-on session. One of the posters is ready and can be previewed at here. The hands-on takes place Monday 27 March. Keep an eye on the official program for the timeslot.

If you are working on large networks of morphologically detailed cells or would like to, don’t hesitate to join and bring your ideas, questions, struggles, etc.! We hope to create a fruitful event that’ll help you further.


Arbor Playground is up

Posted on

As of today the Arbor-playground is online. The Playground is a version of Arbor compiled to the web, through Emscripten and Pyodide. This means you can take Arbor for a test drive right in your browser, without having to install anything. The Playground comes preloaded with a few models, we’re still working on you being able to load them yourself.

Take a look at arbor-sim.org/playground and let us know what you think!


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.


GUI v0.8 released!

Posted on

With the release of Arbor v0.8 we plan to co-release Arbor and Arbor GUI. It took a bit longer than anticipated to get the generation of the Linux AppImage and MacOS Disk Image back in working state, but we succeeded :) At this time we do not have a MacOS image for the Apple Arm architecture, but on this platform you can build the Arbor GUI yourself.

With the v0.8 release of Arbor GUI, you’re getting all the goodies of Arbor v0.8. Please find the code and ready-made executables here.


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.


Developer meeting v0.8

Posted on

The next Arbor release, v0.8 is planned in the week of 19 September 2022.

The next developer meeting is planned for 30 August 2022, from 10:00-13:00 CEST. The meeting will be held here; downloadable as ICS file. Any changes to the scheduling of this meeting will be advertised here and through our Gitter.

Like last time, in this meeting, a list of features (see “Next Release” column) is proposed for delivery in the next release. The Developer Meeting is the right place to make your own priorities known, and any filed Issues can be added for inclusion in the next (or later) release. Please do join if you have research that depends on the delivery of features in Arbor, or if you’re interested in Arbor development! If you’d like to bring anything to our attention in the meeting, make sure it’s filed as an issue.

Our Kanban board lets you follow all of this outside of the developer meetings. At a glance you can see what’s cooking in Arbor. We use Github’s Milestone feature to plan Issues for specific releases, so with time, the Milestone overview will give you some insight in what’s planned for and already merged in Arbor.

Hope to see you there!

Please find the minutes of earlier Developer Meetings here.