Skip to content

Release v1.6.0 #57

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Change Log
=============

[1.6.0] - 2024-xx-xx
[1.6.0] - 2024-04-09
----------------------
- [CHANGED] support pandapower geojson, released with pandapower version 3.0.0
- [ADDED] support pandapower parameters step_dependency_table and tap_dependency_table, released with pandapower version 3.0.0
Expand Down
33 changes: 16 additions & 17 deletions tutorials/simbench_grids_basics_and_usage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
{
"cell_type": "code",
"execution_count": 42,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -120,7 +120,7 @@
},
{
"cell_type": "code",
"execution_count": 43,
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -138,7 +138,7 @@
},
{
"cell_type": "code",
"execution_count": 44,
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -157,7 +157,7 @@
},
{
"cell_type": "code",
"execution_count": 45,
"execution_count": 4,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -179,27 +179,26 @@
},
{
"cell_type": "code",
"execution_count": 46,
"execution_count": 5,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"This pandapower network includes the following parameter tables:\n",
" - bus (97 element)\n",
" - load (96 element)\n",
" - sgen (102 element)\n",
" - switch (204 element)\n",
" - ext_grid (1 elements)\n",
" - line (99 element)\n",
" - trafo (2 element)\n",
" - measurement (37 element)\n",
" - bus_geodata (97 element)\n",
" - substation (1 elements)\n",
" - loadcases (6 element)"
" - bus (97 elements)\n",
" - load (96 elements)\n",
" - sgen (102 elements)\n",
" - switch (204 elements)\n",
" - ext_grid (1 element)\n",
" - line (99 elements)\n",
" - trafo (2 elements)\n",
" - measurement (37 elements)\n",
" - substation (1 element)\n",
" - loadcases (6 elements)"
]
},
"execution_count": 46,
"execution_count": 5,
"metadata": {},
"output_type": "execute_result"
}
Expand Down