Skip to content

Commit

Permalink
v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdaeron committed Oct 4, 2023
1 parent 13a9310 commit e03d97b
Show file tree
Hide file tree
Showing 16 changed files with 571 additions and 288 deletions.
6 changes: 3 additions & 3 deletions D47crunch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Process and standardize carbonate and/or CO2 clumped-isotope analyses,
from low-level data out of a dual-inlet mass spectrometer to final, “absolute”
Δ47 and Δ48 values with fully propagated analytical error estimates
Δ47, Δ48 and Δ49 values with fully propagated analytical error estimates
([Daëron, 2021](https://doi.org/10.1029/2020GC009592)).
The **tutorial** section takes you through a series of simple steps to import/process data and print out the results.
Expand All @@ -21,8 +21,8 @@
__contact__ = '[email protected]'
__copyright__ = 'Copyright (c) 2023 Mathieu Daëron'
__license__ = 'Modified BSD License - https://opensource.org/licenses/BSD-3-Clause'
__date__ = '2023-09-19'
__version__ = '2.3.2'
__date__ = '2023-10-04'
__version__ = '2.4.0'

import os
import numpy as np
Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v2.4.0
*Released on 2023-10-04*

### New feature
* Support for Δ<sub>49</sub> standardization (https://github.com/mdaeron/D47crunch/pull/15).

## v2.3.2
*Released on 2023-09-19*

Expand Down
118 changes: 59 additions & 59 deletions code_examples/virtual_data/output.txt

Large diffs are not rendered by default.

Binary file modified docs/D47_plot_Session_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/D47_plot_Session_02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/D47_plot_Session_03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/D47_plot_Session_04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/D47_plot_Session_05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/D47_plot_Session_06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/D47_plot_Session_07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/D47_plot_Session_08.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/D47_plot_Session_09.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/D47_plot_Session_10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
729 changes: 503 additions & 226 deletions docs/index.html

Large diffs are not rendered by default.

Binary file modified docs/residuals.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/time_distribution.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e03d97b

Please sign in to comment.