Skip to content

Commit

Permalink
[release] v0.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanming-hu committed Apr 14, 2020
1 parent dc8ec1c commit b9b9e48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
```bash
python3 -m pip install taichi
```
**Supported OS**: Windows, Linux, and OS X; **Python**: 3.6/3.7/3.8; **Backends**: x64 CPUs/CUDA/Apple Metal.
**Supported OS**: Windows, Linux, Mac OS X; **Python**: 3.6, 3.7, 3.8; **Backends**: x64 CPUs, CUDA, Apple Metal.

Please build from source for other configurations (e.g., you need the experimental OpenGL backend or your CPU is ARM).

**Note:**
- Starting April 13 2020 (v0.5.12), we release the Python package [`taichi`](https://pypi.org/project/taichi/) instead of [`taichi-nightly`](https://pypi.org/project/taichi-nightly/). This PyPI package has CPU, CUDA 10 and Metal support.
- On Ubuntu 19.04+, please `sudo apt install libtinfo5`.
- On Windows, please install [Microsoft Visual C++ Redistributable](https://aka.ms/vs/16/release/vc_redist.x64.exe) if you haven't.
- [[Change log]](changelog.md)
- [[All releases]](https://github.com/taichi-dev/taichi/releases) [[Change log]](changelog.md)

|| **Linux (CUDA)** | **OS X (10.14+)** | **Windows** | **Documentation**|
|:------|:-----|:-----|:-----|:-----|
Expand Down
1 change: 1 addition & 0 deletions misc/make_changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def format(c):
'cuda': 'CUDA backend',
'doc': 'Documentation',
'infra': 'Infrastructure',
'cli': 'Command line interface',
'ir': 'Intermediate representation',
'lang': 'Language and syntax',
'metal': 'Metal backend',
Expand Down

0 comments on commit b9b9e48

Please sign in to comment.