Skip to content

Commit

Permalink
Merge pull request #225 from alan-turing-institute/dev
Browse files Browse the repository at this point in the history
For a 0.12.4 release
  • Loading branch information
ablaom authored Mar 22, 2020
2 parents 5b56178 + 18520f4 commit 5a58800
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
include:
- if: branch = master OR tag IS present
stage: "Documentation"
julia: 1.3
julia: 1.2
os: linux
# disable global before_script in order not to install Compose twice
before_script:
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MLJBase"
uuid = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
authors = ["Anthony D. Blaom <[email protected]>"]
version = "0.12.3"
version = "0.12.4"

[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Expand Down Expand Up @@ -32,7 +32,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[compat]
CategoricalArrays = "^0.7.3"
ComputationalResources = "^0.3"
Distributions = "^0.22"
Distributions = "^0.22,^0.23"
HTTP = "^0.8"
InvertedIndices = "^1"
JLSO = "^2.1"
Expand Down
9 changes: 4 additions & 5 deletions src/hyperparam/one_dimensional_range_methods.jl
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,10 @@ range `r`.
Only types `D` in the table below are supported.
The distribution `d` is constructed in two stages. First the
attributes `r.origin` and `r.unit` are used to fit a distributon `d0`
characterized by the conditions in the second column of the
table. Then `d0` is truncated between `r.lower` and `r.upper` to
obtain `d`.
The distribution `d` is constructed in two stages. First, a
distributon `d0`, characterized by the conditions in the second column
of the table, is fit to `r`. Then `d0` is truncated between `r.lower`
and `r.upper` to obtain `d`.
Distribution type `D` | Characterization of `d0`
:----------------------|:-------------------------
Expand Down

0 comments on commit 5a58800

Please sign in to comment.