Skip to content

Commit a6e4bdd

Browse files
authored
Merge pull request #106 from JuliaAI/dev
For a 1.1.2 release
2 parents f4fa6a0 + 687ac7f commit a6e4bdd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name = "MLJModelInterface"
22
uuid = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
33
authors = ["Thibaut Lienart and Anthony Blaom"]
4-
version = "1.1.1"
4+
version = "1.1.2"
55

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

1111
[compat]
12-
ScientificTypesBase = "1"
12+
ScientificTypesBase = "1, 2"
1313
StatisticalTraits = "2"
1414
julia = "1"
1515

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ machine learning models into
77

88
| Linux | Coverage |
99
| :-----------: | :------: |
10-
| [![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) |
10+
| [![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) |
1111

1212

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

0 commit comments

Comments
 (0)