Skip to content

Commit

Permalink
0.3.0
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 6, 2024
1 parent 69ccefd commit 23fb7a1
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@



## v0.3.0 (2024-11-06)

### Documentation

* docs: updated examples and readme ([`67da2d9`](https://github.com/MarkusPic/intensity_duration_frequency_analysis/commit/67da2d959076f967782c8db7424cee09c3cb3fce))

* docs: added info into euler docstring ([`5755815`](https://github.com/MarkusPic/intensity_duration_frequency_analysis/commit/57558159b788cde729a99141a50d9800f086d37b))

### Feature

* feat: added interface to use custom parameter functions - code-clean-up ([`69ccefd`](https://github.com/MarkusPic/intensity_duration_frequency_analysis/commit/69ccefde99dea83ce6e53720c34787ae3fb0a5ea))

### Style

* style: using f-strings ([`a68976e`](https://github.com/MarkusPic/intensity_duration_frequency_analysis/commit/a68976e56a9bf92c543a9455f734cce4a7a08c48))

* style: replaced code fragment ([`c89c767`](https://github.com/MarkusPic/intensity_duration_frequency_analysis/commit/c89c767bba0be11da965acfa5d13ca4326d534b0))


## v0.2.9 (2024-09-11)

### Documentation
Expand All @@ -24,6 +43,12 @@

### Unknown

* 0.2.9

Automatically generated by python-semantic-release

[skip actions] ([`54ee5eb`](https://github.com/MarkusPic/intensity_duration_frequency_analysis/commit/54ee5ebdf74185d69446caf1753e1e360a787dda))

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


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__ = "[email protected]"
__version__ = '0.2.9'
__version__ = '0.3.0'
__license__ = "MIT"

from .idf_class import IntensityDurationFrequencyAnalyse, SERIES, METHOD, APPROACH
Expand Down

0 comments on commit 23fb7a1

Please sign in to comment.