Releases: BlueBrain/eFEL
Releases · BlueBrain/eFEL
4.3.6
4.3.5
What's Changed
- add zenodo badge and bibtex citation by @AurelienJaquier in #304
Full Changelog: 4.3.4...4.3.5
4.3.4
4.3.2
Pure python features
Add ability to implement efeatures in pure python without a C++ implementation
2.13: Fix interpolation to mimic numpy.arange better
Slightly change interpolation, so that it matches exactly with numpy interpolation
Interpolate all
From this release on 'all' features trigger an interpolation of the voltage trace (by default to a dt of 0.1 ms).
To make the interpolation closer to numpy.interp() the C++ implementation of the interpolation was altered.
There is now a regression test on the interpolation output.
Some features have slightly different values now, but the differences are very small.