Use BlackJAX 1.6 from PyPI#126
Conversation
|
Warning Review limit reached
Next review available in: 54 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
docs/dev/blackjax_followups.md (1)
17-18: 📐 Maintainability & Code Quality | 🔵 Trivial | 💤 Low valueUse British English spelling for consistency.
Other documentation files in the project use British English spelling (e.g., "normalised"). You may want to update these words to match for consistency.
♻️ Proposed fix
- - Delete the temporary `GW-JAX-Team/blackjax` fork once an organization admin - explicitly authorizes that irreversible action. + - Delete the temporary `GW-JAX-Team/blackjax` fork once an organisation admin + explicitly authorises that irreversible action.🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@docs/dev/blackjax_followups.md` around lines 17 - 18, Update the wording in the temporary fork deletion note to use British English spelling, changing “authorizes” to “authorises” while preserving the rest of the sentence.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Nitpick comments:
In `@docs/dev/blackjax_followups.md`:
- Around line 17-18: Update the wording in the temporary fork deletion note to
use British English spelling, changing “authorizes” to “authorises” while
preserving the rest of the sentence.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: b713f16a-5a3b-4838-a947-80efd8816838
⛔ Files ignored due to path filters (1)
uv.lockis excluded by!**/*.lock
📒 Files selected for processing (15)
.github/workflows/CI.yml.pre-commit-config.yamldocs/dev/blackjax_followups.mddocs/guides/cli.mddocs/guides/samplers.mddocs/installation.mddocs/tutorials/gw150914_cli.mdpyproject.tomlsrc/jimgw/samplers/__init__.pysrc/jimgw/samplers/blackjax/__init__.pysrc/jimgw/samplers/blackjax/_imports.pysrc/jimgw/samplers/blackjax/ns_aw.pysrc/jimgw/samplers/blackjax/nss.pytests/unit/samplers/blackjax/test_imports.pytests/unit/samplers/test_registry.py
💤 Files with no reviewable changes (6)
- src/jimgw/samplers/blackjax/ns_aw.py
- tests/unit/samplers/blackjax/test_imports.py
- src/jimgw/samplers/blackjax/_imports.py
- src/jimgw/samplers/blackjax/nss.py
- tests/unit/samplers/test_registry.py
- docs/installation.md
Summary
Why
Jim previously installed BlackJAX from upstream main because the nested-sampling APIs had not yet been released. BlackJAX 1.6 now provides those APIs through PyPI.
Impact
BlackJAX NS-AW and NSS now install with the normal
jimgwdependency set; no separate install group or Git dependency is required.Validation
pre-commit run --all-filesuv lock --checkuv run --no-sync pytest tests/unit/samplers/test_registry.py tests/unit/samplers/blackjax/test_ns_aw_validation.pySummary by CodeRabbit
Updates
Documentation
Maintenance