This release fixes a bug in the SDDE solver by rolling the delay buffer instead of trying to index with JAX's dynamic slice functions.
0.0.12
What's Changed * Add the dopa model by maedoc in https://github.com/ins-amu/vbjax/pull/56 * Add some prototype parameter sweep tools with the `vbjax.app.dopa.sweep` module * Likely something to generalize with the tuple parts
- add docs thx Ziaeemehr - add bunch of examples - add bilinear dcm - start a more extensive delayed connectivity example - *fix a time delay bug in the sdde solver*
0.0.10
- fixed sparse tests for when GPU is available - add first monitor implementation - draft multi-period monitor simulation with scan lasagne - reflect on ascimoji