Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up plasticity #1985

Merged

Conversation

thorstenhater
Copy link
Contributor

  1. Fix Python bindings for recipe::update
    • drop the GIL before handing off to C++
    • tighten exception safety
  2. Run plasticity examples with threads; both C++ and Python.
    • C++: Guard against I/O interleaving.
    • Py: Drop spikes from source, prettify reporting.
    • C++: use decor chaining.
  3. Modernise PYBIND11_OVERLOAD -> *RIDE (advised since 2.6) in simulation.
  4. No longer do we initialise connectivity twice.
    • Simplify communicator construction.
    • Fix unit tests that needed to two-phase init communicator.

1. Fix Python bindings for `recipe::update`
   - *drop* the GIL before handing off to C++
   - tighten exception safety
2. Run plasticity examples with threads; both C++ and Python.
   - C++: Guard against I/O interleaving.
   - Py: Drop spikes from source, prettify reporting.
   - C++: use decor chaining.
3. Modernise PYBIND11_OVERLOAD -> *RIDE (advised since 2.6).
4. No longer do we initialise connectivity twice.
   - Simplify communicator construction.
   - Fix unit tests that needed to two-phase init communicator.
@thorstenhater thorstenhater merged commit fc85765 into arbor-sim:master Oct 5, 2022
@thorstenhater thorstenhater deleted the py/clean-up-plasticity branch October 5, 2022 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants