JuliaDiff / ChainRules.jl

forward and reverse mode automatic differentiation primitives for Julia Base + StdLibs
Other
435 stars 89 forks source link

Change convention for complex differentiation #210

Closed sethaxen closed 4 years ago

sethaxen commented 4 years ago

This issue tracks the necessary changes after https://github.com/JuliaDiff/ChainRulesCore.jl/issues/167 is merged:

I have local implementations of most of these already.

willtebbutt commented 4 years ago

Happy to help out anywhere that it would be useful, but you're probably the best placed to deal with these.

oxinabox commented 4 years ago

Update Zygote's adjoints to stop conjugating to/from ChainRules (breaking change)

This is not breaking for Zygote. Its a nonbreaking feature to change what version of ChainRule's it supports

sethaxen commented 4 years ago

Good point, thanks. Yes, if Zygote bumps the compat and stops conjugating to/from ChainRules at the same time, this is not a breaking change. I have updated.