- Building and uploading to PyPI: py_dss_interface-2.3.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Building and uploading to PyPI: py_dss_interface-2.3.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Updating OpenDSS version 11.0.0.1
- Updating OpenDSS C version at revision 4133
- Updated methods for reclosers and swtcontrols
- Added methods for cktelement
- Added methods for dssproperties
- There are 10 Tests that failed for C++ that will be fix in the next release
- Updating OpenDSS version 10.2.0.1 with a correction to allow negative loads
- OpenDSS updated to Revision 4073. SourceCode https://sourceforge.net/p/electricdss/code/4073/
- OpenDSS C++ updated to Revision 4070 - VersionC.zip file in the GitHub. SourceForge SourceCode https://sourceforge.net/p/electricdss/code/4070/
- Pre-built OpenDSS Linux version provided to work in Google Colab
- Automatically select the OpenDSS Linux version for Colab when in Google Colab. This should not impact existing Linux workflows.
- OpenDSS C++ updated to Revision 4061 - VersionC.zip file in the GitHub. SourceForge SourceCode https://sourceforge.net/p/electricdss/code/4061/
- ErrorOpenDSS fixed
- Updated Delphi OpenDSS to 'Version 10.2.0.1'
- Several fixes in OpenDSS and py-dss-interface
- it works with OpenDSS Linux version
- BUS methods do not raise errors.
- Updated OpenDSS to DDLL built as v9.8.0.1
- OpenDSS is using pointers now instead of variants.
- Tom updated OpenDSS to DDLL built as v9.6.1.2
- Moving away from variant. Capacitor is done. Need other elements
- Tom worked on direct dll with progress bar wired in for daily solution mode
- Description corrected
- py-dss-interface version 2 or above does not have backward compatibility with version 1
- Methods replaced by Python property and setter. For example, instead of using dss.lines_read_r1() and dss.lines_write_r1() to read and write, respectively, we can use dss.lines.r1 to either read (variable = dss.lines.r1) or write (dss.lines.r1 = value) in the current version.
- Update OpenDSS version to: OpenDSS Version 9.6.1.1; License Status: Open
- Code refactored
- PEP 8 in some methods
- Working only on Windows due EPRI offical OpenDSS is available only on Windows
- Code refactored
- Works on Linux version of OpenDSS provided in the package. This version is from 2020.
- Tests included
- Methods renamed to satisfy PEP 8 -- Style Guide for Python Code
- Update OpenDSS version to: OpenDSS Version 9.2.0.1; License Status: Open
- text method returns string values (Jouni request)
- OpenDSS exe 64bits included
- Allowing run multiple instances of DDLL without problems with memory - Gustavo asked it
- Allowing run multiple OpenDSS' DLLs
- Update OpenDSS version to: OpenDSS Version 9.1.3.3 (64-bit build); License Status: Open
- PVsystems updated.
- Update OpenDSS version to: OpenDSS Version 9.1.0.1 (64-bit build); License Status: Open.
- Allowing to write values into Variant methods.
- DSS class can receive OpenDSS folder in order to use the user own OpenDSS.
- Integrating CI.
- First release on PyPI.