From release 24.11 onwards, PyBaMM includes an opt-in telemetry collection system to help us better understand how PyBaMM is being used. This system collects anonymous usage data, such as the version of PyBaMM being used, the operating system, and the Python version. This data will help us make informed decisions about the future of PyBaMM. We would like to assure you that no personal data is collected, and the data is only used by the PyBaMM team. Here are some details:
PYBAMM_DISABLE_TELEMETRY=true
(or any value other than false
) or use pybamm.telemetry.disable()
in your code. You can also select “no” when PyBaMM asks if you would like to enable telemetry.