- Aug 27, 2024
-
-
Han Lu authored
added Brunel network tutorial on Arbor Closes: #1933 --------- Co-authored-by:
Thorsten Hater <24411438+thorstenhater@users.noreply.github.com>
-
- Aug 23, 2024
-
-
Jannik Luboeinski authored
-
- Aug 15, 2024
-
-
Thorsten Hater authored
Allow ASCII rendering of segment trees and morphologies for debugging Example `segment_tree` ``` | | +-[-- id=1161 --]-+-[-- id=1709 --]---[-- id=2234 --]-+-[-- id=2625 --]---[-- id=3172 --] | | | | +-[-- id=2928 --]---[-- id=3765 --] | | | | | | | +-[-- id=1721 --]---[-- id=3504 --]---[-- id=3846 --] | | | | | +-[-- id=1867 --] | | | +-[-- id=1451 --]-+-[-- id=2356 --] | +-[-- id=2471 --]---[-- id=2670 --]---[-- id=4031 --] | ...
-
Han Lu authored
added a missing construction argument E_R to LIF cell in python
-
Thorsten Hater authored
So far, we have manually generated stubs by installing `pybind11-stubgen`, using it, and finally copying over the result into `python/stubs`. This is tedious and tends to get forgotten, thus stubs are outdated, and clashes with `black` constantly. Thus, we - remove the static stub directory - generate stubs directly during build time - enable users to opt out PS: There are some fixes to warnings thrown during the stub construction, too.
-
- Aug 13, 2024
-
-
Thorsten Hater authored
Update spack, DOIs, and citations.
-
- Aug 09, 2024
-
-
Thorsten Hater authored
# v0.10.0 (*08.08.2024*) ## Major Changes since v0.9.0 * Automatic network generation from high-level specifications. * Units at the user interface including scaling and conversion. * Morphologies are loaded through a unified interface; which produces a bundle of morphology, metadata, and segment tree. ## Internal Updates * Documentation overhaul * Python bindings offer type stubs; giving auto-completion and inline documentation in some editors/IDEs. * Performance improvements - Label resolution uses hashes instead of strings, saving memory, network traffic, and time. - Spike delivery is up to 30% faster leading to 10% end-to-end improvements in some cases (e.g. `example/brunel`) - Load balancing is faster and doesn't rely on MPI, leading to shorter setup times for large networks. * Fixes - Better support for source builds on MacOS (aarch64) - `modcc` no longer allows internal variables (`v`, `celsius`, ...) as `ASSIGNED` - Better support for raw (...
-
- Aug 08, 2024
-
-
Han Lu authored
<!-- Please make sure your PR follows our [contribution guidelines](https://github.com/arbor-sim/arbor/tree/master/doc/contrib) and agree to the terms outlined in the [PR procedure](https://github.com/arbor-sim/arbor/tree/master/doc/contrib/pr.rst ). --> --------- Co-authored-by:
Thorsten Hater <24411438+thorstenhater@users.noreply.github.com>
-
Han Lu authored
Thorsten please add the units <!-- Please make sure your PR follows our [contribution guidelines](https://github.com/arbor-sim/arbor/tree/master/doc/contrib) and agree to the terms outlined in the [PR procedure](https://github.com/arbor-sim/arbor/tree/master/doc/contrib/pr.rst ). --> --------- Co-authored-by:
Thorsten Hater <24411438+thorstenhater@users.noreply.github.com>
-
Han Lu authored
<!-- Please make sure your PR follows our [contribution guidelines](https://github.com/arbor-sim/arbor/tree/master/doc/contrib) and agree to the terms outlined in the [PR procedure](https://github.com/arbor-sim/arbor/tree/master/doc/contrib/pr.rst). -->
-
Han Lu authored
<!-- Please make sure your PR follows our [contribution guidelines](https://github.com/arbor-sim/arbor/tree/master/doc/contrib) and agree to the terms outlined in the [PR procedure](https://github.com/arbor-sim/arbor/tree/master/doc/contrib/pr.rst). -->
-
- Aug 07, 2024
-
-
Han Lu authored
<!-- Please make sure your PR follows our [contribution guidelines](https://github.com/arbor-sim/arbor/tree/master/doc/contrib) and agree to the terms outlined in the [PR procedure](https://github.com/arbor-sim/arbor/tree/master/doc/contrib/pr.rst ). --> --------- Co-authored-by:
Thorsten Hater <24411438+thorstenhater@users.noreply.github.com>
-
- Aug 05, 2024
-
-
Thorsten Hater authored
Selecting tuning flags depends on compilers and architectures. Account for this complication which became more apparent w/ proliferation of Arm64 based chips. Following from: https://maskray.me/blog/2022-08-28-march-mcpu-mtune Also fix a new --- sensible --- warning.
-
Thorsten Hater authored
Add the Allen Institute flavoured Exp2Syn to the Allen catalogue.
-
- Aug 01, 2024
-
-
Han Lu authored
make them form a habit from beginning lol <!-- Please make sure your PR follows our [contribution guidelines](https://github.com/arbor-sim/arbor/tree/master/doc/contrib) and agree to the terms outlined in the [PR procedure](https://github.com/arbor-sim/arbor/tree/master/doc/contrib/pr.rst). -->
-
Han Lu authored
<!-- Please make sure your PR follows our [contribution guidelines](https://github.com/arbor-sim/arbor/tree/master/doc/contrib) and agree to the terms outlined in the [PR procedure](https://github.com/arbor-sim/arbor/tree/master/doc/contrib/pr.rst). -->
-
Han Lu authored
<!-- Please make sure your PR follows our [contribution guidelines](https://github.com/arbor-sim/arbor/tree/master/doc/contrib) and agree to the terms outlined in the [PR procedure](https://github.com/arbor-sim/arbor/tree/master/doc/contrib/pr.rst). -->
-
Han Lu authored
<!-- Please make sure your PR follows our [contribution guidelines](https://github.com/arbor-sim/arbor/tree/master/doc/contrib) and agree to the terms outlined in the [PR procedure](https://github.com/arbor-sim/arbor/tree/master/doc/contrib/pr.rst). -->
-
Han Lu authored
<!-- Please make sure your PR follows our [contribution guidelines](https://github.com/arbor-sim/arbor/tree/master/doc/contrib) and agree to the terms outlined in the [PR procedure](https://github.com/arbor-sim/arbor/tree/master/doc/contrib/pr.rst). -->
-
Han Lu authored
<!-- Please make sure your PR follows our [contribution guidelines](https://github.com/arbor-sim/arbor/tree/master/doc/contrib) and agree to the terms outlined in the [PR procedure](https://github.com/arbor-sim/arbor/tree/master/doc/contrib/pr.rst ). --> --------- Co-authored-by:
Thorsten Hater <24411438+thorstenhater@users.noreply.github.com>
-
Thorsten Hater authored
Bump cron settings to spam @brenthuisman less and me more.
-
Han Lu authored
<!-- Please make sure your PR follows our [contribution guidelines](https://github.com/arbor-sim/arbor/tree/master/doc/contrib) and agree to the terms outlined in the [PR procedure](https://github.com/arbor-sim/arbor/tree/master/doc/contrib/pr.rst). -->
-
Han Lu authored
<!-- Please make sure your PR follows our [contribution guidelines](https://github.com/arbor-sim/arbor/tree/master/doc/contrib) and agree to the terms outlined in the [PR procedure](https://github.com/arbor-sim/arbor/tree/master/doc/contrib/pr.rst). -->
-
Han Lu authored
<!-- Please make sure your PR follows our [contribution guidelines](https://github.com/arbor-sim/arbor/tree/master/doc/contrib) and agree to the terms outlined in the [PR procedure](https://github.com/arbor-sim/arbor/tree/master/doc/contrib/pr.rst). -->
-
Han Lu authored
<!-- Please make sure your PR follows our [contribution guidelines](https://github.com/arbor-sim/arbor/tree/master/doc/contrib) and agree to the terms outlined in the [PR procedure](https://github.com/arbor-sim/arbor/tree/master/doc/contrib/pr.rst). -->
-
Han Lu authored
<!-- Please make sure your PR follows our [contribution guidelines](https://github.com/arbor-sim/arbor/tree/master/doc/contrib) and agree to the terms outlined in the [PR procedure](https://github.com/arbor-sim/arbor/tree/master/doc/contrib/pr.rst). -->
-
Han Lu authored
<!-- Please make sure your PR follows our [contribution guidelines](https://github.com/arbor-sim/arbor/tree/master/doc/contrib) and agree to the terms outlined in the [PR procedure](https://github.com/arbor-sim/arbor/tree/master/doc/contrib/pr.rst). -->
-
Han Lu authored
<!-- Please make sure your PR follows our [contribution guidelines](https://github.com/arbor-sim/arbor/tree/master/doc/contrib) and agree to the terms outlined in the [PR procedure](https://github.com/arbor-sim/arbor/tree/master/doc/contrib/pr.rst). -->
-
Han Lu authored
<!-- Please make sure your PR follows our [contribution guidelines](https://github.com/arbor-sim/arbor/tree/master/doc/contrib) and agree to the terms outlined in the [PR procedure](https://github.com/arbor-sim/arbor/tree/master/doc/contrib/pr.rst). -->
-
Han Lu authored
<!-- Please make sure your PR follows our [contribution guidelines](https://github.com/arbor-sim/arbor/tree/master/doc/contrib) and agree to the terms outlined in the [PR procedure](https://github.com/arbor-sim/arbor/tree/master/doc/contrib/pr.rst). -->
-
Han Lu authored
<!-- Please make sure your PR follows our [contribution guidelines](https://github.com/arbor-sim/arbor/tree/master/doc/contrib) and agree to the terms outlined in the [PR procedure](https://github.com/arbor-sim/arbor/tree/master/doc/contrib/pr.rst). -->
-
Han Lu authored
<!-- Please make sure your PR follows our [contribution guidelines](https://github.com/arbor-sim/arbor/tree/master/doc/contrib) and agree to the terms outlined in the [PR procedure](https://github.com/arbor-sim/arbor/tree/master/doc/contrib/pr.rst). -->
-
Han Lu authored
<!-- Please make sure your PR follows our [contribution guidelines](https://github.com/arbor-sim/arbor/tree/master/doc/contrib) and agree to the terms outlined in the [PR procedure](https://github.com/arbor-sim/arbor/tree/master/doc/contrib/pr.rst). -->
-
Han Lu authored
<!-- Please make sure your PR follows our [contribution guidelines](https://github.com/arbor-sim/arbor/tree/master/doc/contrib) and agree to the terms outlined in the [PR procedure](https://github.com/arbor-sim/arbor/tree/master/doc/contrib/pr.rst ). --> --------- Co-authored-by:
Thorsten Hater <24411438+thorstenhater@users.noreply.github.com>
-
Han Lu authored
<!-- Please make sure your PR follows our [contribution guidelines](https://github.com/arbor-sim/arbor/tree/master/doc/contrib) and agree to the terms outlined in the [PR procedure](https://github.com/arbor-sim/arbor/tree/master/doc/contrib/pr.rst ). --> --------- Co-authored-by:
Thorsten Hater <24411438+thorstenhater@users.noreply.github.com>
-
Han Lu authored
<!-- Please make sure your PR follows our [contribution guidelines](https://github.com/arbor-sim/arbor/tree/master/doc/contrib) and agree to the terms outlined in the [PR procedure](https://github.com/arbor-sim/arbor/tree/master/doc/contrib/pr.rst ). --> --------- Co-authored-by:
Thorsten Hater <24411438+thorstenhater@users.noreply.github.com>
-
Han Lu authored
<!-- Please make sure your PR follows our [contribution guidelines](https://github.com/arbor-sim/arbor/tree/master/doc/contrib) and agree to the terms outlined in the [PR procedure](https://github.com/arbor-sim/arbor/tree/master/doc/contrib/pr.rst ). --> --------- Co-authored-by:
Thorsten Hater <24411438+thorstenhater@users.noreply.github.com>
-
Han Lu authored
<!-- Please make sure your PR follows our [contribution guidelines](https://github.com/arbor-sim/arbor/tree/master/doc/contrib) and agree to the terms outlined in the [PR procedure](https://github.com/arbor-sim/arbor/tree/master/doc/contrib/pr.rst ). --> --------- Co-authored-by:
Thorsten Hater <24411438+thorstenhater@users.noreply.github.com>
-
- Jul 31, 2024
-
-
Han Lu authored
<!-- Please make sure your PR follows our [contribution guidelines](https://github.com/arbor-sim/arbor/tree/master/doc/contrib) and agree to the terms outlined in the [PR procedure](https://github.com/arbor-sim/arbor/tree/master/doc/contrib/pr.rst). -->
-
Han Lu authored
<!-- Please make sure your PR follows our [contribution guidelines](https://github.com/arbor-sim/arbor/tree/master/doc/contrib) and agree to the terms outlined in the [PR procedure](https://github.com/arbor-sim/arbor/tree/master/doc/contrib/pr.rst). -->
-