chore: Sync dependency lockfiles from pyproject.toml#429
Open
github-actions[bot] wants to merge 2 commits intorefactor/remove-joblib-parallelizationfrom
Open
chore: Sync dependency lockfiles from pyproject.toml#429github-actions[bot] wants to merge 2 commits intorefactor/remove-joblib-parallelizationfrom
github-actions[bot] wants to merge 2 commits intorefactor/remove-joblib-parallelizationfrom
Conversation
f30bb94 to
36fc925
Compare
* docs(plans): add private-dev + public-release repo plan Documents the two-repo architecture for private development with public releases via rsync-based export script. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * refactor(fitfunctions): remove joblib parallelization from TrendFit Joblib's loky backend deadlocks on macOS with Python 3.12's spawn start method. The multiprocessing backend fails due to unpicklable closures, and the threading backend provides no CPU-bound speedup. Remove the non-functional parallel code path, related tests, benchmarks, and the performance optional dependency. All Phase 4 features in core.py (residuals use_all, in-place mask ops, xoutside/youtside) are preserved — they have zero joblib dependency. Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
- Updated requirements.txt (production dependencies) - Updated requirements-dev.lock (development dependencies) - Updated docs/requirements.txt (documentation dependencies) - Updated conda environment: solarwindpy.yml - Auto-generated via pip-compile from pyproject.toml
36fc925 to
e05d0f0
Compare
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.
Automated Lockfile Synchronization
This PR was automatically generated by the sync-requirements workflow.
Changes:
[project.dependencies][project.optional-dependencies.dev][project.optional-dependencies.docs]Source:
Generated via
pip-compilefrompyproject.tomlchanges.Validation:
All lockfiles validated with
pip install --dry-run.