Skip to main content

PyBaMM_logo

PyBaMM

Build readthedocs codecov Open In Colab black_code_style

All Contributors

PyBaMM (Python Battery Mathematical Modelling) solves physics-based electrochemical DAE models by using state-of-the-art automatic differentiation and numerical solvers. The Doyle-Fuller-Newman model can be solved in under 0.1 seconds, while the reduced-order Single Particle Model and Single Particle Model with electrolyte can be solved in just a few milliseconds. Additional physics can easily be included such as thermal effects, fast particle diffusion, 3D effects, and more. All models are implemented in a flexible manner, and a wide range of models and parameter sets (NCA, NMC, LiCoO2, ...) are available. There is also functionality to simulate any set of experimental instructions, such as CCCV or GITT, or specify drive cycles.

How do I use PyBaMM?

The easiest way to use PyBaMM is to run a 1C constant-current discharge with a model of your choice with all the default settings:

import pybamm
model = pybamm.lithium_ion.DFN()  # Doyle-Fuller-Newman model
sim = pybamm.Simulation(model)
sim.solve([0, 3600])  # solve for 1 hour
sim.plot()

or simulate an experiment such as CCCV:

import pybamm
experiment = pybamm.Experiment(
    [
        ("Discharge at C/10 for 10 hours or until 3.3 V",
        "Rest for 1 hour",
        "Charge at 1 A until 4.1 V",
        "Hold at 4.1 V until 50 mA",
        "Rest for 1 hour")
    ]
    * 3,
)
model = pybamm.lithium_ion.DFN()
sim = pybamm.Simulation(model, experiment=experiment, solver=pybamm.CasadiSolver())
sim.solve()
sim.plot()

However, much greater customisation is available. It is possible to change the physics, parameter values, geometry, submesh type, number of submesh points, methods for spatial discretisation and solver for integration (see DFN script or notebook).

For new users we recommend the Getting Started guides. These are intended to be very simple step-by-step guides to show the basic functionality of PyBaMM, and can either be downloaded and used locally, or used online through Google Colab.

Further details can be found in a number of detailed examples, hosted here on github. In addition, there is a full API documentation, hosted on Read The Docs. Additional supporting material can be found here.

For further examples, see the list of repositories that use PyBaMM here

How can I install PyBaMM?

PyBaMM is available on GNU/Linux, MacOS and Windows. We strongly recommend to install PyBaMM within a python virtual environment, in order not to alter any distribution python files. For instructions on how to create a virtual environment for PyBaMM, see the documentation.

Using pip

pip install pybamm

Using conda

PyBaMM is available as a conda package through the conda-forge channel.

conda install -c conda-forge pybamm

Optional solvers

On GNU/Linux and MacOS, an optional scikits.odes-based solver is available, see the documentation.

Citing PyBaMM

If you use PyBaMM in your work, please cite our paper

Sulzer, V., Marquis, S. G., Timms, R., Robinson, M., & Chapman, S. J. (2020). Python Battery Mathematical Modelling (PyBaMM). ECSarXiv. February, 7.

You can use the bibtex

@article{sulzer2020python,
  title={Python Battery Mathematical Modelling (PyBaMM)},
  author={Sulzer, Valentin and Marquis, Scott G and Timms, Robert and Robinson, Martin and Chapman, S Jon},
  journal={ECSarXiv. February},
  volume={7},
  year={2020}
}

We would be grateful if you could also cite the relevant papers. These will change depending on what models and solvers you use. To find out which papers you should cite, add the line

pybamm.print_citations()

to the end of your script. This will print bibtex information to the terminal; passing a filename to print_citations will print the bibtex information to the specified file instead. A list of all citations can also be found in the citations file. In particular, PyBaMM relies heavily on CasADi. See CONTRIBUTING.md for information on how to add your own citations when you contribute.

How can I contribute to PyBaMM?

If you'd like to help us develop PyBaMM by adding new methods, writing documentation, or fixing embarrassing bugs, please have a look at these guidelines first.

Licensing

PyBaMM is fully open source. For more information about its license, see LICENSE.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Valentin Sulzer

🐛 💻 📖 💡 🤔 🚧 👀 ⚠️ 📝

Robert Timms

🐛 💻 📖 💡 🤔 🚧 👀 ⚠️

Scott Marquis

🐛 💻 📖 💡 🤔 🚧 👀 ⚠️

Martin Robinson

🐛 💻 📖 💡 🤔 👀 ⚠️

Ferran Brosa Planella

👀 🐛 💻 📖 💡 🤔 🚧 ⚠️ 📝

Tom Tranter

🐛 💻 📖 💡 🤔 👀 ⚠️

Thibault Lestang

🐛 💻 📖 💡 🤔 👀 ⚠️ 🚇

Diego

🐛 👀 💻 🚇

felipe-salinas

💻 ⚠️

suhaklee

💻 ⚠️

viviantran27

💻 ⚠️

gyouhoc

🐛 💻 ⚠️

Yannick Kuhn

💻 ⚠️

Jacqueline Edge

🤔 📋 🔍

Fergus Cooper

💻 ⚠️

jonchapman1

🤔 🔍

Colin Please

🤔 🔍

Faraday Institution

💵

Alexander Bessman

🐛 💡

dalbamont

💻

Anand Mohan Yadav

📖

WEILONG AI

💻 💡 ⚠️

lonnbornj

💻 ⚠️ 💡

Priyanshu Agarwal

⚠️ 💻 🐛

DrSOKane

💻 💡 📖 ⚠️

Saransh Chopra

💻 ⚠️ 📖

David Straub

🐛 💻

maurosgroi

🤔

Amarjit Singh Gaba

💻

KennethNwanoro

💻 ⚠️

This project follows the all-contributors specification. Contributions of any kind welcome!

Release files for pybamm 0.4.0.post1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distributions (wheels)

Table of built distributions (wheels) for pybamm 0.4.0.post1
File
pybamm-0.4.0.post1-pp37-pypy37_pp73-win32.whl PyPy 3.7 PyPy 3.7 7.3 Windows x86-32 Details
pybamm-0.4.0.post1-pp37-pypy37_pp73-manylinux2010_x86_64.whl PyPy 3.7 PyPy 3.7 7.3 Linux glibc 2.12+ x86-64 Details
pybamm-0.4.0.post1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl PyPy 3.7 PyPy 3.7 7.3 macOS 10.9+ x86-64 Details
pybamm-0.4.0.post1-pp36-pypy36_pp73-win32.whl PyPy 3.6 PyPy 3.6 7.3 Windows x86-32 Details
pybamm-0.4.0.post1-pp36-pypy36_pp73-manylinux2010_x86_64.whl PyPy 3.6 PyPy 3.6 7.3 Linux glibc 2.12+ x86-64 Details
pybamm-0.4.0.post1-pp36-pypy36_pp73-macosx_10_9_x86_64.whl PyPy 3.6 PyPy 3.6 7.3 macOS 10.9+ x86-64 Details
pybamm-0.4.0.post1-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
pybamm-0.4.0.post1-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
pybamm-0.4.0.post1-cp39-cp39-manylinux2010_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.12+ x86-64 Details
pybamm-0.4.0.post1-cp39-cp39-manylinux2010_i686.whl CPython 3.9 CPython 3.9 Linux glibc 2.12+ x86-32 Details
pybamm-0.4.0.post1-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details
pybamm-0.4.0.post1-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
pybamm-0.4.0.post1-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
pybamm-0.4.0.post1-cp38-cp38-manylinux2010_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.12+ x86-64 Details
pybamm-0.4.0.post1-cp38-cp38-manylinux2010_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.12+ x86-32 Details
pybamm-0.4.0.post1-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details
pybamm-0.4.0.post1-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
pybamm-0.4.0.post1-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
pybamm-0.4.0.post1-cp37-cp37m-manylinux2010_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-64 Details
pybamm-0.4.0.post1-cp37-cp37m-manylinux2010_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-32 Details
pybamm-0.4.0.post1-cp37-cp37m-macosx_10_9_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64 Details
pybamm-0.4.0.post1-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
pybamm-0.4.0.post1-cp36-cp36m-win32.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-32 Details
pybamm-0.4.0.post1-cp36-cp36m-manylinux2010_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-64 Details
pybamm-0.4.0.post1-cp36-cp36m-manylinux2010_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-32 Details
pybamm-0.4.0.post1-cp36-cp36m-macosx_10_9_x86_64.whl CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64 Details

Total release size: 34.5 MB

Release files / pybamm-0.4.0.post1-pp37-pypy37_pp73-win32.whl

Download URL pybamm-0.4.0.post1-pp37-pypy37_pp73-win32.whl
Size 1.1 MB
Tags PyPy 3.7 PyPy 3.7 7.3 Windows x86-32
SHA-256 checksum
How to use checksums
5ae69f56282f6c6f4e81ac0ba05866e40f6b5033456d028d512f5ca5410e05c7
BLAKE2b-256 checksum
How to use checksums
dfddfc585226e857df8f6a71d01e9b477b6a10535f31a6b990dfa54e506b7e36
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

Release files / pybamm-0.4.0.post1-pp37-pypy37_pp73-manylinux2010_x86_64.whl

Download URL pybamm-0.4.0.post1-pp37-pypy37_pp73-manylinux2010_x86_64.whl
Size 1.5 MB
Tags Linux glibc 2.12+ x86-64 PyPy 3.7 PyPy 3.7 7.3
SHA-256 checksum
How to use checksums
4469c928a5893ae2a3ceece3a50e0643067c5d5b464f9575758930952f3a163d
BLAKE2b-256 checksum
How to use checksums
0261626964d8e744f6c2963a332e9dc0e3084f3562228fd47f4c7a4369f50005
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

Release files / pybamm-0.4.0.post1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl

Download URL pybamm-0.4.0.post1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Size 1.4 MB
Tags PyPy 3.7 PyPy 3.7 7.3 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
51a902dcbb0b90dde4c655c52b7d81d19e9023d93760de5f344e5ccd64702676
BLAKE2b-256 checksum
How to use checksums
ebbcac7c2561997ed3ecc63d8ccba7abeda8b8696e22d0aee054e9dec4019efa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

Release files / pybamm-0.4.0.post1-pp36-pypy36_pp73-win32.whl

Download URL pybamm-0.4.0.post1-pp36-pypy36_pp73-win32.whl
Size 1.1 MB
Tags PyPy 3.6 PyPy 3.6 7.3 Windows x86-32
SHA-256 checksum
How to use checksums
ea99b59aed28c8464c8f27629859afc51736aaab6e4eb5bcc65b8f655fb2dd72
BLAKE2b-256 checksum
How to use checksums
f0b3c6e98630868f54da20ad7d11a70d391ebda4368c3581b6cb6c7eab5b0612
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

Release files / pybamm-0.4.0.post1-pp36-pypy36_pp73-manylinux2010_x86_64.whl

Download URL pybamm-0.4.0.post1-pp36-pypy36_pp73-manylinux2010_x86_64.whl
Size 1.5 MB
Tags Linux glibc 2.12+ x86-64 PyPy 3.6 PyPy 3.6 7.3
SHA-256 checksum
How to use checksums
1723d1522c0625988e05170d55d6bccf22dc5e3d542dcf8647ead1822cd3bdb2
BLAKE2b-256 checksum
How to use checksums
e59168b02fca865361aa2d5065955ef8206574ac4c679e2ed7b5af8d01ebd2af
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

Release files / pybamm-0.4.0.post1-pp36-pypy36_pp73-macosx_10_9_x86_64.whl

Download URL pybamm-0.4.0.post1-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Size 1.4 MB
Tags PyPy 3.6 PyPy 3.6 7.3 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
094501c16b5241bff2e67cf7a49e2b055e25ad40eb3c6cf364a05d395578ea26
BLAKE2b-256 checksum
How to use checksums
6b78d3edc0f29194af59eb71602e363844d58a844d1588dca63319e7474f902e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

Release files / pybamm-0.4.0.post1-cp39-cp39-win_amd64.whl

Download URL pybamm-0.4.0.post1-cp39-cp39-win_amd64.whl
Size 1.1 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
1925ae13c9ad1424d086d0f5e9c1cc01113665d9541228b0f290cf4b69d9f9b9
BLAKE2b-256 checksum
How to use checksums
e78ecf378bae5a074180f3f1da2170d3636a345c534fe808baea8c0b98664cea
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

Release files / pybamm-0.4.0.post1-cp39-cp39-win32.whl

Download URL pybamm-0.4.0.post1-cp39-cp39-win32.whl
Size 1.1 MB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
237d3794ba58b73c576087424be21c095de0245e1fa64b4c03995fbab38aafe6
BLAKE2b-256 checksum
How to use checksums
386d53d1386d7effd7d3f5689863aef41b91d8c865d4e5c9a77004388f33f26f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

Release files / pybamm-0.4.0.post1-cp39-cp39-manylinux2010_x86_64.whl

Download URL pybamm-0.4.0.post1-cp39-cp39-manylinux2010_x86_64.whl
Size 1.5 MB
Tags CPython 3.9 Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
e2a570f19fd6a4ef4a6fe1bfa0b995e54b4697ce268a59eb8104e38b079e39c7
BLAKE2b-256 checksum
How to use checksums
98e73e6ea17342f1914c09cf5b5342b5c60959099893139737918a71d0866da1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

Release files / pybamm-0.4.0.post1-cp39-cp39-manylinux2010_i686.whl

Download URL pybamm-0.4.0.post1-cp39-cp39-manylinux2010_i686.whl
Size 1.5 MB
Tags CPython 3.9 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
30225f250c14e6beba1200008cceb7da05a688a621e42b013af5ea6140840623
BLAKE2b-256 checksum
How to use checksums
e5505ed4f59dec8d570fd6efb74a06cc377777a9ca2efa482e81946d28ee05d7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

Release files / pybamm-0.4.0.post1-cp39-cp39-macosx_10_9_x86_64.whl

Download URL pybamm-0.4.0.post1-cp39-cp39-macosx_10_9_x86_64.whl
Size 1.4 MB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
bfed585c1c884a2bcb3a4df64790783c1b5b647c18913872f26abb4261e0cbbc
BLAKE2b-256 checksum
How to use checksums
6fdf8ca001db8562aae2f10604c667b89437bd95267676abed0768d6ae9cc3f6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

Release files / pybamm-0.4.0.post1-cp38-cp38-win_amd64.whl

Download URL pybamm-0.4.0.post1-cp38-cp38-win_amd64.whl
Size 1.1 MB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
4c4fba879d2a5731423fabda02c691f30f81c99d1085e3583c57ef4c2ac6e37a
BLAKE2b-256 checksum
How to use checksums
28e0b793f2ef29838b7d5f6733925f5cbf79ecbbb235fd8451ba835e1871c790
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

Release files / pybamm-0.4.0.post1-cp38-cp38-win32.whl

Download URL pybamm-0.4.0.post1-cp38-cp38-win32.whl
Size 1.1 MB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
0fe97f231d47eb8ee25e089b247e061fe4bb2c7ce0b6c5578d7a51db5bbcfc28
BLAKE2b-256 checksum
How to use checksums
bc2f166aa56e481e47fc2e0789b20962211715e34dc3d29db9e573becb950032
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

Release files / pybamm-0.4.0.post1-cp38-cp38-manylinux2010_x86_64.whl

Download URL pybamm-0.4.0.post1-cp38-cp38-manylinux2010_x86_64.whl
Size 1.5 MB
Tags CPython 3.8 Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
016fdc38ea5fc30cac8bee691fba16e6730e6a8047b4a7de8e2450c12a631a0b
BLAKE2b-256 checksum
How to use checksums
d2153863e426feeeca298d92c89849ec42a4dfb6c4325d3a367dae3b640aa3e6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

Release files / pybamm-0.4.0.post1-cp38-cp38-manylinux2010_i686.whl

Download URL pybamm-0.4.0.post1-cp38-cp38-manylinux2010_i686.whl
Size 1.5 MB
Tags CPython 3.8 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
5aabdc05529911ec16063a7d96176d959d9e7701345c67259a4e5a31b6a8370b
BLAKE2b-256 checksum
How to use checksums
fef04a59a022889eb829bbd34e5c1262ad9dc4ca1f35e15b006c7bbea8c26c41
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

Release files / pybamm-0.4.0.post1-cp38-cp38-macosx_10_9_x86_64.whl

Download URL pybamm-0.4.0.post1-cp38-cp38-macosx_10_9_x86_64.whl
Size 1.4 MB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
4159b7f19a13b55ba0c3fb77bdcfa65736db1a4b388e0a42bc0760e51a1d6cf1
BLAKE2b-256 checksum
How to use checksums
30cd496ca89ebc2139cd14e595e1291096c22774779a2980cc1e60d2da64d766
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

Release files / pybamm-0.4.0.post1-cp37-cp37m-win_amd64.whl

Download URL pybamm-0.4.0.post1-cp37-cp37m-win_amd64.whl
Size 1.1 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
4b87d459855ee7f4b94958a53dc769f0e710da2f4806d5d5867d27b71df655df
BLAKE2b-256 checksum
How to use checksums
1ebb83f1b1ecb39ac571ef46f89e6773a9c9623ec1821a5c89cd56263cf81aff
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

Release files / pybamm-0.4.0.post1-cp37-cp37m-win32.whl

Download URL pybamm-0.4.0.post1-cp37-cp37m-win32.whl
Size 1.1 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
c253d912475122dd31f7fb12c13b31f29250b36d456d77b50e47b8613275a1fd
BLAKE2b-256 checksum
How to use checksums
999e30f6fd72b02df3c044f065a28bc0e2aeb3db5ca5c7a37b9be9b89809f8aa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

Release files / pybamm-0.4.0.post1-cp37-cp37m-manylinux2010_x86_64.whl

Download URL pybamm-0.4.0.post1-cp37-cp37m-manylinux2010_x86_64.whl
Size 1.5 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
e02a86edd77b44257ffee2af055dfb8f328755e008ee91e80a4cbdad663fb07c
BLAKE2b-256 checksum
How to use checksums
5d345bd13b7a56c032b719fd01ceabca887d22fbb896727418dc2b6d636750c9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

Release files / pybamm-0.4.0.post1-cp37-cp37m-manylinux2010_i686.whl

Download URL pybamm-0.4.0.post1-cp37-cp37m-manylinux2010_i686.whl
Size 1.5 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
014ad3bb08cf2909b1c46152b9e83887c0c3bc26c33433520591e38150b5a1a9
BLAKE2b-256 checksum
How to use checksums
9a1550f46da260928d36b5003f00c1cc723a559e50a8815b5c51510679733bc9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

Release files / pybamm-0.4.0.post1-cp37-cp37m-macosx_10_9_x86_64.whl

Download URL pybamm-0.4.0.post1-cp37-cp37m-macosx_10_9_x86_64.whl
Size 1.4 MB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
0db337784282c28229f86ee918c3b3fbe37036d8c2cd66c0414c86bff1f9ad24
BLAKE2b-256 checksum
How to use checksums
d8802c40b1de3be78e0f81fa6c9b418225d16c02a9260bad91e5c22ec07fdb47
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

Release files / pybamm-0.4.0.post1-cp36-cp36m-win_amd64.whl

Download URL pybamm-0.4.0.post1-cp36-cp36m-win_amd64.whl
Size 1.1 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
db47f8cde86cd2e905ba1cef58a11603b6b99d8a515d97c108cea9798671289e
BLAKE2b-256 checksum
How to use checksums
12619a5667d09d53451c5a22a5510f10da95ac10b7e9b08b065b76257a95490e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

Release files / pybamm-0.4.0.post1-cp36-cp36m-win32.whl

Download URL pybamm-0.4.0.post1-cp36-cp36m-win32.whl
Size 1.1 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
8b9202f342b57b9153ad74a9ff0142910cec0e9c7447bbcf1d1ec65a0f00102c
BLAKE2b-256 checksum
How to use checksums
d38cc278c9d201ce1310438d200ffcd053c9b8f4c29b29860f90b491804d2aa3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

Release files / pybamm-0.4.0.post1-cp36-cp36m-manylinux2010_x86_64.whl

Download URL pybamm-0.4.0.post1-cp36-cp36m-manylinux2010_x86_64.whl
Size 1.5 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
859c0098aed80be260b739251c6b529e5001160b7d759d03ca1f1c9b9ba5f134
BLAKE2b-256 checksum
How to use checksums
9f418f60aba6282218c35ee1d67c1ff40db281c0b8f99ea14ceeb27a0560f47c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

Release files / pybamm-0.4.0.post1-cp36-cp36m-manylinux2010_i686.whl

Download URL pybamm-0.4.0.post1-cp36-cp36m-manylinux2010_i686.whl
Size 1.5 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
579952fa2051e5693250f9dce39a56b9dbcd36e4b6f6839522655e6c5c0b2d7e
BLAKE2b-256 checksum
How to use checksums
d7dfe2e8293cb6dda389ca3849f930f1df497d997eb8a894fc3b85b8a52fbaad
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

Release files / pybamm-0.4.0.post1-cp36-cp36m-macosx_10_9_x86_64.whl

Download URL pybamm-0.4.0.post1-cp36-cp36m-macosx_10_9_x86_64.whl
Size 1.4 MB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
d097cb8c72a2e8026cb644cbe51ed6c0d28cf9789cc1bf14d8969fffa1ea16e4
BLAKE2b-256 checksum
How to use checksums
cd876f83a38c5007ef20cbfe6f041b9be1cd10f958b959c87ba0545ca7081116
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

Release history Release notifications | RSS feed

26.5.0

2 release files

26.4.4

2 release files

26.4.3

2 release files

26.4.1

2 release files

26.4.0

2 release files

26.3.1

2 release files

26.3.0

2 release files

25.6.0

2 release files

25.4.2

2 release files

25.4.1

2 release files

25.1.1

2 release files

25.1.0

2 release files

24.5

17 release files

24.1

16 release files

23.9

15 release files

23.5

19 release files

23.4

9 release files

23.3

9 release files

23.2

9 release files

23.1

9 release files

22.12

9 release files

22.11

9 release files

22.10

9 release files

22.9

13 release files

22.8

13 release files

22.7

13 release files

22.6

13 release files

22.5

13 release files

22.4

1 release file

22.3

14 release files

22.2

18 release files

22.1

18 release files

21.12

18 release files

21.11

19 release files

21.9

19 release files

This release

0.4.0.post1 This release

26 release files

0.4.0

17 release files

0.3.0

7 release files

0.2.4

6 release files

0.2.3

6 release files

0.2.2

3 release files

0.2.1

2 release files

0.2.0

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page