From 14094f25004e1052f134885fddd9252e004eb398 Mon Sep 17 00:00:00 2001 From: Yuanming Hu Date: Wed, 29 Apr 2020 06:45:13 -0400 Subject: [PATCH] [release] v0.6.0 (#899) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 彭于斌 <1931127624@qq.com> --- CMakeLists.txt | 4 ++-- README.md | 8 ++++++-- docs/version | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0bfb2ca8202d8..94d89ebe4c497 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,8 +7,8 @@ cmake_minimum_required(VERSION 3.0) project(taichi) SET(TI_VERSION_MAJOR 0) -SET(TI_VERSION_MINOR 5) -SET(TI_VERSION_PATCH 15) +SET(TI_VERSION_MINOR 6) +SET(TI_VERSION_PATCH 0) execute_process( WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} diff --git a/README.md b/README.md index a1305c7228858..94be6f3144765 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@
-

Documentation | Tutorial | Examples | Contributor Guidelines | Forum

+

Tutorial | Examples | Contributor Guidelines | Forum

+

Documentation | 简体中文文档

## Overview @@ -22,8 +23,11 @@ Advanced features of Taichi include [spatially sparse computing](https://taichi. ## Installation [![Downloads](https://pepy.tech/badge/taichi-nightly)](https://pepy.tech/project/taichi-nightly) ```bash -python3 -m pip install taichi # Latest version: 0.5.15 +python3 -m pip install taichi # Latest version: 0.6.0 ``` + +**News: (Apr 29, 2020) The OpenGL Compute Shader backend by [彭于斌 (archibate)](https://github.com/archibate)** is officially released in [**v0.6.0**](https://github.com/taichi-dev/taichi/releases/tag/v0.6.0)! Please try it out with `ti.init(arch=ti.opengl)`. + **Supported OS**: Windows, Linux, Mac OS X; **Python**: 3.6, 3.7, 3.8; **Backends**: x64 CPUs, CUDA, Apple Metal, OpenGL Compute Shaders. Please build from source for other configurations (e.g., your CPU is ARM). diff --git a/docs/version b/docs/version index c5f3c9c45ee4f..a918a2aa18d5b 100644 --- a/docs/version +++ b/docs/version @@ -1 +1 @@ -0.5.15 +0.6.0