Skip to content

Commit

Permalink
v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Apr 28, 2016
1 parent 9b1758b commit 2db324f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 1.4.3 (April 28th, 2016)

Features:

- add on_trial callback whenever a trial is started (@mtyeh411, #375)

Bugfixes:

- Allow algorithm configuration at experiment level (@007sumit, #376)

Misc:

- only choose override if it exists as valid alternative (@spheric, #377)

## 1.4.2 (April 25th, 2016)

Misc:
Expand Down
2 changes: 1 addition & 1 deletion lib/split/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
module Split
MAJOR = 1
MINOR = 4
PATCH = 2
PATCH = 3
VERSION = [MAJOR, MINOR, PATCH].join('.')
end

0 comments on commit 2db324f

Please sign in to comment.