diff --git a/conda/meta.yaml b/conda/meta.yaml index 2a501fbe..3ce83ce7 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,6 +1,6 @@ # prettier-ignore {% set name = "roseau-load-flow" %} -{% set version = "0.5.0" %} +{% set version = "0.6.0" %} package: name: "{{ name|lower }}" diff --git a/doc/Changelog.md b/doc/Changelog.md index 75870b35..6eea5d84 100644 --- a/doc/Changelog.md +++ b/doc/Changelog.md @@ -2,8 +2,6 @@ ## Version 0.6.0 -**In development** - - {gh-pr}`149` {gh-issue}`145` Add custom pint wrapper for better handling of pint arrays. - {gh-pr}`148` {gh-issue}`122` deprecate `LineParameters.from_name_lv()` in favor of the more generic `LineParameters.from_geometry()`. The method will be removed in a future release. diff --git a/doc/conf.py b/doc/conf.py index 6dc536fa..098cb6b9 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -22,8 +22,8 @@ # author = "BenoƮt Vinot" # The full version, including alpha/beta/rc tags -version = "0.5" -release = "0.5.0" +version = "0.6" +release = "0.6.0" # -- General configuration --------------------------------------------------- diff --git a/doc/models/Load/FlexibleLoad/FeasibleDomain.md b/doc/models/Load/FlexibleLoad/FeasibleDomain.md index 2231381a..103ca4ad 100644 --- a/doc/models/Load/FlexibleLoad/FeasibleDomain.md +++ b/doc/models/Load/FlexibleLoad/FeasibleDomain.md @@ -168,8 +168,8 @@ that allows to compute the resulting powers of the control at different voltage theoretical power. In the following example, we define a flexible parameter with a $P(U)$ control, a constant $P$ -projection, and a $5kVA$ maximum power. We want to know what would the control produce for all -voltages between 205 V and 255 V if given a theoretical power of $-2.5 + j$ kVA. +projection, and a 5 kVA maximum power. We want to know what would the control produce for all +voltages between 205 V and 255 V if given a theoretical power of $-2.5 + 1j$ kVA. ```python import numpy as np diff --git a/pyproject.toml b/pyproject.toml index dbb200b9..30f2f876 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "roseau-load-flow" -version = "0.5.0" +version = "0.6.0" description = "Highly capable three-phase load flow solver" authors = [ "Ali Hamdan ",