Changes: 25.12#

General

C++#

General

Data

Mapping

  • Explicitly delete the default constructor of legate::mapping::Store (and legate::mapping::Array). These objects were never default constructible to begin with.

Partitioning

Tasks

Types

Runtime

  • Change legate::Runtime::issue_fill to raise a std::invalid_argument instead of a std::runtime_error when called with a list or struct array.

Utilities

I/O

Python#

General

Data

Mapping

Partitioning

Tasks

Types

Runtime

  • Change legate.core.Runtime.issue_fill to raise a ValueError instead of a RuntimeError when called with a list or struct array.

Utilities

I/O