v0.3.2
v0.3.2 (2019-06-25)
Closed issues:
- Zygote does not go through DiffEq all the way (#243)
- Failing simple use case (#242)
- Forward-Over-Reverse HesVec Error (#241)
- derivative not defined (#239)
- 31638 bus error julia (#237)
- Error: Variable not defined (#236)
- Type Inference for backward pass of broadcasted division fails (#233)
- Fail to build, expand! required (#224)
- custom adjoint fails for functions that take tuple as additional argument (#214)
- A hvcat related issue (#211)
- Wrong gradient for
x -\> x / maximum\(\[x\]\)
(#208) - LoadError: LoadError: UndefVarError: expand! not defined (#206)
- Variable %8 in block 7 is not defined. (#201)
- Incorrect Gradient for a normalization function (#197)
- complex value gradient is not correct (#196)
- ERROR: Variable %20 in block 4 is not defined. (#192)
- relation between builtin FillArray and FillArrays (#190)
- Failure in Color Optimisation example (#179)
- Dev Docs (#99)
- Function with views error when taking gradient (#52)
Merged pull requests:
- Tidy up multiplication and permutedims (#244) (willtebbutt)
- Add custom adjoint for broadcasted division (#238) (avik-pal)
- Fixes subtle cholesky bug (#230) (willtebbutt)
- FillArray broadcasting functionality (#226) (willtebbutt)
- fill (#225) (willtebbutt)
- Fix ldiv / rdiv + implement pinv (#223) (willtebbutt)
- Adjoint for PermutedDimsArray (#220) (mcabbott)
- Adjoint for view (#219) (mcabbott)
- +, unary / binary - (#218) (willtebbutt)
- Fix and test adjoint for hvcat (#210) (under-Peter)
- Constructors for Zeros and Ones (#207) (willtebbutt)
- Add a few methods to
Buffer
to make it behave like anArray
(#200) (YingboMa) - use FillArrays instead (#191) (Roger-luo)
- Fix the recursive
pow2
function in docs (#184) (YingboMa)