Changelog
=========

0.8.7 - 2025-07-16
------------------
- [BUGFIX] Fix build problem which lead to empty package on pypi.

0.8.6 - 2025-07-15
------------------
- [BUGFIX] Fix dependency problem with PYPOWER and numpy >= 2

0.8.5 - 2024-11-27
------------------
- [BUGFIX] Fix build of package

0.8.4 - 2024-11-27
------------------
- [BUGFIX] Restrict version of PYPOWER to 5.1.16 becuase of incompatibility issues with newer Python versions.
- [CHANGE] Updated to mosaik-api-v3 and new structure of mosaik components.

0.8.3 – 2023-06-14
------------------
- [BUGFIX] Bumped lower version bound of PYPOWER, removed upper restriction on numpy, as it is compatible again

0.8.2 – 2022-09-27
------------------
- [BUGFIX] Added restriction to numpy <1.23, because newer versions are incompatible with current PYPOWER version

0.8.1 – 2022-03-23
------------------
- [BUGFIX] Removed limitation for scypi and increased python compatibility to 3.10.

0.8.0 – 2021-05-21
------------------

- [CHANGE] Updated to mosaik-api 3.0.
- [NEW] converge_exception can be set to throw an exception if load flow
  doesn't converge


0.7.3 - 2021-03-04
------------------

- [BUGFIX] Require version <1.6.0 of scipy and <2.0 of xlrd, because newer versions are incompatible
- [BUGFIX] Set I_real and I_imag in case of failure of power flow


0.7.2 – 2017-07-19
------------------

- [BUGFIX] --> Issue #5: https://bitbucket.org/mosaik/mosaik-pypower/issues/5
- [BUGFIX] --> Issue #6: https://bitbucket.org/mosaik/mosaik-pypower/issues/6
- [LIB-UPDATE] --> scipy update from version 0.17.0 to version 0.19.1


0.7.1 – 2016-02-15
------------------

- [FIX] Fixed a typo in model.py.  "Tap" can now be read from Excel files.


0.7 – 2014-10-28
----------------

- [NEW] Added ability to extend the built-in branch/transformer database
  (`issue #2`_).
- [NEW] Wrote a lot new documentation (`issue #3`_)

.. _`issue #2`: https://bitbucket.org/mosaik/mosaik-pypower/issue/2/
.. _`issue #3`: https://bitbucket.org/mosaik/mosaik-pypower/issue/3/


0.6.3 – 2014-09-22
------------------

- [CHANGE] Updated to mosaik-api 2.0.


0.6.2 – 2014-07-31
------------------

- [CHANGE] Cache xlsx files to improve performance
- [CHANGE] Updated to mosaik-api 2.0a4.


0.6.1 – 2014-06-30
------------------

- [NEW] Added *I_max_p* [A] and *I_max_s* [A] to the transformer data.


0.6 – 2014-06-26
----------------

- [NEW] Can import grids from Excel files (xlsx)
- [NEW] New import format for JSON files (the old format is still supported)
- [CHANGE] Massive internal refactoring.
- [CHANGE] Updated to mosaik-api 2.0a3.


0.5 – 2014-03-26
----------------

- Initial release
