- First version. Released on an unsuspecting world.
- Implemented the jit function used to convert functions defined in haskell to runtime compiled executable for accelerated tensor computation
- Implemented the rgrad function for reverse mode differentiation, the function output from it is intended to be consumed by jit
- Implemented the auto function, which convert an expression of type ===Tensor s t=== to ===Tracer s t=== to feed into a jitable function and have that compiled with an embeded constant
- Implemented broadcasting and tensor product
- Implemented vmap
- Implemented transpose, reduction, predicate (boolean)
- Integer now do not have derivative