Release 0.8.1: dependency pins (PyMC/PyTensor)#918
Closed
drbenvincent wants to merge 3 commits into
Closed
Conversation
3 tasks
Co-authored-by: Cursor <cursoragent@cursor.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #918 +/- ##
==========================================
+ Coverage 92.42% 95.06% +2.64%
==========================================
Files 52 87 +35
Lines 9230 13644 +4414
Branches 562 807 +245
==========================================
+ Hits 8531 12971 +4440
+ Misses 527 478 -49
- Partials 172 195 +23 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Collaborator
Author
|
Closed now that we've generated 0.8.1 from this PR https://github.com/pymc-labs/CausalPy/releases/tag/0.8.1 |
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.
Summary
Patch release 0.8.1 on top of tag
0.8.0, with the dependency pins from #906 (pymc<6,pytensor<3) and version bumped to0.8.1.Maintainer note — do not merge to
mainmainalready contains #906 and much newer code; merging this branch would either create pointless conflicts or, worse, set__version__to0.8.1on a codebase that is not the minimal 0.8.0+patch artifact.Use this PR for CI / review only. Ship 0.8.1 by publishing a GitHub Release whose tag
0.8.1points at the current tip ofrelease-0.8.1(tag name must equalcausalpy.__version__for the release workflow).After PyPI publishes 0.8.1, consider a follow-up on
main(e.g.0.9.0.dev0or next planned version) so the dev branch is not stuck reporting0.8.0indefinitely—that is separate from this patch line.Your checklist
0.8.1on commit at tip ofrelease-0.8.1.release.ymlsucceed.