Drop unnecessary depwarn + fix Turing tests#433
Conversation
devmotion
left a comment
There was a problem hiding this comment.
I'm curious, where and how do we hit this function? The deprecation warning seems to indicate we shouldn't call it and (maybe) we should rather fix wherever we call it?
|
Now |
|
Ah OK, now I understand 🙂 |
|
bors r+ |
This PR fixes the performance regressions seen for `Emcee` in TuringLang/Turing.jl#1900. @yebai @devmotion This should be an easy merge.
|
Build failed: |
|
Cause of tests breaking: JuliaDiff/ForwardDiff.jl#606 |
|
Please feel free to merge it manually - you need to temporarily change GitHub setting to do that. |
|
I don't think I have the rights to do that @yebai ? At least I can't find it here in the project. |
|
I merged it manually - there is an option "Do not allow bypassing the above settings" in branch protection. If you disable that, it allows you to merge PRs by hand. |
* drop unnecessary depwarn from _link! * bump patch version
This PR fixes the performance regressions seen for
Emceein TuringLang/Turing.jl#1900.@yebai @devmotion This should be an easy merge.