What’s new in Version 2.0.0 (July, 2021)
New Features
Newly added SCA Interface, which enables Python scripts to call SCA functions of NEC Numeric Library Collection.
Newly added the profiling routines with FTRACE.
Newly added the following functions.
Performance Enhancements
Improved the overall performance of NLCPy by applying asynchronous VE function calls.
Improved the performance of reduction operations such as
nlcpy.sum()
,nlcpy.amax()
, andnlcpy.amin()
.