diff --git a/doc/misc.rst b/doc/misc.rst index 012f4238c110b7eeba0f55f80a4a52ca1e215856..ede0ff19aa586cdfe0bae84174c8610dca5a687f 100644 --- a/doc/misc.rst +++ b/doc/misc.rst @@ -110,13 +110,29 @@ other software to be turned into the corresponding :mod:`pyopencl` objects. User-visible Changes ==================== -Version 2015.2 +Version 2016.1 -------------- + .. note:: This version is currently under development. You can get snapshots from PyOpenCL's `git repository `_ +Version 2015.2.1 +---------------- + +* Fix compatibility with CL 1.1 +* Fix compatibility with Ubuntu 14.x. +* Various bug fixes + +Version 2015.2 +-------------- + +* Rewrite of the wrapper layer to be based on CFFI +* Pypy compatibility +* Faster kernel invocation through Python launcher code generation +* POCL compatibility + Version 2015.1 --------------