Skip to content

Commit 29cfaf6

Browse files
committed
version
1 parent a3fdab0 commit 29cfaf6

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOGS.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change Logs
22
===========
33

4+
0.7.0
5+
+++++
6+
7+
* :pr:`143`: compares intermediate results
8+
49
0.6.3
510
+++++
611

_doc/index.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,8 @@ The function replaces dynamic dimensions defined as strings by
212212
Older versions
213213
++++++++++++++
214214

215+
* `0.7.0 <../v0.7.0/index.html>`_
215216
* `0.6.3 <../v0.6.3/index.html>`_
216-
* `0.6.2 <../v0.6.2/index.html>`_
217-
* `0.6.1 <../v0.6.1/index.html>`_
218-
* `0.6.0 <../v0.6.0/index.html>`_
219217
* `0.5.0 <../v0.5.0/index.html>`_
220218
* `0.4.4 <../v0.4.4/index.html>`_
221219
* `0.3.0 <../v0.3.0/index.html>`_

onnx_diagnostic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
Functions, classes to dig into a model when this one is right, slow, wrong...
44
"""
55

6-
__version__ = "0.6.3"
6+
__version__ = "0.7.0"
77
__author__ = "Xavier Dupré"

0 commit comments

Comments
 (0)