Skip to content

Commit

Permalink
ci(release): set version to 3.4.2, update plugins from DFN files, upd…
Browse files Browse the repository at this point in the history
…ate changelog
  • Loading branch information
github-actions[bot] committed Aug 25, 2023
1 parent 9b036f4 commit 16d3dae
Show file tree
Hide file tree
Showing 78 changed files with 104 additions and 81 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ message: If you use this software, please cite both the article from preferred-c
and the software itself.
type: software
title: FloPy
version: 3.4.1
date-released: '2023-06-29'
version: 3.4.2
date-released: '2023-08-25'
doi: 10.5066/F7BK19FH
abstract: A Python package to create, run, and post-process MODFLOW-based models.
repository-artifact: https://pypi.org/project/flopy
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<img src="https://raw.githubusercontent.com/modflowpy/flopy/master/examples/images/flopy3.png" alt="flopy3" style="width:50;height:20">

### Version 3.4.1
### Version 3.4.2
[![flopy continuous integration](https://github.com/modflowpy/flopy/actions/workflows/commit.yml/badge.svg?branch=develop)](https://github.com/modflowpy/flopy/actions/workflows/commit.yml)
[![Read the Docs](https://github.com/modflowpy/flopy/actions/workflows/rtd.yml/badge.svg?branch=develop)](https://github.com/modflowpy/flopy/actions/workflows/rtd.yml)

Expand Down Expand Up @@ -142,7 +142,7 @@ How to Cite

##### ***Software/Code citation for FloPy:***

[Bakker, Mark, Post, Vincent, Hughes, J. D., Langevin, C. D., White, J. T., Leaf, A. T., Paulinski, S. R., Bellino, J. C., Morway, E. D., Toews, M. W., Larsen, J. D., Fienen, M. N., Starn, J. J., Brakenhoff, D. A., and Bonelli, W. P., 2023, FloPy v3.4.1: U.S. Geological Survey Software Release, 29 June 2023, https://doi.org/10.5066/F7BK19FH](https://doi.org/10.5066/F7BK19FH)
[Bakker, Mark, Post, Vincent, Hughes, J. D., Langevin, C. D., White, J. T., Leaf, A. T., Paulinski, S. R., Bellino, J. C., Morway, E. D., Toews, M. W., Larsen, J. D., Fienen, M. N., Starn, J. J., Brakenhoff, D. A., and Bonelli, W. P., 2023, FloPy v3.4.2: U.S. Geological Survey Software Release, 25 August 2023, https://doi.org/10.5066/F7BK19FH](https://doi.org/10.5066/F7BK19FH)


Additional FloPy Related Publications
Expand Down
2 changes: 1 addition & 1 deletion autotest/regression/test_mf6.py
Original file line number Diff line number Diff line change
Expand Up @@ -3085,7 +3085,7 @@ def test028_create_tests_sfr(function_tmpdir, example_data_path):
delc=5000.0,
top=top,
botm=botm,
#idomain=idomain,
# idomain=idomain,
filename=f"{model_name}.dis",
)
strt = testutils.read_std_array(os.path.join(pth, "strt.txt"), "float")
Expand Down
4 changes: 2 additions & 2 deletions code.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"downloadURL": "https://code.usgs.gov/usgs/modflow/flopy/archive/master.zip",
"vcs": "git",
"laborHours": -1,
"version": "3.4.1",
"version": "3.4.2",
"date": {
"metadataLastUpdated": "2023-06-29"
"metadataLastUpdated": "2023-08-25"
},
"organization": "U.S. Geological Survey",
"permissions": {
Expand Down
2 changes: 1 addition & 1 deletion docs/PyPI_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ How to Cite

*Software/Code citation for FloPy:*

[Bakker, Mark, Post, Vincent, Hughes, J. D., Langevin, C. D., White, J. T., Leaf, A. T., Paulinski, S. R., Bellino, J. C., Morway, E. D., Toews, M. W., Larsen, J. D., Fienen, M. N., Starn, J. J., Brakenhoff, D. A., and Bonelli, W. P., 2023, FloPy v3.4.1: U.S. Geological Survey Software Release, 29 June 2023, https://doi.org/10.5066/F7BK19FH](https://doi.org/10.5066/F7BK19FH)
[Bakker, Mark, Post, Vincent, Hughes, J. D., Langevin, C. D., White, J. T., Leaf, A. T., Paulinski, S. R., Bellino, J. C., Morway, E. D., Toews, M. W., Larsen, J. D., Fienen, M. N., Starn, J. J., Brakenhoff, D. A., and Bonelli, W. P., 2023, FloPy v3.4.2: U.S. Geological Survey Software Release, 25 August 2023, https://doi.org/10.5066/F7BK19FH](https://doi.org/10.5066/F7BK19FH)


Disclaimer
Expand Down
23 changes: 23 additions & 0 deletions docs/version_changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
### Version 3.4.2

#### Bug fixes

* [fix(binaryfile/gridutil)](https://github.com/modflowpy/flopy/commit/b1e6b77af34448fee388efed5bbfa8d902fe93dc): Avoid numpy deprecation warnings (#1868). Committed by w-bonelli on 2023-07-12.
* [fix(binary)](https://github.com/modflowpy/flopy/commit/aa74356708137223ffed501f01d759832c336457): Fix binary header information (#1877). Committed by jdhughes-usgs on 2023-07-16.
* [fix(time series)](https://github.com/modflowpy/flopy/commit/021159bed614e80b0676a0e4c1dd61ac68c531de): Fix for multiple time series attached to single package (#1867) (#1873). Committed by spaulins-usgs on 2023-07-20.
* [fix(check)](https://github.com/modflowpy/flopy/commit/7e8a0cba122707ab1a87b0d1f13e05afbce29e94): Check now works properly with confined conditions (#1880) (#1882). Committed by spaulins-usgs on 2023-07-27.
* [fix(mtlistfile)](https://github.com/modflowpy/flopy/commit/2222245a1fbc4c9955f99a0f98c319843f4eb18a): Fix reading MT3D budget (#1899). Committed by Ralf Junghanns on 2023-08-03.
* [fix(check)](https://github.com/modflowpy/flopy/commit/5d21410cbe0c36d998fb3e6bcc4f8e443fcd7448): Updated flopy's check to work with cellid -1 values (#1885). Committed by spaulins-usgs on 2023-08-06.
* [fix(BaseModel)](https://github.com/modflowpy/flopy/commit/82bc3f1100eec3167f546e71a8c4d4520b7c0a3d): Don't suppress error if exe not found (#1901). Committed by w-bonelli on 2023-08-07.
* [fix(keyword data)](https://github.com/modflowpy/flopy/commit/4e00489f8d2a7626786338942210b5764995dd8a): Optional keywords (#1920). Committed by spaulins-usgs on 2023-08-16.
* [fix(GridIntersect)](https://github.com/modflowpy/flopy/commit/22205f446bdd1e72ee204e5802af30dd501eece9): Combine list of geometries using unary_union (#1923). Committed by Mike Taves on 2023-08-21.
* [fix(gridintersect)](https://github.com/modflowpy/flopy/commit/672d6be6b07e1bf3b8cb6b0c3b6ce54be669399f): Add multilinestring tests (#1924). Committed by Davíd Brakenhoff on 2023-08-21.
* [fix(binary file)](https://github.com/modflowpy/flopy/commit/d1c60717b1d04922a718bea134cd28e6e050c660): Was writing binary file information twice to external files (#1925) (#1928). Committed by scottrp on 2023-08-25.
* [fix(ParticleData)](https://github.com/modflowpy/flopy/commit/00e99c1e07a07225829c5f2bd8e8992eeb50aeb9): Fix docstring, structured default is False (#1935). Committed by w-bonelli on 2023-08-25.

#### Refactoring

* [refactor(_set_neighbors)](https://github.com/modflowpy/flopy/commit/89fa273e8fd3ab7788ba4a65e62455d7d65c504d): Check for closed iverts and remove closing ivert (#1876). Committed by Joshua Larsen on 2023-07-14.
* [refactor(dependencies)](https://github.com/modflowpy/flopy/commit/364b4d17da421b15e69918a67b4d1c0b159fbf77): Constrain sphinx >=4 (#1898). Committed by w-bonelli on 2023-08-02.
* [refactor(dependencies)](https://github.com/modflowpy/flopy/commit/ee92091b096ad16a14cd8dd1f142abbb944bf91f): Constrain sphinx-rtd-theme >=1 (#1900). Committed by w-bonelli on 2023-08-03.

### Version 3.4.1

#### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfems.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on August 25, 2023 23:00:27 UTC
from .. import mfpackage


Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgnc.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on August 25, 2023 23:00:27 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on August 25, 2023 23:00:27 UTC
from .. import mfmodel
from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfapi.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on August 25, 2023 23:00:28 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfbuy.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on August 25, 2023 23:00:28 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfchd.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on August 25, 2023 23:00:27 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfcsub.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on August 25, 2023 23:00:28 UTC
from .. import mfpackage
from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfdis.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on August 25, 2023 23:00:27 UTC
from .. import mfpackage
from ..data.mfdatautil import ArrayTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfdisu.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on August 25, 2023 23:00:27 UTC
from .. import mfpackage
from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfdisv.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on August 25, 2023 23:00:27 UTC
from .. import mfpackage
from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfdrn.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on August 25, 2023 23:00:27 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfevt.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on August 25, 2023 23:00:27 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfevta.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on August 25, 2023 23:00:27 UTC
from .. import mfpackage
from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfghb.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on August 25, 2023 23:00:27 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfgnc.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on August 25, 2023 23:00:28 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfgwf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on August 25, 2023 23:00:27 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfgwt.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on August 25, 2023 23:00:27 UTC
from .. import mfpackage


Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfhfb.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on August 25, 2023 23:00:27 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfic.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on August 25, 2023 23:00:27 UTC
from .. import mfpackage
from ..data.mfdatautil import ArrayTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwflak.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on August 25, 2023 23:00:28 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfmaw.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on August 25, 2023 23:00:28 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfmvr.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on August 25, 2023 23:00:28 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfnam.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on August 25, 2023 23:00:27 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfnpf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on August 25, 2023 23:00:27 UTC
from .. import mfpackage
from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfoc.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on August 25, 2023 23:00:28 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfrch.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on August 25, 2023 23:00:27 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfrcha.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on August 25, 2023 23:00:27 UTC
from .. import mfpackage
from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfriv.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on August 25, 2023 23:00:27 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfsfr.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on August 25, 2023 23:00:28 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfsto.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on August 25, 2023 23:00:27 UTC
from .. import mfpackage
from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfuzf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on August 25, 2023 23:00:28 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfvsc.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on August 25, 2023 23:00:28 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfwel.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on August 25, 2023 23:00:27 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwt.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on August 25, 2023 23:00:28 UTC
from .. import mfmodel
from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwtadv.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on August 25, 2023 23:00:28 UTC
from .. import mfpackage


Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwtapi.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on August 25, 2023 23:00:28 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwtcnc.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on August 25, 2023 23:00:28 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwtdis.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on August 25, 2023 23:00:28 UTC
from .. import mfpackage
from ..data.mfdatautil import ArrayTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwtdisu.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on August 25, 2023 23:00:28 UTC
from .. import mfpackage
from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator

Expand Down
Loading

0 comments on commit 16d3dae

Please sign in to comment.