Skip to content

Commit

Permalink
Merge pull request pybamm-team#2959 from pybamm-team/issue-2901-param…
Browse files Browse the repository at this point in the history
…eters-csv

Issue 2901 parameters csv
  • Loading branch information
valentinsulzer authored May 22, 2023
2 parents f4f72c1 + 4c1b08f commit d90a56c
Show file tree
Hide file tree
Showing 78 changed files with 80 additions and 3,165 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,18 @@

## Optimizations

- Test `JaxSolver`'s compatibility with Python `3.8`, `3.9`, `3.10`, and `3.11` ([#2958](https://github.com/pybamm-team/PyBaMM/pull/2958))
- Test `JaxSolver`'s compatibility with Python `3.8`, `3.9`, `3.10`, and `3.11` ([#2958](https://github.com/pybamm-team/PyBaMM/pull/2958))
- Update Jax (0.4.8) and JaxLib (0.4.7) compatibility ([#2927](https://github.com/pybamm-team/PyBaMM/pull/2927))

## Bug fixes

- Fix `pybamm_install_odes` and update the required SUNDIALS version ([#2958](https://github.com/pybamm-team/PyBaMM/pull/2958))
- Remove brew install for Mac from the recommended developer installation options for SUNDIALS ([#2925](https://github.com/pybamm-team/PyBaMM/pull/2925))

## Breaking changes

- Deprecate functionality to load parameter set from a csv file. Parameter sets must now be provided as python dictionaries ([#2959](https://github.com/pybamm-team/PyBaMM/pull/2959))

# [v23.4.1](https://github.com/pybamm-team/PyBaMM/tree/v23.4) - 2023-05-01

## Bug fixes
Expand Down
4 changes: 0 additions & 4 deletions docs/source/api/util.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,8 @@ Utility functions
.. autoclass:: pybamm.FuzzyDict
:members:

.. autofunction:: pybamm.load_function

.. autofunction:: pybamm.load

.. autofunction:: pybamm.get_parameters_filepath

.. autofunction:: pybamm.install_jax

.. autofunction:: pybamm.have_jax
Expand Down
1 change: 0 additions & 1 deletion pybamm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
from .util import Timer, TimerTime, FuzzyDict
from .util import (
root_dir,
load_function,
rmse,
load,
is_constant_and_can_evaluate,
Expand Down

This file was deleted.

This file was deleted.

Empty file.
Empty file.

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit d90a56c

Please sign in to comment.