From 1a91f1dd01ed8efd2afada5ca57c388f06c81eac Mon Sep 17 00:00:00 2001 From: lzhengning Date: Mon, 19 Sep 2022 21:46:53 +0800 Subject: [PATCH] update version to 1.3.5.15: 1. pretty-print jt.Var 2. support area mode in interpolate 3. support reshape empty var with uncertain dimension --- python/jittor/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/jittor/__init__.py b/python/jittor/__init__.py index 2fa3af44..d783ea9f 100644 --- a/python/jittor/__init__.py +++ b/python/jittor/__init__.py @@ -9,7 +9,7 @@ # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** -__version__ = '1.3.5.14' +__version__ = '1.3.5.15' from jittor_utils import lock with lock.lock_scope(): ori_int = int