Register ForwardDiff 1.x as 0.2.2 - #29
ChrisRackauckas-Claude wants to merge 1 commit into
Conversation
master already sets ForwardDiff = "1" (DifferentiationInterface AutoForwardDiff). Registered 0.2.1 still has ForwardDiff = "0.10.1-0.10" in General, so PolyChaos and others cannot resolve ForwardDiff 1. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude <noreply@anthropic.com>
|
Error while trying to register: Register Failed |
|
@mauriciogtec the version bump is ready and Docs CI is green. JuliaRegistrator rejected a register attempt from this account because it is not a public member of JuliaStats. Could you merge this and then comment |
|
Closing as v0.3.0 is now registered which includes a version bump for ForwardDiff.jl in Project.toml. |
masteralready setsForwardDiff = "1"(commit b1b2601, via DifferentiationInterfaceAutoForwardDiff). Registered 0.2.1 in General still hasForwardDiff = "0.10.1-0.10"because the version was never bumped after that compat change.That pin is what makes SciML packages that depend on AdaptiveRejectionSampling (e.g. PolyChaos 2.1) unsatisfiable with ForwardDiff 1.
This PR only bumps
0.2.1→0.2.2so the existingForwardDiff = "1"can be registered.Verification (Julia 1.10.11, ForwardDiff v1.4.5):
After merge, please register 0.2.2 (
@JuliaRegistrator register).Co-Authored-By: Chris Rackauckas accounts@chrisrackauckas.com
Co-Authored-By: Claude noreply@anthropic.com