Skip to content

Commit

Permalink
bump version number after release v0.12.0 (NeuralEnsemble#543)
Browse files Browse the repository at this point in the history
* bump version number fter release v0.12.0
  • Loading branch information
Moritz-Alexander-Kern committed Feb 24, 2023
1 parent 7972fb4 commit a8aab43
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
41 changes: 41 additions & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,47 @@
Release Notes
=============

Elephant 0.12.0 release notes
=============================

New functionality and features
------------------------------
* ASSET: map pairwise distances matrix to disk while computing the cluster matrix to reduce memory usage. #498
* multitaper cross spectrum: calculate the cross spectrum and the coherence as well as phase lag with the multitaper method. #525
* weighted_phase_lag_index (WLPI), a measure of phase-synchronization based on the imaginary part of the complex-valued cross-spectrum of two signals. #411

Bug fixes
---------
* fixed and included additional unit tests for the `multitaper_psd`. #529
* replaced deprecated numpy types with builtins to ensure compatibility with numpy >=1.24.0. #535

Documentation
-------------
* fixed math rendering with sphinx 5.3.0. #527
* added documentation for `multitaper_psd`. #531
* updated the elephant logo to the current version. #534
* removed version cap for sphinx extension sphinxcontrib-bibtex (previously set to ==1.0.0): citation style changed to name - year. #523
* fixed various formatting issues in docstrings, e.g. indentations, missing quotation marks or missing citation references. #478
* fixed documentation code examples and test code by introducing a doctest runner to CI. #503
* changed heading "Spike-triggered LFP phase" to "Phase Analysis", remove wrong reference to tutorial from function reference. #540
* add launch on ebrains button for elephant tutorials. #538

Validations
-----------
* WPLI ‘ground-truth’-testing with: MATLABs package FieldTrip and its function ft_connectivity_wpli() and its wrapper ft_connectivity(); as well as with python package MNE and its function spectral_connectivity(). #411

Other changes
-------------
* Fix/CI: update deprecated actions and commands for github actions workflow. #522
* added codemeta.json file for automatic registration of elephant releases to ebrains knowledge graph. #541

Selected dependency changes
---------------------------
* Python >= 3.8. #536
* numpy > 1.20. #536
* quantities > 0.14.0. #542


Elephant 0.11.2 release notes
=============================

Expand Down
2 changes: 1 addition & 1 deletion elephant/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.0
0.13.0b1

0 comments on commit a8aab43

Please sign in to comment.