Browse Source

add releasenote of 1.9.0 version

pull/408/head
ZhidanLiu 2 years ago
parent
commit
ebb8749a3d
3 changed files with 29 additions and 1 deletions
  1. +14
    -0
      RELEASE.md
  2. +14
    -0
      RELEASE_CN.md
  3. +1
    -1
      setup.py

+ 14
- 0
RELEASE.md View File

@@ -1,5 +1,19 @@
# 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

### API Change


+ 14
- 0
RELEASE_CN.md View File

@@ -2,6 +2,20 @@

[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

### API Change


+ 1
- 1
setup.py View File

@@ -24,7 +24,7 @@ from setuptools import setup
from setuptools.command.egg_info import egg_info
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__))
pkg_dir = os.path.join(cur_dir, 'build')



Loading…
Cancel
Save