forked from pybamm-team/PyBaMM
-
Notifications
You must be signed in to change notification settings - Fork 0
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 pybamm-team#1631 from pybamm-team/develop
Release 21.08
- Loading branch information
Showing
735 changed files
with
44,918 additions
and
10,506 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
ignore: | ||
- pybamm/parameters_cli.py | ||
- 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
- Increment version number in `version` | ||
- Increment version number in `docs/conf.py` | ||
- Update CHANGELOG.md with a summary of the release | ||
- Update (and pin) jax and jaxlib to latest version and fix any bugs that arise | ||
- Increment version number in `version` | ||
- Increment version number in `docs/conf.py` | ||
- Increment version number in `CITATION.cff` | ||
- Update CHANGELOG.md with a summary of the release | ||
- Update (and pin) jax and jaxlib to latest version and fix any bugs that arise |
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 |
---|---|---|
|
@@ -60,18 +60,21 @@ jobs: | |
- name: Checkout pybamm-bench repo | ||
uses: actions/checkout@v2 | ||
with: | ||
repository: tlestang/pybamm-bench | ||
repository: pybamm-team/pybamm-bench | ||
token: ${{ secrets.BENCH_PAT }} | ||
- name: Download results artifact | ||
uses: actions/download-artifact@v2 | ||
with: | ||
name: asv_new_results | ||
path: new_results | ||
- name: Copy new results and push to pybamm-bench repo | ||
env: | ||
PUSH_BENCH_EMAIL: ${{ secrets.PUSH_BENCH_EMAIL }} | ||
PUSH_BENCH_NAME: ${{ secrets.PUSH_BENCH_NAME }} | ||
run: | | ||
cp -vr new_results/* results | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "Thibault Lestang" | ||
git config --global user.email "$PUSH_BENCH_EMAIL" | ||
git config --global user.name "$PUSH_BENCH_NAME" | ||
git add results | ||
git commit -am "Add new results" | ||
git push | ||
|
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
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,29 @@ | ||
cff-version: 1.1.0 | ||
message: "If you use PyBaMM, please cite it as below." | ||
authors: | ||
- family-names: Sulzer | ||
given-names: Valentin | ||
orcid: "https://orcid.org/0000-0002-8687-327X" | ||
- family-names: Marquis | ||
given-names: Scott G. | ||
orcid: "https://orcid.org/0000-0002-6895-990X" | ||
- family-names: Timms | ||
given-names: Robert | ||
orcid: "https://orcid.org/0000-0002-8858-4818" | ||
- family-names: Robinson | ||
given-names: Martin | ||
orcid: "https://orcid.org/0000-0002-1572-6782" | ||
- family-names: Chapman | ||
given-names: S. Jon | ||
orcid: "https://orcid.org/0000-0003-3347-6024" | ||
journal: "Journal of Open Research Software" | ||
date-released: 2021-06-08 | ||
doi: 10.5334/jors.309 | ||
keywords: | ||
- "battery modelling" | ||
- "expression tree" | ||
- "python" | ||
- "symbolic differentiation" | ||
version: 21.08 | ||
repository-code: "https://github.com/pybamm-team/PyBaMM" | ||
title: "Python Battery Mathematical Modelling (PyBaMM)" |
Oops, something went wrong.