Releases: aronkahrs-us/inumet-weather-ha
Releases · aronkahrs-us/inumet-weather-ha
v0.4.2 | Fix for 2024.12
Fix for 2024.12
This release fixes error with dependencies versions in latest release.
What's Changed
- Bump ruff from 0.6.1 to 0.6.2 by @dependabot in #63
- Bump scipy from 1.14.0 to 1.14.1 by @dependabot in #62
- Bump actions/setup-python from 5.1.1 to 5.2.0 by @dependabot in #64
- Bump ruff from 0.6.2 to 0.6.3 by @dependabot in #65
- Bump ruff from 0.6.3 to 0.6.5 by @dependabot in #67
- Bump ruff from 0.6.5 to 0.6.8 by @dependabot in #69
- Bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in #70
- Bump ruff from 0.6.8 to 0.6.9 by @dependabot in #71
- Bump actions/checkout from 4.2.0 to 4.2.1 by @dependabot in #72
- Bump ruff from 0.6.9 to 0.7.0 by @dependabot in #73
- Bump actions/setup-python from 5.2.0 to 5.3.0 by @dependabot in #74
- Bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in #75
- Update pip requirement from <24.3,>=21.0 to >=21.0,<24.4 by @dependabot in #76
- Bump ruff from 0.7.0 to 0.7.1 by @dependabot in #77
- Bump ruff from 0.7.1 to 0.7.2 by @dependabot in #80
- Bump colorlog from 6.8.2 to 6.9.0 by @dependabot in #79
- Bump softprops/action-gh-release from 2.0.8 to 2.0.9 by @dependabot in #78
- Bump ruff from 0.7.2 to 0.7.3 by @dependabot in #82
- Bump softprops/action-gh-release from 2.0.9 to 2.1.0 by @dependabot in #81
- Bump ruff from 0.7.3 to 0.7.4 by @dependabot in #83
- Bump ruff from 0.7.4 to 0.8.0 by @dependabot in #84
Full Changelog: 0.4.1...0.4.2
v0.4.1 | Added ability to change update interval
What's Changed
- Bump actions/setup-python from 5.0.0 to 5.1.0 by @dependabot in #21
- Bump scipy from 1.12.0 to 1.13.0 by @dependabot in #25
- Bump colorlog from 6.7.0 to 6.8.2 by @dependabot in #24
- Update pip requirement from <23.2,>=21.0 to >=21.0,<24.1 by @dependabot in #7
- Bump ruff from 0.3.4 to 0.3.5 by @dependabot in #23
- Bump ruff from 0.3.5 to 0.3.7 by @dependabot in #26
- Bump actions/checkout from 4.1.2 to 4.1.3 by @dependabot in #29
- Bump shapely from 2.0.3 to 2.0.4 by @dependabot in #28
- Bump ruff from 0.3.7 to 0.4.1 by @dependabot in #27
- Bump ruff from 0.4.1 to 0.4.4 by @dependabot in #35
- Bump softprops/action-gh-release from 2.0.4 to 2.0.5 by @dependabot in #36
- Bump actions/checkout from 4.1.3 to 4.1.5 by @dependabot in #34
- Bump actions/checkout from 4.1.5 to 4.1.6 by @dependabot in #37
- Bump ruff from 0.4.4 to 0.4.5 by @dependabot in #38
- Bump scipy from 1.13.0 to 1.13.1 by @dependabot in #39
- Bump ruff from 0.4.5 to 0.4.7 by @dependabot in #40
- Bump ruff from 0.4.7 to 0.4.8 by @dependabot in #41
- Bump actions/checkout from 4.1.6 to 4.1.7 by @dependabot in #42
- Bump ruff from 0.4.8 to 0.4.9 by @dependabot in #43
- Update pip requirement from <24.1,>=21.0 to >=21.0,<24.2 by @dependabot in #44
- Bump scipy from 1.13.1 to 1.14.0 by @dependabot in #46
- Bump softprops/action-gh-release from 2.0.5 to 2.0.6 by @dependabot in #47
- Bump ruff from 0.4.9 to 0.5.0 by @dependabot in #48
- Bump ruff from 0.5.0 to 0.5.1 by @dependabot in #49
- Bump shapely from 2.0.4 to 2.0.5 by @dependabot in #52
- Bump ruff from 0.5.1 to 0.5.2 by @dependabot in #51
- Bump actions/setup-python from 5.1.0 to 5.1.1 by @dependabot in #50
- Bump ruff from 0.5.2 to 0.5.4 by @dependabot in #53
- Bump softprops/action-gh-release from 2.0.6 to 2.0.8 by @dependabot in #54
- Bump ruff from 0.5.4 to 0.5.6 by @dependabot in #57
- Update pip requirement from <24.2,>=21.0 to >=21.0,<24.3 by @dependabot in #56
- Update pip requirement from <24.2,>=21.0 to >=21.0,<24.3 by @dependabot in #58
- Bump ruff from 0.5.6 to 0.5.7 by @dependabot in #59
- Bump shapely from 2.0.5 to 2.0.6 by @dependabot in #60
- Bump ruff from 0.5.7 to 0.6.1 by @dependabot in #61
Full Changelog: 0.4.0...0.4.1
v0.4.0 | Changed how to determine if in alert zone and config flow based on coordinates
⚠️ You have to delete the current instance and create a new one⚠️
Implementing the migration process wasn't worth it, so you need to delete all your current instances of the integration and create new ones.
What's Really Changed
- Now active alerts are determined by checking if coordinates are inside of the polygon of the alert, until now it was determined by checking if the provided departamento was in the list, but this was unprecise if the alert didn't cover all the departamento
What's Changed
- Bump ruff from 0.0.292 to 0.3.4 by @dependabot in #19
- Bump actions/checkout from 4.1.0 to 4.1.2 by @dependabot in #17
- Bump softprops/action-gh-release from 0.1.15 to 2.0.4 by @dependabot in #16
- Bump actions/setup-python from 4.7.1 to 5.0.0 by @dependabot in #2
- Bump colorlog from 6.7.0 to 6.8.2 by @dependabot in #5
New Contributors
- @dependabot made their first contribution in #19
Full Changelog: 0.3.5...0.4.0
v0.3.5 | Fixed error when handling multiple alerts
This release fixes an error when handling multiple alerts, it should work as expected now
Full Changelog: 0.3.4...0.3.5
v0.3.4 | added unidecode as requirement
- added unidecode as requirement
Full Changelog: 0.3.3...0.3.4
v0.3.3 | Handle multiple alerts
Full Changelog: 0.3.2...0.3.3
v0.3.2 | Fixed accentuation error and time error in alerts
fixes #10
Full Changelog: 0.3.0...0.3.2
v0.3.1 | Fixed advertencias time strip and some typos
Full Changelog: 0.3.0...0.3.1
0.3.0 | First non-beta release
Full Changelog: 0.5...0.3.0
V0.5 - Logger and fix api version
Full Changelog: 0.4...0.5