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: docs/changelog.md
+10
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,16 @@
17
17
18
18
# Versions 0.14.x
19
19
20
+
## Version 0.14.1 (2024-02-16)
21
+
22
+
Minor release to address issues found through AltDSS-Python. These shouldn't affect software that use only the classic API.
23
+
24
+
- Alt_PCE: implement two missing functions
25
+
- DSSObj, LineGeometry: for the alternative API, add array shortcuts for Wire; use the array shortcuts more.
26
+
-`SetterFlags_AllowAllConductors`:
27
+
- Update value of `SetterFlags_AllowAllConductors` to `0x40000000` to avoid difficulties in Python.
28
+
- Propagate setting when using Obj/Batch APIs; adjust Line.Conductors.
29
+
20
30
## Version 0.14.0 (2024-02-09)
21
31
22
32
Starting on this version, we will call DSS C-API and related projects AltDSS, an alternative implementation of OpenDSS, to make it more clear that this is not supported by EPRI and many extra features are not present in the official OpenDSS. Watch the DSS-Extensions org on GitHub for more announcements soon, including some support for the official implementation (still Windows-only at the moment). The name change **does not** mean compatibility or other aspects are expected to change, the project will still follow the basic guidelines of compatibility that have been followed since 2018.
0 commit comments