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 26, 2018
1 parent cb7dabc commit 5ee27d5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
Changelog
*********

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

Added
-----
- Adds private memory to the list of KernelData classes. This makes it possible to add private memory elements to the kernel data.

Other
-----
- Small update to the twalk sampler.


v0.7.0 (2018-10-24)
====================
By removing all local variable out of non-kernel functions, this version should now be compatible with POCL (tested with version 1.1).
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.0'
VERSION = '0.7.1'

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

0 comments on commit 5ee27d5

Please sign in to comment.