-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump Bijectors version to 0.14 #701
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #701 +/- ##
=======================================
Coverage 82.14% 82.14%
=======================================
Files 30 30
Lines 4200 4200
=======================================
Hits 3450 3450
Misses 750 750 ☔ View full report in Codecov by Sentry. |
Pull Request Test Coverage Report for Build 11702634433Details
💛 - Coveralls |
... And these test failures weren't caught earlier because a version of Turing that was compatible with DPPL 0.30 wasn't released earlier. |
e14628a
to
1002b04
Compare
Do we know which changes have caused the Turing.jl integration to start failing here? |
And missed this one too. IIRC, the Turing integration test failures were only DynamicPPL-related, so they should go away now :) (although there will still be Enzyme errors) |
Bijectors v0.14.0 allows us to once again have an environment with Bijectors + Enzyme on Julia 1.11.
This PR, which lets DynamicPPL make use of Bijectors 0.14.0, will in turn allow us to have an environment with DynamicPPL + Enzyme on Julia 1.11.
Closes #706 Closes #707