You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* rename package to flixopt
* update .yaml and pyproject
* Using FlixOpt as the name in text and flixopt everywhere else
* Using FlixOpt as the name in text and flixopt everywhere else
**flixopt** provides a user-friendly interface with options for advanced users.
20
20
21
-
It was originally developed by [TU Dresden](https://github.com/gewv-tu-dresden) as part of the SMARTBIOGRID project, funded by the German Federal Ministry for Economic Affairs and Energy (FKZ: 03KB159B). Building on the Matlab-based flixOptMat framework (developed in the FAKS project), flixOpt also incorporates concepts from [oemof/solph](https://github.com/oemof/oemof-solph).
21
+
It was originally developed by [TU Dresden](https://github.com/gewv-tu-dresden) as part of the SMARTBIOGRID project, funded by the German Federal Ministry for Economic Affairs and Energy (FKZ: 03KB159B). Building on the Matlab-based flixOptMat framework (developed in the FAKS project), FlixOpt also incorporates concepts from [oemof/solph](https://github.com/oemof/oemof-solph).
22
22
23
23
---
24
24
@@ -50,11 +50,11 @@ It was originally developed by [TU Dresden](https://github.com/gewv-tu-dresden)
50
50
51
51
## 📦 Installation
52
52
53
-
Install flixOpt via pip.
53
+
Install FlixOpt via pip.
54
54
`pip install flixopt`
55
55
With [HiGHS](https://github.com/ERGO-Code/HiGHS?tab=readme-ov-file) included out of the box, flixopt is ready to use..
56
56
57
-
We recommend installing flixOpt with all dependencies, which enables additional features like interactive network visualizations ([pyvis](https://github.com/WestHealth/pyvis)) and time series aggregation ([tsam](https://github.com/FZJ-IEK3-VSA/tsam)).
57
+
We recommend installing FlixOpt with all dependencies, which enables additional features like interactive network visualizations ([pyvis](https://github.com/WestHealth/pyvis)) and time series aggregation ([tsam](https://github.com/FZJ-IEK3-VSA/tsam)).
58
58
`pip install "flixopt[full]"`
59
59
60
60
---
@@ -67,7 +67,7 @@ The documentation is available at [https://flixopt.github.io/flixopt/](https://f
67
67
68
68
## 🛠️ Solver Integration
69
69
70
-
By default, flixOpt uses the open-source solver [HiGHS](https://highs.dev/) which is installed by default. However, it is compatible with additional solvers such as:
70
+
By default, FlixOpt uses the open-source solver [HiGHS](https://highs.dev/) which is installed by default. However, it is compatible with additional solvers such as:
71
71
72
72
-[Gurobi](https://www.gurobi.com/)
73
73
-[CBC](https://github.com/coin-or/Cbc)
@@ -80,7 +80,7 @@ For detailed licensing and installation instructions, refer to the respective so
80
80
81
81
## 📖 Citation
82
82
83
-
If you use flixOpt in your research or project, please cite the following:
83
+
If you use FlixOpt in your research or project, please cite the following:
Copy file name to clipboardExpand all lines: docs/contribute.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ We warmly welcome contributions from the community! This guide will help you get
8
8
3. Run `pytest` and `ruff check .` to ensure your code passes all tests
9
9
10
10
## Documentation
11
-
flixOpt uses [mkdocs](https://www.mkdocs.org/) to generate documentation. To preview the documentation locally, run `mkdocs serve` in the root directory.
11
+
FlixOpt uses [mkdocs](https://www.mkdocs.org/) to generate documentation. To preview the documentation locally, run `mkdocs serve` in the root directory.
12
12
13
13
## Helpful Commands
14
14
-`mkdocs serve` to preview the documentation locally. Navigate to `http://127.0.0.1:8000/` to view the documentation.
@@ -28,7 +28,7 @@ flixOpt uses [mkdocs](https://www.mkdocs.org/) to generate documentation. To pre
28
28
- Ensure 100% test coverage for new code
29
29
30
30
## Branches
31
-
As we start to think flixOpt in **Releases**, we decided to introduce multiple **dev**-branches instead of only one:
31
+
As we start to think FlixOpt in **Releases**, we decided to introduce multiple **dev**-branches instead of only one:
32
32
Following the **Semantic Versioning** guidelines, we introduced:
33
33
-`next/patch`: This is where all pull requests for the next patch release (1.0.x) go.
34
34
-`next/minor`: This is where all pull requests for the next minor release (1.x.0) go.
Copy file name to clipboardExpand all lines: docs/faq/contribute.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ We warmly welcome contributions from the community! This guide will help you get
8
8
3. Run `pytest` and `ruff check .` to ensure your code passes all tests
9
9
10
10
## Documentation
11
-
flixOpt uses [mkdocs](https://www.mkdocs.org/) to generate documentation. To preview the documentation locally, run `mkdocs serve` in the root directory.
11
+
FlixOpt uses [mkdocs](https://www.mkdocs.org/) to generate documentation. To preview the documentation locally, run `mkdocs serve` in the root directory.
12
12
13
13
## Helpful Commands
14
14
-`mkdocs serve` to preview the documentation locally. Navigate to `http://127.0.0.1:8000/` to view the documentation.
@@ -28,7 +28,7 @@ flixOpt uses [mkdocs](https://www.mkdocs.org/) to generate documentation. To pre
28
28
- Ensure 100% test coverage for new code
29
29
30
30
## Branches
31
-
As we start to think flixOpt in **Releases**, we decided to introduce multiple **dev**-branches instead of only one:
31
+
As we start to think FlixOpt in **Releases**, we decided to introduce multiple **dev**-branches instead of only one:
32
32
Following the **Semantic Versioning** guidelines, we introduced:
33
33
-`next/patch`: This is where all pull requests for the next patch release (1.0.x) go.
34
34
-`next/minor`: This is where all pull requests for the next minor release (1.x.0) go.
0 commit comments