Skip to content

Commit 172c532

Browse files
author
RockfordWei
committed
Upgrading to 1.7.0
1 parent ca5c163 commit 172c532

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<p align="center">
2525
<a href="https://developer.apple.com/swift/" target="_blank">
26-
<img src="https://img.shields.io/badge/Swift-4.0-orange.svg?style=flat" alt="Swift 4.0">
26+
<img src="https://img.shields.io/badge/Swift-4.1-orange.svg?style=flat" alt="Swift 4.1">
2727
</a>
2828
<a href="https://developer.apple.com/swift/" target="_blank">
2929
<img src="https://img.shields.io/badge/Platforms-OS%20X%20%7C%20Linux%20-lightgray.svg?style=flat" alt="Platforms OS X | Linux">
@@ -43,11 +43,11 @@ This project is an experimental wrapper of TensorFlow C API which enables Machin
4343

4444
This package builds with Swift Package Manager and is part of the [Perfect](https://github.com/PerfectlySoft/Perfect) project but can also be used as an independent module.
4545

46-
Ensure you have installed and activated the latest Swift 4.0.3 / Xcode 9.2
46+
Ensure you have installed and activated the latest Swift 4.1 / Xcode 9.3
4747

4848
## Project Status
4949

50-
The framework conforms to TensorFlow v1.5.0 C API functionality.
50+
The framework conforms to TensorFlow v1.7.0 C API functionality.
5151

5252
## Development Notes
5353

README.zh_CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<p align="center">
2525
<a href="https://developer.apple.com/swift/" target="_blank">
26-
<img src="https://img.shields.io/badge/Swift-4.0-orange.svg?style=flat" alt="Swift 4.0">
26+
<img src="https://img.shields.io/badge/Swift-4.1-orange.svg?style=flat" alt="Swift 4.1">
2727
</a>
2828
<a href="https://developer.apple.com/swift/" target="_blank">
2929
<img src="https://img.shields.io/badge/Platforms-OS%20X%20%7C%20Linux%20-lightgray.svg?style=flat" alt="Platforms OS X | Linux">
@@ -43,11 +43,11 @@
4343

4444
本项目需要使用SPM软件包管理器编译并是[Perfect项目](https://github.com/PerfectlySoft/Perfect)的一个组成部分,但也可以独立使用。
4545

46-
请确保您的系统已经安装了Swift 4.0.3 / Xcode 9.2
46+
请确保您的系统已经安装了Swift 4.1 / Xcode 9.3
4747

4848
## 项目状态
4949

50-
目前本函数库遵从 TensorFlow v1.5.0 C语言 API 功能特征。
50+
目前本函数库遵从 TensorFlow v1.7.0 C语言 API 功能特征。
5151

5252
## 关于开发
5353

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.0
1+
1.7.0

0 commit comments

Comments
 (0)