Skip to content

Commit e03d97b

Browse files
committed
v2.4.0
1 parent 13a9310 commit e03d97b

16 files changed

+571
-288
lines changed

D47crunch/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Process and standardize carbonate and/or CO2 clumped-isotope analyses,
55
from low-level data out of a dual-inlet mass spectrometer to final, “absolute”
6-
Δ47 and Δ48 values with fully propagated analytical error estimates
6+
Δ47, Δ48 and Δ49 values with fully propagated analytical error estimates
77
([Daëron, 2021](https://doi.org/10.1029/2020GC009592)).
88
99
The **tutorial** section takes you through a series of simple steps to import/process data and print out the results.
@@ -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-09-19'
25-
__version__ = '2.3.2'
24+
__date__ = '2023-10-04'
25+
__version__ = '2.4.0'
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.0
4+
*Released on 2023-10-04*
5+
6+
### New feature
7+
* Support for Δ<sub>49</sub> standardization (https://github.com/mdaeron/D47crunch/pull/15).
8+
39
## v2.3.2
410
*Released on 2023-09-19*
511

code_examples/virtual_data/output.txt

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

docs/D47_plot_Session_01.png

-3 Bytes
Loading

docs/D47_plot_Session_02.png

2 Bytes
Loading

docs/D47_plot_Session_03.png

4 Bytes
Loading

docs/D47_plot_Session_04.png

19 Bytes
Loading

docs/D47_plot_Session_05.png

-1 Bytes
Loading

docs/D47_plot_Session_06.png

-1 Bytes
Loading

docs/D47_plot_Session_07.png

8 Bytes
Loading

0 commit comments

Comments
 (0)