Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.5.1 #11

Merged
merged 7 commits into from
Aug 23, 2018
Merged

Release 1.5.1 #11

merged 7 commits into from
Aug 23, 2018

Conversation

craigmaloney
Copy link
Contributor

  • scripts/logging.json, logging_noisy.json, logging_quiet.json: Added example
    logging

  • thermostat/core.py: Incorporated Python logging mechanism

  • thermostat/importers.py: Incorporated Python logging mechanism

  • thermostat/importers.py: Clarified "verbose" flag usage

  • thermostat/importers.py: Deprecated "quiet" flag (use logging instead)

  • scripts/tutorial.ipynb Added logging examples and explanation

  • scripts/multi_thermostat.py Added logging examples and explanation

  • core.py: Set default logging for zero division errors to "debug" to silence
    them unless debug level is selected.

  • all: Made default logging match 1.4.0 levels.

* thermostat/importers.py: Add multiprocessing support for importing up
to three thermostats at a time

* thermostat/multiple.pyi: Add multiprocessing support for calculating EPA
results on all available processors

* thermostat/importers.py: Update the equipment types to a structure
(tuple)

* thermostat/core.py: Clean up exceptions to not be hidden in an else
clause.

* thermostat/climate_zone.py: Split climate zone calculations into a
separate method.

* thermostat/core.py: Add runtime option to output cached data to a file
for each thermostat.

* thermostat/stats.py: Added core_mean_indoor/outdoor_temperature
calculation

* thermostat/exporters.py: Add core mean temperatures to metrics

* setup.py: Update to version 1.4.0

* docs/api.rst docs/tutorial.rst: Added multiprocessing documentation

* scripts/tutorial.ipynb scripts/multi_thermostat_tutorial.py: Added
examples for multiprocessing

* thermostat/multiple.py: Properly handle duplicate thermostat keys under
multiprocessing

* tests/fixtures/thermostats.py tests/core.py: Added duplicate thermostat key
regression test
* scripts/logging.json, logging_noisy.json, logging_quiet.json: Added example
logging

* thermostat/core.py: Incorporated Python logging mechanism

* thermostat/importers.py: Incorporated Python logging mechanism

* thermostat/importers.py: Clarified "verbose" flag usage

* thermostat/importers.py: Deprecated "quiet" flag (use logging instead)

* scripts/tutorial.ipynb Added logging examples and explanation

* scripts/multi_thermostat.py Added logging examples and explanation

* core.py: Set default logging for zero division errors to "debug" to silence
them unless debug level is selected.

* all: Made default logging match 1.4.0 levels.
@coveralls
Copy link

coveralls commented Aug 20, 2018

Pull Request Test Coverage Report for Build 17

  • 2 of 16 (12.5%) changed or added relevant lines in 2 files are covered.
  • 5 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+1.8%) to 8.345%

Changes Missing Coverage Covered Lines Changed/Added Lines %
thermostat/core.py 2 9 22.22%
thermostat/importers.py 0 7 0.0%
Files with Coverage Reduction New Missed Lines %
thermostat/importers.py 5 0.0%
Totals Coverage Status
Change from base Build 16: 1.8%
Covered Lines: 60
Relevant Lines: 719

💛 - Coveralls

@craigmaloney
Copy link
Contributor Author

Hmm, it seems that we can't download the Python 3.7 build yet. Should we remove it for the time-being?

@EPAENERGYSTAR EPAENERGYSTAR merged commit b06e5c0 into EPAENERGYSTAR:master Aug 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants