Skip to content

Commit d1d1a5c

Browse files
committed
New release: v2.2.0
1 parent 9e82064 commit d1d1a5c

17 files changed

+125
-119
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-05-16'
25-
__version__ = '2.1.1'
24+
__date__ = '2023-07-20'
25+
__version__ = '2.2.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.2.0
4+
*Released on 2023-07-20*
5+
36
### Command-line interface (CLI)
47
* Rejoice, you no longer need to know Python: it is now possible to process a multi-session Δ47 dataset with custom anchors and custom UID/sample exclusion list by simply calling `D47crunch -a anchors.csv -e exclude.csv -o outdir rawdata.csv`.
58

code_examples/virtual_data/output.txt

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

docs/D47_plot_Session_01.png

2 Bytes
Loading

docs/D47_plot_Session_02.png

0 Bytes
Loading

docs/D47_plot_Session_03.png

-3 Bytes
Loading

docs/D47_plot_Session_04.png

4 Bytes
Loading

docs/D47_plot_Session_05.png

1 Byte
Loading

docs/D47_plot_Session_06.png

0 Bytes
Loading

docs/D47_plot_Session_07.png

-2 Bytes
Loading

0 commit comments

Comments
 (0)