From 77a5f9ba56022fa219b66c63b93fa3da6ac3e18d Mon Sep 17 00:00:00 2001 From: PaulJonasJost Date: Tue, 8 Oct 2024 16:45:53 +0200 Subject: [PATCH 1/2] Changes to codeowners discussed at retreat --- .github/CODEOWNERS | 19 ++++++++++--------- doc/authors.rst | 1 + 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 94a514f6b..8c4981fb7 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,7 +1,7 @@ # see https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners # default owners = active maintainers -* @Doresic @PaulJonasJost @m-philipps +* @Doresic @PaulJonasJost @vwiela # Examples /doc/example/censored_data.ipynb @Doresic @@ -28,29 +28,30 @@ /pypesto/hierarchical/semiquantitative/ @Doresic /pypesto/history/ @PaulJonasJost /pypesto/objective/ @PaulJonasJost +/pypesto/objective/julia @vwiela /pypesto/objective/amici/ @dweindl @FFroehlich /pypesto/objective/jax/ @FFroehlich /pypesto/objective/aesara/ @FFroehlich /pypesto/optimize/ @PaulJonasJost /pypesto/petab/ @dweindl @FFroehlich /pypesto/predict/ @dilpath -/pypesto/problem/ @PaulJonasJost @m-philipps -/pypesto/profile/ @PaulJonasJost +/pypesto/problem/ @PaulJonasJost @vwiela +/pypesto/profile/ @PaulJonasJost @Doresic /pypesto/result/ @PaulJonasJost -/pypesto/sample/ @dilpath @vwiela +/pypesto/sample/ @dilpath @arrjon /pypesto/select/ @dilpath /pypesto/startpoint/ @PaulJonasJost /pypesto/store/ @PaulJonasJost /pypesto/visualize/ @stephanmg @m-philipps # Tests -/test/base/ @PaulJonasJost @m-philipps +/test/base/ @PaulJonasJost @vwiela /test/doc/ @PaulJonasJost -/test/hierarchical/ @dweindl @doresic -/test/julia/ @PaulJonasJost +/test/hierarchical/ @dweindl @Doresic +/test/julia/ @PaulJonasJost @vwiela /test/optimize/ @PaulJonasJost /test/petab/ @dweindl @FFroehlich -/test/profile/ @PaulJonasJost -/test/sample/ @dilpath +/test/profile/ @PaulJonasJost @Doresic +/test/sample/ @dilpath @arrjon /test/select/ @dilpath /test/visualize/ @stephanmg @m-philipps diff --git a/doc/authors.rst b/doc/authors.rst index f08b783e4..7025f54f3 100644 --- a/doc/authors.rst +++ b/doc/authors.rst @@ -24,3 +24,4 @@ with major contributions by (status 2024): - Erika Dudkin - Domagoj Doresic - Jonas Arruda +- Maren Philipps From 904cf48f0fef3ed9ea30058124e80ec4a48e9a8f Mon Sep 17 00:00:00 2001 From: PaulJonasJost Date: Wed, 9 Oct 2024 12:06:19 +0200 Subject: [PATCH 2/2] Removed codeowner of visualization --- .github/CODEOWNERS | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8c4981fb7..7d10fd310 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -42,7 +42,6 @@ /pypesto/select/ @dilpath /pypesto/startpoint/ @PaulJonasJost /pypesto/store/ @PaulJonasJost -/pypesto/visualize/ @stephanmg @m-philipps # Tests /test/base/ @PaulJonasJost @vwiela @@ -54,4 +53,3 @@ /test/profile/ @PaulJonasJost @Doresic /test/sample/ @dilpath @arrjon /test/select/ @dilpath -/test/visualize/ @stephanmg @m-philipps