** 2023 08 09 **
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 😄.
external_connections_on
method to specify how simulations might be interacting. See documentation for more.iexpr
: temperature, capacitance, resistivity, membrane potential and the following ionic parameters: internal and external concentration, diffusivity, and reversal potential. See documentation.sigmoid(x)
, relu(x)
and tanh(x)
. Control volume area
is exposed through NMODL.arbor.context(12, None)
is now arb.context(threads=12, gpu=None)
. In the case no arguments are supplied, the context initialized to default_allocation
, which means it will use the total number of threads and first GPU that are locally available. arbor.simulation
constructed without an explicit arbor.context
also initializes a default_allocation
.Full Changelog: https://github.com/arbor-sim/arbor/compare/v0.8.1...v0.9.0
** 2022 12 22 **
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.
--cxx
flag in arbor-build-catalogue
is now properly used; falls back to c++
. (#2051)** 2022 11 15 **
Welcome to another installment of the Arbor simulator!
In this release we add a CHANGELOG, where major new features and breaking changes will be mentioned specifically.
arbor.cable_cell
has the labels and decor arguments swapped. I.e.: (tree, labels, decor)
-> (tree, decor, label)
. Labels are now optional. https://github.com/arbor-sim/arbor/pull/1978generate-catalogue
script. modcc
accepts now a list of NMODL files and is able to spit out a catalogue.cpp file. https://github.com/arbor-sim/arbor/pull/1975t
in NMODL. https://github.com/arbor-sim/arbor/pull/1967Full Changelog: https://github.com/arbor-sim/arbor/compare/v0.7...v0.8-rc
Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:
sudo dnf upgrade --refresh --advisory=FEDORA-2024-372f6b5a52
Please login to add feedback.
This update has been submitted for testing by gui1ty.
This update's test gating status has been changed to 'ignored'.
This update has been pushed to testing.
This update has been submitted for stable by bodhi.
This update has been pushed to stable.