From 4b0753194950f3f1cfaacf2a4e55c07a790eb84b Mon Sep 17 00:00:00 2001 From: Matthew Humphreys Date: Fri, 16 Feb 2024 12:48:20 +0100 Subject: [PATCH] Prep for release --- docs/index.md | 6 +++--- docs/versions.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index 5727a7cf..6a328ae9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -46,12 +46,12 @@ A paper describing PyCO2SYS is freely available: !!! note "PyCO2SYS manuscript" Humphreys, M. P., Lewis, E. R., Sharp, J. D., and Pierrot, D. (2022). PyCO2SYS v1.8: marine carbonate system calculations in Python. *Geoscientific Model Development* 15, 15-43. [doi:10.5194/gmd-15-15-2022](https://doi.org/10.5194/gmd-15-15-2022). -Please cite the PyCO2SYS software itself: +To cite the PyCO2SYS software itself: !!! note "PyCO2SYS code citation" - Humphreys, M. P., Schiller, A. J., Sandborn, D. E., Gregor, L., Pierrot, D., van Heuven, S. M. A. C., Lewis, E. R., and Wallace, D. W. R. (2022). PyCO2SYS: marine carbonate system calculations in Python. *Zenodo.* [doi:10.5281/zenodo.3744275](http://doi.org/10.5281/zenodo.3744275). + Humphreys, M. P., Schiller, A. J., Sandborn, D. E., Gregor, L., Pierrot, D., van Heuven, S. M. A. C., Lewis, E. R., and Wallace, D. W. R. (2024). PyCO2SYS: marine carbonate system calculations in Python. *Zenodo.* [doi:10.5281/zenodo.3744275](http://doi.org/10.5281/zenodo.3744275). -The DOI refers to all versions of PyCO2SYS. Please specify which version of PyCO2SYS you used. You can find the version number that you are using in Python with: +The DOI above refers to all versions of PyCO2SYS. Please specify which version of PyCO2SYS you used. You can find the version number that you are using in Python with: ```python import PyCO2SYS as pyco2 diff --git a/docs/versions.md b/docs/versions.md index a88d3978..88fee12b 100644 --- a/docs/versions.md +++ b/docs/versions.md @@ -31,7 +31,7 @@ Adds atmospheric pressure input for *p*CO2-*f*CO2-*x*CO2 interconversions and (from v1.8.2) optional hydrostatic pressure effect on CO2 solubility and fugacity. Uncertainty analysis updated for more reproducible results. Rigorously validated and fully documented in peer-reviewed journal article ([Humphreys et al., 2022](https://doi.org/10.5194/gmd-15-15-2022)). -### 1.8.3 (forthcoming) +### 1.8.3 (16 February 2024) !!! new-version "Changes in v1.8.3"