Skip to content

Releases: WolframResearch/LibraryLinkUtilities

LLU 3.5.0

12 Nov 15:13

Choose a tag to compare

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

12 Nov 15:05

Choose a tag to compare

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

12 Nov 15:03

Choose a tag to compare

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

09 Aug 06:51

Choose a tag to compare

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

21 Jul 08:38

Choose a tag to compare

This bugfix release fixes build problems on M1 MacOS together with a number of minor improvements to CMake utility functions.

We do not provide binaries for any platform, but LLU can be easily built with CMake. See the documentation for details.

LLU 3.1.0

25 Feb 11:21

Choose a tag to compare

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.

LLU 3.0.1

20 Oct 06:23

Choose a tag to compare

First release of LibraryLink Utilities on GitHub!

We do not provide binaries for any platform, but LLU can be easily built with CMake. See the documentation for details.