Skip to content

Tags: dss-extensions/AltDSS-Python

Tags

0.2.4

v0.2.4: use backend v0.14.5, implement "contains" for buses, updated …

…changelog.

0.2.3

pyproject.toml: Use the backend as the anchor package, let DSS-Python…

… float.

0.2.2

Batch: refactored to allow new filters; new tests, docs. Updated depe…

…ndencies.

0.2.1

RegisterValues: Remove the previous workaround, which is causing issu…

…es now.

0.2.0

PDElement: pctNormal and pctEmergency; upgrade versions.

0.1.3

Update changelog

0.1.2

Update changelog

0.1.1

pyproject.toml: depend on dss_python_backend for a fixed version

0.1.0

Merge local changes:

- Use `pyproject.toml`
- Generate code based on the latest schema, notably `DynOut` is now a list of strings instead of a single string
- SetterFlags implemented
- Tests updated
- Type hints adjusted for a better dev experience. Still needs more work.
- Migrate (copy and adapt) some more code from DSS-Python
- Handle integration with DSS-Python and OpenDSSDirect.py
- Fix some Bus functions (renamed in DSS C-API)
- Initial documentation