feat(bss2): Support for "incremental experiments" and some cleanup of PyNN@0.12-related changes
Compare changes
Files
4+ 4
− 0
@@ -21,6 +21,8 @@ class Hxtorch(WafPackage):
@@ -28,6 +30,8 @@ class Hxtorch(WafPackage):
We now support a builder pattern using pyNN.run(). This allows to construct single(!) experiments with changing stimulus dynamics/recording settings/parameter changes.
(Also: Some changes that were already available via 8.0-a2
have been cleaned up (i.e. passed internal review and CI).)