Skip to content

Commit

Permalink
Merge pull request #314 from jmccreight/feat_tidy4release
Browse files Browse the repository at this point in the history
DOI and other tidy for release
  • Loading branch information
jmccreight authored Nov 15, 2024
2 parents d4e99a2 + 6b5a515 commit 0652df9
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 deletions.
4 changes: 3 additions & 1 deletion .github/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ To release a new version:
1. If this is a patch release, make changes/fixes locally. If this is a major or
minor release, no changes may be needed. In either case, add the release version
and date to the top of `doc/whats-new.rst`. If a patch, put it below the
pending minor release. Update the CITATION.cff file.
pending minor release. Also update the version in `doc/index.rst`. Update the
CITATION.cff file. If a major release, get the provisional new DOI from USGS
and add it to CITATION.cff and the main README.md.

1. Push the branch to this repo. For instance, if this repo is an `upstream`
remote: `git push -u upstream vx.y.z`. This starts a job to:
Expand Down
13 changes: 10 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
cff-version: 1.2.0
cff-version: 2.0.0
message: If you use this software, please cite the software itself.
type: software
title: pywatershed
version: 1.1.0
date-released: '2023-06-25'
version: 2.0.0
date-released: '2024-11-14'
abstract: pywatershed is a Python package for hydrologic modeling.
repository-artifact: https://pypi.org/project/pywatershed
repository-code: https://github.com/ec-usgs/pywatershed
license: CC0-1.0
identifiers:
- type: doi
value: 10.5066/P13EWPEV
authors:
- family-names: McCreight
given-names: James
Expand All @@ -21,3 +24,7 @@ authors:
given-names: Joseph D.
orcid: https://orcid.org/0000-0003-1311-2354
email: jdhughes@usgs.gov
- family-names: Bonelli
given-names: Wesley P.
orcid: https://orcid.org/0000-0002-2665-5078
email: wbonelli@contractor.usgs.gov
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/pywatershed/badges/version.svg)](https://anaconda.org/conda-forge/pywatershed)
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/pywatershed/badges/platforms.svg)](https://anaconda.org/conda-forge/pywatershed)

[![DOI:10.5066/P9AVWA7Z](https://img.shields.io/badge/DOI-10.5066/P9AVWA7Z-b4a9fe.svg)](https://doi.org/10.5066/P9AVWA7Z)
[![DOI:10.5066/P13EWPEV](https://img.shields.io/badge/DOI-10.5066/P13EWPEV-b4a9fe.svg)](https://doi.org/10.5066/P13EWPEV)

[![WholeTale](https://raw.githubusercontent.com/whole-tale/wt-design-docs/master/badges/wholetale-explore.svg)](https://dashboard.wholetale.org/run/64ae29e8a887f48b9f173678?tab=metadata)

Expand Down Expand Up @@ -54,7 +54,7 @@ For more information on the goals and status of pywatershed, please see the [pyw

## Installation

`pywatershed` uses Python 3.9 or 3.10.
`pywatershed` uses Python 3.10 or 3.11.

The `pywatershed` package is [available on
PyPI](https://pypi.org/project/pywatershed/) but installation of all
Expand Down Expand Up @@ -153,7 +153,7 @@ guidelines.
Thank you for your interest.

## How to Cite
McCreight, J., Langevin, C. D., & Hughes, J. D. (2023). pywatershed (Version 1.0.0) [Computer software]. [https://doi.org/10.5066/P9AVWA7Z](https://doi.org/10.5066/P9AVWA7Z)
McCreight, J., Langevin, C. D., Hughes, J. D., & Bonelli, W. P. (2024). pywatershed (Version 2.0.0) [Computer software]. [https://doi.org/10.5066/P13EWPEV](https://doi.org/10.5066/P13EWPEV)

## Disclaimer

Expand Down
2 changes: 0 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ dependencies:
- holoviews
- hvplot
- ipython
- nbconvert
- netCDF4
- networkx
- numpy>=2.0.0
Expand Down Expand Up @@ -46,7 +45,6 @@ dependencies:
- click != 8.1.0
- filelock
- git+https://github.com/modflowpy/flopy.git
- jupyter_black
- modflow-devtools
- git+https://github.com/jararias/mpsplines.git
- git+https://github.com/paknorton/pyPRMS.git@development
Expand Down

0 comments on commit 0652df9

Please sign in to comment.