File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
55## Unreleased
66
7+
8+ ## [ 0.1.4] - 2017-06-14
79### Changed
810- device and kernel name are printed by runner
911- tune_kernel also returns a dict with environment info
1012- using different timer in C vector add example
1113
12-
1314## [ 0.1.3] - 2017-04-06
1415### Changed
1516- changed how scalar arguments are handled internally
Original file line number Diff line number Diff line change 5959# built documents.
6060#
6161# The short X.Y version.
62- version = u'0.1.3 '
62+ version = u'0.1.4 '
6363# The full version, including alpha/beta/rc tags.
64- release = u'0.1.3 '
64+ release = u'0.1.4 '
6565
6666# The language for content autogenerated by Sphinx. Refer to documentation
6767# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def required():
1414
1515setup (
1616 name = "kernel_tuner" ,
17- version = "0.1.3 " ,
17+ version = "0.1.4 " ,
1818 author = "Ben van Werkhoven" ,
1919 author_email = "b.vanwerkhoven@esciencecenter.nl" ,
2020 description = ("A simple CUDA/OpenCL kernel tuner in Python" ),
You can’t perform that action at this time.
0 commit comments