Skip to content

Releases: google-deepmind/lab2d

Release v1.0.0

24 Jul 12:21
f889feb
Compare
Choose a tag to compare

Initial release of dmlab2d.

Preview release 2023-06_01

02 Jun 20:59
Compare
Choose a tag to compare
Pre-release

In this release we switch the Lua implementation from Lua 5.1 to LuaJIT (v2.1 trunk). LuaJIT is largely compatible with Lua 5.1, but typically performs quite a bit better.

This release also adds builds for MacOSX with ARM64 architecture (e.g. "M1" Macs). All attached MacOSX binaries are compiled on GitHub's x86_64 MacOSX runners; the ARM64 builds are cross-compiled.

Test release: LuaJit and MacOS/ARM64

31 May 21:17
Compare
Choose a tag to compare
Pre-release

Now built with LuaJit2 instead of Lua 5.1.

Now built also for MacOS with ARM64 (by cross-compilation).

Preview release 2023-05-22

22 May 13:09
Compare
Choose a tag to compare
Pre-release

Built for Linux (manylinux_2_35) and MacOS (macosx_{11,12,13}_0) for x86_64, and Python 3.8-3.11; built with Lua 5.1.

Preview release 2022-03-24

24 Mar 15:16
Compare
Choose a tag to compare
Pre-release

Python Wheels built on GitHub, for CPython 3.6, 3.7, 3.8, and 3.9, with Lua 5.1.

For Linux with Clang and libstdc++, with glibc 2.31.
For MacOS with Clang and libc++.

The build is now performed with optimisations, which was missed accidentally in the previous release.

Preview release 2021-07-13

13 Jul 21:22
Compare
Choose a tag to compare
Pre-release

Python Wheels built on GitHub, for CPython 3.6, 3.7, 3.8, and 3.9, with Lua 5.1.

  • For Linux with Clang and libstdc++, with glibc 2.31.
  • For MacOS with Clang and libc++.