Skip to content

Commit

Permalink
Update flopy author list in software citation (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
jentjr authored and jdhughes-usgs committed Dec 10, 2019
1 parent 723c7e9 commit 677c1d4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,14 @@ flopy/.idea

examples/Notebooks/data
examples/Notebooks/temp
examples/Notebooks/.ipynb_checkpoints
examples/FAQ/temp
examples/FAQ/.ipynb_checkpoints
examples/Testing/.idea
examples/Testing/data
examples/Testing/.ipynb_checkpoints
examples/scripts/data
examples/groundwater_paper/Notebooks/temp
examples/groundwater_paper/Notebooks/.ipynb_checkpoints

# ignore all .ipynb_checkpoints
.ipynb_checkpoints

autotest/*.bin
autotest/*.dat
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ We want to fix all the issues as soon as possible, but before fixing a bug we ne
- version of FloPy used
- and most importantly - a use-case that fails (ideally an example that uses flopy to generate FloPy input files - see `t0**_test.py` python scripts in the `autotest/` directory)

We will be insisting on a minimal minimal, complete, and verifiable example in order to save maintainers time and ultimately be able to fix more bugs. We understand that sometimes it might be hard to extract essentials bits of code from a larger code-base but we really need to isolate the problem before we can fix it.
We will be insisting on a minimal, complete, and verifiable example in order to save maintainers time and ultimately be able to fix more bugs. We understand that sometimes it might be hard to extract essentials bits of code from a larger code-base but we really need to isolate the problem before we can fix it.

Unfortunately, we are not able to investigate / fix bugs without a minimal, complete, and verifiable example, so if we don't hear back from you we are going to close an issue that doesn't have enough info to be reproduced.

Expand Down
4 changes: 3 additions & 1 deletion release/make-release.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,9 @@ def update_readme_markdown(vmajor, vminor, vmicro):
if not is_approved:
sb = ' — release candidate'
line = '[Bakker, M., Post, V., Langevin, C.D., Hughes, J.D., ' + \
'White, J.T., Starn, J.J., and Fienen, M.N., ' + \
'White, J.T., Leaf, A.T., Paulinski, S.R., Larsen, J.D., ' + \
'Toews, M.W., Morway, E.D., Bellino, J.C., Starn, J.J., ' + \
'and Fienen, M.N., ' + \
'{}, '.format(now.year) + \
'FloPy v{}{}: '.format(version, sb) + \
'U.S. Geological Survey Software Release, ' + \
Expand Down

0 comments on commit 677c1d4

Please # to comment.