From 2466726c43dfc8e1226a35ba3bfc008f222a5ee0 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Wed, 12 Oct 2016 10:40:10 -0500 Subject: [PATCH] Bump in-dev version in docs --- doc/misc.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/misc.rst b/doc/misc.rst index d4fd6467..e56830df 100644 --- a/doc/misc.rst +++ b/doc/misc.rst @@ -103,7 +103,7 @@ other software to be turned into the corresponding :mod:`pyopencl` objects. User-visible Changes ==================== -Version 2016.2 +Version 2016.3 -------------- .. note:: @@ -111,6 +111,9 @@ Version 2016.2 This version is currently under development. You can get snapshots from PyOpenCL's `git repository `_ +Version 2016.2 +-------------- + * Deprecate RANLUXCL. It will be removed in the 2018.x series of PyOpenCL. * Introduce Random123 random number generators. See :mod:`pyopencl.clrandom` for more information. -- GitLab