Skip to content

Commit

Permalink
RLS: 0.8 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwtoews committed Jul 3, 2024
1 parent 81ef345 commit c599b43
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ cff-version: 1.2.0
message: "Please cite this software using these metadata."
type: software
title: "Surface water network"
version: "0.7"
date-released: "2023-12-07"
version: "0.8"
date-released: "2024-07-03"
doi: 10.5281/zenodo.6866082
abstract: "A Python package to create and analyze surface water networks."
repository-artifact: https://pypi.org/project/surface-water-network
Expand Down
17 changes: 17 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------

Expand Down
1 change: 0 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
# further. For a list of options available for each theme, see the
# documentation.
html_theme_options = {
"search_bar_position": "sidebar",
"github_url": "https://github.com/mwtoews/surface-water-network",
}

Expand Down

0 comments on commit c599b43

Please sign in to comment.