Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Mar 9, 2016
1 parent ac4e02a commit 6b55029
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions doc/source/misc.rst
@@ -1,14 +1,24 @@
Changes
=======

Version 2014.1
Version 2016.2
--------------

.. note::

This version is the current development version. You can get it from
`PyCUDA's version control repository <https://github.com/inducer/pycuda>`_.

Version 2016.1
--------------

* Bug fixes.
* Global control of caching.
* Matrix/array interop.
* Add :meth:`pycuda.gpuarray.GPUArray.squeeze`

Version 2014.1
--------------

* Add :meth:`PointerHolderBase.as_buffer` and :meth:`DeviceAllocation.as_buffer`.
* Support for :class:`device_attribute` values added in CUDA 5.0, 5.5, and 6.0.
* Support for :ref:`managed_memory`. (contributed by Stan Seibert)
Expand Down
2 changes: 1 addition & 1 deletion pycuda/__init__.py
@@ -1,3 +1,3 @@
VERSION = (2015, 1, 3)
VERSION = (2016, 1)
VERSION_STATUS = ""
VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS

0 comments on commit 6b55029

Please sign in to comment.