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

4.1 Hourly Model #537

Merged
merged 145 commits into from
Jan 28, 2025
Merged

4.1 Hourly Model #537

merged 145 commits into from
Jan 28, 2025

Conversation

jason-recurve
Copy link
Contributor

@jason-recurve jason-recurve commented Jan 27, 2025

Your checklist for this pull request

Please review the guidelines for contributing to this repository.

  • Make sure you are requesting to pull a feature/bugfix branch (right side). Don't request your master!
  • Make sure tests pass and coverage has not fallen docker-compose run --rm test.
  • Update the CHANGELOG.md to describe your changes in a bulleted list under the "Development" section at the top of the changelog. If this section does not exist, create it.
  • Make sure code style follows PEP 008 using docker-compose run --rm blacken.
  • Make sure that new functions and classes have inline docstrings valid docstrings and any public classes and methods are included members in the docs/reference files. Please use google-style docstrings.
    Sphinx docs can be built with the following command: docker-compose run --rm --entrypoint="make -C docs html" shell. Please note and fix any warnings.
  • Make sure that all git commits are have the "Signed-off-by" message for
    the Developer Certificate of Origin. When you're making a commit, just add
    the -s/--signoff flag (e.g., git commit -s).

Description

Adds new hourly dataclass and model to support solar meters and improve nonsolar results.

ArminRecurve and others added 30 commits March 13, 2024 18:05
Signed-off-by: travis-recurve <[email protected]>
Signed-off-by: travis-recurve <[email protected]>
Signed-off-by: travis-recurve <[email protected]>
Signed-off-by: travis-recurve <[email protected]>
Signed-off-by: ArminRecurve <[email protected]>
…ove window and lag features

Signed-off-by: ArminRecurve <[email protected]>
Signed-off-by: travis-recurve <[email protected]>
Signed-off-by: travis-recurve <[email protected]>
This reverts commit aa054a3.

Signed-off-by: Jason Chulock <[email protected]>
Signed-off-by: Jason Chulock <[email protected]>
Signed-off-by: Jason Chulock <[email protected]>
Signed-off-by: Jason Chulock <[email protected]>
Signed-off-by: Jason Chulock <[email protected]>
Signed-off-by: Jason Chulock <[email protected]>
@jason-recurve jason-recurve force-pushed the feature/solar_hourly_model branch from 34716e4 to 6096391 Compare January 28, 2025 01:42
@jason-recurve jason-recurve force-pushed the feature/solar_hourly_model branch from 2296b25 to a1298dd Compare January 28, 2025 16:05
Copy link
Contributor

@travis-recurve travis-recurve left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's beautiful

@jason-recurve jason-recurve merged commit df821df into master Jan 28, 2025
17 checks passed
@travis-recurve travis-recurve deleted the feature/solar_hourly_model branch January 28, 2025 17:00
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.

4 participants