From bde0a239fc75bc93ebb1debaafb64ad5bb88d7ab Mon Sep 17 00:00:00 2001 From: Phillip Alday Date: Fri, 6 Feb 2026 11:26:35 -0600 Subject: [PATCH 1/2] update links for new GH org --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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/). From ba39a22a6146b2026a8783cdadc9637f657b5cd0 Mon Sep 17 00:00:00 2001 From: Phillip Alday Date: Fri, 6 Feb 2026 12:45:36 -0600 Subject: [PATCH 2/2] Bump version from 0.2.0 to 0.2.1 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"