Skip to content

Commit

Permalink
bump: version 0.13.0 → 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ArdtK committed Nov 7, 2023
1 parent f25efec commit 191329f
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 3 deletions.
35 changes: 35 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
## Release-2023 (2023-11-07)

### Feat

- Added order_strategy submodule for determining reinforcement features across a dike traject based on default order
- Added new class to better handle / generate the location-reinforcement matrix

### Fix

- improve rounding
- improve rounding
- improve rounding
- show cost per km if no locations present
- add @property to total_cost
- add @property to total_cost
- add @property to total_cost
- test on presence of construction costs
- correct return type
- Added logic to plot new layer surfaces when they are either a `LineString` or a `MultiLineString`
- corrected berm width calculations (#114)
- corrected berm width calculations
- merge leftovers
- rename "raise" to "surtax" throughout KOSWAT
- rename "raise" to "surtax" throughout KOSWAT
- correct symbol name
- correct symbol name
- typo comment
- typo comment
- Added logic to avoid creating added / removed layers geometries when there were no modifications
- Added default values as math.nan for koswatscenario
- We now replace not-provided values from a KoswatScenario when calculating new reinforcements
- docu corrections
- docu corrections
- docu corrections

## v0.13.0 (2023-01-31)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion koswat/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.13.0"
__version__ = "0.14.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "koswat"
version = "0.13.0"
version = "0.14.0"
description = "Koswat, from the dutch combination of words `Kosts-Wat` (what are the costs). Analyzes all the possible dikes reinforcements based on a provided traject, with surrounding constructions, and what their related costs will be."
authors = ["Carles S. Soriano Pérez <[email protected]>"]
maintainers = ["Peter de Grave <[email protected]>"]
Expand Down Expand Up @@ -80,7 +80,7 @@ skip = [".git", ".github", ".env", ".venv", ".config", ".pytest_cache", ".scanne
name = "cz_conventional_commits"
changelog_file = "docs/changelog.md"
update_changelog_on_bump = true
version = "0.13.0"
version = "0.14.0"
tag_format = "v$major.$minor.$patch"
version_files= [
"koswat/__init__.py",
Expand Down

0 comments on commit 191329f

Please sign in to comment.