Skip to content

Commit

Permalink
removal -> flopy 4
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Mar 28, 2024
1 parent dffd123 commit a138a72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flopy/utils/modpathfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ def write_shapefile(
.get_alldata() (if None, .get_alldata() is exported).
.. deprecated:: 3.7
The ``timeseries_data`` option will be removed for FloPy 3.8+. Use ``data`` instead.
The ``timeseries_data`` option will be removed for FloPy 4. Use ``data`` instead.
one_per_particle : boolean (default True)
True writes a single LineString with a single set of attribute
data for each particle. False writes a record/geometry for each
Expand Down Expand Up @@ -717,7 +717,7 @@ def write_shapefile(
(if none, EndpointFile.get_alldata() is exported).
.. deprecated:: 3.7
The ``endpoint_data`` option will be removed for FloPy 3.8+. Use ``data`` instead.
The ``endpoint_data`` option will be removed for FloPy 4. Use ``data`` instead.
shpname : str
File path for shapefile
direction : str
Expand Down Expand Up @@ -956,7 +956,7 @@ def write_shapefile(
is exported).
.. deprecated:: 3.7
The ``timeseries_data`` option will be removed for FloPy 3.8+. Use ``data`` instead.
The ``timeseries_data`` option will be removed for FloPy 4. Use ``data`` instead.
one_per_particle : boolean (default True)
True writes a single LineString with a single set of attribute
data for each particle. False writes a record/geometry for each
Expand Down

0 comments on commit a138a72

Please sign in to comment.