You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,9 @@
3
3
### Breaking Changes
4
4
* Updated `EwbDataFilePaths` to be an abstract class that supports variants. Added `LocalEwbDataFilePaths` which is a local file system implementation of
5
5
`EwbDataFilePaths`, and should be used in place of the old `EwbDataFilePaths`.
6
+
*`CopyableUUID` has been removed, and replaced with a new `generate_id` function.
7
+
* All `IdentifiedObject` classes now require an `mrid` to be passed to the constructor, it will no longer be generated by default. This brings the Python SDK
8
+
into alignment with the JVM SDK. You can use the new `generate_id` function if you can't provide a more meaningful mRID.
0 commit comments