diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 94a514f6b..7d10fd310 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,28 @@ /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