Skip to content

v0.3.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Feb 17:32
· 20 commits to main since this release

v0.3.1 (2025-02-07)

Chore

  • chore: added automatic tests with github automatisation (ab3aec6)

Documentation

  • docs: fixed typo (c6169b9)

  • docs: fixed a grammer error (2752694)

  • docs: added some docstrings (086b3bc)

  • docs: added some docstrings (fa5d430)

  • docs: added some docstrings (d0a0852)

  • docs: added timeseries data format info to tutorial (f5f6b9e)

  • docs: moved examples to subpage (7698588)

  • docs: added contributing guide to docs (00aba82)

  • docs: clean up changelog (a096039)

  • docs: clean up changelog (71ace68)

  • docs: added contributing guide (1ca4904)

  • docs: updated readme (1298fd3)

  • docs: readme update (c509daa)

  • docs: update readme (a57edfc)

  • docs: update readme (926a6a8)

  • docs: show dependency graph (ba484b7)

  • docs: example idf curve (d22666a)

Fix

  • fix: added language option in some backend functions (f4825a2)

  • fix: fixed a pandas convertion error (db2297c)

  • fix: fixed pandas warning when running function idf.add_max_return_periods_to_events(events) (4bbc044)

  • fix: added SRI table event plot (3a4e242)

  • fix: better caption text for event plot (3c13b8c)

Style

  • style: fixed pandas warning (a3b92dd)

  • style: clean up class code. group by kind of function (e6d2be1)

  • style: fixed some coding style errors (f531c9b)

  • style: removed redundant init function in design rainfall classes (fb709c7)

  • style: minor code change in example (f125432)

  • style: delete unused old setup file (44b0374)

  • style: added HeavyRainfallIndexAnalyse to import on top level (3a22307)

  • style: new horizontal bar plot function used in IDF and SRI event plots (7575811)

  • style: remove statsmodels as dependency (d5fd380)

  • style: tqdm as optional package that when installed, shows a progressbar and if not, doesn't show anything (e287186)

  • style: parquet as optional package that the user has to install (4da1308)

  • style: simplified requirements (65eeee6)

  • style: harmonized imports (fd13a64)

Test

  • test: added test for idf_class functions (dd896cb)

  • test: added test for idf_backend functions (8adafec)

  • test: added shell script to start tests (e9dc66c)

  • test: added test for sww_utils functions (408ebc4)

  • test: added test for little helpers functions (e6e2839)