Open
Conversation
* initial pyproject.toml implementation * changelog
* initial pyproject.toml implementation * changelog * update URLs * change NREL to NLR * linting * changelog * update PVDAQ citation in notebooks
* initial pixi implementation * add note on how to re-run notebooks with pixi * pixi version compatibility * update pixi lock file * pixi updates * add libomp as requirement for macOS users * use correct package name * convert notebooks to html without re-running * re-run notbooks to account for updated warning message formatting * Revert "re-run notbooks to account for updated warning message formatting" This reverts commit 7be2426.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## development #497 +/- ##
===============================================
- Coverage 97.03% 96.86% -0.17%
===============================================
Files 12 12
Lines 2329 2332 +3
===============================================
- Hits 2260 2259 -1
- Misses 69 73 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Maintenance
pyproject.toml: Replacedsetup.py/setup.cfgwithpyproject.tomlusingsetuptoolsas the build backend. (Domain change updates #488)setuptools-scm: Replacedversioneerwithsetuptools-scmfor automatic version management from git tags. Removed legacy files:setup.py,setup.cfg,versioneer.py,MANIFEST.in, andrdtools/_version.py. (Domain change updates #488)__init__.py: Now usesimportlib.metadatafor version retrieval instead of versioneer. (Domain change updates #488)NREL/rdtoolstoNatLabRockies/rdtoolsand email addresses from@nrel.govto@nlr.gov. (Change NREL to NLR #492)requirements.txt,requirements-min.txt, anddocs/notebook_requirements.txtwith pixi environments and a lockfile. (Change NREL to NLR #492)pytest.yamlandnbval.yamlto use pixi viaprefix-dev/setup-pixi; removed therequirements.yamlworkflow. (Change NREL to NLR #492)archversion from 5.0 to 5.6. (Change NREL to NLR #492)core(bare),default(notebooks),dev(notebooks + test, alias fordev-py313),dev-py310–dev-py314(full dev per Python version), anddev-min(minimum dependency versions). All shared environments pin Python 3.13. (Change NREL to NLR #492)[notebooks],[test],[dev],[doc], and[all]. (Change NREL to NLR #492)Bug Fixes
Requirements
llvm-openmpas a platform-specific conda dependency for macOS (osx-64 and osx-arm64) to fix XGBoost installation issues — users no longer need to install libomp via Homebrew. (Adopt pixi for environment management and modernize CI #493)xgboostfrom 1.6.0 to 1.7.0 to fixpkg_resourcesimport error in environments withoutsetuptools. (Adopt pixi for environment management and modernize CI #493)pvlibfrom 0.12.0 to 0.13.1 to include thedetect_clearsky()bug fix (pvlib GH2550). (Adopt pixi for environment management and modernize CI #493)Checklist
__init__.py