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
version
  • Loading branch information
xadupre committed Nov 8, 2023
commit c1f38e715c663a9f9afeceb739645ca16a78ec81
5 changes: 5 additions & 0 deletions CHANGELOGS.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Logs
===========

0.1.3
+++++

* :pr:`45`: fixes light API for operators with two outputs

0.1.2
+++++

Expand Down
2 changes: 1 addition & 1 deletion onnx_array_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
APIs to create ONNX Graphs.
"""

__version__ = "0.1.2"
__version__ = "0.1.3"
__author__ = "Xavier Dupré"