Skip to content

Commit

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

[skip actions]
  • Loading branch information
MarkusPic committed Nov 7, 2023
1 parent d9e26c8 commit be01b90
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@



## v0.2.3 (2023-11-07)

### Fix

* fix: pandas 2.1.2 deprecation warning ([`d9e26c8`](https://github.com/MarkusPic/intensity_duration_frequency_analysis/commit/d9e26c841582b9af7d30d0b3723e061cdfe3cf98))

### Unknown

* prepare Schmitt's ortsunabhaengiger Index ([`e479076`](https://github.com/MarkusPic/intensity_duration_frequency_analysis/commit/e4790766958ab0bdc2fb375699fa62498b917097))


## v0.2.2 (2023-08-07)

### Documentation
Expand All @@ -12,6 +23,14 @@

* fix: added separating lines to idf bar axes for Short-term and medium-term durations ([`9a69e72`](https://github.com/MarkusPic/intensity_duration_frequency_analysis/commit/9a69e728f081b49a2ce64cf75a3ffef1af56fedf))

### Unknown

* 0.2.2

Automatically generated by python-semantic-release

[skip actions] ([`2ab4b23`](https://github.com/MarkusPic/intensity_duration_frequency_analysis/commit/2ab4b232acaef8e0254d85e2a782f1675fdc9546))


## v0.2.1 (2023-08-07)

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.2'
__version__ = '0.2.3'
__license__ = "MIT"

from .idf_class import IntensityDurationFrequencyAnalyse, SERIES, METHOD
Expand Down

0 comments on commit be01b90

Please sign in to comment.