Skip to content

Commit f093427

Browse files
committed
v2.3.0
1 parent 52b979f commit f093427

16 files changed

+127
-124
lines changed

D47crunch/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
__contact__ = '[email protected]'
2222
__copyright__ = 'Copyright (c) 2023 Mathieu Daëron'
2323
__license__ = 'Modified BSD License - https://opensource.org/licenses/BSD-3-Clause'
24-
__date__ = '2023-07-20'
25-
__version__ = '2.2.1'
24+
__date__ = '2023-07-21'
25+
__version__ = '2.3.0'
2626

2727
import os
2828
import numpy as np

changelog.md

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

3+
## v2.3.0
4+
*Released on 2023-07-21*
5+
36
### New feature
47
* New method `D4xdata.save_D4x_correl()` to export a list of Δ<sub>4x</sub> values along with their SE and correlation matrix.
58

code_examples/virtual_data/output.txt

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

docs/D47_plot_Session_01.png

-2 Bytes
Loading

docs/D47_plot_Session_02.png

1 Byte
Loading

docs/D47_plot_Session_03.png

13 Bytes
Loading

docs/D47_plot_Session_04.png

9 Bytes
Loading

docs/D47_plot_Session_05.png

-5 Bytes
Loading

docs/D47_plot_Session_06.png

3 Bytes
Loading

docs/D47_plot_Session_07.png

4 Bytes
Loading

0 commit comments

Comments
 (0)