Skip to content

Commit

Permalink
Use DSS C-API 0.10.7-1. Includes fix to energy meter reports.
Browse files Browse the repository at this point in the history
  • Loading branch information
PMeira committed Mar 9, 2021
1 parent c788534 commit 5b31363
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ matrix:
sudo: required
env:
- DOCKER_IMAGE=pmeira/manylinux_wheel_cmake_fpc320
- DSS_CAPI_TAG=0.10.7
- DSS_CAPI_TAG=0.10.7-1
- LINUX_X64=1
- CONDA_SUBDIR=linux-64
services:
Expand All @@ -32,7 +32,7 @@ matrix:
sudo: required
env:
- DOCKER_IMAGE=pmeira/manylinux_wheel_cmake_fpc320_i686
- DSS_CAPI_TAG=0.10.7
- DSS_CAPI_TAG=0.10.7-1
- CONDA_SUBDIR=linux-32
services:
- docker
Expand All @@ -52,7 +52,7 @@ matrix:
- name: "osx_x64"
os: osx
env:
- DSS_CAPI_TAG=0.10.7
- DSS_CAPI_TAG=0.10.7-1
script:
- export TRAVIS_TAG_DSS_PYTHON=$TRAVIS_TAG
- export TRAVIS_TAG=
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ The module depends on CFFI, NumPy and, optionally, SciPy.Sparse for reading the

## Brief release history

- **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.**
- **2021-03-09 / version 0.10.7-1: Very minor release to fix issues with some of the energy meter reports.**
- 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.
- 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`.
- 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.
- 2019-11-16 / version 0.10.4: Maintenance release to match DSS C-API 0.10.4.
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ skip_non_tags: false
image: Visual Studio 2019
clone_folder: c:\projects\dss_python
environment:
DSS_CAPI_TAG: 0.10.7
DSS_CAPI_TAG: 0.10.7-1
DSS_CAPI_PATH: c:\projects\dss_capi
ANACONDA_API_TOKEN:
secure: Pcm5IXFi4ZUsi1ue5QvPNASDo1Ns1REYbAwDJXRd3FRn2CfKbNPgnPda6fxoN6wG
secure: tz1RWAAmcTidoLDrrIvt8jUxe5nvzgHsLexDXESWFka5Faw+q7oq2J8sifJLT41m
matrix:
- CONDA_SUBDIR: win-32
- CONDA_SUBDIR: win-64
Expand Down
2 changes: 1 addition & 1 deletion dss/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from .v7 import *
from .patch_dss_com import patch_dss_com

__version__ = '0.10.7'
__version__ = '0.10.7.post1'

0 comments on commit 5b31363

Please sign in to comment.