Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RLS: 0.8 #102

Merged
merged 1 commit into from
Jul 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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