From c309ed53e0aa6cfdf51ee9a19193e1ee086888f4 Mon Sep 17 00:00:00 2001 From: MarkusPic Date: Mon, 13 May 2024 09:27:52 +0000 Subject: [PATCH] 0.2.5 Automatically generated by python-semantic-release [skip actions] --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ idf_analysis/__init__.py | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c85393..fc25c48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,33 @@ +## v0.2.5 (2024-05-13) + +### Documentation + +* docs: added python example usage in readme ([`15e13b4`](https://github.com/MarkusPic/intensity_duration_frequency_analysis/commit/15e13b4174387b54bb0d21a6759d78b257de988e)) + +* docs: added python example usage in readme ([`db937a5`](https://github.com/MarkusPic/intensity_duration_frequency_analysis/commit/db937a55b9dea4468a8f1d05e06b675666272ffe)) + +* docs: added citation information ([`fc8b86b`](https://github.com/MarkusPic/intensity_duration_frequency_analysis/commit/fc8b86bb9c08d2b7e86054e541d1672bd5358234)) + +* docs: added source of example time series ([`26f734c`](https://github.com/MarkusPic/intensity_duration_frequency_analysis/commit/26f734c06f7b0e374518b3b081ec692754825b39)) + +### Fix + +* fix: add option to not add units to idf table index names & added function add_max_return_periods_pre_duration_to_events ([`1745fe8`](https://github.com/MarkusPic/intensity_duration_frequency_analysis/commit/1745fe8699e846c0ff962bf4cc75e9e19beec321)) + +### Style + +* style: prevent matplotlib warning ([`2a1f1fc`](https://github.com/MarkusPic/intensity_duration_frequency_analysis/commit/2a1f1fc66a602d002f272f846fae92fc410aad7b)) + +* style: pandas deprecation warning ([`8d4acba`](https://github.com/MarkusPic/intensity_duration_frequency_analysis/commit/8d4acbab2ed73a1dd7b25d696ef4adda039e1f3d)) + +* style: fixed pandas deprecation errors for frequency strings ([`fb78d8a`](https://github.com/MarkusPic/intensity_duration_frequency_analysis/commit/fb78d8a346473e478cd08d33c76d560008fca902)) + +* style: fixed pandas deprecation warning ([`b2b700e`](https://github.com/MarkusPic/intensity_duration_frequency_analysis/commit/b2b700e3495622975423d15c99293e7dcdc00422)) + + ## v0.2.4 (2024-01-24) ### Documentation @@ -18,6 +45,14 @@ * style: literal colors ([`4ca8832`](https://github.com/MarkusPic/intensity_duration_frequency_analysis/commit/4ca8832e316558a86ce9465af29ab8bf697d5912)) +### Unknown + +* 0.2.4 + +Automatically generated by python-semantic-release + +[skip actions] ([`b7d804b`](https://github.com/MarkusPic/intensity_duration_frequency_analysis/commit/b7d804b017c59cd4ca92a9828f04c028822acf96)) + ## v0.2.3 (2023-11-07) diff --git a/idf_analysis/__init__.py b/idf_analysis/__init__.py index ae5b0b0..dd6c8d4 100644 --- a/idf_analysis/__init__.py +++ b/idf_analysis/__init__.py @@ -2,7 +2,7 @@ __credits__ = ["Markus Pichler"] __maintainer__ = "Markus Pichler" __email__ = "markus.pichler@tugraz.at" -__version__ = '0.2.4' +__version__ = '0.2.5' __license__ = "MIT" from .idf_class import IntensityDurationFrequencyAnalyse, SERIES, METHOD