Skip to content

Commit

Permalink
Merge pull request #2432 from pybamm-team/remove-mtk
Browse files Browse the repository at this point in the history
remove MTK generation code
  • Loading branch information
valentinsulzer authored Nov 7, 2022
2 parents cf86a39 + 156b369 commit bc83ce7
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 819 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
# [Unreleased](https://github.com/pybamm-team/PyBaMM/)

## Features

- SEI reactions can now be asymmetric ([#2425](https://github.com/pybamm-team/PyBaMM/pull/2425))

## Breaking changes

- Removed code for generating `ModelingToolkit` problems ([#2432](https://github.com/pybamm-team/PyBaMM/pull/2432))
- Removed `FirstOrder` and `Composite` lead-acid models, and some submodels specific to those models ([#2431](https://github.com/pybamm-team/PyBaMM/pull/2431))

# [v22.10](https://github.com/pybamm-team/PyBaMM/tree/v22.10) - 2022-10-31

## Features

- SEI reactions can now be asymmetric ([#2425](https://github.com/pybamm-team/PyBaMM/pull/2425))
- Third-party parameter sets can be added by registering entry points to `pybamm_parameter_set` ([#2396](https://github.com/pybamm-team/PyBaMM/pull/2396))
- Added three-dimensional interpolation ([#2380](https://github.com/pybamm-team/PyBaMM/pull/2380))

Expand Down
5 changes: 1 addition & 4 deletions pybamm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,7 @@
from .expression_tree.operations.jacobian import Jacobian
from .expression_tree.operations.convert_to_casadi import CasadiConverter
from .expression_tree.operations.unpack_symbols import SymbolUnpacker
from .expression_tree.operations.evaluate_julia import (
get_julia_function,
get_julia_mtk_model,
)
from .expression_tree.operations.evaluate_julia import get_julia_function

#
# Model classes
Expand Down
Loading

0 comments on commit bc83ce7

Please sign in to comment.