Changelog
=========

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
