Releases: garbled1/pybalboa
Releases · garbled1/pybalboa
1.0.2
What's Changed
- Print version information to help when debugging by @natekspencer in #39
- Bump mypy from 1.0.1 to 1.1.1 by @dependabot in #40
- Bump pylint from 2.16.4 to 2.17.0 by @dependabot in #41
- Switch to ruff by @natekspencer in #58
- Bump pytest from 7.4.4 to 8.1.1 by @dependabot in #60
- Bump pytest-asyncio from 0.20.3 to 0.23.6 by @dependabot in #59
- Bump mypy from 1.9.0 to 1.10.0 by @dependabot in #65
- Bump pytest from 8.1.1 to 8.2.0 by @dependabot in #64
- Bump pytest-cov from 4.1.0 to 5.0.0 by @dependabot in #63
- Bump ruff from 0.3.5 to 0.4.2 by @dependabot in #61
- Bump tox from 3.28.0 to 4.15.0 by @dependabot in #62
- Bump ruff from 0.4.2 to 0.4.7 by @dependabot in #68
- Bump pytest-asyncio from 0.23.6 to 0.23.7 by @dependabot in #67
- Bump pytest from 8.2.0 to 8.2.1 by @dependabot in #66
- Fix license classifier by @joostlek in #69
- Bump version to 1.0.2 by @natekspencer in #70
New Contributors
Full Changelog: 1.0.1...1.0.2
1.0.1
What's Changed
- Bump isort from 5.11.4 to 5.11.5 by @dependabot in #23
- Bump black from 22.12.0 to 23.1.0 by @dependabot in #24
- Bump pylint from 2.15.10 to 2.16.1 by @dependabot in #25
- Bump pylint from 2.16.1 to 2.16.2 by @dependabot in #28
- Bump mypy from 0.991 to 1.0.0 by @dependabot in #27
- Bump mypy from 1.0.0 to 1.0.1 by @dependabot in #30
- Bump pylint from 2.16.2 to 2.16.4 by @dependabot in #32
- Bump pytest from 7.2.1 to 7.2.2 by @dependabot in #33
- Fix setting blower states by @natekspencer in #35
- Update CI to include python 3.11 tests by @natekspencer in #36
- Bump version to 1.0.1 by @natekspencer in #37
Full Changelog: 1.0.0...1.0.1
1.0.0
What's Changed
- Extensive rewrite for version 1.0.0 which includes the addition of poetry and tests
Full Changelog: 0.13...1.0.0
Bugfix for single speed pump
Fix a bug when toggling single speed pumps.
Refactor lots of code
Massive PR from natekspencer adding a bunch of features, and changing some internals slightly.
- Better handling of spa configuration
- Added additional data from system information, setup parameters, module identification, and filter cycle
- Added name to authors and bumped version
- default to None if current temp is unknown
- Add ability to set time
- Lots of other minor fixes.
More ready/rest/ready-in-rest fixes
0.10 Play with ready/rest/ready in rest until I understand it.. bump to 0.10
Fix ready-in-rest and blower
This does not yet deal with the case where we have a 1 speed blower, which I did not think was a real thing.
Bugfix - pump state
I made a bunch of math errors and horked the pump states. This should fix.