Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
114 changes: 57 additions & 57 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/array_api_extra/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
)
from ._lib._lazy import lazy_apply

__version__ = "0.7.2"
__version__ = "0.8.0.dev0"

# pylint: disable=duplicate-code
__all__ = [
Expand Down
1 change: 1 addition & 0 deletions src/array_api_extra/_lib/_utils/_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Allow packages that vendor both `array-api-extra` and
# `array-api-compat` to override the import location

# pylint: disable=duplicate-code
try:
from ...._array_api_compat_vendor import (
array_namespace,
Expand Down
2 changes: 1 addition & 1 deletion src/array_api_extra/_lib/_utils/_typing.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# numpydoc ignore=GL08
# pylint: disable=missing-module-docstring
# pylint: disable=missing-module-docstring,duplicate-code

Array = object
DType = object
Expand Down