Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Improved docs #389

Merged
merged 4 commits into from
May 3, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_,
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.

5.6.20 - 2024-05
----------------

- Refactored LibV1, LibV2, LibV3, LibV5 into more meaningful categories: SpikeEvent, SpikeShape and Subthreshold.

5.6.6 - 2024-04
---------------

Expand Down
8 changes: 4 additions & 4 deletions docs/source/eFeatures.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ eFeature descriptions
A pdf document describing the eFeatures is available
`here <http://bluebrain.github.io/eFEL/efeature-documentation.pdf>`_.

Not every eFeature has a description in this document yet,
the complete set will be available shortly.
Time, voltage and current (if given) are interpolated using `interp_step` setting (default `interp_step = 0.1` ms) before efeatures are extracted from them.
Since, they are technically features in eFEL, you can retrieve the interpolated time, voltage and current (if given), like any other feature.

Implemented eFeatures (to be continued)
=======================================
Implemented eFeatures
=====================

Spike event features
--------------------
Expand Down