|
5 | 5 | - Reenabled Parallel interface and PM functions (actors and so on), based on a new implementation.
|
6 | 6 | - Enable incremental Y matrix options -- controlled by `DSS.YMatrix.SolverOptions`, options listed in `SparseSolverOptions`.
|
7 | 7 | - New `ToJSON` functions to dump object properties (power flow state is not included at the moment)
|
8 |
| -- Initial implementation `DSS.Obj` API for direct DSS object and uniform batch manipulation, covering all DSS classes implemented in DSS C-API. The shape of this API may change for the next releases. At the moment it is intended for advanced users. For example, if you get an object handle from the engine and load a new circuit, the handle is invalid and you should not access it anymore (otherwise, crashes are expected). |
| 8 | +- Initial implementation of the new `DSS.Obj` API for direct DSS object and uniform batch manipulation, covering all DSS classes implemented in DSS C-API. The shape of this API may change for the next releases. At the moment it is intended for advanced users. For example, if you get an object handle from the engine and load a new circuit, the handle is invalid and you should not access it anymore (otherwise, crashes are expected). |
| 9 | +- Initial (work-in-progress) implementation of plotting functions. This will also be finished and polished in following releases. |
9 | 10 | - Due to some changes ported from the official OpenDSS since 0.10.7, some results may change, especially for circuits that used miles as length units. The same is observed across the official OpenDSS releases.
|
10 | 11 |
|
11 |
| -DSS C-API 0.10.7 changes: |
| 12 | + |
| 13 | +DSS C-API 0.12.0 changes: |
12 | 14 |
|
13 | 15 | **Includes porting of most official OpenDSS features up to revision 3460.** Check the OpenDSS SVN commits for details.
|
14 | 16 |
|
@@ -60,7 +62,7 @@ This version still maintains basic compatibility with the 0.10.x series of relea
|
60 | 62 | - The C headers for our library were updated to include the `const` modifier for various of the parameters. A few function declarations were fixed.
|
61 | 63 | - Initial batch of i18n changes.
|
62 | 64 |
|
63 |
| -Due to the high number of IO changes, we recommend checking the performance before and after the upgrade to ensure your use case is not affected negatively. If issues are found, please do report. |
| 65 | +Due to the high number of IO changes, we recommend checking the performance before and after the upgrade to ensure your use case is not affected negatively, especially if your application relies heavily on OpenDSS text output. If issues are found, please do report. |
64 | 66 |
|
65 | 67 |
|
66 | 68 | # 0.10.7
|
|
0 commit comments