diff --git a/Project.toml b/Project.toml index 5fc6e76..78e987c 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MixedModelsPermutations" uuid = "647c4018-d7ef-4d03-a0cc-8889a722319e" authors = ["Phillip Alday ", "Benedikt Ehinger ", "Jaromil Frossard "] -version = "0.2.0" +version = "0.2.1" [deps] BlockDiagonals = "0a1fb500-61f7-11e9-3c65-f5ef3456f9f0" diff --git a/README.md b/README.md index 2be2183..92143ce 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,15 @@ [![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip) [![Stable Docs][docs-stable-img]][docs-stable-url] [![Dev Docs][docs-dev-img]][docs-dev-url] -[![Codecov](https://codecov.io/gh/palday/MixedModelsPermutations.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/palday/MixedModelsPermutations.jl) +[![Codecov](https://codecov.io/gh/JuliaMixedModels/MixedModelsPermutations.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaMixedModels/MixedModelsPermutations.jl) [![DOI](https://zenodo.org/badge/337080334.svg)](https://zenodo.org/badge/latestdoi/337080334) [![Code Style: YAS](https://img.shields.io/badge/code%20style-yas-1fdcb3.svg)](https://github.com/jrevels/YASGuide) [docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg -[docs-dev-url]: https://palday.github.io/MixedModelsPermutations.jl/dev +[docs-dev-url]: https://JuliaMixedModels.github.io/MixedModelsPermutations.jl/dev [docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg -[docs-stable-url]: https://palday.github.io/MixedModelsPermutations.jl/stable +[docs-stable-url]: https://JuliaMixedModels.github.io/MixedModelsPermutations.jl/stable `MixedModelsPermutations.jl` is a Julia package providing permutation and other resampling-based methods for[`MixedModels.jl`](https://juliastats.org/MixedModels.jl/stable/).