Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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