Skip to content

Commit 3eb1f1d

Browse files
committed
Update README
1 parent 69b1464 commit 3eb1f1d

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

Diff for: README.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,21 @@ Related projects:
2222
- [`OpenDSSDirect.jl`](http://github.com/dss-extensions/OpenDSSDirect.jl): Julia bindings to DSS C-API (originally based on the DCSL/OpenDSSDirect.DLL).
2323
- [`DSS Sharp`](http://github.com/dss-extensions/dss_sharp/): .NET assembly to use the native DLL, mimics the COM object as used in .NET.
2424

25-
Version 0.12.0, **STILL TO BE RELEASED**, covers most of the COM functions and classes, besides some extensions from DSS C-API. If you find a missing function or unexpected behavior, please open an issue on GitHub to both help us track and hopefully fix it, and also inform other users. This project uses the [DSS C-API library version 0.12.0](https://github.com/dss-extensions/dss_capi/blob/master/docs/changelog.md#version-0120), based on OpenDSS revision 3460 (few commits after OpenDSS v9.4.1.2).
25+
Version 0.12.1, released on 2022-07-16, covers most of the COM functions and classes, besides some extensions from DSS C-API. If you find a missing function or unexpected behavior, please open an issue on GitHub to both help us track and hopefully fix it, and also inform other users. This project uses the [DSS C-API library version 0.12.1](https://github.com/dss-extensions/dss_capi/blob/master/docs/changelog.md#version-0121), based on OpenDSS revision 3460 (few commits after OpenDSS v9.4.1.2).
2626

27-
## Highlights from 0.12.0
27+
## Highlights from 0.12.1
2828

29+
- `Parallel` API is now supported. Diakoptics and a few corner features are still disabled (under reimplementation).
2930

30-
- **TODO**
31+
- `Storage` API added.
3132

32-
- `Parallel` API is now supported. Diakoptics and a few corner features are still disabled (under reimplementation).
33+
- Support for ZIP files
34+
35+
- Several new functions across the different classes
36+
37+
- Initial support for exporting JSON data
38+
39+
- Better error messages
3340

3441
- 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/master/docs/dss_properties.md
3542

0 commit comments

Comments
 (0)