David Widmann
David Widmann
I think [@wsmoses's comment](https://github.com/EnzymeAD/Enzyme.jl/issues/114#issuecomment-889983396) is quite interesting. I've never viewed it that way but I guess one could say that all these AD systems are correct as they correctly return...
Hmm somehow I missed these PRs. Fortunately I think all of these compat updates are for docs/tutorials, so a new release is not needed? I guess they require manual intervention...
I'm pretty sure the package supports the latest release of StatsBase without us merging any PRs - StatsBase is not a dependency of the package and no compat entries are...
I ran into this problem as well. Mandatory preferences for a Julia package that I keep in a `LocalPreferences.toml` file in the package repo (only locally, not checked in into...
I think generally in SciML it's better to use `fail_fast: true` since there's already a very high computational burden due to CI in SciML and usually a large number of...
@nalimilan I added docstrings to the deprecated methods. (Regarding releases, I think maybe we might want to merge and release some other outstanding PRs such as #246 first before making...
I triggered CI in https://github.com/JuliaStats/Distances.jl/pull/250.
Indeed the same test failures show up in #250 (and hence on the master branch).
The weird thing is that I can't reproduce these test errors locally (Julia 1.9.1, clean environment). So I can't debug them locally. @nalimilan Good to go anyway?
The old syntax still exists and is only deprecated, so you can still call `colwise!` and `pairwise!` with the previous order of arguments. Hence it should not have been breaking....