Skip to content

Commit

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

[skip actions]
  • Loading branch information
MarkusPic committed Jan 24, 2024
1 parent a4876fb commit b7d804b
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,23 @@



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

### Documentation

* docs: no gitter ([`54568ce`](https://github.com/MarkusPic/intensity_duration_frequency_analysis/commit/54568ce7d59e76d02100b9d5c2ef7a8a549e4e49))

### Fix

* fix: new function > add_max_intensities_to_events ([`a4876fb`](https://github.com/MarkusPic/intensity_duration_frequency_analysis/commit/a4876fbb571a1c45495f1db8ed79ab70910329f3))

### Style

* style: plot example ([`195bf70`](https://github.com/MarkusPic/intensity_duration_frequency_analysis/commit/195bf709aa474a1af78070b85006c1a618e4f071))

* style: literal colors ([`4ca8832`](https://github.com/MarkusPic/intensity_duration_frequency_analysis/commit/4ca8832e316558a86ce9465af29ab8bf697d5912))


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

### Fix
Expand All @@ -10,6 +27,12 @@

### Unknown

* 0.2.3

Automatically generated by python-semantic-release

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

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


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.3'
__version__ = '0.2.4'
__license__ = "MIT"

from .idf_class import IntensityDurationFrequencyAnalyse, SERIES, METHOD
Expand Down

0 comments on commit b7d804b

Please sign in to comment.