Skip to content

Commit

Permalink
bump: version 0.9.1 → 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsopre committed Jul 17, 2024
1 parent 8960763 commit e62d493
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
28 changes: 28 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## v0.9.2 (2024-07-17)

### Feat

- 470 refactor losses analysis structure
- 321 skip overlay segmented graph
- 462 docs and other changes
- It is now possible to run an analysis by simply providing dataclasses or ini files. (#461)
- 455 rename runners
- 453 adjust analysis direct
- 451 adjust analysis\indirect
- 449 adjust analysis config data
- gitignore updated
- gitignore updated
- gitignore updated
- representative_damage_percentile added and used to output a representative damage
- divisor added to accept %-based or less-than-one functionality losses in the resilience_curve file
- filter criticality_analysis based on the flood threshold.

### Fix

- 435 fix exception in case no lanes in any of the road types
- 472 fix od analyses using weighing time
- 488 fix weighing time redundancy analyses
- 433 avg speed 0
- 468 set hazard field name to str
- 410 replace simplify graph with OSMNX

## v0.9.1 (2024-04-12)

- Removal of sensitive data throughout repository's history.
Expand Down
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 = "ra2ce"
version = "0.9.1"
version = "0.9.2"
description = "Risk Assessment and Adaptation for Critical infrastructurE (RA2CE)."
authors = [
"Margreet van Marle <[email protected]>",
Expand Down Expand Up @@ -126,7 +126,7 @@ multi_line_output = 3
name = "cz_conventional_commits"
changelog_file = "docs/changelog.md"
update_changelog_on_bump = true
version = "0.9.1"
version = "0.9.2"
tag_format = "v$major.$minor.$patch"
version_files= [
"ra2ce/__init__.py",
Expand Down
2 changes: 1 addition & 1 deletion ra2ce/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.9.1"
__version__ = "0.9.2"

0 comments on commit e62d493

Please sign in to comment.