Skip to content

Tags: NREL-Sienna/PowerSimulations.jl

Tags

v0.29.1

Toggle v0.29.1's commit message
[Diff since v0.29.0](v0.29.0...v0.29.1)

**Merged pull requests:**
- add slackdown to Reactive Balance (#1202) (@rodrigomha)
- Fix bugs branches and HVDC (#1205) (@rodrigomha)

**Closed issues:**
- Slackdown is not added to bus Q balance (#1168)
- HVDC feedforward doesn't work. (#1201)

v0.29.0

Toggle v0.29.0's commit message
[Diff since v0.28.3](v0.28.3...v0.29.0)

**Merged pull requests:**
- Jd/fixes area balancing models (#1130) (@jd-lara)
- change error checking (#1131) (@jd-lara)
- Add pwl TwoTerminalHVDC loss model (#1132) (@rodrigomha)
- Fix multiple issues (#1136) (@rodrigomha)
- Jd/param update fixes (#1139) (@jd-lara)
- Export opt model setting (#1141) (@jd-lara)
- Add missing docstrings, update to Documenter 1.7, format markdown files (#1143) (@kdayday)
- Jd/multiple fixes (#1145) (@jd-lara)
- Rh/fix compact marketbid (#1147) (@jd-lara)
- remove export HVDCLossesAbsoluteValue (#1155) (@jd-lara)
- fix incorrect getter (#1158) (@jd-lara)
- Fix Unbounded HVDC model for Copperplate (#1159) (@rodrigomha)
- change implementation of read dataframe (#1160) (@jd-lara)
- Jd/add thermal time series (#1162) (@jd-lara)
- Update README with docs link (#1166) (@rodrigomha)
- Use cached time series UUID (#1169) (@daniel-thom)
- use service name in meta (#1172) (@jd-lara)
- Update Project.toml (#1176) (@jd-lara)
- remove GLPK and CBC (#1179) (@jd-lara)
- New PR for Fuel Cost (#1180) (@rodrigomha)

**Closed issues:**
- Document and export public API for Type 2 "Model Developer" users (#520)
- Move Tutorials to documentation  (#981)
- Use TimeSeries Schedule in TransmissionInterface (#1058)
- Repeated add to expression in ThermalCompactDispatch (#1100)
- Service Constructors are ignoring availability of Reserve struct (#1103)
- Implement slack variables in the UpperBoundFeedforward constraints (#1107)
- If ThermalUnit is set to must run don't create the UC constraints.  (#1116)
- Export Optimization Problem at each solve call  (#1124)
- Must run constraints lot when calculating duals (#1129)
- Use only JSON3.jl and not JSON.jl (#1133)
- Upper Bound limits for Load should not be his active power field (#1134)
- PWL fails with ThermalDispatchNoMin  (#1135)
- Implement TimeSeries methods for FuelPrice (#1137)
- Fix Compact Check for Market Bid Cost (#1140)
- Check monotonically increasing property quadratic  (#1148)
- Simulation recorder needs Type docstrings & working code examples (#1149)
- Bad fixed cost term  (#1151)
- Add `max_active_power` time series to thermal standard  (#1153)
- HVDCTwoTerminalUnbounded does not add variables for Copperplate with multiple subnetworks (#1156)
- Reactive power incorrect bounds  (#1157)
- `UndefVarError` in `_add_vom_cost_to_objective!` (#1174)
- `UndefVarError` in `construct_device!`  (#1175)
- Get rid of GLPK solver  (#1178)
- Semantics to API to add contingencies (#1185)
- Events to DeviceModel mappings (#1186)
- Update state based on event data (#1188)
- Draw from distribution to set not available status (#1189)

v0.28.3

Toggle v0.28.3's commit message
[Diff since v0.28.2](v0.28.2...v0.28.3)

**Merged pull requests:**
- Add imports to fix bug 1125, test that (#1127) (@GabrielKS)

**Closed issues:**
- `get_resolution` not implemented for `OptimizationProblemResults`  (#1125)

v0.28.2

Toggle v0.28.2's commit message
[Diff since v0.28.1](v0.28.1...v0.28.2)

**Merged pull requests:**
- Jd/decomposition support (#1123) (@jd-lara)

**Closed issues:**
- Numerical Bounds check too slow  (#1083)

v0.28.1

Toggle v0.28.1's commit message
[Diff since v0.28.0](v0.28.0...v0.28.1)

**Merged pull requests:**
- Add ts to interchange (#1120) (@rodrigomha)
- bump codecov version (#1121) (@jd-lara)
- Fix Interface Test and Docs Deploy (#1122) (@rodrigomha)

v0.28.0

Toggle v0.28.0's commit message
[Diff since v0.27.8](v0.27.8...v0.28.0)

**Merged pull requests:**
- Jd/move structs to is (#1068) (@jd-lara)
- updates for transmission interface (#1087) (@jd-lara)
- Merge fixes (#1097) (@daniel-thom)
- Jd/decomposition simulation (#1098) (@jd-lara)
- Massive update documentation for PowerSimulations (#1099) (@rodrigomha)
- Jd/ts cf updates psy4 (#1102) (@jd-lara)
- Cost Func Updates (#1104) (@rodrigomha)
- Remove stale code  (#1105) (@jd-lara)
- Rh/add vector to methods (#1106) (@jd-lara)
- add new compact pwl constraints (#1109) (@rodrigomha)
- Jd/area balance network models (#1110) (@jd-lara)
- Jd/misc fixes (#1111) (@jd-lara)
- Update README.md (#1112) (@claytonpbarrows)
- PSY4 Renaming (#1114) (@rodrigomha)
- Update ORDC model (#1115) (@rodrigomha)
- Ignore known-benign extraneous files in simulation results (#1117) (@GabrielKS)
- Make minimal tweaks for backwards compatibility (#1118) (@GabrielKS)
- Psy4 (#1119) (@jd-lara)

**Closed issues:**
- Catch case where the initial conditions between models are very different (#858)
- Implement ORDC market bid cost (#859)
- Add MultiTerminal HVDC to interface constraints  (#1004)
- Implement Lossy HVDC model for MultiTerminal HVDC (#1006)
- test for interfaces  (#1026)
- Test AreaBalance Network Model  (#1071)
- Duals all NaN when including ReserveDemandCurve (#1093)

v0.27.8

Toggle v0.27.8's commit message
[Diff since v0.27.7](v0.27.7...v0.27.8)

**Merged pull requests:**
- add solve call (#1088) (@jd-lara)
- Enable parallel tests by moving includes to one file (#1091) (@daniel-thom)
- build in parallel test (#1092) (@jd-lara)
- Revert "build in parallel test" (#1094) (@jd-lara)
- Jd/parallel build testing (#1095) (@jd-lara)
- add fix to service bid (#1096) (@jd-lara)

**Closed issues:**
- PowerSimulations 0.27.6 breaks HydroPowerSimulations test environment. (#1089)

v0.27.7

Toggle v0.27.7's commit message
[Diff since v0.27.6](v0.27.6...v0.27.7)

**Merged pull requests:**
- Initial Conditions Reconciliation #1: Detect Mismatches (#1069) (@GabrielKS)
- Fix #1064 (#1090) (@GabrielKS)

**Closed issues:**
- Implement consistent interface for stores  (#1018)
- Store system in results HDF5 (#1048)
- Bug in Compact UC (#1064)

v0.27.6

Toggle v0.27.6's commit message
[Diff since v0.27.5](v0.27.5...v0.27.6)

**Merged pull requests:**
- Refactor store selection process (#1078) (@daniel-thom)
- Further results cache optimizations to support PowerAnalytics (#1079) (@GabrielKS)
- Fix merge errors with #1060 and #1062 (#1080) (@daniel-thom)
- Jd/decomposition results (#1081) (@jd-lara)
- branch flow slacks (#1085) (@jd-lara)
- fix optimizer stats backwards compatibility (#1086) (@jd-lara)

**Closed issues:**
- Implements Slack for StaticBranch (#1057)
- v0.27.1 `read_optimizer_stats` breaks backwards compatibility (#1065)

v0.27.5

Toggle v0.27.5's commit message
[Diff since v0.27.4](v0.27.4...v0.27.5)

**Merged pull requests:**
- Variable Cost Refactor Part 2: PowerSimulations (#1061) (@GabrielKS)
- Serialize System components to HDF5 (#1062) (@daniel-thom)
- Jd/psi decompositionv3 (#1066) (@jd-lara)
- Jd/contingencies partial  (#1067) (@jd-lara)
- Fix caching behaviors: #1070, #1072, #1074 (#1073) (@GabrielKS)
- Jd/fix testsv3 (#1075) (@jd-lara)
- Update network_model.jl (#1076) (@claytonpbarrows)
- Update formulations.jl (#1077) (@claytonpbarrows)

**Closed issues:**
- `_read_results` for `Matrix{Float64}` and `DecisionModelSimulationResults` does not use the cache (#1070)
- `load_results!` incorrectly "loads" data from the cache to populate the cache (#1072)
- `_read_results` gives more data than requested when using a larger cache (#1074)