Skip to content

2023.12 support #249

Closed
Closed
@asmeurer

Description

@asmeurer

We need a tracking issue for 2023.12 support in the test suite.

Here is the list of changes https://data-apis.org/array-api/latest/changelog.html#v2023-12

New Functions

  • __array_namespace_info__ (i.e., the inspection API)
  • clip
  • copysign
  • cumulative_sum
  • hypot
  • maximum
  • minimum
  • moveaxis
  • repeat
  • searchsorted
  • signbit
  • tile
  • unstack

API Changes

Other Changes
(not sure if these need tests)

  • Support for lazy functions in various APIs. Will probably need a real world lazy implementation to support this.
  • Order of signed zeros unspecified for max and min. Just need to make sure we aren't testing this.
  • Out of bounds unspecified for take.
  • tensordot should support negative axes (not sure if this is already tested)

I think that's everything but you might want to read through the changes too to check if I missed something.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions