Skip to content

v2.1.1

Choose a tag to compare

@dev-nlcpy dev-nlcpy released this 31 Mar 02:13
· 4 commits to master since this release
54d83aa

This is the release note of v2.1.1

Changelog

New Features

  • Newly added environment variable VE_NLCPY_WARMUP which enables/disables Python scripts to perform some warming up when importing NLCPy.
  • Minor updates for mpi4py-ve support.

Performance Enhancements

  • Improved the performance of nlcpy.linalg.norm() if the Frobenius norm is specified.
  • Improved the performance of some functions if the memory layout is C-contiguous or F-contiguous.