Releases: WolframResearch/LibraryLinkUtilities
LLU 3.5.0
This release contains a fix for LLU build break with XCode 16.3+, as well as other bugfixes and improvements.
We do not provide binaries for any platform, but LLU can be easily built with CMake. See the documentation for details.
Full Changelog: v3.4.0...v3.5.0
LLU 3.4.0
This is a smaller release with several bug fixes and improvements. Due to the new TabularColumn support in LibraryLink, the minimum required WL version to build LLU against is 14.2.
We do not provide binaries for any platform, but LLU can be easily built with CMake. See the documentation for details.
Full Changelog: v3.3.0...v3.4.0
LLU 3.3.0
This release introduces LLU::DataVector which is a wrapper for handling TabularColumns which can be exchanged with the Wolfram Language via LibraryLink.
We do not provide binaries for any platform, but LLU can be easily built with CMake. See the documentation for details.
Full Changelog: v3.2.0...v3.3.0
LLU 3.2.0
This minor release introduces a CMake option LLU_USE_STATIC_CRT to allow linking LLU dynamically with Microsoft C Runtime (previously it would always link statically) and contains small bugfixes. The new CMake option is OFF by default, which means that LLU will link dynamically to the CRT (/MD flag).
We do not provide binaries for any platform, but LLU can be easily built with CMake. See the documentation for details.
LLU 3.1.1
LLU 3.1.0
This release adds C++ wrappers for MSparseArray - a LibraryLink container for storing sparse data.
It also fixes a problem with DataList unit tests not compiling in Apple clang 12.0.
We do not provide binaries for any platform, but LLU can be easily built with CMake. See the documentation for details.