|
1 | 1 | # 0.10.7
|
2 | 2 |
|
3 |
| -- Simple maintenance release. |
| 3 | +- Maintenance release. |
4 | 4 | - Updated to DSS C-API 0.10.7, which includes most changes up to OpenDSS v9.1.3.4.
|
5 |
| -- Includes tweaks related to the `CapRadius` property. |
6 |
| -- New properties ported from the official COM interface: `Bus.AllPCEatBus`, `Bus.AllPDEatBus`, and `CktElement.TotalPowers`. |
| 5 | +- Includes an important bug fix related to the `CapRadius` DSS property. If your DSS scripts included the pattern `GMRac=... rad=...` or `GMRac=... diam=...` (in this order and without specifying `CapRadius`), you should upgrade and re-evaluate the results. |
| 6 | +- New API properties ported from the official COM interface: `Bus.AllPCEatBus`, `Bus.AllPDEatBus`, `CktElement.TotalPowers`, `Meters.ZonePCE` |
| 7 | + |
| 8 | +DSS C-API 0.10.7 changes: |
| 9 | + |
| 10 | +- Simple maintenance release, which includes most changes up to OpenDSS v9.1.3.4 (revision 2963). |
| 11 | +- Includes an important bug fix related to the `CapRadius` DSS property. If your DSS scripts included the pattern `GMRac=... rad=...` or `GMRac=... diam=...` (in this order and without specifying `CapRadius`), you should upgrade and re-evaluate the results. |
| 12 | +- This version should be fully API compatible with 0.10.3+. |
| 13 | +- A reference document listing the DSS commands and properties for all DSS elements is now available at https://github.com/dss-extensions/dss_capi/blob/0.10.x/docs/dss_properties.md |
| 14 | +- New functions API ported from the official OpenDSS include: `Bus_Get_AllPCEatBus`, `Bus_Get_AllPDEatBus`, `CktElement_Get_TotalPowers`, `Meters_Get_ZonePCE`. |
| 15 | +- The changes ported from the official OpenDSS include the following (check the repository for more details): |
| 16 | + - "Adds LineType property to LineCode and LineGeometry objects." |
| 17 | + - "Correcting bug found in storage device when operating in idling mode. It was preventing the solution of other test feeders (IEEE 9500)" |
| 18 | + - "Enabling fuel option for generator, fixing bug found in TotalPower command." |
| 19 | + - "Adding kvar compensation calculation for normalizing reactive power at feeder head. v 9.1.2.4" |
| 20 | + - "Adding: - Line type variable to line definition. - AllPCEatBus and AllPDEatBus commands to the executive command set. - AllPCEatBus and AllPDEatBus commands to bus interface in COM/DLL. (...)" |
| 21 | + - "Adding capability to energy meter for getting the list of all PCE (shunt) within a zone. Interface "AllPCEatZone" for COM/DLL created." |
| 22 | + - "Fixing bug found when calculating voltage bases with large amount of numbers (large array)." |
| 23 | + |
7 | 24 |
|
8 | 25 | # 0.10.6
|
9 | 26 |
|
|
0 commit comments