Skip to content

Commit

Permalink
0.2.6
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release

[skip actions]
  • Loading branch information
MarkusPic committed May 16, 2024
1 parent e16069e commit fc941a5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@



## v0.2.6 (2024-05-16)

### Fix

* fix: fixed error for rain bar plot with only one entry. ([`2384e20`](https://github.com/MarkusPic/intensity_duration_frequency_analysis/commit/2384e20d35c0367ceea520f61ff86ee2748ea245))

### Style

* style: prevent pandas warning ([`058a711`](https://github.com/MarkusPic/intensity_duration_frequency_analysis/commit/058a711a36998d1fb0bc44ee198615c8f660b1fe))

### Unknown

* Merge remote-tracking branch 'origin/main' ([`e16069e`](https://github.com/MarkusPic/intensity_duration_frequency_analysis/commit/e16069e1ff2f5b3cda5b53fd1f75827f2ed6454c))


## v0.2.5 (2024-05-13)

### Documentation
Expand All @@ -28,6 +43,14 @@

* style: fixed pandas deprecation warning ([`b2b700e`](https://github.com/MarkusPic/intensity_duration_frequency_analysis/commit/b2b700e3495622975423d15c99293e7dcdc00422))

### Unknown

* 0.2.5

Automatically generated by python-semantic-release

[skip actions] ([`c309ed5`](https://github.com/MarkusPic/intensity_duration_frequency_analysis/commit/c309ed53e0aa6cfdf51ee9a19193e1ee086888f4))


## v0.2.4 (2024-01-24)

Expand Down
2 changes: 1 addition & 1 deletion idf_analysis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__credits__ = ["Markus Pichler"]
__maintainer__ = "Markus Pichler"
__email__ = "markus.pichler@tugraz.at"
__version__ = '0.2.5'
__version__ = '0.2.6'
__license__ = "MIT"

from .idf_class import IntensityDurationFrequencyAnalyse, SERIES, METHOD
Expand Down

0 comments on commit fc941a5

Please sign in to comment.