Skip to content
Open
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
3103e9a
similarity search
lezneew Oct 8, 2025
b26a7d4
similarity search v2
lezneew Oct 8, 2025
dbe59ee
similarity search working
lezneew Oct 9, 2025
863f4df
extended similarity search for table columns
lezneew Oct 15, 2025
614b0e5
refactored code. added documentation
lezneew Oct 15, 2025
c07d5e7
Merge remote-tracking branch 'origin/JAO-converter' into JAO-converter
lezneew Oct 15, 2025
4f05829
refactored code
lezneew Oct 15, 2025
bc9ca00
refactored code
lezneew Oct 15, 2025
0bda73d
[CHANGED] refactored typing
lezneew Oct 16, 2025
4342fd1
[FIXED] potential regex backtracking
lezneew Oct 16, 2025
847e5b7
[FIX] Regex backtracking
lezneew Oct 23, 2025
9438296
Refactored Code
lezneew Oct 23, 2025
31f6c55
Refactored Code
lezneew Oct 23, 2025
5e38dc6
Merge branch 'develop' into JAO-converter
lezneew Oct 23, 2025
7baadbe
[Fix] regex
lezneew Oct 23, 2025
5675cce
Merge remote-tracking branch 'origin/JAO-converter' into JAO-converter
lezneew Oct 23, 2025
7214e70
Merge branch 'develop' into JAO-converter
lezneew Oct 28, 2025
99798a8
refactored code
lezneew Oct 28, 2025
78b5eae
moved helper functions for norm. of strings and fuzzy matching to new…
lezneew Oct 29, 2025
e9e9008
Copyright added to utils.py
lezneew Oct 29, 2025
3509842
Merge branch 'develop' into JAO-converter
lezneew Oct 29, 2025
04670d7
[ADDED] mapping between JAO and pp documentation
lezneew Nov 5, 2025
7d41c1e
Merge branch 'develop' into JAO-converter
lezneew Nov 5, 2025
293be8d
[FIXED] test
lezneew Nov 5, 2025
d33f195
Merge remote-tracking branch 'origin/JAO-converter' into JAO-converter
lezneew Nov 5, 2025
7d6636d
[FIXED] newest JAO release had non-connecting lines and typing issues…
lezneew Nov 5, 2025
e8d1632
Merge branch 'develop' into JAO-converter
lezneew Dec 3, 2025
04c517e
-sphinx documentation refactored from numpy notation,
lezneew Dec 4, 2025
32987c1
Merge remote-tracking branch 'origin/JAO-converter' into JAO-converter
lezneew Dec 4, 2025
c5b8dd4
Rework of jao converter, to be more readable and maintainable.
vogt31337 Jul 12, 2026
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
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Change Log

[upcoming release] - 2025-..-..
-------------------------------
- [CHANGED] from_jao: converter now uses fuzzy matching with difflib module to find matching buses instead of as well as table column names if they are inconsistent between files
- [FIXED] cim2pp: fixed using the trafo characteristics for the correct tap changer at 2w trafos
- [ADDED] cim2pp: additional info about referencePrios, modes and targetValues for ext_grid / gen / sgen
- [ADDED] Feature to plot multiple layers for buses using plotly
Expand Down
Loading
Loading