Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
robbert-harms committed Oct 29, 2018
1 parent e1e7287 commit fbab368
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
Changelog
*********

v0.7.2 (2018-10-29)
===================

Fixed
-----
- Fixed a small problem when an array with vectors is loaded in the Array class.
- Fixed bug that no device would be selected if only CPU's were present.

Other
-----
- Simplified the parameter objects by moving the data type information into the object. This also makes it simpler to add new types in the future, like the block type in OpenCL 2.0.


v0.7.1 (2018-10-26)
===================

Expand Down
2 changes: 1 addition & 1 deletion mot/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = '0.7.1'
VERSION = '0.7.2'

_items = VERSION.split('-')
VERSION_NUMBER_PARTS = tuple(int(i) for i in _items[0].split('.'))
Expand Down

0 comments on commit fbab368

Please sign in to comment.