What's Changed * Fix NeuronPopulation class issue by filimarc in https://github.com/dbbs-lab/bsb-neuron/pull/14 * Let NeuronAdapter adjust simdata.placement to chunks by filimarc in https://github.com/dbbs-lab/bsb-neuron/pull/19 * Fixed GID assignment to transmitters involved in multiple connectivity sets by danilobenozzo in https://github.com/dbbs-lab/bsb-neuron/pull/15
4.0.0
What's Changed * Add CI and beta deps by Helveg in https://github.com/dbbs-lab/bsb-arbor/pull/1
New Contributors * Helveg made their first contribution in https://github.com/dbbs-lab/bsb-arbor/pull/1
* Removed the `voxels` property of the `Voxels` partition, instead the children ``nrrd`` and ``allen`` are now available directly as partitions. * Renamed the `AllenStructureLoader` to `AllenStructure`
4.0.0a18
Breaking changes
* Renamed `cls` of placement and connectivity strategies to `strategy`. * Renamed `cls` of region to `type`.
Features
* Added layouts (492).
4.0.0a9
* Added `RandomPlacement` strategy. * Added autolink for config, use it by default. * Fixed BSB under Jupyter notebook conditions. * `AllenStructureLoader` has a defined public API now, of classmethods, to lookup structs.
4.0.0a8
* Improved storage interface documentation. * Fixed local modules not being found by config (386). * Fixed inheritance and signatures of `TouchDetector`. * Documented cell types (424). * Fixed dynamic node initialization (425). * Fixed config dictionary copying (432). * Added `MorphologySet.empty` (426). * Fixed morphology property loading from MR (434). * Fixed dissapearance of warnings when config loading errors out (440). * Allow wildcards in `by_name` morphology selector. * Added copy button to documentation code blocks (446). * Warn and skip connections when no cells are placed (442). * Fixed 2d indexing of VoxelData class (437). * Load meta dictionary of morphologies (435). * Fixed error with queued jobs when dependency isn't queued (445).