Releases: WattTime/watttime-python-client
Releases · WattTime/watttime-python-client
Release list
v1.4.0
What's Changed
- Resolve TCY assertion error by @ssempervirens in #32
- Multithreading for historical forecast methods by @sam-watttime in #34
- Multithreading w sessions by @jcofield in #50
- track _last_request_meta in request method by @jcofield in #51
- trigger SDK tests from a workflow and every 30min by @xginn8 in #54
- allow passing alternative URLs via env var by @xginn8 in #55
- Increase Testing reliability by @sam-watttime in #56
- WattTimeMarginalFuelMix Class by @sam-watttime in #43
- test structure of specific signal_type objects by @sam-watttime in #58
- Add MIT LICENSE by @xginn8 in #59
- Update README.md by @geoffhancock in #60
- Speed up historical forecast parsing by avoiding pd.json_normalize (#38) by @jcofield in #44
- Fix failing tests by @sam-watttime in #67
-
- Add WattTimeAPIWarning class and logging infrastructure by @sam-watttime in #69
-
- Add test validating my-access regions match geojson maps, geojson is CCW by @sam-watttime in #70
- Include imputed clean by @nsteins in #71
- add a user-agent with the version to our requests by @xginn8 in #72
- Upgrade pypi-publish action to fix TestPyPI/PyPI release by @sam-watttime in #73
New Contributors
Full Changelog: v1.3.2...v1.4.0
v1.4.0rc2
What's Changed
- Upgrade pypi-publish action to fix TestPyPI/PyPI release by @sam-watttime in #73
Full Changelog: v1.4.0rc1...v1.4.0rc2
v1.4.0rc1
What's Changed
- Resolve TCY assertion error by @ssempervirens in #32
- Multithreading for historical forecast methods by @sam-watttime in #34
- Multithreading w sessions by @jcofield in #50
- track _last_request_meta in request method by @jcofield in #51
- trigger SDK tests from a workflow and every 30min by @xginn8 in #54
- allow passing alternative URLs via env var by @xginn8 in #55
- Increase Testing reliability by @sam-watttime in #56
- WattTimeMarginalFuelMix Class by @sam-watttime in #43
- test structure of specific signal_type objects by @sam-watttime in #58
- Add MIT LICENSE by @xginn8 in #59
- Update README.md by @geoffhancock in #60
- Speed up historical forecast parsing by avoiding pd.json_normalize (#38) by @jcofield in #44
- Fix failing tests by @sam-watttime in #67
-
- Add WattTimeAPIWarning class and logging infrastructure by @sam-watttime in #69
-
- Add test validating my-access regions match geojson maps, geojson is CCW by @sam-watttime in #70
- Include imputed clean by @nsteins in #71
- add a user-agent with the version to our requests by @xginn8 in #72
New Contributors
Full Changelog: v1.3.2...v1.4.0rc1
v1.3.2: Add TypicalCarbonYear Functionality
What's Changed
- region-from-loc: catch specifically 404 missing location errors from API by @xginn8 in #17
- Update README.md by @jacksorjacksor in #25
- Add typical carbon year (TCY) functionality by @ssempervirens in #27
New Contributors
- @jacksorjacksor made their first contribution in #25
- @ssempervirens made their first contribution in #27
Full Changelog: v1.2.1...v1.3.2
v1.2.1
v1.2
What's Changed
- add register() method to base class by @sam-watttime in #9
- Add /maps and /region-from-loc endpoints by @sam-watttime in #10
- delete redundant column by @geoffhancock in #12
- Cleanup by @sam-watttime in #11
- Add horizon_hours param to forecast object by @sam-watttime in #13
- Only allow a single model to be returned through /historical by @sam-watttime in #14
- errors: log request-id header upon failure by @xginn8 in #15
New Contributors
Full Changelog: v1.1...v1.2
v1.1
include pip install instructions in README
v1.0
rename package to watttime, with pypi publisher