Skip to content

Commit e0cdee0

Browse files
committed
Update changelog and bump version
1 parent a516f0d commit e0cdee0

16 files changed

+3799
-3716
lines changed

D47crunch/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
__docformat__ = "restructuredtext"
2020
__author__ = 'Mathieu Daëron'
2121
__contact__ = '[email protected]'
22-
__copyright__ = 'Copyright (c) 2023 Mathieu Daëron'
22+
__copyright__ = 'Copyright (c) 2024 Mathieu Daëron'
2323
__license__ = 'Modified BSD License - https://opensource.org/licenses/BSD-3-Clause'
24-
__date__ = '2023-10-04'
25-
__version__ = '2.4.0'
24+
__date__ = '2024-09-10'
25+
__version__ = '2.4.1'
2626

2727
import os
2828
import numpy as np

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v2.4.1
4+
*Released on 2024-09-10*
5+
6+
### New feature
7+
* `D4x.plot_single_session()` is now able to return the data to be plotted instead of plotting directly (used by D4Xgui, contributed by Miguel Bernecker).
8+
39
### Bugfix
410
* Simpler (better?) computation of D4x repeatability at the session level when using pooled regression method.
511

code_examples/virtual_data/output.txt

Lines changed: 62 additions & 62 deletions
Large diffs are not rendered by default.

docs/D47_plot_Session_01.png

-10 Bytes
Loading

docs/D47_plot_Session_02.png

-5 Bytes
Loading

docs/D47_plot_Session_03.png

3 Bytes
Loading

docs/D47_plot_Session_04.png

-2 Bytes
Loading

docs/D47_plot_Session_05.png

8 Bytes
Loading

docs/D47_plot_Session_06.png

0 Bytes
Loading

docs/D47_plot_Session_07.png

0 Bytes
Loading

0 commit comments

Comments
 (0)