-
-
Notifications
You must be signed in to change notification settings - Fork 546
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4289 from pybamm-team/v24.5
Release v24.5
- Loading branch information
Showing
439 changed files
with
16,286 additions
and
109,914 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Automatically request reviews from maintainers | ||
|
||
# Package | ||
/pybamm/discretisations/ @martinjrobins @rtimms @valentinsulzer | ||
/pybamm/experiment/ @brosaplanella @martinjrobins @rtimms @valentinsulzer @TomTranter | ||
/pybamm/expression_tree/ @martinjrobins @rtimms @valentinsulzer | ||
/pybamm/geometry/ @martinjrobins @rtimms @valentinsulzer | ||
/pybamm/input/ @brosaplanella @DrSOKane @rtimms @valentinsulzer @TomTranter @kratman | ||
/pybamm/meshes/ @martinjrobins @rtimms @valentinsulzer @rtimms | ||
/pybamm/models/ @brosaplanella @DrSOKane @rtimms @valentinsulzer @TomTranter @rtimms | ||
/pybamm/parameters/ @brosaplanella @DrSOKane @rtimms @valentinsulzer @TomTranter @rtimms @kratman | ||
/pybamm/plotting/ @martinjrobins @rtimms @Saransh-cpp @valentinsulzer @rtimms @kratman @agriyakhetarpal | ||
/pybamm/solvers/ @martinjrobins @rtimms @valentinsulzer @TomTranter @rtimms | ||
/pybamm/spatial_methods/ @martinjrobins @rtimms @valentinsulzer @rtimms | ||
/pybamm/* @pybamm-team/maintainers # the files directly under /pybamm/, will not recurse | ||
|
||
# CI/CD workflows | ||
/.github/ @martinjrobins @Saransh-cpp @agriyakhetarpal @kratman @arjxn-py | ||
|
||
# Benchmarks | ||
/benchmarks/ @brosaplanella @Saransh-cpp @agriyakhetarpal @arjxn-py | ||
|
||
# Documentation | ||
/docs/ @kratman @arjxn-py @agriyakhetarpal @Saransh-cpp | ||
|
||
# Example scripts | ||
/examples/ @kratman @agriyakhetarpal @Saransh-cpp | ||
|
||
# Installation and other scripts | ||
/scripts/ @martinjrobins @Saransh-cpp @agriyakhetarpal @kratman @arjxn-py | ||
|
||
# Files in the root directory | ||
/* @martinjrobins @Saransh-cpp @agriyakhetarpal @kratman @arjxn-py | ||
/CHANGELOG.md # no owner (almost every PR edits the CHANGELOG) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: I'm unsure where to go | ||
url: https://www.pybamm.org/contact | ||
url: https://www.pybamm.org/community | ||
about: If you are unsure where to go, then joining our chat is recommended; Just ask! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +0,0 @@ | ||
ignore: | ||
- pybamm/install_odes.py | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
name: Remove needs-reply label | ||
|
||
on: | ||
schedule: | ||
- cron: '0 3 * * 1' | ||
issue_comment: | ||
types: | ||
- created | ||
|
@@ -11,7 +13,8 @@ jobs: | |
if: | | ||
github.event.comment.author_association != 'OWNER' && | ||
github.event.comment.author_association != 'COLLABORATOR' && | ||
github.repository_owner == 'pybamm-team' | ||
github.repository_owner == 'pybamm-team' && | ||
github.event_name != 'pull_request' | ||
steps: | ||
- name: Remove needs-reply label | ||
uses: octokit/[email protected] | ||
|
Oops, something went wrong.