-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add whatsnew for upcoming version 0.10.0
- Loading branch information
1 parent
f3d9b3c
commit dc3a5c5
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Release 0.10.0 (XXXX) | ||
+++++++++++++++++++++ | ||
|
||
Added features | ||
-------------- | ||
|
||
* eTraGo is now compatible with Python 3.9, 3.10 and 3.11 | ||
* Updates to several packages, such as pypsa and pandas | ||
* The module structure has been updated, modules are now grouped into analyze, cluster, disaggregate and tools packages. | ||
* eTraGo is compatible to a status quo scenario representing the year 2019 (called: status2019) | ||
* A new consecutive optimization method is implemented with the following key features | ||
- Separate market from grid model | ||
- Consider actual bidding zones in the market optimization | ||
- Grid optimization considering network topology and cost-based redispatch | ||
- Documentation on read the docs | ||
* An iterative security constraint LOPF (SCLOPF) is now available. It is not selected by default because not all features are compatible yet. | ||
* Analyzing and plotting functions have been updated to take into account the new optimization method. | ||
* Various minor changes and bug fixes | ||
|