AutoGrad 1.1.2 adds support for broadcasting user functions
- Support for broadcasting user defined functions.
- gcheck and @gcheck for gradient checking with Params.
- Added @primitive2 and @zerograd2 for broadcast-only primitives.
- Handle functions where result is not the last thing on tape.