Skip to content

Commit

Permalink
Merge pull request #37 from asmeurer/release
Browse files Browse the repository at this point in the history
1.2 release
  • Loading branch information
asmeurer authored Apr 3, 2023
2 parents 5d3a92c + 835c335 commit 9ef7f72
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/array-api-tests-torch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ jobs:
uses: ./.github/workflows/array-api-tests.yml
with:
package-name: torch
# Proper linalg testing will require
# https://github.com/data-apis/array-api-tests/pull/101
pytest-extra-args: "--disable-extension linalg"
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 1.2 (2023-04-03)

## Major Changes

- Support the linalg extension in the `array_api_compat.torch` namespace.

- Add `isdtype()`.

## Minor Changes

- Fix the `k` keyword argument to `tril` and `triu` in `torch`.

# 1.1.1 (2023-03-10)

## Major Changes
Expand Down
2 changes: 1 addition & 1 deletion array_api_compat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
this implementation for the default when working with NumPy arrays.
"""
__version__ = '1.1.1'
__version__ = '1.2'

from .common import *

0 comments on commit 9ef7f72

Please sign in to comment.