Skip to content

Commit

Permalink
#546 merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinsulzer committed Dec 13, 2019
2 parents 464e86c + 61561b0 commit 755857e
Show file tree
Hide file tree
Showing 25 changed files with 8 additions and 1,769 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@

## Breaking changes

- Moved `results` to separate repositories ([#761](https://github.com/pybamm-team/PyBaMM/pull/761))
- The parameters "Bruggeman coefficient" must now be specified separately as "Bruggeman coefficient (electrolyte)" and "Bruggeman coefficient (electrode)"
- The current classes (`GetConstantCurrent`, `GetUserCurrent` and `GetUserData`) have now been removed. Please refer to the [`change-input-current` notebook](https://github.com/pybamm-team/PyBaMM/blob/master/examples/notebooks/change-input-current.ipynb) for information on how to specify an input current
- Parameter functions must now use pybamm functions instead of numpy functions (e.g. `pybamm.exp` instead of `numpy.exp`), as these are then used to construct the expression tree directly. Generally, pybamm syntax follows numpy syntax; please get in touch if a function you need is missing.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ hosted on [Read The Docs](readthedocs.io). A set of slides giving an overview of
can be found
[here](https://github.com/pybamm-team/pybamm_summary_slides/blob/master/pybamm.pdf).

For further examples, see the list of repositories that use PyBaMM [here](https://github.com/pybamm-team/pybamm-example-results)

## How can I obtain & install PyBaMM?

### Linux
Expand Down
4 changes: 4 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Examples

A collection of Python scripts and Jupyter notebooks that demonstrate how to use PyBaMM.
For further examples, see the list of repositories that use PyBaMM [here](https://github.com/pybamm-team/pybamm-example-results)
9 changes: 0 additions & 9 deletions results/2plus1D/README.md

This file was deleted.

27 changes: 0 additions & 27 deletions results/2plus1D/_matplotlibrc

This file was deleted.

73 changes: 0 additions & 73 deletions results/2plus1D/compare_lead_acid_1plus1D.py

This file was deleted.

75 changes: 0 additions & 75 deletions results/2plus1D/compare_lead_acid_2plus1D.py

This file was deleted.

96 changes: 0 additions & 96 deletions results/2plus1D/compare_lithium_ion_2plus1D.py

This file was deleted.

Loading

0 comments on commit 755857e

Please sign in to comment.