Skip to content
Snippets Groups Projects
Commit 76c3aad5 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Bump version

parent 2bc1bf80
No related branches found
No related tags found
No related merge requests found
......@@ -91,13 +91,16 @@ other software to be turned into the corresponding :mod:`pyopencl` objects.
User-visible Changes
====================
Version 2013.2
Version 2013.3
--------------
.. note::
This version is currently under development. You can get snapshots from
PyOpenCL's `git repository <https://github.com/inducer/pyopencl>`_
Version 2013.2
--------------
* Add :meth:`pyopencl.array.Array.map_to_host`.
* Support *strides* on :func:`pyopencl.enqueue_map_buffer` and
:func:`pyopencl.enqueue_map_image`.
......
VERSION = (2013, 2)
VERSION = (2013, 3)
VERSION_STATUS = ""
VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment