Skip to content

Commit

Permalink
Prepare for DSS C-API 0.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PMeira committed Mar 13, 2024
1 parent 6096aad commit b32c35c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion +DSS_MATLAB/version.m
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
function result = version
result = '0.14.1';
result = '0.14.3';
end
4 changes: 2 additions & 2 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
push:

env:
DSS_CAPI_VERSION: '0.14.1'
DSS_MATLAB_VERSION: '0.14.1'
DSS_CAPI_VERSION: '0.14.3'
DSS_MATLAB_VERSION: '0.14.3'

jobs:
linux_x64:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ Related projects:

Currently, this package 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 currently uses the [DSS C-API library version 0.13.x](https://github.com/dss-extensions/dss_capi/blob/master/docs/changelog.md).

## Highlights from 0.14.1
## Highlights from 0.14.x

Upgrades the engine to AltDSS/DSS C-API 0.14.1. There are some important bugfixes, a few changes ported from the official OpenDSS, and a lot of new features in our engine.
Upgrades the engine to AltDSS/DSS C-API 0.14.x. There are some important bugfixes, a few changes ported from the official OpenDSS, and a lot of new features in our engine.

This first update only updates the engine. Some new functions still need to be exposed to the MATLAB level, notably `Circuit_Save`.

[See also the AltDSS/DSS C-API 0.14.1 notes.](https://github.com/dss-extensions/dss_capi/releases/tag/0.14.1)
[See also the AltDSS/DSS C-API release notes.](https://github.com/dss-extensions/dss_capi/releases/tag/0.14.3)

## Highlights from 0.13.x

Expand Down

0 comments on commit b32c35c

Please sign in to comment.