Skip to content

v2.1.0

Compare
Choose a tag to compare
@dev-nlcpy dev-nlcpy released this 24 Dec 03:14
· 8 commits to master since this release

This is the release note of v2.1.0

Note

NLCPy v2.1.0 requires to install the RPM version later than or equal to nec-blas-ve-2.3.0-2.5.

Changelog

New Features

  • Newly added Just-In-Time compilation functionality, which enables your Python scripts to call VE functions written by C/C++/Fortran.
  • Newly added Masked Array operations.

Performance Enhancements

  • Improved the performance of nlcpy.ndarray.__getitem__() with list, tuple, or nlcpy.ndarray elements.
  • Improved the performance of nlcpy.linalg.eigvalsh().