diff --git a/.buildinfo b/.buildinfo
index 52ed089..c7ace87 100644
--- a/.buildinfo
+++ b/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
-config: 5cee559441d82f832d5685173cab0099
+config: 6daddfdafba5b611e697b2640af0cd4f
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/_sources/changelog.rst.txt b/_sources/changelog.rst.txt
index f5d5b7c..7395437 100644
--- a/_sources/changelog.rst.txt
+++ b/_sources/changelog.rst.txt
@@ -3,6 +3,23 @@ Change log
.. currentmodule:: swn
+Version 0.8
+-----------
+
+:Date: 3 July 2024
+
+New things
+~~~~~~~~~~
+- Add :py:meth:`modflow.SwnMf6.gather_reaches` (:pr:`92`)
+- Add :py:meth:`swn.SurfaceWaterNetwork.coarsen` to create stream networks with a higher stream order (:pr:`100`)
+
+Other changes
+~~~~~~~~~~~~~
+- Fix warnings and test with :py:meth:`~SurfaceWaterNetwork.locate_geoms` (:pr:`96`)
+- Change build to hatch, use only ruff format and lint tools, add workflow to publish to PyPI (:pr:`97`)
+- Fixes for geopandas-1.0.0 (:pr:`98`)
+- Always use native Python types for list outputs (:pr:`101`)
+
Version 0.7
-----------
diff --git a/changelog.html b/changelog.html
index 9e338f9..9a3b412 100644
--- a/changelog.html
+++ b/changelog.html
@@ -384,6 +384,30 @@
3 July 2024 Add Fix warnings and test with Change build to hatch, use only ruff format and lint tools, add workflow to publish to PyPI (#97) Fixes for geopandas-1.0.0 (#98) Always use native Python types for list outputs (#101)Change log#
+Version 0.8#
+
+
+New things#
+
+
+swn.SurfaceWaterNetwork.coarsen()
to create stream networks with a higher stream order (#100)Other changes#
+
+
+locate_geoms()
(#96)Version 0.7#
@@ -413,16 +437,16 @@
Breaking changesmodflow.MfSfrNetwork (#56)
Add swn.file.read_formatted_frame()
and write_formatted_frame()
methods (#62, #73)
Add functionality to allow other MF6 packages to use reaches data with modflow.SwnMf6.package_period_frame()
, write_package_period()
, flopy_package_period()
, and set_package_obj()
(#72)
Add functionality to allow other MODFLOW packages to use reaches data with modflow.SwnModflow.package_period_frame()
, write_package_period()
, flopy_package_period()
, and set_package_obj()
(#74)
Better from_swn_flopy
performance (#57)
Change swn.spatial.find_location_pairs()
adding all_pairs
and exclude_branches
parameters (#68)
20 July 2022
-Minimum requirements are Python 3.7, pandas 1.2 (#38)
Add outside segnum to modflow if it is downstream from others (#50)
Change behaviour of SurfaceWaterNetwork.set_diversions()
which by default will now match to the closest segment line (#52)
Add SurfaceWaterNetwork.locate_geoms()
method (#41, #48, #51)
Add run
option to topnet2ts()
, improve error messages (#44)
Add packing dependency to check package version (#37)
Convert class attributes to properties for modflow.SwnModflow.segment_data
and segment_data_ts
(#42)
20 October 2021
-Change SurfaceWaterNetwork(lines.geometry)
→ SurfaceWaterNetwork.from_lines(lines.geometry)
Change MfSfrNetwork(n, m, ...)
→ SwnModflow.from_swn_flopy(n, m)
Legacy modflow.MfSfrNetwork
kept, but will be dropped by version 0.6
Add .to_pickle()
and .from_pickle()
methods to core classes
Support MODFLOW 6 models with modflow.SwnMf6
(#12)
Improve performance of SurfaceWaterNetwork.from_lines()
(#33)
Add mult
multiplier to topnet2ts()