Skip to content
Commit 47605631 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Work towards version 0.91. (+)

* Add a test suite.
* Fix numerous `get_info` bugs. (reports by David Garcia and the test suite)
* Add :meth:`pyopencl.ImageFormat.__repr__`.
* Add :meth:`pyopencl.addressing_mode.to_string` and colleagues.
* The `pitch` arguments to·
  :func:`pyopencl.create_image_2d`,
  :func:`pyopencl.create_image_3d`,
  :func:`pyopencl.enqueue_read_image`, and
  :func:`pyopencl.enqueue_write_image`
  are now defaulted to zero. The argument order of `enqueue_{read,write}_image`
  has changed for this reason.
* :meth:`pyopencl.MemoryObject.get_image_info` now actually exists.
* Add :meth:`pyopencl.MemoryObject.image`.
parent 7aef3200
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment