New features
- Add Lorenz96, Rössler and Kuramoto-Sivashinsky attractors/oscillators in `datasets` !
Minor changes
- `FORCE` class is now split in two: `RLS` and `LMS` classes, to avoid confusion between FORCE algorithm and RLS/LMS learning rules. `FORCE` is still available but deprecated.
- Typo in documentation
What's Changed
* Patch 0.3.2.post1 by nTrouvain in https://github.com/reservoirpy/reservoirpy/pull/66
* v0.3.2 -> v0.3.3 by nTrouvain in https://github.com/reservoirpy/reservoirpy/pull/69
* observables.py: add shape verification by AlArths in https://github.com/reservoirpy/reservoirpy/pull/71
* Dev by nTrouvain in https://github.com/reservoirpy/reservoirpy/pull/72
New Contributors
* AlArths made their first contribution in https://github.com/reservoirpy/reservoirpy/pull/71
**Full Changelog**: https://github.com/reservoirpy/reservoirpy/compare/v0.3.2...v0.3.4