Skip to content

Commit

Permalink
Merge pull request #106 from JuliaAI/dev
Browse files Browse the repository at this point in the history
For a 1.1.2 release
  • Loading branch information
ablaom authored Aug 2, 2021
2 parents f4fa6a0 + 687ac7f commit a6e4bdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name = "MLJModelInterface"
uuid = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
authors = ["Thibaut Lienart and Anthony Blaom"]
version = "1.1.1"
version = "1.1.2"

[deps]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
ScientificTypesBase = "30f210dd-8aff-4c5f-94ba-8e64358c1161"
StatisticalTraits = "64bff920-2084-43da-a3e6-9bb72801c0c9"

[compat]
ScientificTypesBase = "1"
ScientificTypesBase = "1, 2"
StatisticalTraits = "2"
julia = "1"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ machine learning models into

| Linux | Coverage |
| :-----------: | :------: |
| [![Build Status](https://github.com/alan-turing-institute/MLJModelInterface.jl/workflows/CI/badge.svg)](https://github.com/alan-turing-institute/MLJModelInterface.jl/actions) | [![codecov.io](http://codecov.io/github/alan-turing-institute/MLJModelInterface.jl/coverage.svg?branch=master)](http://codecov.io/github/alan-turing-institute/MLJModelInterface.jl?branch=master) |
| [![Build Status](https://github.com/JuliaAI/MLJModelInterface.jl/workflows/CI/badge.svg)](https://github.com/JuliaAI/MLJModelInterface.jl/actions) | [![codecov.io](http://codecov.io/github/JuliaAI/MLJModelInterface.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaAI/MLJModelInterface.jl?branch=master) |


[MLJ](https://github.com/alan-turing-institute/MLJ.jl) is a framework
Expand Down

0 comments on commit a6e4bdd

Please sign in to comment.