You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want the docs to use the most recent version of Turing.jl, as far as is possible. Pathfinder is the only reverse dep of Turing that we are using*, meaning that if we release a new version of Turing, we need Pathfinder to also release a new version that is compatible with it. We shouldn't expect Pathfinder's maintainers to do this (they may not want to, for whatever reason).
We shouldn't be responsible for documenting how another package is used. It's great to point out other packages in the Julia ecosystem that can be used together with Turing, but the question of how to use package X should be documented in package X. Indeed, Pathfinder's docs already contain an example that is remarkably similar to our own: https://mlcolab.github.io/Pathfinder.jl/stable/examples/turing/
* There's also TuringBenchmarking, but that's internal, so we can easily tag a new release whenever we need to.
The text was updated successfully, but these errors were encountered:
Pathfinder.jl is lovely, but we probably shouldn't have a code example in there:
docs/tutorials/docs-16-using-turing-external-samplers/index.qmd
Lines 82 to 99 in 2260d61
Rationale:
We want the docs to use the most recent version of Turing.jl, as far as is possible. Pathfinder is the only reverse dep of Turing that we are using*, meaning that if we release a new version of Turing, we need Pathfinder to also release a new version that is compatible with it. We shouldn't expect Pathfinder's maintainers to do this (they may not want to, for whatever reason).
We shouldn't be responsible for documenting how another package is used. It's great to point out other packages in the Julia ecosystem that can be used together with Turing, but the question of how to use package X should be documented in package X. Indeed, Pathfinder's docs already contain an example that is remarkably similar to our own: https://mlcolab.github.io/Pathfinder.jl/stable/examples/turing/
* There's also TuringBenchmarking, but that's internal, so we can easily tag a new release whenever we need to.
The text was updated successfully, but these errors were encountered: