Skip to content

Releases: 3-manifolds/low_index

v1.2.1

13 Jan 21:04
Compare
Choose a tag to compare

Windows wheels are now statically linked against msvcp140.dll which avoid pulling in incompatible versions of that library lying around one's system. Changes to build system on all platforms, but there is no actual difference in the code compared to v1.2.

v1.2

20 May 21:11
Compare
Choose a tag to compare

Version 1.2 uses a core C++ library wrapped with pybind11 rather than using Cython. This is the first version of low_index that is required by SnapPy.

v1.1

18 Mar 16:36
Compare
Choose a tag to compare

Version 1.1 includes a simple implementation of deductions and a benchmark entry point.