Skip to content

Commit 5b31363

Browse files
committed
Use DSS C-API 0.10.7-1. Includes fix to energy meter reports.
1 parent c788534 commit 5b31363

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ matrix:
77
sudo: required
88
env:
99
- DOCKER_IMAGE=pmeira/manylinux_wheel_cmake_fpc320
10-
- DSS_CAPI_TAG=0.10.7
10+
- DSS_CAPI_TAG=0.10.7-1
1111
- LINUX_X64=1
1212
- CONDA_SUBDIR=linux-64
1313
services:
@@ -32,7 +32,7 @@ matrix:
3232
sudo: required
3333
env:
3434
- DOCKER_IMAGE=pmeira/manylinux_wheel_cmake_fpc320_i686
35-
- DSS_CAPI_TAG=0.10.7
35+
- DSS_CAPI_TAG=0.10.7-1
3636
- CONDA_SUBDIR=linux-32
3737
services:
3838
- docker
@@ -52,7 +52,7 @@ matrix:
5252
- name: "osx_x64"
5353
os: osx
5454
env:
55-
- DSS_CAPI_TAG=0.10.7
55+
- DSS_CAPI_TAG=0.10.7-1
5656
script:
5757
- export TRAVIS_TAG_DSS_PYTHON=$TRAVIS_TAG
5858
- export TRAVIS_TAG=

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ The module depends on CFFI, NumPy and, optionally, SciPy.Sparse for reading the
2222

2323
## Brief release history
2424

25-
- **2020-12-28 / version 0.10.7: Maintenance release to match DSS C-API 0.10.7, based on on OpenDSS revision 2963. Includes fixes and new features from the official OpenDSS.**
25+
- **2021-03-09 / version 0.10.7-1: Very minor release to fix issues with some of the energy meter reports.**
26+
- 2020-12-28 / version 0.10.7: Maintenance release to match DSS C-API 0.10.7, based on on OpenDSS revision 2963. Includes fixes and new features from the official OpenDSS.
2627
- 2020-07-31 / version 0.10.6: Maintenance release to match DSS C-API 0.10.6, based on on OpenDSS revision 2909. New important settings: `DSS.LegacyModels` and `DSS.Error.ExtendedErrors`.
2728
- 2020-03-03 / version 0.10.5: Maintenance release to match DSS C-API 0.10.5, based on on OpenDSS revision 2837. Temporarily drops the v8 parallel-machine functions, as well as conda packages on Windows.
2829
- 2019-11-16 / version 0.10.4: Maintenance release to match DSS C-API 0.10.4.

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ skip_non_tags: false
33
image: Visual Studio 2019
44
clone_folder: c:\projects\dss_python
55
environment:
6-
DSS_CAPI_TAG: 0.10.7
6+
DSS_CAPI_TAG: 0.10.7-1
77
DSS_CAPI_PATH: c:\projects\dss_capi
88
ANACONDA_API_TOKEN:
9-
secure: Pcm5IXFi4ZUsi1ue5QvPNASDo1Ns1REYbAwDJXRd3FRn2CfKbNPgnPda6fxoN6wG
9+
secure: tz1RWAAmcTidoLDrrIvt8jUxe5nvzgHsLexDXESWFka5Faw+q7oq2J8sifJLT41m
1010
matrix:
1111
- CONDA_SUBDIR: win-32
1212
- CONDA_SUBDIR: win-64

dss/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
from .v7 import *
77
from .patch_dss_com import patch_dss_com
88

9-
__version__ = '0.10.7'
9+
__version__ = '0.10.7.post1'

0 commit comments

Comments
 (0)