Thorsten Hater

Results 59 issues of Thorsten Hater

I am in the process of replacing `setuptools` with `skbuild` and one issue that remains is that a script gets installed that is built by CMake via `configure_file` with a...

- Enhance `run_cpp_examples.sh` to do some very basic checking of spikes counts - Add a script to check all releases - The former must succeed for all commits to master...

Mechanisms of the `POINT_PROCESS` variety no longer apply `weight` to concentrations `Xo`/`Xi` Fixes #1848

We will remove support for the following in ~0.7~ 0.8 - [x] python 3.6. EOL reached - [ ] CUDA 10 - [ ] GCC 8 - [ ] Clang...

- Make symbolic differentiation return a more refined type. - Catch said error when trying to test for linearity - Catch the propagated error in CNExp and recommend using a...

Closes #1861 Closes #1783 Started to address #1861, but became much more - arbor-build-catalogue (a-b-c) does no longer need to be in a fixed location - nor do we statically...

Partially addresses #1757, `spike_source_cell` can have multiple interleaved schedules now.

- Remove the old, multi-target `event_generator` class in favour of `schedule_generator(tgt, weight, explicit_schedule)` - Much simplification ensues, `event_generator` is no longer a type-erasing container, but just what `schedule_generator` was before...

For now just report the version we included.

Add functionality, docs, and examples on editing the connection table. This is a first, small PR on the topic, further functionality will come as requested. Teaser example ```cxx // This...