We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b1758b commit 2db324fCopy full SHA for 2db324f
CHANGELOG.md
@@ -1,3 +1,17 @@
1
+## 1.4.3 (April 28th, 2016)
2
+
3
+Features:
4
5
+- add on_trial callback whenever a trial is started (@mtyeh411, #375)
6
7
+Bugfixes:
8
9
+- Allow algorithm configuration at experiment level (@007sumit, #376)
10
11
+Misc:
12
13
+- only choose override if it exists as valid alternative (@spheric, #377)
14
15
## 1.4.2 (April 25th, 2016)
16
17
Misc:
lib/split/version.rb
@@ -2,6 +2,6 @@
module Split
MAJOR = 1
MINOR = 4
- PATCH = 2
+ PATCH = 3
VERSION = [MAJOR, MINOR, PATCH].join('.')
end
0 commit comments