- 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.