FluxML / Optimisers.jl

Optimisers.jl defines many standard optimisers and utilities for learning loops.
https://fluxml.ai/Optimisers.jl
MIT License
72 stars 20 forks source link

fix: rm Functors@0.3 #134

Closed ven-k closed 1 year ago

ven-k commented 1 year ago

AbstractWalk was introduced in Functors@0.4.0 (https://github.com/FluxML/Functors.jl/blob/v0.4.0/src/walks.jl)

avik-pal commented 1 year ago

Tracker is holding Functors back to 0.3 https://github.com/FluxML/Tracker.jl/blob/91e52f932659ca0508d48fac849c96bfa53a2af3/Project.toml#L25

ven-k commented 1 year ago

Turing.jl caps Bijectors@0.10; which in turn caps Functors@0.3. (See: https://github.com/TuringLang/Turing.jl/pull/1946)

ATM I've pinned Optimisers@0.2.15

mcabbott commented 1 year ago

Ok. Then I think https://github.com/JuliaRegistries/General/pull/80197 ought to be merged first, and then we tag this version.