Skip to content
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

Fix/trafo k t values #1

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1405 commits
Select commit Hold shift + click to select a range
bb7fab2
Merge branch 'e2nIEE:develop' into shunt_controller
pawellytaev Jul 2, 2024
d2ca3a4
make validate possible if there is no check
pawellytaev Jul 2, 2024
7cf61a9
Merge remote-tracking branch 'en2IEE/develop' into facts_vsc_hvdc
rbolgaryn Jul 3, 2024
b2a0abd
wip: split BR_B (complex) intro BR_B and BR_G (float)
pawellytaev Jul 4, 2024
7755d51
resolve changelog conflicts
Jul 4, 2024
134b32a
added test for merging of characteristics.
vogt31337 Jul 4, 2024
12fb571
wip: add BR_G
pawellytaev Jul 4, 2024
029e62f
added test and fix for merging of characteristic, closes issue #2330
vogt31337 Jul 4, 2024
5b15c72
Merge pull request #2315 from mfranz13/feature/lv_schutterwald
mfranz13 Jul 4, 2024
34a0ad9
Merge branch 'develop' into feature/fix_for_issue_2330
vogt31337 Jul 4, 2024
00d9e22
Merge pull request #2331 from e2nIEE/feature/fix_for_issue_2330
vogt31337 Jul 4, 2024
e07bf6e
WIP: branch B and G split, todo: to_pm and to/from_ppc converter
pawellytaev Jul 4, 2024
ed8a5ac
code cleanup split BandG
pawellytaev Jul 4, 2024
710936c
delete BR_G from ppci['branch'] and add it als branch_g to ppci
pawellytaev Jul 4, 2024
e093b37
add unit to branch_g
pawellytaev Jul 4, 2024
cc3bf1d
wip: fix from and to_ppc according to BR_B/BR_G changes
pawellytaev Jul 4, 2024
081f2aa
added chaneglog for this fix and the prior scipy version fix
Jul 8, 2024
16f662c
remove unnecessary imports from test_from_ppc
pawellytaev Jul 9, 2024
2f5efea
vectorization of y_bus reordering
awarsewa Jul 10, 2024
d3cc2f6
Fixes broadcasting bug
awarsewa Jul 10, 2024
edc11f1
implemented DC-side series and shunt resistance for DC losses
rbolgaryn Jul 10, 2024
7f4a3d7
Merge remote-tracking branch 'en2IEE/develop' into facts_vsc_hvdc
rbolgaryn Jul 10, 2024
4efdb41
Merge pull request #2336 from awarsewa/develop
SteffenMeinecke Jul 11, 2024
94e9fa1
wip: stash commit for ppc converter
pawellytaev Jul 11, 2024
389c70d
wip: refactor pf2pp validate function tr3w
pawellytaev Jul 11, 2024
6739317
refactoring result check for sgen, gen and ward
pawellytaev Jul 11, 2024
d256acc
refactor PF2pp result validation finish
pawellytaev Jul 11, 2024
6aa85fd
Merge branch 'e2nIEE:develop' into shunt_controller
pawellytaev Jul 11, 2024
d42812a
remove PF replica from shunt controller
pawellytaev Jul 11, 2024
813404c
validate: pf_in_service gets lost, accept when not there
rbolgaryn Jul 12, 2024
abb193d
start implement series capacity
mfisch42 Jul 12, 2024
5ed1b46
Merge remote-tracking branch 'origin/develop' into series_inductance_…
mfisch42 Jul 12, 2024
9abc587
update series capacitor
mfisch42 Jul 12, 2024
a043eae
fixed some small bugs in the CGMES converter and improved its speed (…
mrifraunhofer Jul 12, 2024
2ebb493
small fixes
rbolgaryn Jul 12, 2024
0694382
Merge remote-tracking branch 'en2IEE/develop' into facts_vsc_hvdc
rbolgaryn Jul 12, 2024
f004a01
Merge remote-tracking branch 'en2IEE/develop' into fix/pf_converter2
rbolgaryn Jul 12, 2024
f9499f5
Using loc.
quant12345 Jul 13, 2024
c6fc6e2
Merge branch 'e2nIEE:develop' into series_inductance_capacitor
mfisch42 Jul 15, 2024
3dff07f
codacy issues
pawellytaev Jul 15, 2024
3d13093
added elmscap in changelog and powerfactory doc, update creat scap
mfisch42 Jul 16, 2024
4c1474f
add changelog entry
SteffenMeinecke Jul 16, 2024
de22036
Merge pull request #2346 from SteffenMeinecke/feature/changelog
vogt31337 Jul 16, 2024
d445029
WIP: diagnostic
rbolgaryn Jul 16, 2024
35a1301
Merge remote-tracking branch 'en2IEE/develop' into fix/pf_converter2
rbolgaryn Jul 16, 2024
10ce71d
Merge remote-tracking branch 'en2IEE/develop' into facts_vsc_hvdc
rbolgaryn Jul 16, 2024
b87d394
Merge branch 'develop' into series_inductance_capacitor
pawellytaev Jul 16, 2024
89a6370
fix test for branch g and b feature
pawellytaev Jul 17, 2024
9802cf5
Merge branch 'e2nIEE:develop' into branch_b_and_g
pawellytaev Jul 17, 2024
2a1a306
add shunt values to the Yf_dc, Yt_dc for VSC DC part
rbolgaryn Jul 17, 2024
230c479
WIP: impedance with g and b, to_ppc and from_ppc g_asym, b_asym, todo…
rbolgaryn Jul 17, 2024
bcd8ef9
always use extra variables for g, g_asym, b_asym
rbolgaryn Jul 17, 2024
a0e4aa8
add docstrings, mention in doc for impedance B and G., add test
rbolgaryn Jul 17, 2024
b8c0177
typo in makeYbus
pawellytaev Jul 17, 2024
ff8ffc1
Merge branch 'branch_b_and_g' of https://github.com/pawellytaev/panda…
pawellytaev Jul 17, 2024
debd891
add unsymmetric transformer leakage resistance, reactance, and consid…
rbolgaryn Jul 18, 2024
44910bf
wip:test impedance b and g
pawellytaev Jul 18, 2024
a6b4d4f
Merge branch 'branch_b_and_g' of https://github.com/pawellytaev/panda…
pawellytaev Jul 18, 2024
439ee2b
correct transformer with unsymmetric R and X
rbolgaryn Jul 18, 2024
5535489
Merge remote-tracking branch 'pawel/branch_b_and_g' into branch_b_and_g
rbolgaryn Jul 18, 2024
2098abf
wip:test_results for impedance b and g
pawellytaev Jul 18, 2024
7ef2d23
Merge branch 'branch_b_and_g' of https://github.com/pawellytaev/panda…
pawellytaev Jul 18, 2024
fa342f1
fix test for impedance b and g
pawellytaev Jul 18, 2024
2a0b1cb
convert_format.py for impedance g and b, fixed tests
rbolgaryn Jul 18, 2024
19bf138
more clear formula for wye-delta
rbolgaryn Jul 19, 2024
4ecc940
added a script to trigger the fraunhofer test pipeline.
vogt31337 Jul 21, 2024
9e1361c
Merge branch 'develop' into loc
vogt31337 Jul 21, 2024
203e0b4
Using loc.
quant12345 Jul 21, 2024
b8bd300
Merge remote-tracking branch 'origin/loc' into loc
quant12345 Jul 21, 2024
69f8e0d
adjust J function to consider vsc_gl_pu
rbolgaryn Jul 22, 2024
29845ed
replace xward by ward in converter if series impedance too low; also …
rbolgaryn Jul 22, 2024
1dbe34e
changed timeout for test pipeline
pawellytaev Jul 23, 2024
2d2023e
deactivated installing julia in github test actions
pawellytaev Jul 24, 2024
6e51208
fix typo in idx_brch comments
pawellytaev Jul 24, 2024
dfd10c7
added a small fix for converting old pandapower networks prior to 3.0…
vogt31337 Jul 24, 2024
4abc10f
increased timeout time.
vogt31337 Jul 24, 2024
734b578
Faster net_equivalent calculation by avoiding costly comparisons
awarsewa Jul 25, 2024
1cc3304
fixed issue in dump_to_geojson where props of res_ would overwrite pr…
KS-HTK Jul 25, 2024
e7695ae
Merge branch 'develop' into issues/2278-geojson
KS-HTK Jul 25, 2024
ed0e8e5
Merge pull request #2355 from KS-HTK/issues/2278-geojson
vogt31337 Jul 25, 2024
9d095c0
Changed Station Control in Order to correct droop control, check avai…
hilbrich Jul 25, 2024
65b68e3
add explanation for calc_impedance_parameter formulas
pawellytaev Jul 25, 2024
b001141
added meaningul RateA calculations to branch elements. line Rate A is…
pawellytaev Jul 25, 2024
2cf600d
add create_impedances function to create.py, todo's: add test and docu
pawellytaev Jul 25, 2024
5c5ab5d
branches connecting multiple voltage levels and that have no TAP or S…
pawellytaev Jul 25, 2024
bb53cd2
moved the julia stuff to it's own stage.
vogt31337 Jul 26, 2024
a0a3adc
fixed a typo.
vogt31337 Jul 26, 2024
08838d5
removed double upload of coverage.
vogt31337 Jul 26, 2024
fe57b66
Changed Station Control in Order to correct droop control, check avai…
hilbrich Jul 26, 2024
88867cf
Merge branch 'develop' into feature/convert_format_fix
vogt31337 Jul 26, 2024
8de95b0
Replacing deprecated H and A from scipy.sparse.csr_matrix
quant12345 Jul 27, 2024
01034ee
Replacing deprecated H and A from scipy.sparse.csr_matrix
quant12345 Jul 27, 2024
3390836
Replacing deprecated H and A from scipy.sparse.csc_matrix
quant12345 Jul 27, 2024
d960411
new formulas from_ppc conversion
pawellytaev Jul 29, 2024
8e074d9
Merge branch 'develop' into csc_matrix
vogt31337 Jul 30, 2024
8726a07
remove if 0 stuff from tests
pawellytaev Jul 31, 2024
dcf8e0c
update changelog
pawellytaev Jul 31, 2024
c8fe916
update build_branch calc_y_from_dataframe formula, more clear formulas
pawellytaev Jul 31, 2024
a990970
update case2_2_by_code, impedance instead of trafo after conversion
pawellytaev Jul 31, 2024
1d7d137
small code change in from_ppc
pawellytaev Jul 31, 2024
f17cfc9
finalize from_ppc impedance conversions
pawellytaev Jul 31, 2024
8d0b41c
Merge branch 'develop' into branch_b_and_g
pawellytaev Jul 31, 2024
c9fab59
revert back changes to github actions
pawellytaev Aug 1, 2024
a4d1b78
PowerFactory converter with impedance workarounds, diagnostic, tap hu…
rbolgaryn Aug 1, 2024
c2e9433
Merge remote-tracking branch 'en2IEE/develop' into fix/pf_converter2
rbolgaryn Aug 1, 2024
52a4ff9
fix for contingency tests
rbolgaryn Aug 1, 2024
b3c47a8
try latest Julia
rbolgaryn Aug 1, 2024
9e105c0
try latest Julia
rbolgaryn Aug 1, 2024
a09bd28
try latest Julia
rbolgaryn Aug 1, 2024
633f5ae
try latest Julia
rbolgaryn Aug 1, 2024
bf4a3da
pytest -xs
rbolgaryn Aug 1, 2024
dbd4c83
Merge remote-tracking branch 'roman/fix/pf_converter2' into branch_b_…
pawellytaev Aug 1, 2024
1f40fa0
bugfix trafo ratio
rbolgaryn Aug 1, 2024
ee809be
from_ppc trafo losses fix and litte code cleanup
pawellytaev Aug 2, 2024
e3a81e7
Merge branch 'branch_b_and_g' of https://github.com/pawellytaev/panda…
pawellytaev Aug 2, 2024
e40b370
fix github test actions: 30s -> 30
pawellytaev Aug 2, 2024
69f7d98
make from_ppc import without losses for trafis
pawellytaev Aug 2, 2024
647fca7
bring back trafo losses :-)
pawellytaev Aug 2, 2024
f3e4866
added more tests for case 118 with ls2g
rbolgaryn Aug 2, 2024
5abbea2
Merge remote-tracking branch 'pawel/branch_b_and_g' into branch_b_and_g
rbolgaryn Aug 2, 2024
da4b5ae
add contingency test for unequal hv and lv impedances of trafo
rbolgaryn Aug 2, 2024
aac2e96
Merge remote-tracking branch 'en2IEE/develop' into facts_vsc_hvdc
rbolgaryn Aug 5, 2024
326b3be
CHANGELOG.rst
rbolgaryn Aug 5, 2024
ca2f981
let it raise errors when 0 R
rbolgaryn Aug 5, 2024
9033407
let it raise errors when 0 R
rbolgaryn Aug 5, 2024
2a52a52
Correct implementation of droop control, removed some comments
hilbrich Aug 5, 2024
d2b57ca
Merge branch 'develop' into feature/station_controller
hilbrich Aug 5, 2024
ff49457
Removed further comments
hilbrich Aug 5, 2024
60cdb07
Merge branch 'develop' into feature/station_controller
hilbrich Aug 5, 2024
d1e1976
ignored userwarnings, since they only inform users about inconveniences
vogt31337 Aug 6, 2024
61049b6
syntax error.
vogt31337 Aug 6, 2024
0fec949
Replaced match case with if statements for downward compatibility
hilbrich Aug 6, 2024
672a8dd
Merge remote-tracking branch 'Roman/feature/station_controller' into …
hilbrich Aug 6, 2024
e95777d
ignore didn't work, added lightsim2grid as dependency
vogt31337 Aug 6, 2024
333cdee
lightsim2grid version 0.9.0 isn't supported.
vogt31337 Aug 6, 2024
09cfffd
Further replacement of match case with if statements for downward com…
hilbrich Aug 6, 2024
200d2b8
Removed some code which was only relevant for MCCS
hilbrich Aug 6, 2024
5f2b41e
Merge branch 'develop' into loc
vogt31337 Aug 6, 2024
a381596
Code improvement according to Codacy
hilbrich Aug 6, 2024
4b82f59
updated convert_fromat.py to convert geodata for pp<1.6
KS-HTK Aug 6, 2024
af5face
small fix, added test to compare results to PF
rbolgaryn Aug 6, 2024
9f27cd2
fixed issue where _convert_geo_data would run if elements where not d…
KS-HTK Aug 6, 2024
58d73f7
Merge pull request #2367 from KS-HTK/feature/convert_format_fix
vogt31337 Aug 6, 2024
9ee7b76
fixed version of ls2g.
vogt31337 Aug 6, 2024
7483baf
removed required install of ls2g
vogt31337 Aug 6, 2024
a33a923
Merge branch 'facts_vsc_hvdc' of github.com:e2nIEE/pandapower into fa…
vogt31337 Aug 6, 2024
141bffa
Merge branch 'feature/convert_format_fix' of github.com:e2nIEE/pandap…
vogt31337 Aug 6, 2024
1eb8ae9
Merge pull request #2357 from e2nIEE/feature/convert_format_fix
vogt31337 Aug 6, 2024
0777d13
Merge branch 'develop' into loc
vogt31337 Aug 6, 2024
8877a95
Merge pull request #2365 from e2nIEE/facts_vsc_hvdc
vogt31337 Aug 6, 2024
b000d93
Merge branch 'develop' into csc_matrix
vogt31337 Aug 6, 2024
150c6ba
Merge branch 'develop' into feature/readme-improvements
vogt31337 Aug 6, 2024
7f751d5
Merge branch 'develop' into loc
vogt31337 Aug 6, 2024
67b09fb
Merge pull request #2358 from quant12345/csc_matrix
vogt31337 Aug 6, 2024
8073325
Merge branch 'develop' into loc
vogt31337 Aug 6, 2024
edd5ae0
Merge pull request #2342 from quant12345/loc
vogt31337 Aug 6, 2024
a69b788
Merge branch 'develop' into feature/readme-improvements
vogt31337 Aug 6, 2024
88cbd40
Merge pull request #2314 from KS-HTK/feature/readme-improvements
vogt31337 Aug 6, 2024
aa0f74f
Update README.rst
vogt31337 Aug 6, 2024
232d8b9
Update README.rst
vogt31337 Aug 6, 2024
21abaae
Merge branch 'develop' into feature/trigger_gitlab
vogt31337 Aug 6, 2024
72819af
Merge branch 'develop' into series_inductance_capacitor
vogt31337 Aug 6, 2024
ebc47c2
Merge remote-tracking branch 'en2IEE/develop' into branch_b_and_g
rbolgaryn Aug 6, 2024
a0e14de
make code clear
SteffenMeinecke Aug 6, 2024
48708fb
Merge branch 'develop' into develop
SteffenMeinecke Aug 6, 2024
a63fabf
add changelog
SteffenMeinecke Aug 6, 2024
4ab6f7e
Merge branch 'develop' of https://github.com/awarsewa/pandapower into…
SteffenMeinecke Aug 6, 2024
b3885bc
Added Station Control Test and fixed some issues with station control…
hilbrich Aug 6, 2024
137a661
set case118 tests and test_unequal_trafo_impedances on xfail - until …
rbolgaryn Aug 6, 2024
b824c2c
Merge pull request #2344 from mfisch42/series_inductance_capacitor
vogt31337 Aug 6, 2024
2d58693
Merge pull request #2349 from e2nIEE/feature/trigger_gitlab
vogt31337 Aug 6, 2024
a4bb604
Merge remote-tracking branch 'en2IEE/develop' into branch_b_and_g
rbolgaryn Aug 7, 2024
0acbfe6
warning if lightsim2grid version below 0.9.0
rbolgaryn Aug 7, 2024
46f78a1
doc fix for vsc, bus_dc, line_dc
rbolgaryn Aug 7, 2024
e7894d2
doc fix for vsc, bus_dc, line_dc
rbolgaryn Aug 7, 2024
a9bd656
Merge pull request #2347 from pawellytaev/branch_b_and_g
vogt31337 Aug 7, 2024
3df5424
Merge pull request #2318 from mfranz13/master
mfranz13 Aug 7, 2024
d05e527
fixed version problem from ls2g
vogt31337 Aug 7, 2024
f499d71
Merge branch 'hotfix/ls2g_fix'
vogt31337 Aug 7, 2024
d628cd4
Merge tag 'ls2g_fix' into develop
vogt31337 Aug 7, 2024
aa48cc7
Merge branch 'develop' into develop
vogt31337 Aug 7, 2024
2698f7e
Merge pull request #2354 from awarsewa/develop
vogt31337 Aug 7, 2024
d116449
Merge branch 'develop' into fix/protection
rbolgaryn Aug 7, 2024
4d3be90
fix jupyter facts
rbolgaryn Aug 7, 2024
df8c18e
Merge branch 'develop' of https://github.com/e2nIEE/pandapower into d…
Aug 8, 2024
2764b2e
changed geopnadas version to >= 1.0
Aug 8, 2024
35cb563
dropped python 3.8 support for geopandas >= 1.0
Aug 8, 2024
5b94afc
removed fiona dependency
Aug 8, 2024
37f2216
geopandas dropped fiona dependency, updated info on fiona
Aug 8, 2024
00a67f9
Finalized implementation and added tests for stactrl, started doc
hilbrich Aug 8, 2024
d3f8c0f
cast the column to the correct type before assigning values.
quant12345 Aug 8, 2024
dd4583f
I try without changes grid_modification.py
quant12345 Aug 8, 2024
786ed19
patched the patch maker to use new geodata format.
vogt31337 Aug 9, 2024
e8d5b5b
Merge pull request #2369 from e2nIEE/fix/facts_tutorial
vogt31337 Aug 9, 2024
3421b51
Merge branch 'develop' into geopandas_1
mfranz13 Aug 9, 2024
87aef9e
try with float64 type.
quant12345 Aug 9, 2024
efe36b2
row 1217 try with object type.
quant12345 Aug 9, 2024
d389baa
Casting the column type to the type of the value being set.
quant12345 Aug 9, 2024
cf917cb
Casting values to column type net[table]"element"].
quant12345 Aug 9, 2024
e19a4ce
replacement for deprecated namespaces scipy.sparse.csc and scipy.spar…
quant12345 Aug 10, 2024
d8afb2c
copy array element to standard python scalar
quant12345 Aug 10, 2024
27695ab
copy array element to standard python scalar
quant12345 Aug 10, 2024
3baf889
Finished Documentation
hilbrich Aug 12, 2024
2db8347
Merge branch 'develop' into feature/station_controller
hilbrich Aug 12, 2024
31361df
Merged develop and removed a debug print expression
hilbrich Aug 12, 2024
cb4db55
Changelog
hilbrich Aug 12, 2024
6ca9382
Adjusted docs according to log tests
hilbrich Aug 12, 2024
1d02a3c
Merge branch 'develop' into fix/protection
gbanerjeefraunhofer Aug 13, 2024
8502b3e
Merge pull request #2323 from gbanerjeefraunhofer/fix/protection
gbanerjeefraunhofer Aug 13, 2024
57c60a1
Consistent controller parameters and avoiding misunderstanding of gro…
SteffenMeinecke Aug 14, 2024
bbc525b
Merge branch 'develop' into geopandas_1
jwiemer112 Aug 14, 2024
6138145
Added small comment in test of stactrl
hilbrich Aug 15, 2024
8f45ac3
Merge branch 'develop' into feature/station_controller
hilbrich Aug 15, 2024
ecf9f70
Merge pull request #2370 from mfranz13/geopandas_1
mfranz13 Aug 15, 2024
6751b1a
accelerate _subnetworks with sparse aware multiplication
pawellytaev Aug 16, 2024
5c80169
Merge branch 'develop' into accelerate_dist_slack
pawellytaev Aug 16, 2024
ee62f7c
comment cleanup
pawellytaev Aug 16, 2024
b9fc3de
Merge remote-tracking branch 'origin/develop' into feature/station_co…
hilbrich Aug 16, 2024
332a902
json loads is called twice what causes problems in geopandas DataFram…
SimonRubenDrauz Aug 20, 2024
58060e2
remove remark
SimonRubenDrauz Aug 20, 2024
407c6d5
Merge pull request #2379 from SimonRubenDrauz/bugfix/io_utils_geopandas
mfranz13 Aug 20, 2024
0720500
first version of shunt_control test
pawellytaev Aug 23, 2024
161bae5
Merge remote-tracking branch 'refs/remotes/roman/feature/station_cont…
pawellytaev Aug 23, 2024
1dec977
finish discrete shunt controller, continuous shunt controller as Bina…
pawellytaev Aug 23, 2024
7cbb2b8
doc for shunt controller
pawellytaev Aug 23, 2024
ff13f8f
fix tests for shunt controller and PF2pp validate
pawellytaev Aug 23, 2024
7ebb5fb
add test for shunt controller
pawellytaev Aug 23, 2024
c85367e
Merge branch 'e2nIEE:develop' into shunt_controller
pawellytaev Aug 23, 2024
3491c7b
Update CHANGELOG.rst for shunt controller
pawellytaev Aug 23, 2024
4f4cdc8
corrected missing trafo_dict
hilbrich Aug 28, 2024
cd9c6a8
Merge branch 'develop' into feature/station_controller
hilbrich Aug 28, 2024
be0f2cf
Merge pull request #2228 from rbolgaryn/feature/station_controller
vogt31337 Aug 28, 2024
3840dd5
Merge branch 'develop' into shunt_controller
vogt31337 Aug 28, 2024
15796a7
Merge branch 'develop' into scalar
vogt31337 Aug 28, 2024
eb0a565
Merge branch 'develop' into scipy_matrix
vogt31337 Aug 28, 2024
b19f62d
Merge branch 'develop' into dtype
vogt31337 Aug 28, 2024
c92ef55
Update CHANGELOG for dist slack acceleration
pawellytaev Aug 28, 2024
6e4d088
add shunt as possible element in BinarySearchControl
pawellytaev Aug 28, 2024
29a4768
Merge branch 'develop' into accelerate_dist_slack
pawellytaev Aug 28, 2024
d2700a7
Merge pull request #2380 from pawellytaev/shunt_controller
vogt31337 Aug 29, 2024
78e5f7e
Merge branch 'develop' into accelerate_dist_slack
vogt31337 Aug 29, 2024
551708e
Merge pull request #2377 from pawellytaev/accelerate_dist_slack
vogt31337 Aug 29, 2024
0732a18
Merge branch 'develop' into scalar
vogt31337 Aug 29, 2024
641134d
Merge pull request #2373 from quant12345/scalar
vogt31337 Aug 29, 2024
41db0f5
Merge branch 'develop' into scipy_matrix
vogt31337 Aug 29, 2024
a044a46
Merge pull request #2372 from quant12345/scipy_matrix
vogt31337 Aug 29, 2024
5808955
Merge branch 'develop' into dtype
vogt31337 Aug 29, 2024
11af12c
Merge pull request #2371 from quant12345/dtype
vogt31337 Aug 29, 2024
6c9157c
Merge remote-tracking branch 'refs/remotes/envelio/fixing_transformer…
pawellytaev Sep 4, 2024
6edb73c
take case from net._options for trafo k_t fix (calculation only for m…
pawellytaev Sep 4, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 0 additions & 10 deletions .coveragerc

This file was deleted.

19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/blank-template.md

This file was deleted.

34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/blank_template.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Blank template
description: Template for issues that are no bug report or feature request
title: 'YOUR TITLE'
labels: []

body:
- type: checkboxes
id: checks
attributes:
label: Feature Checklist
description: Please make sure that the feature does not already exist.
options:
- label: >
Searched the [issues page](https://github.com/e2nIEE/pandapower/issues) for similar reports
- label: >
Read the relevant sections of the [documentation](https://pandapower.readthedocs.io/en/latest/about.html)
- label: >
Browse the [tutorials](https://github.com/e2nIEE/pandapower/tree/develop/tutorials) and [tests](https://github.com/e2nIEE/pandapower/tree/develop/pandapower/test) for usefull code snippets and examples of use
- type: textarea
id: description
attributes:
label: Issue
description: Describe your issue.

validations:
required: true
- type: checkboxes
id: label_checks
attributes:
label: Label
description: Choose `labels` at the right side (e.g. `bug`, `controller`, `OPF`...).
options:
- label: >
Relevant labels are selected
62 changes: 0 additions & 62 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

84 changes: 84 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
name: Bug Report
description: Report incorrect behavior in the pandapower library
title: '[bug] YOUR TITLE'
labels: bug

body:
- type: checkboxes
id: checks
attributes:
label: Bug report checklis
options:
- label: >
Searched the [issues page](https://github.com/e2nIEE/pandapower/issues) for similar reports
required: true
- label: >
Read the relevant sections of the [documentation](https://pandapower.readthedocs.io/en/latest/about.html)
required: true
- label: >
Browse the [tutorials](https://github.com/e2nIEE/pandapower/tree/develop/tutorials) and [tests](https://github.com/e2nIEE/pandapower/tree/develop/pandapower/test) for usefull code snippets and examples of use
- label: >
Reproduced the issue after updating with `pip install --upgrade pandapower` (or `git pull`)
required: true
- label: >
Tried basic troubleshooting (if a bug/error) like restarting the interpreter and checking the pythonpath
required: true

- type: textarea
id: example
attributes:
label: Reproducible Example
description: >
Please follow [this guide](https://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports) on how to
provide a minimal, copy-pastable example.
placeholder: >
import pandapower as pp

net = pp.create_empty_network()

...
render: python
validations:
required: true
- type: textarea
id: problem
attributes:
label: Issue Description and Traceback
description: >
Please provide a description of the issue and the Traceback/Error.
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: Expected Behavior
description: >
Please describe or show a code example of the expected behavior.
validations:
required: true
- type: textarea
id: version
attributes:
label: Installed Versions
description: >
Please paste the output of ``pd.show_versions()``
value: >
* python version:
* pandas version:
* networkx version:
* scipy version:
* numpy version:
* packaging version:
* tqdm version:
* deepdiff version:
* Operating System name/version:
validations:
required: true
- type: checkboxes
id: label_checks
attributes:
label: Label
description: Choose `labels` at the right side (e.g. `bug`, `controller`, `OPF`...).
options:
- label: >
Relevant labels are selected
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# disable blank issue creation
blank_issues_enabled: false
#
#contact_links:
# - name: GitHub Community Support
# url: https://github.com/orgs/community/discussions
contact_links:
- name: pandapower discussions
url: https://github.com/e2nIEE/pandapower/discussions
# about: Please ask and answer questions here.
# - name: GitHub Security Bug Bounty
# url: https://bounty.github.com/
# about: Please report security vulnerabilities here.
# about: Please report security vulnerabilities here.
28 changes: 0 additions & 28 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

61 changes: 61 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
name: Feature Request
description: Suggest an idea for pandapower
title: '[feature] YOUR TITLE'
labels: [Enhancement]

body:
- type: checkboxes
id: checks
attributes:
label: Feature Checklist
description: Please make sure that the feature does not already exist.
options:
- label: >
Searched the [issues page](https://github.com/e2nIEE/pandapower/issues) for similar feature requests
- label: >
Read the relevant sections of the [documentation](https://pandapower.readthedocs.io/en/latest/about.html)
- label: >
Browse the repository, [tutorials](https://github.com/e2nIEE/pandapower/tree/develop/tutorials) and [tests](https://github.com/e2nIEE/pandapower/tree/develop/pandapower/test) for already existing functionalities
- type: checkboxes
id: feature_checks
attributes:
label: Feature Type
description: Please check what type of feature request you would like to propose.
options:
- label: >
Adding new functionality to pandapower
- label: >
Changing existing functionality in pandapower
- label: >
Removing existing functionality in pandapower
- type: textarea
id: description
attributes:
label: Problem Description
description: >
Please describe what problem the feature would solve.
validations:
required: true
- type: textarea
id: feature
attributes:
label: Feature Description
description: >
Please describe how the new feature would be implemented.
validations:
required: true
- type: textarea
id: context
attributes:
label: Additional Context
description: >
Please provide any relevant GitHub issues, code examples or references that help describe and support
the feature request.
- type: checkboxes
id: label_checks
attributes:
label: Label
description: Choose `labels` at the right side (e.g. `bug`, `controller`, `OPF`...).
options:
- label: >
Relevant labels are selected
Loading