Updated formulae dependency and ready for 0.2.12#880
Merged
digicosmos86 merged 5 commits intomainfrom Jan 28, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR prepares the project for the 0.2.12 release by updating the Bambi dependency from 0.16.x to 0.17.x and updating related tooling versions. The release focuses on compatibility improvements and new features.
Changes:
- Updated Bambi dependency constraint from
>=0.16.0, <0.17.0to>=0.17.0,<0.18.0for compatibility with Bambi 0.17.1+ - Updated pre-commit hooks (ruff to v0.14.13, mypy to v1.19.1)
- Added changelog entry documenting Python 3.13 compatibility, new convenience function, bug fixes, and RLSSM features
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| pyproject.toml | Updated bambi dependency to >=0.17.0,<0.18.0 for compatibility with newer versions |
| docs/overrides/main.html | Updated announcement banner to reflect v0.2.12 release |
| docs/changelog.md | Added changelog entry for v0.2.12 documenting key changes and improvements |
| .pre-commit-config.yaml | Updated ruff and mypy versions for development tooling |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…n' of https://github.com/lnccbrown/HSSM into 879-update-formulae-dependency-and-release-a-new-version
AlexanderFengler
approved these changes
Jan 22, 2026
Member
AlexanderFengler
left a comment
There was a problem hiding this comment.
left a comment but shouldn't block this.
| This version includes the following changes: | ||
|
|
||
| 1. Compatibility with Python 3.13 and Bambi 0.17.1+. | ||
| 2. A new `make_distribution_for_supported_model` convenience function for creating `pm.Distribution`. |
Member
There was a problem hiding this comment.
@digicosmos86 just a thought. Should we lean into registered lingo instead of supported everywhere?
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.
No description provided.