File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ relevant. See [DSS C-API's repository](https://github.com/dss-extensions/dss_cap
55
66## 0.15.x
77
8+ ### 0.15.1
9+
10+ Released on 2024-02-12.
11+
12+ - Fix installation with ` pip install dss-python[all] ` .
13+
814### 0.15.0
915
1016Released on 2024-02-09.
Original file line number Diff line number Diff line change @@ -221,7 +221,6 @@ Plotting <examples/Plotting>
221221JSON export/import (WIP) <examples/JSON>
222222User-models (PyIndMach012) <examples/UserModels/PyIndMach012/README>
223223examples/Multithreading
224- Changelog <changelog>
225224```
226225
227226``` {toctree}
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ plot = [
7878all = [
7979 " matplotlib" ,
8080 " scipy" ,
81- " opendssdirect" ,
81+ " opendssdirect-py[extras] " ,
8282 " altdss" ,
8383 " pandas" ,
8484]
You can’t perform that action at this time.
0 commit comments