Skip to content

Commit

Permalink
Last modifications before release
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit9126 committed May 29, 2023
1 parent b589681 commit 25bed2f
Show file tree
Hide file tree
Showing 6 changed files with 128 additions and 116 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:
hooks:
- id: black-jupyter
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.269
rev: v0.0.270
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
2 changes: 0 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

## Version 0.4.0

**In progress**

* [GH73](https://github.com/RoseauTechnologies/Roseau_Load_Flow/issues/73)
[PR85](https://github.com/RoseauTechnologies/Roseau_Load_Flow/pull/85) Rename `precision` into `tolerance` and
`final_precision` into `residual`.
Expand Down
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,19 @@ Please take a look at our documentation to see how to install and use `roseau_lo

# Accessing the solver #

This is the client library for the *Roseau Load Flow* solver. To use the solver, you need to sign
up for an account. For inquiry, please contact us at [email protected].
This is the client library for the
[*Roseau Load Flow*](https://www.roseautechnologies.com/en/roseau-load-flow-en/) solver. To use the solver, you
need to sign up for an account. For inquiry, please contact us at [email protected].

If you are a **student or a teacher, free API credentials are provided**. Please contact us at
[email protected].

# Network data #

With this library, there is a sample of 20 low-voltage and 20 medium-voltage feeders included for an easy
start! Each network is given with its summer and winter load point. At *Roseau Technologies*, we are able to provide
the major part of the French medium and low voltage networks. For more information, please contact us at
[email protected].

# Bug reports / Feature requests #

Expand Down
1 change: 1 addition & 0 deletions conda/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ dependencies:
- regex >=2022.1.18
- pint >=0.19.2
- requests >=2.28.1
- typing-extensions >=4.6.2
1 change: 1 addition & 0 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ requirements:
- regex >=2022.1.18
- pint >=0.19.2
- requests >=2.28.1
- typing-extensions >=4.6.2

test:
imports:
Expand Down
Loading

0 comments on commit 25bed2f

Please sign in to comment.