Skip to content

Commit

Permalink
Now compatible with Tables 1.0.2 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlienart authored Feb 24, 2020
1 parent cc271e8 commit 8a4a3e8
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 = "MLJModelInterface"
uuid = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
authors = ["Thibaut Lienart and Anthony Blaom"]
version = "0.1.7"
version = "0.1.8"

This comment has been minimized.

Copy link
@tlienart

tlienart Feb 24, 2020

Author Collaborator

[deps]
ScientificTypes = "321657f4-b219-11e9-178b-2701a2544e81"
Expand Down
2 changes: 1 addition & 1 deletion test/data_utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ end
X = ones(3,2)
T = table(X)
@test Tables.istable(T)
@test_broken Tables.matrix(T) == X
@test Tables.matrix(T) == X
end
# ------------------------------------------------------------------------
@testset "nrows-light" begin
Expand Down

1 comment on commit 8a4a3e8

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/10000

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.8 -m "<description of version>" 8a4a3e8ac922ede5c23a349d3e962bdbd9684ff5
git push origin v0.1.8

Please sign in to comment.