Skip to content

Commit

Permalink
Merge pull request #2342 from pybamm-team/issue-2334-reformat-parameters
Browse files Browse the repository at this point in the history
Issue 2334 reformat parameters
  • Loading branch information
valentinsulzer authored Oct 11, 2022
2 parents 453abe6 + c3b0676 commit 924ee9e
Show file tree
Hide file tree
Showing 418 changed files with 10,579 additions and 11,793 deletions.
1 change: 0 additions & 1 deletion .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
ignore:
- pybamm/parameters_cli.py
- pybamm/install_odes.py
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
## Optimizations

- Added more rules for simplifying expressions ([#2211](https://github.com/pybamm-team/PyBaMM/pull/2211))
- Sped up calculations of Electrode SOH variables for summary variables ([#2210](https://github.com/pybamm-team/PyBaMM/pull/2210))

## Breaking change

- Removed parameter cli tools (add/edit/remove parameters). Parameter sets can now more easily be added via python scripts. ([#2342](https://github.com/pybamm-team/PyBaMM/pull/2342))
- Parameter sets should now be provided as single python files containing all parameters and functions. Parameters provided as "data" (e.g. OCP vs SOC) can still be csv files, but must be either in the same folder as the parameter file or in a subfolder called "data/". See for example [Ai2020](https://github.com/pybamm-team/PyBaMM/tree/develop/pybamm/input/parameters/lithium_ion/Ai2020.py) ([#2342](https://github.com/pybamm-team/PyBaMM/pull/2342))

# [v22.9](https://github.com/pybamm-team/PyBaMM/tree/v22.9) - 2022-09-30

Expand Down
1 change: 0 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ API documentation
source/util
source/callbacks
source/citations
source/parameters_cli
source/batch_study

Examples
Expand Down
19 changes: 0 additions & 19 deletions docs/source/parameters_cli.rst

This file was deleted.

Loading

0 comments on commit 924ee9e

Please sign in to comment.