DALI Release 1.5.0
Using DALI 1.5.0
To upgrade to DALI 1.5.0 from an older version of DALI, follow the installation and usage information in the DALI User Guide.
Note: The internal DALI C++ API used for operator’s implementation, and
the C++ API that enables using DALI as a library from native code, is
not yet officially supported. Hence these APIs may change in the next release
without advance notice.
Key Features and Enhancements
This DALI release includes the following key features and enhancements:
Fixed Issues
This DALI release includes the following fixes:
- Fixed the include paths that prevented the inclusion of some parts of DALI in other C/C++ projects (#3210).
- Fixed a crash that occurred only when anchors and no shapes were provided in multi_paste (#3166).
- Fixed an issue in the spectrogram operator when the nfft
argument was bigger than the length of the window.
The extracted windows is now correctly centered before the FFT calculation (#3180).
- Fixed a minor memory leak in decoders.image (#3148).