Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
benvanwerkhoven committed Dec 20, 2019
1 parent f388063 commit af91017
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## [0.3.0] - 2019-12-20
### Changed
- fix for output checking, custom verify functions are called just once
- benchmarking returns multiple results not only time
- benchmarking now returns multiple results not only time
- more sophisticated implementation of genetic algorithm strategy
- how the method to the strategy is passed, use strategy_options
- how the "method" option is passed, now use strategy_options

### Added
- Bayesian Optimizaton strategy, use strategy="bayes_opt"
Expand Down
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors:
name-particle: van
orcid: "https://orcid.org/0000-0002-7508-3272"
email: "[email protected]"
date-released: 2017-11-23
date-released: 2019-12-20
doi: 10.5281/zenodo.1220113
keywords:
- "GPU Computing"
Expand All @@ -29,7 +29,7 @@ references:
email: "[email protected]"
title: "Kernel Tuner: A Search-Optimizing GPU Code Auto-Tuner"
journal: "Future Generation Computer Systems"
year: 2018
year: 2019
repository-code: "https://github.com/benvanwerkhoven/kernel_tuner"
title: Kernel Tuner
version: "0.2.0"
version: "0.3.0"
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.2.0'
version = u'0.3.0'
# The full version, including alpha/beta/rc tags.
release = u'0.2.0'
release = u'0.3.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def readme():

setup(
name="kernel_tuner",
version="0.2.0",
version="0.3.0",
author="Ben van Werkhoven",
author_email="[email protected]",
description=("An easy to use CUDA/OpenCL kernel tuner in Python"),
Expand Down

0 comments on commit af91017

Please sign in to comment.