-
Notifications
You must be signed in to change notification settings - Fork 226
CompatHelper: bump compat for ForwardDiff to 1, (keep existing compat) #2522
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
CompatHelper: bump compat for ForwardDiff to 1, (keep existing compat) #2522
Conversation
b9f3232
to
8016981
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2522 +/- ##
=======================================
Coverage 85.86% 85.86%
=======================================
Files 24 24
Lines 1429 1429
=======================================
Hits 1227 1227
Misses 202 202 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Pull Request Test Coverage Report for Build 15440651954Details
💛 - Coveralls |
Blocked by OptimizationBase |
…p existing compat) (#2523) Co-authored-by: CompatHelper Julia <[email protected]>
Turing.jl documentation for PR #2522 is available at: |
@yebai I'm just going to add a changelog entry if that's ok |
just realised -- CI actually ran with ForwardDiff 0.10.. |
FD=1 is still blocked by Optimization.jl, see #2581 |
NOTE (@penelopeysm): Blocked upstream by SciML/OptimizationBase.jl#140This pull request changes the compat entry for the
ForwardDiff
package from0.10.3
to0.10.3, 1
.This keeps the compat entries for earlier versions.
Note: I have not tested your package with this new compat entry.
It is your responsibility to make sure that your package tests pass before you merge this pull request.