Skip to content

2.3.0: Algebra & Random improvements

Latest
Compare
Choose a tag to compare
@regexident regexident released this 02 Nov 17:22
· 15 commits to master since this release

What's Changed

New Features

  • Added Vector<Scalar> type (#110).
  • Added diagonal/eye/identity & closure initializers to Matrix<Scalar> (#111, #134).
  • Added shape property to Matrix<Scalar> (#152).
  • Added variance function (#133).
  • Added random/randomNormal functions for efficiently generating batches of random values (#154, #156).

Maintenance