From 0972aed63748afd82ef414b67a6cceaedd738b38 Mon Sep 17 00:00:00 2001 From: Jorn Tuyls Date: Wed, 2 Jun 2021 06:46:20 -0700 Subject: [PATCH] Version bump to v0.2.1 --- python/pyxir/__init__.py | 2 +- setup.py | 2 +- version.txt | 12 ++++++++++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/python/pyxir/__init__.py b/python/pyxir/__init__.py index ee18cdb..2b46653 100644 --- a/python/pyxir/__init__.py +++ b/python/pyxir/__init__.py @@ -26,7 +26,7 @@ from .graph.xop_registry import XOpRegistry, xop_register_op_layout_transform,\ xop_register_op_transpose_transform -__version__ = "0.2.0" +__version__ = "0.2.1" device_r = TargetRegistry() diff --git a/setup.py b/setup.py index c2c3e12..3a384b3 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ from pathlib import Path -__version__ = '0.2.0' +__version__ = '0.2.1' FILE_DIR = os.path.dirname(os.path.abspath(__file__)) diff --git a/version.txt b/version.txt index 43113f9..19d2dc8 100644 --- a/version.txt +++ b/version.txt @@ -12,6 +12,18 @@ # See the License for the specific language governing permissions and # limitations under the License. +//////////////// VERSION 0.2.1 //////////////// +NEW FEATURES: + - / +UPDATES: + - Add support for padding value argument instead of attribute in latest TVM Relay padding op +BUG FIXES: + - Fix DNNC output parsing issue if non-alphabetic and/or non-numeric characters exist in + the output names +UNFIXED ISSUES: + - Importing tvm before pyxir results in segfault for DPUCADX8G env due to + protobuf mismatch between DPUCADX8G tools and tensorflow + //////////////// VERSION 0.2.0 //////////////// NEW FEATURES: - Create DPUCZDX8G (zcu104, zcu102, SOM and Ultra96) VART flow