Skip to content

v23.03.00

Compare
Choose a tag to compare
@marcinz marcinz released this 15 Mar 20:02
· 199 commits to main since this release
5de57a8

This is the beta release of Legate Core.

This release focuses on making it easier for developers to get started building libraries on top of Legate Core, including features like updated API documentation, helper CMake functions for bootstrapping new Legate library projects, and a new "Hello World" library example, that demos the use of fundamental Legate API calls.

This release also adds support for using the standard python interpreter for running Legate programs (in addition to using the custom legate driver script).

Conda packages for this release are available at https://anaconda.org/legate/legate-core.

What's Changed

🐛 Bug Fixes

🚀 New Features

  • Default python interpreter support for Legate by @eddy16112 in #539
  • Build helper functions for legate projects, legate-hello example by @jjwilke in #571

🛠️ Improvements

📖 Documentation

New Contributors

Full Changelog: v23.01.00...v23.03.00