Skip to content

v0.500.0

Latest
Compare
Choose a tag to compare
@terryyz terryyz released this 10 Feb 03:43
· 8 commits to main since this release
4567bef

v0.500.0 Updates:

  • instances of mat and cube are initialised to contain zero-valued elements by default
  • added standalone zeros(), ones(), randu(), randn(), eye()
  • added pyarma_rng.set_seed(value) and pyarma_rng.set_seed_random()
  • added extra forms for lu(), qr(), qr_econ(), qz(), svd_econ()
  • added subscripting for size objects
  • range() renamed to spread() to prevent conflicts with built-in range() in Python
  • for solve(), solve_opts_* flags renamed to solve_opts.* (eg. solve_opts_fast is now solve_opts.fast)
  • for mat and cube constructors, fill_* flags renamed to fill.* (eg. fill_zeros is now fill.zeros)

Download

For downloading the packages, please visit here