Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
lint
  • Loading branch information
xadupre committed Jun 29, 2023
commit 830d21e3bd9b7a3be793c37cca407c97e6bef89e
1 change: 1 addition & 0 deletions CHANGELOGS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Change Logs
0.2.0
+++++

* :pr:`24`: add ExtendedReferenceEvaluator to support scenario for the Array API onnx does not support
* :pr:`22`: support OrtValue in function :func:`ort_profile`
* :pr:`17`: implements ArrayAPI
* :pr:`3`: fixes Array API with onnxruntime and scikit-learn
3 changes: 1 addition & 2 deletions _unittests/ut_array_api/test_onnx_numpy.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import sys
import unittest
from packaging.version import Version
import numpy as np
from onnx import TensorProto, __version__ as onnx_ver
from onnx import TensorProto
from onnx_array_api.ext_test_case import ExtTestCase
from onnx_array_api.array_api import onnx_numpy as xp
from onnx_array_api.npx.npx_types import DType
Expand Down