From 9a1f4553a4a4c831ec4ff0c4d2e8e83b8d74dd58 Mon Sep 17 00:00:00 2001 From: Robert Timms Date: Mon, 7 Mar 2022 09:29:01 +0000 Subject: [PATCH] #1957 changelog --- CHANGELOG.md | 4 ++++ pybamm/scikits_odes_setup.log | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 pybamm/scikits_odes_setup.log diff --git a/CHANGELOG.md b/CHANGELOG.md index 16eef63d26..bd6d617eb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # [Unreleased](https://github.com/pybamm-team/PyBaMM/) +## Features + +- Added an option "compute heat source for isothermal models" to choose whether or not the heat generation terms are computed when running models with the option `thermal="isothermal"` ([#1958](https://github.com/pybamm-team/PyBaMM/pull/1958)) + ## Bug fixes - Fixed a bug where isothermal models did not compute any heat source terms ([#1958](https://github.com/pybamm-team/PyBaMM/pull/1958)) diff --git a/pybamm/scikits_odes_setup.log b/pybamm/scikits_odes_setup.log new file mode 100644 index 0000000000..689d8b1624 --- /dev/null +++ b/pybamm/scikits_odes_setup.log @@ -0,0 +1,3 @@ +2022-03-04 15:15:46,487 - scikits.odes setup - INFO - Starting scikits.odes setup +2022-03-04 15:15:46,488 - scikits.odes setup - INFO - Looking for sundials at /home/user/.local +2022-03-04 15:15:46,488 - scikits.odes setup - INFO - Found sundials at /home/user/.local