Skip to content

Commit

Permalink
prep for v0.18 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoffrin committed Mar 2, 2021
1 parent 2575ae0 commit 9687926
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "PowerModels"
uuid = "c36e90e8-916a-50a6-bd94-075b64ef4655"
authors = ["Carleton Coffrin"]
repo = "https://github.com/lanl-ansi/PowerModels.jl"
version = "0.17.4"
version = "0.18.0"

[deps]
InfrastructureModels = "2030c09a-7f63-5d83-885d-db604e0e9cc0"
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This enables the definition of a wide variety of power network formulations and

**Network Data Formats**
* Matpower ".m" files
* PTI ".raw" files (PSS(R)E v33 specfication)
* PTI ".raw" files (PSS(R)E v33 specification)


## Documentation
Expand All @@ -51,7 +51,7 @@ Community-driven development and enhancement of PowerModels are welcome and enco
## Acknowledgments

This code has been developed as part of the Advanced Network Science Initiative at Los Alamos National Laboratory.
The primary developer is Carleton Coffrin(@ccoffrin) with support from the following contributors,
The primary developer is Carleton Coffrin (@ccoffrin) with support from the following contributors,
- Per Aaslid (@peraaslid) SINTEF ER, Branch flow storage model and linear branch flow formulation
- Juan Luis Barbería (@jbarberia) UTN-BA, PSS(R)E v33 data export
- Russell Bent (@rb004f) LANL, Matpower export, TNEP problem specification
Expand All @@ -65,6 +65,7 @@ The primary developer is Carleton Coffrin(@ccoffrin) with support from the follo
- Miles Lubin (@mlubin) MIT, Julia/JuMP advise
- Yeesian Ng (@yeesian) MIT, Documenter.jl setup
- Kaarthik Sundar (@kaarthiksundar) LANL, OBBT utility
- Byron Tasseff (@tasseff) LANL, multi-infrastructure updates


## Citing PowerModels
Expand All @@ -81,7 +82,7 @@ If you find PowerModels useful in your work, we kindly request that you cite the
doi = {10.23919/PSCC.2018.8442948}
}
```
Citation of the orginal works for problem denifitions (e.g. OPF) and [power flow formulations](https://lanl-ansi.github.io/PowerModels.jl/stable/formulation-details/) (e.g. SOC) is also encouraged when publishing works that use PowerModels.
Citation of the original works for problem definitions (e.g. OPF) and [power flow formulations](https://lanl-ansi.github.io/PowerModels.jl/stable/formulation-details/) (e.g. SOC) is also encouraged when publishing works that use PowerModels.


## License
Expand Down

0 comments on commit 9687926

Please sign in to comment.