Changelog#

v0.1.0 (2025-02-02)#

First release of pvpltools on PyPI.

  • Same functionality as adriesse/pvpltools-python

  • Tested on Python 3.8 - 3.13

  • Documentation published on readthedocs.org

Many thanks to Echedey Luis for helping me get this set up!

The stage is now set for adding some new functionality…

v0.1.0a1 - v0.1.0a5#

  • First alpha releases of the package through PyPI.

Note

The entries below predate the first PyPI release.

Historical notes#

2024-02-13#

2021-10-17#

  • New module power_conversion, which introduces a function for calculating the ADR inverter model coefficients and more.

2021-08-11#

  • The IEC 61853 spectral factor function has a new option integration_limit. Explanations are provided in the doc string.

2020-12-02#

  • Seven models and a model fitting function are now available, and the example code shows how to fit them to data and calculate rms error for comparisons. And of course there are nice graphs.

  • The new module module_efficiency.py contains functions for:

    • the new ADR model

    • HEY

    • MotherPV

    • PVGIS

    • MPM5

    • MPM6

    • bilinear

    • fitting any of the models to measurements

2020-02-29#

  • The main building blocks for the Energy Rating calculation are complete.

  • A higher level function of example script may be coming some day.