Skip to content

Commit 7155b62

Browse files
authored
Remove most of IREE from the solvers (pybamm-team#5080)
* Remove most of IREE from the solvers * Cleanup * Remove most other jax and IREE code blocks * Update changelog * Update src/pybamm/solvers/idaklu_solver.py
1 parent 12432a8 commit 7155b62

File tree

4 files changed

+135
-479
lines changed

4 files changed

+135
-479
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
## Breaking changes
1515

16+
- Removed the IREE code from the IDAKLU solver ([#5080](https://github.com/pybamm-team/PyBaMM/pull/5080))
1617
- Removed support for Python 3.9 ([#5052](https://github.com/pybamm-team/PyBaMM/pull/5052))
1718

1819
# [v25.6.0](https://github.com/pybamm-team/PyBaMM/tree/v25.6.0) - 2025-05-27

src/pybamm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
from .solvers.jax_bdf_solver import jax_bdf_integrate
175175

176176
from .solvers.idaklu_jax import IDAKLUJax
177-
from .solvers.idaklu_solver import IDAKLUSolver, has_iree
177+
from .solvers.idaklu_solver import IDAKLUSolver
178178

179179
# Experiments
180180
from .experiment.experiment import Experiment

0 commit comments

Comments
 (0)