This release includes bug fixes and improvements on documents and tests. See the [list](https://github.com/cupy/cupy/milestone/3?closed=1) for the complete list of solved issues and merged PRs.
Release Notes
Enhancement
- Workaround to "No supported gcc/g++ host compiler found” error in Ubuntu 17.04 (243)
Bug fixes
- Make memory pool thread-safe (109, thanks kmaehashi!)
- Fix fusion to reject NumPy arrays (241)
- Fix thread safety of `cupy.random.get_random_state` (77, 99)
Documents
- Fix markdown in the tutorial (106, thanks hvy!)
- Write about advanced indexing support (126, thanks yuyu2172!)
- Remove description about discrepancy with NumPy regarding exponential of boolean arrays, which was resolved in NumPy 1.13.0 (146)
- Fix typo in the tutorial (153, thanks ignisan!)
- Other documentation improvements (125, 189, 173, 210)
Examples
- Fix color argument in the k-means example (107)
Install
- Skip installing thrust support in case nvcc not found in PATH. (116)
- Other install improvement: (143)
Others
- Improvement on tests (81, 124, 178, 179, 211, 212, 217, 230)
- Improvement on website (149, 194, 195)