-
Notifications
You must be signed in to change notification settings - Fork 606
incorporate pandera into network structure #2788
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
Changes from 222 commits
Commits
Show all changes
264 commits
Select commit
Hold shift + click to select a range
9fbe11a
add pandera to dependancies
heckstrahler d8ecaa2
added missing vn_kv
vogt31337 0e51c85
fixed a broken check about standard values... (which are not document…
vogt31337 c9fa1b9
example on how metadata could be used
vogt31337 55750fc
fix which will not add non required columns.
vogt31337 abb27f1
add descriptions to schemata, add b2b_vsc, bus_dc and load_dc schemata
heckstrahler 9a9b545
Merge branch 'develop' into structure_dict_rework
heckstrahler c8b11cf
add schema for dcline, measurement, source_dc, ward, xward
heckstrahler a55cb35
add schemata for bi_vsc, impedance, line_dc, tcsc, trafo3w
heckstrahler 55c7a51
add res schema to elements
heckstrahler e6ba49d
add 3ph res tables to elements
heckstrahler c922bb8
remove introduced inplace methods
heckstrahler 28859e7
fix if condition for dataframe
heckstrahler ddfd275
add metadata to elements
heckstrahler fee0cd9
Merge branch 'develop' into structure_dict_rework
heckstrahler 98f9592
add additional schema (#2738)
FynnIEE 16582c3
fix less equals error
heckstrahler 47f3da2
reformat imports
heckstrahler 26090b9
set correct dtype for id_characteristic_table, and set
heckstrahler bdb4d40
fix typo, fix small slow list/dict creation
heckstrahler 842f6b4
make comments into TODOs
heckstrahler 3a93c0e
fixed failing sq_lite test
KS-HTK 02460b5
add schema for ssc element, bug fixes
heckstrahler c59ae15
revert breaking change, other bugfixes
heckstrahler f98bddb
fixed test for subnet
KS-HTK e8bb137
fix typing in build_branch
heckstrahler c06ec7d
add metadata to csv creation
heckstrahler b2a9c2d
update get_std_type_structure_dict
heckstrahler 2702e15
Merge branch 'develop' into structure_dict_rework
heckstrahler 8ba8f9c
fixed path loading
KS-HTK 10fb6d0
Merge branch 'develop' into structure_dict_rework
KS-HTK efd6167
set required correctly for bus, bus_dc
heckstrahler fe0ac7f
Structure dict rework add additional schemas (#2745)
FynnIEE cefa047
set better variable names, correct imports, add missing res schemata
heckstrahler 9264dde
set required according to documentation
heckstrahler f58e9ff
fix bus creation when there is no geo data, other schema fixes
heckstrahler 0b0b0b0
make test_create as runable as possible -> update create, allow non
heckstrahler dcd98d9
Merge branch 'develop' into structure_dict_rework
heckstrahler 9f3f409
further changes for test create
heckstrahler 1e1f1de
Merge branch 'develop' into structure_dict_rework
heckstrahler 79a2450
fix errors for merge, fix dtype in _set_multiple
heckstrahler a1aa315
fixed nullable strings dtype, some typing, some sonarlint warnings
heckstrahler 76c7bda
add bus index validation method
heckstrahler 82be396
Merge branch 'develop' into structure_dict_rework
heckstrahler 79ad138
add foreign key for bus in schematas
heckstrahler d23c4ff
check bus, bus_dc, dcline, ext_grid, gen, set name to pd.StringDtype
heckstrahler 9543829
make res nullable
heckstrahler 4234144
set nullable = true if required = False
heckstrahler 3599233
Merge branch 'develop' into structure_dict_rework
heckstrahler a90f699
add validation for columns which need to exist together
heckstrahler 6cd7831
Merge branch 'develop' into structure_dict_rework
heckstrahler 64b0a6a
Merge branch 'develop' into structure_dict_rework
heckstrahler e01b38e
fix import
heckstrahler 3b40c2b
add hint to trafo check
heckstrahler 6ff3331
Merge branch 'develop' into structure_dict_rework
heckstrahler c5dfaae
update pandera definitions
heckstrahler 2c5ed74
update schemata after plausibility check
heckstrahler 01dad6d
Merge branch 'develop' into structure_dict_rework
heckstrahler 734198a
Merge branch 'develop' into structure_dict_extension
heckstrahler fbac012
fix import get_dtypes
heckstrahler 4facc12
fixes for test_create
heckstrahler 399c129
add tests for pandera get_dtypes and group_dependency, fix error in
heckstrahler 4c5eeaf
fix dtype in set_multiple_entries, fix geodata init in bus_create, fix
heckstrahler 31f7919
fix group_dependency
heckstrahler 489a6e3
fix various create problems
heckstrahler 253b11a
remove old tools file
heckstrahler c276d44
update repo
heckstrahler 46bae1a
add pandera bus schema test
heckstrahler c778c93
move numbers to helper
heckstrahler 482d5e0
fix pandera test bus
heckstrahler 0d7a69f
update schemata
heckstrahler cd3235f
improve test variables
heckstrahler 5325a1f
Merge branch 'develop' into structure_dict_extension
heckstrahler b38db52
add zero number so helper
heckstrahler 8f570b6
fix description errors
heckstrahler d3ee0cc
Merge branch 'develop' into structure_dict_extension
heckstrahler d8c7bce
update bus schema test
heckstrahler 6d149f8
serveral schema fixes
heckstrahler 2463f87
fix max step for shunt schema
heckstrahler 3190bec
fixes for shunt and sgen schemata
heckstrahler defaf31
fixes for gen and trafo runpp
heckstrahler 9fd367b
revert build branch calc tap from dataframe problem..
heckstrahler fb08eb4
set switch z_ohm to required
heckstrahler 6810831
add column_condition, lower equals check creation method
heckstrahler 2a0c2b8
Merge branch 'develop' into structure_dict_extension
heckstrahler 05bcac3
add fixes for test_create
heckstrahler 7be3b81
fix group validation error
heckstrahler 7e3dd07
fix create test
heckstrahler fda683f
rename pandera test folder
heckstrahler 113f118
fix some cgmes converter problems
heckstrahler 9fa2dc5
fix more errors in converter
heckstrahler 3a08ce3
fix asmcsgen type
heckstrahler d7ca6f8
fixes in build_branch.py (#2804)
KS-HTK 323db01
fixes for all network and plotting tests (#2805)
KS-HTK 728ce09
restore opf check in bus schema
heckstrahler 8e9decd
Merge branch 'structure_dict_extension' of github.com:e2nIEE/pandapow…
heckstrahler 2e8f8cb
Merge branch 'develop' into structure_dict_extension
heckstrahler 3201c12
fixed issues in test_auxiliary.py (#2808)
KS-HTK b6ada68
Merge branch 'structure_dict_extension' of github.com:e2nIEE/pandapow…
heckstrahler beef976
add lower than vor vkr and vk at trafo and trafo3w
heckstrahler 11cebca
add comment
heckstrahler f4c6533
update schemata
heckstrahler 97ff216
add 3ph to rx min max for ext grid
heckstrahler 17c5b9c
fix create lower than column check
heckstrahler 12df8b7
fix problems with bus max min vmpu creation
heckstrahler 3d26bdf
fix NA from excel, current_source in sgen, discretetapcontrol comparison
heckstrahler d0755b6
fix run3ph when type is not set
heckstrahler 7267289
fix add dcline gens
heckstrahler fa41572
Issues/structure dict extension test fixes (#2824)
KS-HTK 93a4938
fixes for grid equivalents
heckstrahler 5f11426
Issues/structure dict extension fix issues (#2825)
KS-HTK 2337fb3
fix bus dc opf nullable
heckstrahler ea4f697
Issues/structure dict extension fix issues (#2827)
KS-HTK 3b6d5c6
Merge branch 'develop' into structure_dict_extension
heckstrahler 39b4ba1
fix sgen create kappa default
heckstrahler 7191717
Issues/structure dict extension fix issues (#2830)
KS-HTK 0d6565c
Merge branch 'develop' into structure_dict_extension
heckstrahler c2738e8
add phases for sn_mva in asym load/sgen
heckstrahler ab6b78a
fix bus create for opf parameter
heckstrahler 0153d8d
fix bus test
heckstrahler 89756fb
fix test_grid_equivalents_auxiliary (test_trafo_phase_shifter)
heckstrahler 33a9614
tap_side fix in _calculate_3w_tap_changers
heckstrahler a76ab2a
Merge branch 'develop' into structure_dict_extension
heckstrahler cae985e
added not_ints_list in helper.py (#2798)
lezneew 298cc83
remove redundant test
heckstrahler da347fc
fix sgen , line, lindc tests
heckstrahler 6f6ed1e
fix storage tests
heckstrahler 54e8abc
fix svc test
heckstrahler 3cfed0c
fix trafo and shunt tests
heckstrahler 7760e69
fix line test
heckstrahler f3afae8
fix tests
heckstrahler a59bd20
fix test_get_min_max_q_capability
heckstrahler b1c02cc
Merge branch 'develop' into structure_dict_extension
heckstrahler bf1882d
fix for contingency
heckstrahler 76580bd
fix test_recycle_dc_trafo_shift
heckstrahler 3732fdc
compare_tcsc_impedance
heckstrahler 758ece5
fix trafo test
heckstrahler 85a5ee7
fix test_ext_grid_gen_order_in_ppc
heckstrahler 55af02a
Merge branch 'develop' into structure_dict_extension
heckstrahler ff87463
fix test_merge_with_characteristics
heckstrahler d06e79e
Merge branch 'develop' into structure_dict_extension
heckstrahler dddd522
Merge branch 'develop' into structure_dict_extension
heckstrahler c3ca169
trafo and other smaller fixes
heckstrahler 8ce76d1
Merge branch 'develop' into structure_dict_extension
heckstrahler 8a07afa
fix _add_dcline_gens
heckstrahler 88beb4c
trafo and sc fixes
heckstrahler a6c44bb
fix test_characteristic
heckstrahler 58b04e5
fixes and sonarcube fixes
heckstrahler db528a7
fix typing
heckstrahler 5dfb9f5
Merge branch 'develop' into structure_dict_extension
heckstrahler c098d45
fix test for change element name
heckstrahler 080c07f
Merge branch 'develop' into structure_dict_extension
heckstrahler c478110
fix network structre res vsc
heckstrahler 99f7520
rename bivsc to vscbipolar
heckstrahler 624ad6c
add add column to df
heckstrahler 3951e2a
Structure dict extension (#2882)
lezneew b7d9002
Merge branch 'develop' into structure_dict_extension
heckstrahler cbc51ca
Merge branch 'structure_dict_extension' of github.com:e2nIEE/pandapow…
heckstrahler 6bf2c6b
fix for dev merge introduced errors
heckstrahler 2a3aa39
Merge branch 'develop' into structure_dict_extension
heckstrahler 256d883
set controallable to default false when optional
heckstrahler 7878662
fix tests
heckstrahler e12240e
Merge branch 'develop' into structure_dict_extension
heckstrahler 445953f
fix create controllable errors
heckstrahler c52f770
fix name in ucte converter
heckstrahler 9a5607c
fix trafo.df for ucte converter
heckstrahler 8c4e11e
fix stationcontrol
heckstrahler 11826ba
fix sonar warnings
heckstrahler 8e8fea0
Structure dict extension fixes (#2891)
KS-HTK de7de57
fix test_lightsim2grid_phase_shifters
heckstrahler aabbab0
Merge branch 'develop' into structure_dict_extension
heckstrahler 474fc39
structure dict extension more fixes (#2892)
KS-HTK 44a8671
Merge branch 'develop' into structure_dict_extension
heckstrahler eeb93ed
Issues/fixes in structure dict extension (#2900)
KS-HTK 3576a32
Merge branch 'develop' into structure_dict_extension
heckstrahler 6b06b5c
Merge remote-tracking branch 'refs/remotes/origin/structure_dict_exte…
heckstrahler 96899db
add default values to metadata
heckstrahler 2a63865
Issues/fixes in structure dict extension (#2904)
KS-HTK 228b14c
Merge branch 'develop' into structure_dict_extension
heckstrahler 164d8a6
Issues/fixes in structure dict extension (#2920)
KS-HTK 0b10782
fix BinarySearchControl
heckstrahler 83288ba
introduce cim metadata, create columns for cim2pp from schemata, all …
heckstrahler 837b69c
Merge branch 'develop' into structure_dict_extension
30dd050
fix _update_min_max_q_mvar for station_control
heckstrahler ce0a6f0
Fix facts structure dict extension (#2922)
KS-HTK 5a0baa5
fixes for cim2pp
heckstrahler 05922c7
Merge branch 'develop' into structure_dict_extension
heckstrahler 1e4be50
Merge branch 'develop' into structure_dict_extension
heckstrahler 6fbb49b
fix mypy
heckstrahler ff7c95f
fix todos
heckstrahler 967b696
updated docstings (#2934)
KS-HTK a660e91
add ucte converter tags
heckstrahler e4526dd
fix bool defaults
heckstrahler e619606
Merge branch 'develop' into structure_dict_extension
heckstrahler 7c27f99
Feature/get all elements (#2939)
jwiemer112 16231ef
ltds_fix (#2938)
mrifraunhofer 032cf61
Merge branch 'develop' into structure_dict_extension
heckstrahler 7db7449
added pytest split to tutorial_test pipeline (#2935)
KS-HTK d5c9719
fixed many links (#2937)
KS-HTK e7cc0a6
Merge branch 'develop' into structure_dict_extension
heckstrahler 8a3f75a
update pandera version
heckstrahler a3b66c9
set pandera version interval
heckstrahler 5abc6ff
set pandaer 0.29.0 as max version
heckstrahler b90cbc6
Fix copyright text formatting in LICENSE file (#2914)
brynpickering 53def8f
added PowerElectronicsConnection to the LTDS converter, updated LTDS …
mrifraunhofer e0a9fcc
Merge branch 'develop' into structure_dict_extension
heckstrahler 0b92e25
fixes from review
heckstrahler 364cfa8
Merge branch 'release/v4.0.0' into structure_dict_extension
KS-HTK 4171d26
ltds_pce (#2944)
mrifraunhofer 446a1e9
ltds_notebook (#2949)
mrifraunhofer e19b592
ltds_notebook (#2950)
mrifraunhofer f90461a
Feature check vkr percent (#2948)
vogt31337 5c0827d
Feature additional diagnostic functions (#2952)
vogt31337 7bb6956
Correct loading_percent description in motor_par.csv (#2947)
arisaka97 aa6f4e9
ucte2pp conversion fixes (#2823)
pawellytaev 7045a2f
Fix 2733 (#2951)
MoritzHauff 712cf18
Fix runopp(init="results") so the OPF solver preserves the model init…
jerelang b0a54a3
Feature/highlight plot (#2833)
jwiemer112 6a1ce2b
fixes for review
heckstrahler 37850f1
Merge branch 'develop' into structure_dict_extension
heckstrahler 376b3b2
typing for for network_create
heckstrahler 22a6156
Fix unit g0_us (#2958)
furqan463 e3993c8
Feature/create tests refactoring (#2960)
KS-HTK aa83654
updated branding with versions from marketing (#2953)
KS-HTK 2f64e31
[IMPROVEMENT] fix `bool` parameters input in `read_excel` and add `ad…
furqan463 0beb5e9
added permissions block to all workflows (#2964)
KS-HTK 0da0f9d
updated the issue templates to use the issue types instead of labels …
KS-HTK 48d2357
Feature/revised issue templates (#2967)
KS-HTK 616736d
display logger message only if GetActiveScenario() isn't None (#2969)
jwiemer112 81e531f
Update docstring (#2970)
furqan463 312ca4d
ltds_notebook (#2972)
mrifraunhofer 463008f
Update lightsim2grid version (#2976)
furqan463 9997bd3
fix cmin for low voltage 10% tolerance (#2913)
nis-nurr d8f26a1
[Fix] Fix `reindex_buses` against creating duplicate indecies (#2963)
furqan463 d458c2e
feature/doc strings update (#2979)
KS-HTK 6ec4911
updated the contributing.rst (#2973)
KS-HTK 9b83a46
[Feature]: Toggle Colormap for simple_plot (#2971)
jwiemer112 d254c2d
ltds_notebook (#2980)
mrifraunhofer 109416d
Fix diagnostic report (#2983)
furqan463 2cd3901
Tutorials for UKPN (#2984)
marcopau 1aca39d
fix missing zipload parameters
heckstrahler 0002019
Feature/structure tests fixes (#2986)
KS-HTK 9a9511b
Merge branch 'develop' into structure_dict_extension
heckstrahler 1a935c5
[Fix] `DiscreteTapControl` to work with negative `tap_step_percent` (…
furqan463 49d0857
remove not needed todo
heckstrahler 2dadf42
Merge branch 'develop' into structure_dict_extension
heckstrahler 7f14c90
Merge branch 'release/v4.0.0' into structure_dict_extension
heckstrahler 68a63d6
added tests for bus_index_validation.py (#2994)
KS-HTK 7d414c5
fix typing
heckstrahler a1c8b49
add changelog entry
heckstrahler File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| __version__ = "3.4.0" | ||
| __format_version__ = "3.1.0" | ||
| __version__ = "4.0.0" | ||
| __format_version__ = "4.0.0" |
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.