Skip to content

Commit 94665de

Browse files
authored
Merge pull request #1001 from JuliaAI/dev
For a 1.8.1 release
2 parents 98e11d6 + b7d47a7 commit 94665de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MLJBase"
22
uuid = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
33
authors = ["Anthony D. Blaom <[email protected]>"]
4-
version = "1.8.0"
4+
version = "1.8.1"
55

66
[deps]
77
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"

src/interface/data_utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ end
132132

133133
function project(
134134
t::NamedTuple,
135-
indices::Tuple{<:Any,Vararg{<:Integer}},
135+
indices::Tuple{<:Any,Vararg{Integer}},
136136
)
137137
return NamedTuple{tuple(keys(t)[[indices...]]...)}(tuple([t[i] for i in indices]...))
138138
end

0 commit comments

Comments
 (0)