Skip to content

Commit b81fa04

Browse files
committed
v2.3.1 release
1 parent 7cb50d8 commit b81fa04

16 files changed

+124
-118
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-21'
25-
__version__ = '2.3.0'
24+
__date__ = '2023-07-22'
25+
__version__ = '2.3.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.3.1
4+
*Released on 2023-07-22*
5+
6+
### Improvements
7+
* Better help text and examples for CLI
8+
39
## v2.3.0
410
*Released on 2023-07-21*
511

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

6 Bytes
Loading

docs/D47_plot_Session_02.png

4 Bytes
Loading

docs/D47_plot_Session_03.png

-5 Bytes
Loading

docs/D47_plot_Session_04.png

-16 Bytes
Loading

docs/D47_plot_Session_05.png

0 Bytes
Loading

docs/D47_plot_Session_06.png

-1 Bytes
Loading

docs/D47_plot_Session_07.png

0 Bytes
Loading

0 commit comments

Comments
 (0)