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 @@

Change log#

+
+

Version 0.8#

+
+
Date:
+

3 July 2024

+
+
+
+

New things#

+ +
+
+

Other changes#

+
    +
  • Fix warnings and test with locate_geoms() (#96)

  • +
  • 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)

  • +
+
+

Version 0.7#

@@ -413,16 +437,16 @@

Breaking changesmodflow.MfSfrNetwork (#56)

-
-

New things#

+
+

New things#

-
-

Other changes#

+
+

Other changes#

  • Better from_swn_flopy performance (#57)

  • Change swn.spatial.find_location_pairs() adding all_pairs and exclude_branches parameters (#68)

  • @@ -443,16 +467,16 @@

    Version 0.5

    20 July 2022

    -
    -

    Breaking changes#

    +
    +

    Breaking changes#

    • 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)

    -
    -

    New things#

    +
    +

    New things#

    -
    -

    Other changes#

    +
    +

    Other changes#

    • Add packing dependency to check package version (#37)

    • Convert class attributes to properties for modflow.SwnModflow.segment_data and segment_data_ts (#42)

    • @@ -480,16 +504,16 @@

      Version 0.4

      20 October 2021

      -
      -

      Breaking changes#

      +
      +

      Breaking changes#

      -
      -

      New things#

      +
      +

      New things#

      • Add .to_pickle() and .from_pickle() methods to core classes

      • Support MODFLOW 6 models with modflow.SwnMf6 (#12)

      • @@ -499,8 +523,8 @@

        New things#18)

      -
      -

      Other changes#

      +
      +

      Other changes#

      • Improve performance of SurfaceWaterNetwork.from_lines() (#33)

      • Add mult multiplier to topnet2ts()

      • @@ -588,24 +612,29 @@

        Version 0.1