Closed craigmaloney closed 6 years ago
dev-requirements.txt: Update the versions of pytest and tox to the latest versions
setup.py: Update pandas requirement to 0.22.0.
tox.ini: Add Python 3.6.
.travis.yml: Add Python 3.6.
docs/conf.py tests/fixtures/thermostats.py thermostat/init.py: Change version to 1.3.0.
docs/tutorial.rst: thermostat version number: 1.1.2 -> 1.3.0.
thermostatreqnotes.txt: Update version numbers to latest versions.
tests/fixtures/thermostats.py: Added test thermostat with UTC 0 and 6 (good and bad).
tests/fixtures/thermostats.py: Added fixture for thermostats with zero heating and cooling runtime.
tests/test_core.py: Added test for thermostats with zero heating and cooling runtime.
tests/test_importers.py: Added UTC offset tests.
thermostat/core.py: Added check for Pandas 0.21.x to throw a warning.
thermostat/core.py: Added checks around runtime calculations to test for nan and warn.
thermostat/core.py: Return nan if runtime has zero days (and warn).
thermostat/core.py: Changed division from using / to use np.divide for runtime calculations to smooth out differences in division
thermostat/importers.py: Added normalize_utc_offset function to fix utc_offset behavior for '0' UTC offset.
thermostat/importers.py: Added exception for bad UTC offset to reject the thermostst.
dev-requirements.txt: Update the versions of pytest and tox to the latest versions
setup.py: Update pandas requirement to 0.22.0.
tox.ini: Add Python 3.6.
.travis.yml: Add Python 3.6.
docs/conf.py tests/fixtures/thermostats.py thermostat/init.py: Change version to 1.3.0.
docs/tutorial.rst: thermostat version number: 1.1.2 -> 1.3.0.
thermostatreqnotes.txt: Update version numbers to latest versions.
tests/fixtures/thermostats.py: Added test thermostat with UTC 0 and 6 (good and bad).
tests/fixtures/thermostats.py: Added fixture for thermostats with zero heating and cooling runtime.
tests/test_core.py: Added test for thermostats with zero heating and cooling runtime.
tests/test_importers.py: Added UTC offset tests.
thermostat/core.py: Added check for Pandas 0.21.x to throw a warning.
thermostat/core.py: Added checks around runtime calculations to test for nan and warn.
thermostat/core.py: Return nan if runtime has zero days (and warn).
thermostat/core.py: Changed division from using / to use np.divide for runtime calculations to smooth out differences in division
thermostat/importers.py: Added normalize_utc_offset function to fix utc_offset behavior for '0' UTC offset.
thermostat/importers.py: Added exception for bad UTC offset to reject the thermostst.