Skip to content

Commit b5b6ca9

Browse files
committed
Removed readme block incorrectly copied from the JVM SDK
Signed-off-by: Anthony Charlton <anthony.charlton@zepben.com>
1 parent f0b25fc commit b5b6ca9

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

changelog.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@
2424
* `NetworkStateOperators` has a new abstract `description`. If you are creating custom operators you will need to add it.
2525
* `StepAction` will now raise an exception if `apply` is overridden. override `_apply` instead, or pass the function to `__init__`
2626
* Renamed `length_from_t1_or_0` to `length_from_t1_or_0`.
27-
* Renamed the package to `com.zepben.ewb`. You will need to update all your imports `com.zepben.evolve.*` -> `com.zepben.ewb.*`. This also updates the maven
28-
artifact:
29-
```xml
30-
<dependency>
31-
<groupId>com.zepben</groupId>
32-
<artifactId>ewb-sdk</artifactId>
33-
</dependency>
34-
```
3527
* Relocated the following classes into the Zepben extensions area, marking them as [ZBEX]:
3628
* `DistanceRelay`: `cim.iec61970.base.protection` -> `cim.extensions.iec61970.base.protection`.
3729
* `EvChargingUnit`: `cim.iec61970.infiec61970.wires.generation.production` -> `cim.extensions.iec61970.base.generation.production`.

0 commit comments

Comments
 (0)