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 7
7
uses : ./.github/workflows/array-api-tests.yml
8
8
with :
9
9
package-name : torch
10
+ # Proper linalg testing will require
11
+ # https://github.com/data-apis/array-api-tests/pull/101
10
12
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
+
1
13
# 1.1.1 (2023-03-10)
2
14
3
15
## Major Changes
Original file line number Diff line number Diff line change 17
17
this implementation for the default when working with NumPy arrays.
18
18
19
19
"""
20
- __version__ = '1.1.1 '
20
+ __version__ = '1.2 '
21
21
22
22
from .common import *
You can’t perform that action at this time.
0 commit comments