diff --git a/CHANGELOG.md b/CHANGELOG.md index fabdd18..6dc0cc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # CommonOPF Changelog -## dev +## v0.4.2 +- fix OpenDSSDirect.jl at v0.9.7 because v0.9.8 fails to build on mac chips - add src/edges/admittances.jl with `conductance`, `susceptance`, `bij`, `gij`, `yij`, and more methods. - add `multiphase_variable_container` methods for bus and edge variables - make variable indexing order consistent across single and multiphase models (bus/edge, time, diff --git a/Project.toml b/Project.toml index 4d3c353..3e4c1b8 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "CommonOPF" uuid = "dad7ea18-2b21-482e-81c1-e84414cc4b03" authors = ["Nick Laws and contributors"] -version = "0.4.1" +version = "0.4.2" [deps] DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"