-
Notifications
You must be signed in to change notification settings - Fork 67
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
3.0 Release #448
base: master
Are you sure you want to change the base?
3.0 Release #448
Conversation
python 3.12 will be the new base version of python that we test to
add pvlib clearsky filter test in analysis chain
Co-authored-by: Michael Deceglie <mdeceglie@users.noreply.github.com>
Co-authored-by: Michael Deceglie <mdeceglie@users.noreply.github.com>
Co-authored-by: Michael Deceglie <mdeceglie@users.noreply.github.com>
Fix issue #313 (different results with Nan's and Zeros in power series)
…tests Fix pandas deprecation warnings in tests
Bump jinja2 from 3.0.0 to 3.1.5 in /docs
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #448 +/- ##
===========================================
+ Coverage 69.96% 96.21% +26.25%
===========================================
Files 12 12
Lines 2111 2274 +163
===========================================
+ Hits 1477 2188 +711
+ Misses 634 86 -548 ☔ View full report in Codecov by Sentry. |
rdtools/analysis_chains.py
Outdated
"gamma_pdc": self.gamma_pdc} | ||
warnings.warn( | ||
"Temperature coefficient not passed in to TrendAnalysis" | ||
". No temperature correction will be conducted." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
". No temperature correction will be conducted." | |
"No temperature correction will be conducted." |
After merging this PR, I think it would be a good time to rename the default branch to |
Co-authored-by: Martin Springer <97482055+martin-springer@users.noreply.github.com>
Co-authored-by: Martin Springer <97482055+martin-springer@users.noreply.github.com>
Co-authored-by: Martin Springer <97482055+martin-springer@users.noreply.github.com>
Co-authored-by: Martin Springer <97482055+martin-springer@users.noreply.github.com>
Co-authored-by: Martin Springer <97482055+martin-springer@users.noreply.github.com>
Each of these changes has been individually reviewed in PRs to
development
. Let's make sure that everything is polished for the 3.0 release.__init__.py