-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New tool for finding nodes by fuzzy search
- Loading branch information
Showing
29 changed files
with
1,276 additions
and
8 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build" | |
|
||
[project] | ||
name = "electricalsim" | ||
version = "0.0.7.5" | ||
version = "0.0.7.6" | ||
author = "Dr. Ing. Ariel S. Loyarte" | ||
authors = [ | ||
{ name="Dr. Ing. Ariel S. Loyarte", email="[email protected]" }, | ||
|
@@ -16,7 +16,7 @@ dependencies = [ | |
"PySide2>=5.15", | ||
"Qt.py>=1.3.7", | ||
"pandapower>=2.13.1", | ||
"numba>=0.56.4", | ||
"numba==0.56.4", | ||
"pyqtdarktheme>=2.1.0", | ||
"qtawesome>=1.2.2", | ||
"pynput>=1.7.6", | ||
|
@@ -26,7 +26,8 @@ dependencies = [ | |
"qtpy>=2.3.0", | ||
"pyshortcuts>=1.8.3", | ||
"importlib_metadata>=4.11.3", | ||
"NodeGraphQt>=0.6.17", | ||
"NodeGraphQt>=0.6.21", | ||
"fuzzysearch>=0.7.3", | ||
] | ||
classifiers = [ | ||
"Programming Language :: Python :: 3", | ||
|
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
Binary file modified
BIN
+928 Bytes
(110%)
src/electricalsim/__pycache__/Electrical_Grid_Simulator.cpython-39.pyc
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+171 Bytes
(100%)
src/electricalsim/hotkeys/__pycache__/hotkey_functions.cpython-39.pyc
Binary file not shown.
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
Binary file not shown.
Binary file modified
BIN
+528 Bytes
(100%)
src/electricalsim/lib/__pycache__/electricalGraph.cpython-39.pyc
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
src/electricalsim/lib/__pycache__/table_widget.cpython-39.pyc
Binary file not shown.
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
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
Binary file not shown.
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
Oops, something went wrong.