Skip to content

Commit

Permalink
Merge changes from master
Browse files Browse the repository at this point in the history
  • Loading branch information
mdaeron committed Oct 4, 2023
2 parents 88336f4 + 81c5aa6 commit 13a9310
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions D47crunch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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-07-22'
__version__ = '2.3.1'
__date__ = '2023-09-19'
__version__ = '2.3.2'

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.3.2
*Released on 2023-09-19*

### Bug fix
* Add `rich` dependency

## v2.3.1
*Released on 2023-07-22*

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dependencies = [
"matplotlib >=3.4.2",
"lmfit >=1.0.2",
"typer >=0.9.0",
"rich",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# D47crunch

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4314550.svg)](https://doi.org/10.5281/zenodo.4314550)
[![PyPI Version](https://img.shields.io/pypi/v/D47crunch.svg)](https://pypi.python.org/pypi/D47crunch)

Python library for processing and standardizing carbonate clumped-isotope analyses, from low-level data out of a dual-inlet mass spectrometer to final, “absolute” Δ<sub>47</sub>, Δ<sub>48</sub> and Δ<sub>49</sub> values with fully propagated analytical error estimates.

Expand Down

0 comments on commit 13a9310

Please sign in to comment.