Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit9126 committed Nov 28, 2023
1 parent b29d47d commit 240226f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -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 }}"
Expand Down
2 changes: 0 additions & 2 deletions doc/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions doc/models/Load/FlexibleLoad/FeasibleDomain.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <ali.hamdan@roseautechnologies.com>",
Expand Down

0 comments on commit 240226f

Please sign in to comment.