Releases: JuliaDiff/ChainRulesCore.jl
Releases · JuliaDiff/ChainRulesCore.jl
v0.9.34
ChainRulesCore v0.9.34
Closed issues:
- UndefVarError: rrule not defined in 0.9.30 (#317)
Merged pull requests:
- Use
Base.remove_linenums!to obtain cleaner macro output (#323) (@devmotion) - Pin reverse dependency tests to 1.5 (#324) (@oxinabox)
v0.9.33
ChainRulesCore v0.9.33
Merged pull requests:
v0.9.32
v0.9.31
ChainRulesCore v0.9.31
Merged pull requests:
v0.9.30
v0.9.29
ChainRulesCore v0.9.29
Closed issues:
- Should we run CI with Julia Nightly Version on PRs? (#300)
Merged pull requests:
- support functors in at-non_differentiable (#298) (@simeonschaub)
- test Julia nightly on every PR (#301) (@simeonschaub)
- make Julia nightly CI a separate workflow (#302) (@simeonschaub)
- Update badges to show build status and coverage now we use GithubActions (#303) (@nickrobinson251)
- Update comment in JuliaNightly workflow (#304) (@nickrobinson251)
v0.9.28
ChainRulesCore v0.9.28
Closed issues:
- Use WebFonts for the Docs (#157)
Merged pull requests:
- "Changing the Primal" Design Notes (#282) (@oxinabox)
- add "when to write rules" advice (#285) (@mzgubic)
- Document about Gradient Accumulation (#287) (@oxinabox)
- Add recommended reading: Dan Zheng's DexLang issue comment (#291) (@oxinabox)
- Docs that use JuliaMono font (#293) (@cormullion)
- Add missing code-block syntax to fix rendering (#294) (@nickrobinson251)
- Update README.md (#295) (@ViralBShah)
- Add another missing code-block syntax to fix rendering (#296) (@nickrobinson251)
- fix AD demos on Julia nightly (#299) (@simeonschaub)
v0.9.27
ChainRulesCore v0.9.27
Closed issues:
- Reverse dependency tests for packages other than ChainRules? (#260)
Merged pull requests:
v0.9.26
v0.9.25
ChainRulesCore v0.9.25
Closed issues:
- Integration tests fail (#266)
Merged pull requests:
- Use Github Actions (#267) (@oxinabox)
- Update FAQ.md (#268) (@matbesancon)
- Replace MuladdMacro with manual application of
muladd(#272) (@devmotion) - make creation of inputs to propagation consistently hyginic (#276) (@oxinabox)