| @@ -1,5 +1,19 @@ | |||||
| # MindArmour Release Notes | # MindArmour Release Notes | ||||
| ## MindArmour 1.9.0 Release Notes | |||||
| ### API Change | |||||
| * Add Chinese version api of natural robustness feature. | |||||
| ### Contributors | |||||
| Thanks goes to these wonderful people: | |||||
| Liu Zhidan, Zhang Shukun, Jin Xiulang, Liu Liu, Tang Cong, Yangyuan. | |||||
| Contributions of any kind are welcome! | |||||
| ## MindArmour 1.8.0 Release Notes | ## MindArmour 1.8.0 Release Notes | ||||
| ### API Change | ### API Change | ||||
| @@ -2,6 +2,20 @@ | |||||
| [View English](./RELEASE.md) | [View English](./RELEASE.md) | ||||
| ## MindArmour 1.9.0 Release Notes | |||||
| ### API Change | |||||
| * 增加自然鲁棒性特性的api中文版本 | |||||
| ### 贡献 | |||||
| 感谢以下人员做出的贡献: | |||||
| Liu Zhidan, Zhang Shukun, Jin Xiulang, Liu Liu, Tang Cong, Yangyuan. | |||||
| 欢迎以任何形式对项目提供贡献! | |||||
| ## MindArmour 1.8.0 Release Notes | ## MindArmour 1.8.0 Release Notes | ||||
| ### API Change | ### API Change | ||||
| @@ -24,7 +24,7 @@ from setuptools import setup | |||||
| from setuptools.command.egg_info import egg_info | from setuptools.command.egg_info import egg_info | ||||
| from setuptools.command.build_py import build_py | from setuptools.command.build_py import build_py | ||||
| version = '1.8.1' | |||||
| version = '1.9.0' | |||||
| cur_dir = os.path.dirname(os.path.realpath(__file__)) | cur_dir = os.path.dirname(os.path.realpath(__file__)) | ||||
| pkg_dir = os.path.join(cur_dir, 'build') | pkg_dir = os.path.join(cur_dir, 'build') | ||||