You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Major release with production ready implementation of multidimensional arrays, autodifferentiable tensor calculus and basic layers for neural networks.
This release brings tensors as implementation for linear algebra and nd-arrays. Most of the algorithms were moved towards tensors.
It also brings fixes, refactored and covered new features and a cleaner API.
This release marks the stabilization of the API. The new release marks also a continuous effort to cover with tests and make the non-experimental code production ready. Next minor releases will build on this one to increase to production quality code.