Skip to content

Commit

Permalink
Merge pull request #164 from JuliaAI/dev
Browse files Browse the repository at this point in the history
For a 0.6.16 release
  • Loading branch information
ablaom authored Dec 29, 2021
2 parents 0b50093 + 8212aff commit 31f0255
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MLJTuning"
uuid = "03970b2e-30c4-11ea-3135-d1576263f10f"
authors = ["Anthony D. Blaom <[email protected]>"]
version = "0.6.15"
version = "0.6.16"

[deps]
ComputationalResources = "ed09eef8-17a6-5b46-8889-db040fac31e3"
Expand Down
2 changes: 1 addition & 1 deletion src/plotrecipes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
end

function _getmarkersize(ms, z)
ret = sqrt.(z)
ret = sqrt.(abs.(z))
minz, maxz = extrema(x for x in ret if isfinite(x))
ret .-= minz
ret ./= maxz - minz
Expand Down

0 comments on commit 31f0255

Please sign in to comment.