Skip to content

Latest commit

 

History

History
773 lines (382 loc) · 45.3 KB

File metadata and controls

773 lines (382 loc) · 45.3 KB

CHANGELOG

v0.3.0 (2024-11-06)

Documentation

  • docs: updated examples and readme (67da2d9)

  • docs: added info into euler docstring (5755815)

Feature

  • feat: added interface to use custom parameter functions - code-clean-up (69ccefd)

Style

  • style: using f-strings (a68976e)

  • style: replaced code fragment (c89c767)

v0.2.9 (2024-09-11)

Documentation

  • docs: fixed error in doc config (517c532)

  • docs: fixed error in doc config (b9d11ab)

Fix

  • fix: set minimum event gap as maximum of 4 hours and series interval (56558c5)

  • fix: added interval to event duration (b16e42e)

  • fix: added print function for idf-parameters (b435ccd)

Style

  • style: inline loop to multiline loop (9c2a92c)

Unknown

  • 0.2.9

Automatically generated by python-semantic-release

[skip actions] (54ee5eb)

  • Merge remote-tracking branch 'origin/main' (cb6f64e)

v0.2.8 (2024-08-12)

Documentation

  • docs: minor formatting (0fe8471)

  • docs: updated Changelog link for pypi (f29346b)

Fix

  • fix: limit duration steps based on series frequency and skip parameter calculation for durations ranges lower than series frequency. (22e9a19)

Unknown

  • 0.2.8

Automatically generated by python-semantic-release

[skip actions] (b5792ce)

  • Merge remote-tracking branch 'origin/main' (90dd636)

v0.2.7 (2024-07-22)

Documentation

  • docs: update jupyter notebook (70d8713)

  • docs: added more context in some docstrings (16c7568)

  • docs: pycharm jupyter update (e4408f9)

Fix

  • fix: added fix if not pandas timedelta (c962733)

Style

  • style: split some functions in two separate ones. (fbcdaa6)

  • style: adapt to new numpy version 2.0 (c893cef)

Unknown

  • 0.2.7

Automatically generated by python-semantic-release

[skip actions] (13a931f)

v0.2.6 (2024-05-16)

Fix

  • fix: fixed error for rain bar plot with only one entry. (2384e20)

Style

  • style: prevent pandas warning (058a711)

Unknown

  • 0.2.6

Automatically generated by python-semantic-release

[skip actions] (fc941a5)

  • Merge remote-tracking branch 'origin/main' (e16069e)

v0.2.5 (2024-05-13)

Documentation

  • docs: added python example usage in readme (15e13b4)

  • docs: added python example usage in readme (db937a5)

  • docs: added citation information (fc8b86b)

  • docs: added source of example time series (26f734c)

Fix

  • fix: add option to not add units to idf table index names & added function add_max_return_periods_pre_duration_to_events (1745fe8)

Style

  • style: prevent matplotlib warning (2a1f1fc)

  • style: pandas deprecation warning (8d4acba)

  • style: fixed pandas deprecation errors for frequency strings (fb78d8a)

  • style: fixed pandas deprecation warning (b2b700e)

Unknown

  • 0.2.5

Automatically generated by python-semantic-release

[skip actions] (c309ed5)

v0.2.4 (2024-01-24)

Documentation

Fix

  • fix: new function > add_max_intensities_to_events (a4876fb)

Style

Unknown

  • 0.2.4

Automatically generated by python-semantic-release

[skip actions] (b7d804b)

v0.2.3 (2023-11-07)

Fix

  • fix: pandas 2.1.2 deprecation warning (d9e26c8)

Unknown

  • 0.2.3

Automatically generated by python-semantic-release

[skip actions] (be01b90)

  • prepare Schmitt's ortsunabhaengiger Index (e479076)

v0.2.2 (2023-08-07)

Documentation

Fix

  • fix: added separating lines to idf bar axes for Short-term and medium-term durations (9a69e72)

Unknown

  • 0.2.2

Automatically generated by python-semantic-release

[skip actions] (2ab4b23)

v0.2.1 (2023-08-07)

Ci

  • ci: fix minor and outdated commands (4ba117e)

  • ci: fix minor and outdated commands (a39daa8)

  • ci: fix minor and outdated commands (7bf5dc2)

  • ci: fix minor and outdated commands (5a4e905)

Fix

  • fix: don't balance parameters for single formulation (9525fa6)

Style

  • style: remove tight layout calls (6f0e0b2)

Unknown

  • 0.2.1

Automatically generated by python-semantic-release

[skip actions] (43c45ad)

  • 0.2.1

Automatically generated by python-semantic-release (36b923c)

v0.2.0 (2023-08-05)

Feature

  • feat: added ability to use custom functions for parameter formulation. default implementations are linear, log-normal, double-log-normal and hyperbolic. (f16f674)

Unknown

  • 0.2.0

Automatically generated by python-semantic-release (fcf5ace)

Automatically generated by python-semantic-release (cdae886)

v0.1.16 (2023-07-27)

Fix

  • fix: retry github ci (3ab440a)

  • fix: retry github ci (5cf5b73)

  • fix: retry github ci (796982a)

  • fix: publishing to pypi (4927caa)

  • fix: publishing to pypi (ab98300)

  • fix: gihub actions (8d227af)

  • fix: github CI release fix (d39dd08)

  • fix: added duration steps parameter for outputs (6d2c2d4)

  • fix: added german event plot caption (282a8e4)

  • fix: added ability to use an index with a timezone (c5f396e)

Unknown

  • 0.1.16

Automatically generated by python-semantic-release (84b2494)

  • 0.1.16

Automatically generated by python-semantic-release (0cbda69)

  • Merge remote-tracking branch 'origin/main' (6c8d141)

  • 0.1.16

Automatically generated by python-semantic-release (30eae8d)

  • 0.1.16

Automatically generated by python-semantic-release (ba3ab0d)

  • 0.1.19

Automatically generated by python-semantic-release (460facc)

  • 0.1.18

Automatically generated by python-semantic-release (692fc87)

  • 0.1.17

Automatically generated by python-semantic-release (475b822)

  • added points to example plot (8578219)

  • enable analysis for index with timezone (ed5b90e)

  • 0.1.16

Automatically generated by python-semantic-release (2ef70db)

  • minor changes in example (c11ff4a)

  • start attempt to rewrite parameter formulation (55a3990)

v0.1.15 (2023-04-13)

Fix

  • fix: make tqdm and matplotlib optional (030994f)

v0.1.14 (2023-03-07)

Fix

  • fix: added warning for synthetic rain series if height < 0 (1cca9c2)

Style

v0.1.13 (2022-12-23)

Fix

  • fix: new semantic release using CI (c6c68ce)

Unknown

v0.1.12 (2022-12-23)

Unknown

Create CODE_OF_CONDUCT.md (72909b1)

  • Create CODE_OF_CONDUCT.md (9511df8)

  • fixed the problem with _rainfall_sum_frame when new series is set (c496716)

  • fixed the problem mentioned in AndreGilerson`s pull request

  • added result figure option (7b2defc)

Conflicts:

idf_analysis/sww_utils.py (55c33fe)