Skip to content

Commit

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

[skip actions]
  • Loading branch information
MarkusPic committed Aug 12, 2024
1 parent 22e9a19 commit b5792ce
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,23 @@



## v0.2.8 (2024-08-12)

### Documentation

* docs: minor formatting ([`0fe8471`](https://github.com/MarkusPic/intensity_duration_frequency_analysis/commit/0fe84710b094c3cace609aaa36cf55f18d790b88))

* docs: updated Changelog link for pypi ([`f29346b`](https://github.com/MarkusPic/intensity_duration_frequency_analysis/commit/f29346bd2844265ec0923513f868ec4bfb3976f2))

### Fix

* fix: limit duration steps based on series frequency and skip parameter calculation for durations ranges lower than series frequency. ([`22e9a19`](https://github.com/MarkusPic/intensity_duration_frequency_analysis/commit/22e9a19b7401ccbae97b98d70fa6051957481c81))

### Unknown

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


## v0.2.7 (2024-07-22)

### Documentation
Expand All @@ -22,6 +39,14 @@

* style: adapt to new numpy version 2.0 ([`c893cef`](https://github.com/MarkusPic/intensity_duration_frequency_analysis/commit/c893cef7da8dce3a0fc3fd552b5257dac1cd8824))

### Unknown

* 0.2.7

Automatically generated by python-semantic-release

[skip actions] ([`13a931f`](https://github.com/MarkusPic/intensity_duration_frequency_analysis/commit/13a931f5f44d637bae296a20ef7a491da02c2d5a))


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

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

from .idf_class import IntensityDurationFrequencyAnalyse, SERIES, METHOD
Expand Down

0 comments on commit b5792ce

Please sign in to comment.