From 0bbd2fcc3cdc16338313e23de7a622063043fda0 Mon Sep 17 00:00:00 2001 From: xuyongfei Date: Fri, 29 Jan 2021 15:55:35 +0800 Subject: [PATCH] Serving, version 1.1.1 --- RELEASE.md | 13 +++++++++++++ setup.py | 2 +- tests/ut/cpp/stub/include/api/data_type.h | 4 +--- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 2fb70b0..a34071e 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,16 @@ +# MindSpore Serving 1.1.1 Release Notes + +## Major Features and Improvements + +* Adapts new C++ inference interface for MindSpore version 1.1.1. + +## Bug fixes + +* [BUGFIX] Fix bug in transforming result of type int16 in python Client. +* [BUGFIX] Fix bytes type misidentified as str type after python preprocess and postprocess. +* [BUGFIX] Fix bug releasing C++ tensor data when it's wrapped as numpy object sometimes. +* [BUGFIX] Update RuntimeError to warning log when check Ascend environment failed. + # MindSpore Serving 1.1.0 Release Notes ## Major Features and Improvements diff --git a/setup.py b/setup.py index 32e14d0..9997623 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ from setuptools import setup, find_packages from setuptools.command.egg_info import egg_info from setuptools.command.build_py import build_py -version = '1.1.0' +version = '1.1.1' backend_policy = os.getenv('BACKEND_POLICY') commit_id = os.getenv('COMMIT_ID').replace("\n", "") diff --git a/tests/ut/cpp/stub/include/api/data_type.h b/tests/ut/cpp/stub/include/api/data_type.h index c5e3b1d..813cca9 100644 --- a/tests/ut/cpp/stub/include/api/data_type.h +++ b/tests/ut/cpp/stub/include/api/data_type.h @@ -1,7 +1,5 @@ /** - * This is the C++ adaptation and derivative work of Myia (https://github.com/mila-iqia/myia/). - * - * Copyright 2019-2020 Huawei Technologies Co., Ltd + * Copyright 2020 Huawei Technologies Co., Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.