diff --git a/Project.toml b/Project.toml index a409ea42..e55ee341 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "MLJTutorials" uuid = "b22f6415-6e67-485c-b34d-7995e604d9c9" -version = "0.1.1" +version = "0.1.2" [deps] CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" diff --git a/README.md b/README.md index 83d72c51..fb81b353 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,18 @@ MLJ | MLJBase | MLJModels | ScientificTypes | Commit | Note | Date ----- | ------- | --------- | --------------- | --------- | ---- | ---- +0.5.4 | 0.8.3 | 0.5.7 | 0.2.6 | [6b30fda] | ✓ | Nov 25, 2019 0.5.4 | 0.8.1 | 0.5.7 | 0.2.5 | [f96a4e5] | ✓ | Nov 19, 2019 0.5.2 | 0.7.5 | 0.5.6 | 0.2.4 | [f556f62] | ✓ | Nov 13, 2019 +[6b30fda]: https://github.com/alan-turing-institute/MLJTutorials/commit/6b30fda6829ee65a55477f98c8498315ba262c0f [f96a4e5]: https://github.com/alan-turing-institute/MLJTutorials/commit/f96a4e56bb00c49a52c47f07f5730ffe54cabfa8 [f556f62]: https://github.com/alan-turing-institute/MLJTutorials/commit/f556f62dad3e9c0e6003faa9ba90d132769fb718 This repository contains tutorials for MLJ. Currently the main aim is to add many tutorials presenting different perspectives and contexts through which the MLJ-way should become more apparent. The organisation is rudimentary at the moment and once there are more tutorials, we will try to improve that. -If you have suggestions or recommendations or would like to help, please o pen an issue here, thanks! +If you have suggestions or recommendations or would like to help, please open an issue here, thanks! The rest of this readme assumes that your current directory is `MLJTutorials`.