File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 77 uses : ./.github/workflows/array-api-tests.yml
88 with :
99 package-name : torch
10+ # Proper linalg testing will require
11+ # https://github.com/data-apis/array-api-tests/pull/101
1012 pytest-extra-args : " --disable-extension linalg"
Original file line number Diff line number Diff line change 1+ # 1.2 (2023-04-03)
2+
3+ ## Major Changes
4+
5+ - Support the linalg extension in the ` array_api_compat.torch ` namespace.
6+
7+ - Add ` isdtype() ` .
8+
9+ ## Minor Changes
10+
11+ - Fix the ` k ` keyword argument to ` tril ` and ` triu ` in ` torch ` .
12+
113# 1.1.1 (2023-03-10)
214
315## Major Changes
Original file line number Diff line number Diff line change 1717this implementation for the default when working with NumPy arrays.
1818
1919"""
20- __version__ = '1.1.1 '
20+ __version__ = '1.2 '
2121
2222from .common import *
You can’t perform that action at this time.
0 commit comments