diff --git a/doc/misc.rst b/doc/misc.rst index d4fd6467eea54448a5a2174f6373950440405e4f..e56830df8fa3f90dafe805b82f5e90adfaab7b4e 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.