diff --git a/doc/misc.rst b/doc/misc.rst index 89e7c5d9861fa4c3d7c37576de320edb043dcb1e..487920dd6d52eed557c6e416e2a02cff625963b4 100644 --- a/doc/misc.rst +++ b/doc/misc.rst @@ -248,14 +248,23 @@ other software to be turned into the corresponding :mod:`pyopencl` objects. User-visible Changes ==================== -Version 2018.2 +Version 2020.3 -------------- - .. note:: This version is currently under development. You can get snapshots from PyOpenCL's `git repository <https://github.com/inducer/pyopencl>`_ +Version 2020.2 +-------------- + +- Drop Python 2 support. +- Add ``allow_empty_ndrange`` to kernel enqueue. +- Bug fixes. + +Version 2018.2 +-------------- + * Use pybind11. * Many bug fixes. * Support arrays with offsets in scan kernels.