Skip to content

Commit

Permalink
bump: version 0.8.1 → 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsopre committed Apr 11, 2024
1 parent 293e3b7 commit 59e6829
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## v0.9.0 (2024-04-11)

### Feat

- 389 allow an analysis run without files 2nd attempt
- network cleaning simplifying functions PR(#322) - Issue 144
- add hazard cost to the configuration (#406)
- added infrastructure and documentation to allow a cloud run (#398)
- Adapted losses class for `single_link_losses` and `single_link_redundancy`. Included jupyter notebook example. (#383)
- 390 make sections optional (#391)
- Multi link redundancy - adjust calculating diff_time o -diff_length (#393)
- Add time to graph and network (#387)
- Integrated crosscade (#294)

### Fix

- multi link losses document missing test data. (#415)
- running the binder environment examples results in a crash (#409)
- Removed parallel logic that could lead to memory issues (#397)
- Removed parallel logic that could lead to memory issues when running on the cloud or locally
- correct damage_curve field initialization

## v0.8.1 (2024-03-20)

## v0.8.0 (2024-03-20)
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.8.1"
version = "0.9.0"
description = "Risk Assessment and Adaptation for Critical infrastructurE (RA2CE)."
authors = [
"Margreet van Marle <[email protected]>",
Expand Down Expand Up @@ -125,7 +125,7 @@ multi_line_output = 3
name = "cz_conventional_commits"
changelog_file = "docs/changelog.md"
update_changelog_on_bump = true
version = "0.8.1"
version = "0.9.0"
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.8.1"
__version__ = "0.9.0"

0 comments on commit 59e6829

Please sign in to comment.