Skip to content

Commit 175a800

Browse files
authored
fix version (#279)
1 parent 641ff8c commit 175a800

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

CHANGELOGS.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
Change Logs
22
===========
33

4-
0.7.17
5-
++++++
4+
0.8.0
5+
+++++
66

7-
* :pr:`276`: implements onnx_generate which implements method generate for an onnx model
7+
* :pr:`276`: implements onnx_generate which implements method generate for an onnx model,
8+
changes the serialization for all caches to reorder the model outputs (key_1, value_1, key_2, ...)
89
* :pr:`275`: fixes function ``patched_vmap``
910

1011
0.7.16

_doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ The function replaces dynamic dimensions defined as strings by
239239
Older versions
240240
==============
241241

242-
* `0.7.17 <../v0.7.17/index.html>`_
242+
* `0.8.0 <../v0.8.0/index.html>`_
243243
* `0.7.16 <../v0.7.16/index.html>`_
244244
* `0.6.3 <../v0.6.3/index.html>`_
245245
* `0.5.0 <../v0.5.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.7.17"
6+
__version__ = "0.8.0"
77
__author__ = "Xavier Dupré"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "onnx-diagnostic"
3-
version = "0.7.17"
3+
version = "0.8.0"
44
description = "Tools to help converting pytorch models into ONNX."
55
readme = "README.rst"
66
authors = [

0 commit comments

Comments
 (0)