From e0bb5573814caa4275ec00cd7d0ac6eab59f0228 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Tue, 1 Dec 2015 12:08:02 -0600 Subject: [PATCH] Document version bump --- doc/misc.rst | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/doc/misc.rst b/doc/misc.rst index 012f4238..ede0ff19 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 -------------- -- GitLab