Skip to content

Commit 5dfa042

Browse files
authored
elephant v0.6.4 [workshop] (#268)
1 parent 5b5a023 commit 5dfa042

File tree

4 files changed

+40
-1
lines changed

4 files changed

+40
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ include elephant/current_source_density_src/README.md
77
include elephant/current_source_density_src/test_data.mat
88
include elephant/neural_trajectory_src/README.md
99
include elephant/spade_src/LICENCE
10+
include elephant/gpfa_src/INFO.md
1011
recursive-include elephant/spade_src *.so *.pyd
1112
include elephant/test/spike_extraction_test_data.txt
1213
recursive-include doc *

doc/reference/gpfa.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
=========================================
2+
`GPFA` - Gaussian-process factor analysis
3+
=========================================
4+
5+
.. automodule:: elephant.gpfa
6+
:members:

doc/release_notes.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,38 @@
22
Release Notes
33
*************
44

5+
Elephant 0.6.4 release notes
6+
============================
7+
8+
This release has been made for the "1st Elephant User Workshop" (https://www.humanbrainproject.eu/en/education/participatecollaborate/infrastructure-events-trainings/1st-elephant-user-workshop-accelerate-structured-and-reproducibl).
9+
10+
11+
Main features
12+
-------------
13+
* neo v0.8.0 compatible
14+
15+
16+
New modules
17+
-----------
18+
* GPFA - Gaussian-process factor analysis - dimensionality reduction method for neural trajectory visualization (https://github.com/NeuralEnsemble/elephant/pull/233). _Note: the API could change in the future._
19+
20+
21+
Buf fixes
22+
---------
23+
* [signal processing] Keep `array_annotations` in the output of signal processing functions (https://github.com/NeuralEnsemble/elephant/pull/258).
24+
* [SPADE] Fixed the calculation of the duration of a pattern in the output (https://github.com/NeuralEnsemble/elephant/pull/254).
25+
* [statistics] Fixed automatic kernel selection yields incorrect values (https://github.com/NeuralEnsemble/elephant/pull/246).
26+
27+
28+
Improvements
29+
------------
30+
* Vectorized `spike_time_tiling_coefficient()` function - got rid of a double for-loop (https://github.com/NeuralEnsemble/elephant/pull/244)
31+
* Reduced the number of warnings during the tests (https://github.com/NeuralEnsemble/elephant/pull/238).
32+
* Removed unused debug code in `spade/fast_fca.py` (https://github.com/NeuralEnsemble/elephant/pull/249).
33+
* Improved doc string of `covariance()` and `corrcoef()` (https://github.com/NeuralEnsemble/elephant/pull/260).
34+
35+
36+
537
Elephant 0.6.3 release notes
638
============================
739
July 22nd 2019

elephant/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.3
1+
0.6.4

0 commit comments

Comments
 (0)