You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arbor 0.10.0 introduced breaking changes to its Python bindings that
prevented the backend from importing/running. Update the backend and
version pins accordingly:
- Units at the user interface: physical quantities passed to
decor.set_property/set_ion, threshold_detector, iclamp, the spike
schedules and simulation.run must now be unit-typed (arbor.units).
- Morphology loaders now return a bundle; use load_swc_neuron(f).segment_tree
instead of the removed raw=True argument.
- Probes now require a tag string and sampling is addressed by (gid, tag)
instead of the removed cell_member index.
Also fixes a latent frequency-unit bug in SpikeSourcePoisson: rate (Hz)
was passed into Arbor's kHz frequency slot; it is now tagged with U.Hz,
matching PyNN's Hz semantics and the NEURON/NEST backends.
0 commit comments