Skip to content

Commit

Permalink
Prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdh7 committed Feb 16, 2024
1 parent 5a3e2fe commit 4b07531
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

Adds atmospheric pressure input for *p*CO<sub>2</sub>-*f*CO<sub>2</sub>-*x*CO<sub>2</sub> interconversions and (from v1.8.2) optional hydrostatic pressure effect on CO<sub>2</sub> 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"

Expand Down

0 comments on commit 4b07531

Please sign in to comment.