This release includes prototypical sparse and adjoint equations, neuron models, utilities, and various stability fixes.
Specifically, we included
* Izhikevich and IAF neuron models (thanks to adelpierre)
* Discrete adjoint sensitivity *and* sparse equations for LIF dynamics
* Efficient convolutions in time (`LConv2d`)
* Triangular surrogate gradients (thanks to Huizerd)
* Preliminary plotting primitives
* Usage improvements for tensor datatypes (from, for instance, Tonic) and parameter settings for JIT optimized code
* Increased code coverage
* Documentation improvements
* Stability improvements around C++ code, sequential state models, and tasks
* Numerous bug fixes, e.g. around recurrent autapses
* Nix support