Skip to content

Commit fcd37dc

Browse files
committed
0.1.8
Automatically generated by python-semantic-release [skip actions]
1 parent d5341a0 commit fcd37dc

2 files changed

Lines changed: 34 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22

33

44

5+
## v0.1.8 (2025-03-25)
6+
7+
### Documentation
8+
9+
* docs: updated readme - removed outdated link ([`77494da`](https://github.com/MarkusPic/ehyd_tools/commit/77494dab42623643bc829fc6c85f0762ffd58148))
10+
11+
* docs: updated examples ([`c1f49b9`](https://github.com/MarkusPic/ehyd_tools/commit/c1f49b94c91c1cb7273d057916471085baa74426))
12+
13+
### Fix
14+
15+
* fix: added get_ehyd_minutensummen_precipitation for getting minutely precipitation data series ([`d5341a0`](https://github.com/MarkusPic/ehyd_tools/commit/d5341a0eb26a2001d492560a2ab9b16abc5c6320))
16+
17+
* fix: using only header to check available files. ([`a8076fa`](https://github.com/MarkusPic/ehyd_tools/commit/a8076fad28a2fb3051ae7685a1aa27b9663a995a))
18+
19+
* fix: fixed minor issues with agg_data_figure() - set to default bar width. Fixed x ticks at integers ([`07cc2f6`](https://github.com/MarkusPic/ehyd_tools/commit/07cc2f6cc9b462552a362f537a7308887b42492f))
20+
21+
* fix: deprecated interp2d from scipy replaced with new RegularGridInterpolator ([`0e77b94`](https://github.com/MarkusPic/ehyd_tools/commit/0e77b94ac5dbdc5ebfbe7fabd7f5163f474fdbfd))
22+
23+
### Unknown
24+
25+
* donation information ([`e406306`](https://github.com/MarkusPic/ehyd_tools/commit/e40630669ac86308b7fa119ec1382643bf0a8436))
26+
27+
* donation information ([`b627a0d`](https://github.com/MarkusPic/ehyd_tools/commit/b627a0d0b800ed442629bb53835c8ac020cd6edf))
28+
29+
* cleanup ([`8db4938`](https://github.com/MarkusPic/ehyd_tools/commit/8db493866b60d4b28746c293e52258ae6e53bd20))
30+
31+
532
## v0.1.7 (2024-12-08)
633

734
### Documentation
@@ -24,6 +51,12 @@
2451

2552
### Unknown
2653

54+
* 0.1.7
55+
56+
Automatically generated by python-semantic-release
57+
58+
[skip actions] ([`8321f7c`](https://github.com/MarkusPic/ehyd_tools/commit/8321f7c3976b19a5c29175f828a1b9bff0eb9b8b))
59+
2760
* Merge remote-tracking branch 'origin/main' ([`4a29b07`](https://github.com/MarkusPic/ehyd_tools/commit/4a29b07161eb7df93ff0c787c5dcf4f31c224dac))
2861

2962
* update token ([`47c1e8a`](https://github.com/MarkusPic/ehyd_tools/commit/47c1e8ac5d61f91aa31c0ac294005c046a1f70f0))

ehyd_tools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.7'
1+
__version__ = '0.1.8'

0 commit comments

Comments
 (0)