Skip to content

Commit 13a9310

Browse files
committed
Merge changes from master
2 parents 88336f4 + 81c5aa6 commit 13a9310

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
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-22'
25-
__version__ = '2.3.1'
24+
__date__ = '2023-09-19'
25+
__version__ = '2.3.2'
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.2
4+
*Released on 2023-09-19*
5+
6+
### Bug fix
7+
* Add `rich` dependency
8+
39
## v2.3.1
410
*Released on 2023-07-22*
511

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ dependencies = [
2020
"matplotlib >=3.4.2",
2121
"lmfit >=1.0.2",
2222
"typer >=0.9.0",
23+
"rich",
2324
]
2425

2526
[project.urls]

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# D47crunch
22

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

56
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.
67

0 commit comments

Comments
 (0)