v0.3.1 - 2022-05-24
- Add functions for saving simulation output to csv and npz (#145)
- Internally change generation of ParameterValues to new PyBaMM format (#134)
- Change model timescale to a scalar so that scaling is consistent in batteries of different sizes for single model. Add external thermal simulation function. Update circuit solve vectorized to work with circuit topology with multiple similar resistors connected to single nodes. (#124)
- Change solver class names to camelcase. Does not break usage if using wrapper solve functions (#132)
v0.3 - 2022-02-17
This is the first official version of liionpack. Please note that liionpack and PyBaMM are both still under active development, and so the API may change in the future.
- Define a pack architecture with number of batteries in series and / parallel
- Load a pack architecture from a SPICE netlist
- Run pack simulations using PyBaMM simulations and experiments
- Lumped thermal model with configurable heat transfer coefficients
- Implement cell variablity with input parameters
- Run large simulations with parallel processing