Recent Releases of PowerSimulations.jl

PowerSimulations.jl - v0.34.1

PowerSimulations v0.34.1

Diff since v0.34.0

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] 4 days ago

PowerSimulations.jl - v0.34.0

PowerSimulations v0.34.0

Diff since v0.33.5

Breaking changes

  • Changes in decision model API

Merged pull requests:

  • Fix table_format ignored when reading emulation results from cache (#1555) (@Copilot)
  • performance updates (#1568) (@jd-lara)
  • change serialization to hdf logic (#1569) (@jd-lara)
  • Fix KeyError when using slacks and reductions with PowerModels (#1571) (@Copilot)
  • add fixedoutput for sources (#1573) (@m-bossart)
  • use pnm rating method (#1582) (@m-bossart)
  • duals refinement (#1585) (@jd-lara)
  • improve transmission interface + parallel branches error message (#1587) (@m-bossart)
  • add interval to decision (#1591) (@jd-lara)
  • Add Shiftable load model (#1592) (@rodrigomha)
  • fix T undefined in get_min_max_limits (#1596) (@yasirroni)
  • Bump version to 0.33.6 and update dependencies (#1597) (@jd-lara)

Closed issues:

  • Handling Equivalent Line Rating for reduced branches with DLR s (#1529)
  • _read_results doesn't take into account table_format for emulation results (#1554)
  • Dual calculations (#1560)
  • Bug when using slacks and reductions with PowerModels (#1570)
  • MethodError: no method matching get(::Bool, ::String, ::Missing) in create_cost_curve_from_cems (#1583)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] 4 days ago

PowerSimulations.jl - v0.33.5

PowerSimulations v0.33.5

Diff since v0.33.4

Merged pull requests:

  • DLRs (#1559) (@m-bossart)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 1 month ago

PowerSimulations.jl - v0.33.4

PowerSimulations v0.33.4

Diff since v0.33.3

Merged pull requests:

  • add missing term to system expression for PTDF models with Interconnecting Converters (#1565) (@rodrigomha)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 1 month ago

PowerSimulations.jl - v0.33.3

PowerSimulations v0.33.3

Diff since v0.33.2

Merged pull requests:

  • increase the size of the max resolution for a problem (#1562) (@jd-lara)
  • Refactor production cost expression (#1563) (@ChenHaotianC)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 1 month ago

PowerSimulations.jl - v0.33.2

PowerSimulations v0.33.2

Diff since v0.33.1

Merged pull requests:

  • add default time series names for sources (#1549) (@luke-kiernan)
  • test breakpoints and slopes in run_mbc_sim (#1550) (@luke-kiernan)
  • Update meta refresh URL in index.html (#1551) (@kdayday)
  • Eliminate utils_dlrs.jl: use parameter container directly in DLR constraints (#1556) (@Copilot)
  • Sm/dlr jarrad (#1561) (@SebastianManriqueM)

Closed issues:

  • Source with time series? (#1546)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 1 month ago

PowerSimulations.jl - v0.33.1

PowerSimulations v0.33.1

Diff since v0.33.0

Merged pull requests:

  • add aux var for AC line losses (#1544) (@luke-kiernan)
  • Rh/patch timeseries for renewables (#1548) (@jd-lara)

Closed issues:

  • Implement Time-Varying parameters (sparse) for MarketBidCost (#1138)
  • 2D method with just a few lines changed, let's refactor to eliminate the duplication. (#1370)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 2 months ago

PowerSimulations.jl - v0.33.0

PowerSimulations v0.33.0

Diff since v0.32.4

Breaking changes

  • Rename of flows for the in the loop power flow
  • merge corrections to the emulator set up
  • performance improvements that remove the creation of lines for not monitored ones

Merged pull requests:

  • Fix: Support FuelCurve{PiecewiseAverageCurve} in ThermalStandardUnitCommitment (#1446) (@Copilot)
  • Test PF-in-the-loop with different HVDC types (#1464) (@luke-kiernan)
  • Mb/decomposition updates (#1485) (@m-bossart)
  • perf annotations and small type inference fixes (#1499) (@luke-kiernan)
  • make performance test friendly to local use (#1500) (@luke-kiernan)
  • assign penalty to slack for StaticBranchBounds (#1503) (@m-bossart)
  • Add Synchronous Condenser Model (#1507) (@rodrigomha)
  • Network Reduction Cleanup and Decomposition Updates (#1508) (@m-bossart)
  • remove old N-1, G-1 code (#1509) (@m-bossart)
  • add license info to docs (#1515) (@juflorez)
  • Modernize package imports to use import Package as ALIAS syntax (#1516) (@Copilot)
  • Fix results to dataframe for one-dim arrays (#1517) (@rodrigomha)
  • Fix straggling 3D results issue (#1518) (@GabrielKS)
  • Fix bugs in AreaBalancePowerModel add_to_expression! functions (#1519) (@luke-kiernan)
  • adjust for PowerFlows.jl naming changes (#1526) (@luke-kiernan)
  • align round method with RoundingMethod options (#1527) (@juflorez)
  • Switch tutorials to Literate.jl formatting and fix broken docs (#1532) (@kdayday)
  • fix issue 1531 and write test case (#1535) (@luke-kiernan)
  • add ff arguments for renewables (#1538) (@m-bossart)
  • add fixes from previous branch (#1539) (@jd-lara)
  • Minor cleanup: make_tutorials (#1540) (@kdayday)
  • Bug fix regex pattern to compile docs (#1541) (@kdayday)
  • switch PowerFlowLine... to PowerFlowBranch... in aux variable names (#1543) (@luke-kiernan)

Closed issues:

  • Fill in documentation gaps (#951)
  • Create a tutorial and documentation for Emulation Model (#1181)
  • Determine documentation needs for Forced Outages (#1276)
  • Expanding Models in PowerSimulations (#1356)
  • Add minimal how-to or tutorial for working with long format results (#1364)
  • Tutorial: Using data frames to do results handling in PowerSimulations (#1366)
  • Create a PowerSimulations migration guide (#1367)
  • Bug: ThermalStandardUnitCommitment errors on FuelCurve{PiecewiseAverageCurve} (#1417)
  • Document: How to maintain power flow in the loop (#1449)
  • RenewableDispatch with quadratic cost curve (#1493)
  • Tutorial: time-varying market bid cost (#1495)
  • Tutorial: PowerFlow exporter (#1496)
  • Tutorial: How to use contingency models (#1497)
  • Tutorial: HVDC multi-terminal model (#1498)
  • write_result!() function is not supporting Variables of Type DenseAxisArray{Float64, 1, Tuple{UnitRange{Int64}}, Tuple{JuMP.Containers._AxisLookup{Tuple{Int64, Int64}}}} (#1505)
  • Handling 3D Variables in Emulator (#1510)
  • PowerFlow HVDC Tracking issue (#1525)
  • Market bid VOM cost missing dt multiplier (#1531)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] 2 months ago

PowerSimulations.jl - v0.32.4

PowerSimulations v0.32.4

Diff since v0.32.3

Merged pull requests:

  • Events cleanup (#1487) (@m-bossart)
  • Patch bug 1486 (#1489) (@GabrielKS)
  • Fix PSI documentation docstrings (#1490) (@rodrigomha)
  • low-hanging fruit for build _impl! precompilation time (#1492) (@luke-kiernan)
  • fix issue 1493 (#1494) (@luke-kiernan)

Closed issues:

  • Implement and test outages with Hydro (#1331)
  • Model build fails when using ThermalStandardUnitCommitment AND ImportExportSourceModel Formulations (#1486)
  • Outdated code in agc.jl (#1488)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] 4 months ago

PowerSimulations.jl - v0.32.3

PowerSimulations v0.32.3

Diff since v0.32.2

Merged pull requests:

  • add DC power flow in the loop to performance test (#1472) (@luke-kiernan)
  • fix should_export_dual call (#1475) (@luke-kiernan)
  • fix a silly typo (#1476) (@luke-kiernan)
  • bug fix in pm translator (#1477) (@m-bossart)
  • allow for parallel branches with unequal impedances (#1479) (@luke-kiernan)
  • Lk/emulation bugfixes (#1480) (@luke-kiernan)
  • clean up testing warnings (#1481) (@jd-lara)
  • add slack to staticbranchbounds (#1482) (@jd-lara)
  • manage pretty tables two versions (#1483) (@jd-lara)
  • Fix PrettyTables v3 API inconsistencies and clarify version migration comments (#1484) (@Copilot)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] 4 months ago

PowerSimulations.jl - v0.32.2

PowerSimulations v0.32.2

Diff since v0.32.1

Merged pull requests:

  • Mb/decomposition changes (#1473) (@m-bossart)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] 5 months ago

PowerSimulations.jl - v0.32.1

PowerSimulations v0.32.1

Diff since v0.32.0

Merged pull requests:

  • add services mapping call in ic_template (#1470) (@jd-lara)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] 5 months ago

PowerSimulations.jl - v0.32.0

PowerSimulations v0.32.0

Diff since v0.31.0

Breaking changes

  • New depedencies
  • Fix implementation of branch models

Merged pull requests:

  • post psy5 cleanup (#1448) (@jd-lara)
  • Fix documentation build: add missing docstrings and update dependency version (#1450) (@Copilot)
  • refactor inter area map (#1453) (@m-bossart)
  • Fix cost tracking and ramp constraints for thermal generators (#1455) (@taranraj123)
  • Fix MBC and IEC Tests in CI (#1459) (@GabrielKS)
  • add method for TimeSeries (#1467) (@jd-lara)
  • bump versions (#1468) (@jd-lara)

Closed issues:

  • Add support for time variable service bidding in MarketBidCost (#961)
  • 2T - HVDC models tracking issue (#1278)
  • Automatically restrict DegreeTwo reductions for Interfaces/Interchanges (#1451)
  • Fix Performance Tests in PowerSimulations (#1454)
  • MarketBidCost approaches are not working with SingleTimeSeries and transform_single_time_series! (#1466)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] 5 months ago

PowerSimulations.jl - v0.31.0

PowerSimulations v0.31.0

Diff since v0.30.2

Breaking changes

  • Updated all dependencies

New Capabilities

  • Addition of Events for Outages Simulation

Merged pull requests:

  • Implement time variable MarketBidCost for thermals (only incremental) (#1303) (@GabrielKS)
  • Restructure documentation to follow Diataxis framework (#1313) (@akrivi)
  • add voltage stability in the loop (#1317) (@rbolgaryn)
  • Small docs fix to pcm simulation (#1322) (@luke-kiernan)
  • fix an error in hvdc flow direction when writing to PowerFlowData (#1324) (@rbolgaryn)
  • Fix hvdc model with linear losses - closes #1325 (#1326) (@rbolgaryn)
  • fix transformer shunt for PowerModels (#1327) (@rbolgaryn)
  • Add available to ACBus instantiation (#1328) (@GabrielKS)
  • Mb/nongen events (#1329) (@jd-lara)
  • Jd/area balance fixes (#1340) (@jd-lara)
  • Add timeseries to limit import/export in sources (#1341) (@rodrigomha)
  • Mb/pnm reductions compat (#1354) (@SebastianManriqueM)
  • WIP scuc implementations (#1355) (@jd-lara)
  • Clean up welcome page (#1358) (@kdayday)
  • MBC Intermediate Updates (#1359) (@GabrielKS)
  • Add network reduction compatibility (#1361) (@m-bossart)
  • Support 3-dimensional results (#1362) (@daniel-thom)
  • Jd/sc models fixes (#1363) (@jd-lara)
  • Various outages fixes (#1368) (@m-bossart)
  • Update PSI for PSY5 (#1369) (@jd-lara)
  • restore ward + ptdf test (#1371) (@m-bossart)
  • fix power flow in the loop (#1372) (@luke-kiernan)
  • Sm/fix_ambiguities (#1373) (@SebastianManriqueM)
  • Jd/pf loop psy5 (#1374) (@jd-lara)
  • address gabriel's comments (#1378) (@luke-kiernan)
  • Fix Hydro and Source tests (#1379) (@rodrigomha)
  • Jd/pf loop psy5 (#1380) (@jd-lara)
  • pf in-the-loop tests: change indexing style (#1381) (@luke-kiernan)
  • update testing (#1382) (@jd-lara)
  • Sm/restore_scuc (#1383) (@SebastianManriqueM)
  • add market bid cost for renewable (#1384) (@luke-kiernan)
  • various psy5 fixes (#1387) (@jd-lara)
  • Mb/interface double circuit (#1388) (@m-bossart)
  • Mb/fixes for decomposition (#1389) (@m-bossart)
  • jose comments (#1394) (@luke-kiernan)
  • Mb/fix ratings limits (#1395) (@m-bossart)
  • Support 3d realized results (#1397) (@daniel-thom)
  • Support 3d initial conditions (#1398) (@daniel-thom)
  • 3d resultsv2 (#1399) (@jd-lara)
  • resolve todos (#1401) (@jd-lara)
  • fix HVDC test (#1402) (@luke-kiernan)
  • fix validate eltype undefined variable bug (#1403) (@luke-kiernan)
  • Mb/subnetwork bug fix (#1405) (@m-bossart)
  • remove duplicate flow semantic (#1406) (@jd-lara)
  • bug fix (#1408) (@m-bossart)
  • update checks for modeled branches (#1410) (@m-bossart)
  • cleanup events code (#1411) (@m-bossart)
  • Fix MBC tests (#1412) (@GabrielKS)
  • Add new HVDC network model with Lossless formulation (#1413) (@rodrigomha)
  • Add lossy MTHVDC [psy5] (#1414) (@rodrigomha)
  • Lk/issue 1421 hotfix (#1422) (@luke-kiernan)
  • Decremental MarketBidCost v2 (#1423) (@luke-kiernan)
  • Unify the get_time_series interfaces (#1424) (@daniel-thom)
  • Allow load modeling without timeseries (#1425) (@rodrigomha)
  • allow for populating system when getting emulation results (#1426) (@m-bossart)
  • Support time-variable ImportExportCost (#1427) (@GabrielKS)
  • Fix MBC tests (#1428) (@GabrielKS)
  • fix branch and network models (#1431) (@jd-lara)
  • remove filename (#1432) (@luke-kiernan)
  • load constructor test fixed (#1433) (@luke-kiernan)
  • Time-variable ImportExportCost 2: add ReservationVariable (#1434) (@GabrielKS)
  • Psy5 (#1437) (@jd-lara)
  • remove DOWNLOADS path (#1439) (@luke-kiernan)
  • Add calc_additional_axes default for services (#1440) (@GabrielKS)
  • skip removed buses (#1441) (@m-bossart)
  • Jd/3wt (#1443) (@jd-lara)

Closed issues:

  • Include capability to include Planned/Forced outage profiles in the devices (#943)
  • Multi-terminal HVDC features tracking (#1113)
  • Implement physical NLP LCC model (#1212)
  • Outages for non-UC generators (#1242)
  • Add arguments and constraints to other device model constructors for StaticInjection (#1254)
  • Refactor affect function to handle other devices (#1255)
  • Add Seed management for random number generator (#1256)
  • Clean up market bid decremental code (#1260)
  • Ability to run AreaBalancePowerModel with multiple asynch areas (e.g., connected by HVDC) (#1269)
  • MarketBidCost with Time-Varying series (#1270)
  • Make formulation to model sources (#1283)
  • HVDCTwoTerminalUnbounded Bug (#1288)
  • Bug: MethodError in MarketBidCost with time series cost curves - no method matching get_variable(::MarketBidCos (#1296)
  • Support greater-than-two-dimensional results outputs (#1304)
  • Results for a Simulation with a single DecisionModel and single step (#1307)
  • Implement 3WT models (#1308)
  • Time-varying startup and shutdown MarketBidCost feature breaks non-time-varying case (#1311)
  • adding the equivalent of a "Tot" to an Area Interchange (#1312)
  • Make formulation to model sources - time series version (#1315)
  • Bug: MarketBidCost power constraint does not account for min gen power (#1318)
  • HVDC loss model (#1325)
  • Fix implementation and test outages for thermals with reactive power formulations (#1330)
  • Pass device constructor tests for outages (#1332)
  • Defining NetworkModel twice cause initialisation error (#1333)
  • OptimizationProblemResults didn't work with horizon = Hour(1) (#1342)
  • Add 3WT transformer mappings to PowerModels Interface (#1345)
  • Add 3WT transformer for PTDF models (#1346)
  • Restore functionality for radial reductions (#1347)
  • Implement logic for Degree two reduction in models (#1348)
  • Detect nodal models without branch models (#1365)
  • Power flow in-the-loop with Breaker-Switches (#1377)
  • Missing SystemBalanceSlackUp_ACBus (#1385)
  • No method matching _add_expression_to_container!(::JuMP.Containers.DenseAxisArray... (#1386)
  • read_realized_variable compatibility with 3D results (#1390)
  • read_realized_parameter in psy5 fails if reserves are included in the system (#1392)
  • Throw error for AreaBalancePowerModel and no AreaInterchanges (#1393)
  • Failure to build UC simulation with multiple sub-networks (#1404)
  • Update HVDC models to PSY5 (#1407)
  • Line filtering issue (#1409)
  • Mismatch in column names for InfrastructureSystems dataset (#1415)
  • AreaInterchange Branch KeyError not Found for psy5 (#1418)
  • MethodError at DecisionModel build (#1421)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] 5 months ago

PowerSimulations.jl - v0.30.2

PowerSimulations v0.30.2

Diff since v0.30.1

Merged pull requests:

  • Implement decremental market bid cost with pwl cost curve (#1182) (@purboday)
  • AC power flow loss factor auxiliary variable (#1238) (@rbolgaryn)
  • Fix test failures in PR 1182 (#1261) (@GabrielKS)
  • Sm/dev scuc (#1264) (@SebastianManriqueM)
  • Fix issues in https://github.com/NREL-Sienna/PowerSimulations.jl/issues/1260 (#1265) (@purboday)
  • Add PowerAnalytics to CI cross-package tests (#1268) (@GabrielKS)
  • Add LCC physical model (#1271) (@mcllerena)
  • Fix bug 1273 (#1274) (@GabrielKS)
  • Consolidate MarketBidCost PR into PSY5 (#1282) (@rodrigomha)
  • Implement time variable startup and shutdown cost functionality (#1284) (@GabrielKS)
  • hvdc area fix (#1285) (@jd-lara)
  • Add events (#1289) (@m-bossart)
  • Fix realized timestamp bug (#1295) (@rodrigomha)
  • Fix #1298, fix #1297 for thermals, test that (#1300) (@GabrielKS)
  • add On Limit for LoadInterruption (#1302) (@rodrigomha)
  • Add imports exports model (#1305) (@rodrigomha)
  • adding simplified HVDC and PST representations for power flow in the loop (#1306) (@rbolgaryn)
  • change names for pnm compatibility (#1309) (@m-bossart)
  • fixing some of the tests (#1316) (@rbolgaryn)
  • Fix bug #1320 by adding unit conversions; test (#1321) (@GabrielKS)

Closed issues:

  • Events (#892)
  • Examples for Unit Commitment Problem (#1108)
  • Implement using a single system for a simulation (#1170)
  • Error with emulator and in_memory = true (#1244)
  • Writing result fails when using emulator at 5 min resolution (#1245)
  • Update documentation badge to stable (#1249)
  • Implement Total Time at status update (#1253)
  • Add checks for integer MTTR during outages (#1258)
  • Bug: reading OptimizationProblemResults with specified start_time or len does not subset correctly (#1267)
  • Bug: branch types incorrectly assigned in power flow in the loop (#1273)
  • PowerLoadInterruption is not multiplying the OnVariable by p_max to limit the load. (#1275)
  • Custom DecisionProblems cannot be properly built if they are not specified as DefaultDecisionProblem (#1280)
  • Issue with retrieving simulation results under PowerSimulations v0.30.1 (#1286)
  • read_realized_variable() not working for a VariableKey (#1287)
  • Error: Simulation build failed due to non-compatible UC model horizon and forecast horizon (#1290)
  • MarketBidCost formulation incorrectly refers to no load cost rather than min gen cost (#1297)
  • AbstractThermalUnitCommitment formulations add spurious constant to cost expression (#1298)
  • Bug: failure to convert units in export in the loop (#1320)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] 11 months ago

PowerSimulations.jl - v0.30.1

PowerSimulations v0.30.1

Diff since v0.30.0

Merged pull requests:

  • add working basic timeseries outage (#1239) (@m-bossart)
  • fixed get_decision_problem_docstring (#1240) (@annacasavant)
  • Fix HVDC Lossless model bug in Copperplate network (#1241) (@rodrigomha)
  • Mb/cross horizon outages (#1243) (@m-bossart)
  • Mb/ward compat (#1247) (@m-bossart)
  • Fix docs build, add aux variable section (#1248) (@GabrielKS)
  • Update to Vector{DateTime} in Results (#1250) (@rodrigomha)

Closed issues:

  • Add event parameters and constraints to constructors (#1187)
  • Update from pre-calculated time series (#1190)
  • Code to reset unit back to available when using distributions (#1192)
  • QA/QC forced outages (#1195)
  • PSI Simulation Build fails: NetworkModel definition as CopperPlatePowerModel with TwoTerminalHVDCLine in the network (#1227)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 1 year ago

PowerSimulations.jl - v0.30.0

PowerSimulations v0.30.0

Diff since v0.29.2

Breaking changes

  • Addition of new interface for power flow in the loop calculations
  • Addition of code for PowerAnalytics.jl

Merged pull requests:

  • Support in the loop PowerFlow evaluation (#1040) (@jd-lara)
  • Add ComponentSelector feature: PSI portion (#1196) (@GabrielKS)
  • first pass; checking conditions (#1217) (@m-bossart)
  • Update Project.toml (#1219) (@jd-lara)
  • Update Project.toml (#1220) (@jd-lara)
  • update cost functions for thermal dispatch no min (#1223) (@rodrigomha)
  • update TransmissionInterface to fail with FFs (#1225) (@rodrigomha)
  • Rh/fix nomin cost (#1226) (@jd-lara)
  • Implement missing function (#1228) (@m-bossart)
  • new debug logging, fix logic (#1230) (@jd-lara)
  • update decision state for OnVariable and ActivePowerVariable (#1232) (@m-bossart)
  • Set full horizon to zero (#1233) (@m-bossart)
  • Jd/jump perf (#1234) (@jd-lara)

Closed issues:

  • Check HVDCLossless formulation in PTDF and DCP since they are giving different results (#1177)
  • Simulation gets stuck during profiling in Linux (#1183)
  • Update availability parameters (#1191)
  • Performance of has time series in IS (#1194)
  • DecisionModel Build Failed for network AreaBalancePowerModel with slacks (#1208)
  • tracking variable production costs of thermal facilities (#1215)
  • Fix PWL cost production when using ThermalDispatchNoMin (#1221)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 1 year ago

PowerSimulations.jl - v0.29.2

PowerSimulations v0.29.2

Diff since v0.29.1

Merged pull requests:

  • Add Thermal Slacks for UB and LB constraints (including ramps) (#1207) (@rodrigomha)
  • extend expression for AreaBalance equations (#1209) (@ymiftah)
  • Jd/fix reduction indexing (#1210) (@jd-lara)
  • Jd/change axes checks (#1211) (@jd-lara)
  • Update Project.toml (#1214) (@jd-lara)

Closed issues:

  • Add use_slacks option to Thermal generation models (#1204)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] over 1 year ago

PowerSimulations.jl - v0.29.1

PowerSimulations v0.29.1

Diff since v0.29.0

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)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] over 1 year ago

PowerSimulations.jl - v0.29.0

PowerSimulations v0.29.0

Diff since v0.28.3

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)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] over 1 year ago

PowerSimulations.jl - v0.28.3

PowerSimulations v0.28.3

Diff since v0.28.2

Merged pull requests:

  • Add imports to fix bug 1125, test that (#1127) (@GabrielKS)

Closed issues:

  • get_resolution not implemented for OptimizationProblemResults (#1125)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] over 1 year ago

PowerSimulations.jl - v0.28.2

PowerSimulations v0.28.2

Diff since v0.28.1

Merged pull requests:

  • Jd/decomposition support (#1123) (@jd-lara)

Closed issues:

  • Numerical Bounds check too slow (#1083)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] almost 2 years ago

PowerSimulations.jl - v0.28.1

PowerSimulations v0.28.1

Diff since v0.28.0

Merged pull requests:

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

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] almost 2 years ago

PowerSimulations.jl - v0.28.0

PowerSimulations v0.28.0

Diff since v0.27.8

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)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] almost 2 years ago

PowerSimulations.jl - v0.27.8

PowerSimulations v0.27.8

Diff since v0.27.7

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)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 2 years ago

PowerSimulations.jl - v0.27.7

PowerSimulations v0.27.7

Diff since v0.27.6

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)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 2 years ago

PowerSimulations.jl - v0.27.6

PowerSimulations v0.27.6

Diff since v0.27.5

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)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 2 years ago

PowerSimulations.jl - v0.27.5

PowerSimulations v0.27.5

Diff since v0.27.4

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)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 2 years ago

PowerSimulations.jl - v0.27.4

PowerSimulations v0.27.4

Diff since v0.27.3

Merged pull requests:

  • improve IIS printing (#1056) (@jd-lara)

Closed issues:

  • Improve IIS printing in the logs (#1052)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 2 years ago

PowerSimulations.jl - v0.27.3

PowerSimulations v0.27.3

Diff since v0.27.2

Merged pull requests:

  • Jd/thermal modeling changes (#1059) (@jd-lara)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 2 years ago

PowerSimulations.jl - v0.27.2

PowerSimulations v0.27.2

Diff since v0.27.1

Merged pull requests:

  • remove not used code (#1054) (@jd-lara)
  • Fixing a small typo (#1055) (@tengis-nrl)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 2 years ago

PowerSimulations.jl - v0.27.1

PowerSimulations v0.27.1

Diff since v0.27.0

Merged pull requests:

  • add mipgap to caputred stats (#1049) (@jd-lara)
  • Jdafc/ic reconciliation (#1050) (@jd-lara)
  • add xpress patch (#1051) (@jd-lara)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 2 years ago

PowerSimulations.jl - v0.27.0

PowerSimulations v0.27.0

Diff since v0.26.0

Merged pull requests:

  • Jd/radial branch reduction (#1033) (@jd-lara)
  • remove changes related to PTDFNetwork (#1046) (@jd-lara)
  • rename StandardPTDFModel to PTDFPowerModel (#1047) (@jd-lara)

Closed issues:

  • Drop support for PTDFPowerModel (#1044)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 2 years ago

PowerSimulations.jl - v0.26.0

PowerSimulations v0.26.0

Diff since v0.25.3

Merged pull requests:

  • bump power models (#1034) (@jd-lara)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] over 2 years ago

PowerSimulations.jl - v0.25.3

PowerSimulations v0.25.3

Diff since v0.25.2

Merged pull requests:

  • MultiStart with nothing (#1036) (@jd-lara)
  • device_hvdc and network_const updates (#1041) (@lpstreitmatter)
  • updates to support multiple optimization container (#1042) (@jd-lara)

Closed issues:

  • Manage better Nothing returns in ThermalMultiStart (#1035)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] over 2 years ago

PowerSimulations.jl - v0.25.2

PowerSimulations v0.25.2

Diff since v0.25.1

Merged pull requests:

  • Add read_variables for single row variables (no timestamp dependence) (#1031) (@rodrigomha)
  • Fix docs errors (#1032) (@rodrigomha)

Closed issues:

  • Read results for 1D variables (#1022)
  • Fix Documentation Errors (#1030)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] over 2 years ago

PowerSimulations.jl - v0.25.1

PowerSimulations v0.25.1

Diff since v0.25.0

Merged pull requests:

  • HVDC FeedForward with Fixed Values (#1024) (@alefcastelli)
  • remove incorrect method call (#1025) (@jd-lara)
  • Replace cat with preallocated array to fix stackoverflow issue (#1027) (@rodrigomha)
  • fix uses of default attributes (#1028) (@jd-lara)
  • Remove EnergyOutput Aux Vars (#1029) (@rodrigomha)

Closed issues:

  • Implement new way of retrieving default attributes (#1020)
  • Move EnergyOutput out to HPS and SSS (#1023)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] over 2 years ago

PowerSimulations.jl - v0.25.0

PowerSimulations v0.25.0

Diff since v0.24.1

Merged pull requests:

  • Jd/parameter update fixes (#1013) (@jd-lara)
  • Changes to StaticBranch in FixValueFeedForward (#1019) (@alefcastelli)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] over 2 years ago

PowerSimulations.jl - v0.24.1

PowerSimulations v0.24.1

Diff since v0.24.0

Merged pull requests:

  • remove stale code (#1016) (@jd-lara)
  • add meta field to ff parameter getter (#1017) (@jd-lara)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] over 2 years ago

PowerSimulations.jl - v0.24.0

PowerSimulations v0.24.0

Diff since v0.23.3

Merged pull requests:

  • Jd/move energy limit ff out (#1014) (@jd-lara)
  • Clean docs, docstrings, comments and code (#1015) (@pitmonticone)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] over 2 years ago

PowerSimulations.jl - v0.23.3

PowerSimulations v0.23.3

Diff since v0.23.2

Merged pull requests:

  • relax test (#1011) (@jd-lara)
  • Replace parameterized type variables (#1012) (@daniel-thom)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] over 2 years ago

PowerSimulations.jl - v0.23.2

PowerSimulations v0.23.2

Diff since v0.23.1

Merged pull requests:

  • Jd/hvdc losses bugfix (#1010) (@jd-lara)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] over 2 years ago

PowerSimulations.jl - v0.23.1

PowerSimulations v0.23.1

Diff since v0.23.0

Merged pull requests:

  • Fix handling of results with unknown timestamps (#1008) (@daniel-thom)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] over 2 years ago

PowerSimulations.jl - v0.23.0

PowerSimulations v0.23.0

Diff since v0.22.0

Merged pull requests:

  • Jd/hvdc model (#1003) (@jd-lara)
  • add missing method (#1007) (@jd-lara)

Closed issues:

  • Implement LossLess multiterminal HVDC model (#917)
  • Implement angle minimization of AC terminals for Interconnecting converters in HVDC (#926)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] over 2 years ago

PowerSimulations.jl - v0.22.0

PowerSimulations v0.22.0

Diff since v0.21.4

Closed issues:

  • split build_prestep in two function to make it easier to do extensions. (#931)
  • Add a method in PSI to add objective function to JuMP model (#935)
  • Metadata is not being created by default when implementing a custom DecisionProblem (#937)

Merged pull requests:

  • Jd/custom model improvements (#988) (@jd-lara)
  • Removing remainder hydro code from PowerSimulations (#999) (@pesap)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] over 2 years ago

PowerSimulations.jl - v0.21.4

PowerSimulations v0.21.4

Diff since v0.21.3

Merged pull requests:

  • [WIP] Restore AGC model capabilities to PSI (#982) (@rodrigomha)
  • increment execution number with partitioned simulations (#998) (@claytonpbarrows)
  • Jdrh/fix reserves (#1001) (@jd-lara)
  • 2 reference bus systems. (#1002) (@alefcastelli)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] over 2 years ago

PowerSimulations.jl - v0.21.3

PowerSimulations v0.21.3

Diff since v0.21.2

Merged pull requests:

  • Fix bug in custom indexing for realized results (#995) (@daniel-thom)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] over 2 years ago

PowerSimulations.jl - v0.20.5

PowerSimulations v0.20.5

Diff since v0.20.4

Merged pull requests:

  • Fix bug in custom indexing for realized results (#995) (@daniel-thom)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] over 2 years ago

PowerSimulations.jl - v0.21.2

PowerSimulations v0.21.2

Diff since v0.21.1

Closed issues:

  • read_realized_results is too slow (#984)

Merged pull requests:

  • Speedup reading of results (#991) (@daniel-thom)
  • add correction to lb (#992) (@jd-lara)
  • Port the fix for issue-984 to v0.20.3 (#993) (@daniel-thom)
  • Dt/issue 984 (#994) (@jd-lara)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] over 2 years ago

PowerSimulations.jl - v0.20.4

PowerSimulations v0.20.4

Diff since v0.20.3

Closed issues:

  • Move Hydro formulations (#956)
  • Interface Constraints. (#965)
  • read_realized_results is too slow (#984)

Merged pull requests:

  • Jd/drop hydro (#974) (@jd-lara)
  • Jd/add interface constraints (#983) (@jd-lara)
  • Cb/docs fixes (#989) (@claytonpbarrows)
  • add lower_bound to on variable based on must run (#990) (@jd-lara)
  • Speedup reading of results (#991) (@daniel-thom)
  • add correction to lb (#992) (@jd-lara)
  • Port the fix for issue-984 to v0.20.3 (#993) (@daniel-thom)
  • Dt/issue 984 (#994) (@jd-lara)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] over 2 years ago

PowerSimulations.jl - v0.21.1

PowerSimulations v0.21.1

Diff since v0.21.0

Merged pull requests:

  • add lower_bound to on variable based on must run (#990) (@jd-lara)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] over 2 years ago

PowerSimulations.jl - v0.21.0

PowerSimulations v0.21.0

Diff since v0.20.3

Closed issues:

  • Move Hydro formulations (#956)
  • Interface Constraints. (#965)

Merged pull requests:

  • Jd/drop hydro (#974) (@jd-lara)
  • Jd/add interface constraints (#983) (@jd-lara)
  • Cb/docs fixes (#989) (@claytonpbarrows)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] over 2 years ago

PowerSimulations.jl - v0.20.3

PowerSimulations v0.20.3

Diff since v0.20.2

Closed issues:

  • Use @threads when populating expression containers. (#871)

Merged pull requests:

  • Remove filter function if device is nothing (#977) (@rodrigomha)
  • migrate tutorials (#985) (@claytonpbarrows)
  • Add infrastructure to support communication with a server process (#986) (@daniel-thom)
  • read the most recent execution of a partition (#987) (@sourabhdalvi)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] almost 3 years ago

PowerSimulations.jl - v0.20.2

PowerSimulations v0.20.2

Diff since v0.20.1

Closed issues:

  • Isolated buses are not being filtered consistently (#973)
  • export PNM methods (#975)

Merged pull requests:

  • Jd/fix isolated buses (#976) (@jd-lara)
  • Bump version to v0.20.2 (#978) (@jd-lara)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] almost 3 years ago

PowerSimulations.jl - v0.20.1

PowerSimulations v0.20.1

Diff since v0.20.0

Merged pull requests:

  • Jd/ntp fixes (#970) (@jd-lara)
  • Add reserves down for renewable dispatch (#971) (@rodrigomha)
  • add fix to handle cases with isolated buses (#972) (@jd-lara)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] almost 3 years ago

PowerSimulations.jl - v0.20.0

PowerSimulations v0.20.0

Diff since v0.19.6

Closed issues:

  • Outdated docstrings (#676)
  • Move Storage models (#957)

Merged pull requests:

  • [WIP] Update docs API (#955) (@rodrigomha)
  • Jd/drop storage formulations (#964) (@jd-lara)
  • Fix a typo in device model (#966) (@rodrigomha)
  • add some changes (#967) (@jd-lara)
  • rename branch (#968) (@jd-lara)
  • add device filter (#969) (@jd-lara)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] almost 3 years ago

PowerSimulations.jl - v0.19.6

PowerSimulations v0.19.6

Diff since v0.19.5

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 3 years ago

PowerSimulations.jl - v0.19.5

PowerSimulations v0.19.5

Diff since v0.19.4

Merged pull requests:

  • Jd/bump pnm (#962) (@jd-lara)
  • Jd/bug fix objective function parameters (#963) (@jd-lara)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 3 years ago

PowerSimulations.jl - v0.19.4

PowerSimulations v0.19.4

Diff since v0.19.3

Merged pull requests:

  • use model type for name (#958) (@jd-lara)
  • adding a minor bug fix for hydro multiplier (#960) (@sourabhdalvi)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 3 years ago

PowerSimulations.jl - v0.19.3

PowerSimulations v0.19.3

Diff since v0.19.2

Closed issues:

  • Time step size for variables in agent optimizers (#933)
  • read_variable should return the stored values when length != horizon (#938)

Merged pull requests:

  • Jd/fix value ff fixes (#954) (@jd-lara)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 3 years ago

PowerSimulations.jl - v0.19.2

PowerSimulations v0.19.2

Diff since v0.19.1

Merged pull requests:

  • use variable bounds in pwl compact check (#953) (@jd-lara)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 3 years ago

PowerSimulations.jl - v0.19.1

PowerSimulations v0.19.1

Diff since v0.19.0

Merged pull requests:

  • new formatter (#952) (@jd-lara)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 3 years ago

PowerSimulations.jl - v0.19.0

PowerSimulations v0.19.0

Diff since v0.18.4

Closed issues:

  • Sanitize the use of network models in the construct_device calls. (#925)
  • PTDF detection of sub-networks (#946)
  • Thermal Model doesn't use must run (#948)

Merged pull requests:

  • Jd/support virtual ptdf (#945) (@jd-lara)
  • Fix check_conflict_status on undefined constraints (#947) (@josephmckinsey)
  • Jd/multi area coopperplate (#949) (@jd-lara)
  • Thermal OnVariable updates (#950) (@rodrigomha)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 3 years ago

PowerSimulations.jl - v0.18.4

PowerSimulations v0.18.4

Diff since v0.18.3

Closed issues:

  • Update DecisionModel to include "built_for_recurrent_solves" (#941)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 3 years ago

PowerSimulations.jl - v0.18.3

PowerSimulations v0.18.3

Diff since v0.18.2

Merged pull requests:

  • remove component vars (#942) (@jd-lara)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 3 years ago

PowerSimulations.jl - v0.18.2

PowerSimulations v0.18.2

Diff since v0.18.1

Closed issues:

  • Variable bounds analysis will not be precise (#902)
  • Broken FeedForward for services (#927)
  • Service Model bug (#930)
  • EnergyLimitFeedForward producses NaNs (#932)
  • "function" misspelled (#940)

Merged pull requests:

  • Jd/services ff (#936) (@jd-lara)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 3 years ago

PowerSimulations.jl - v0.18.1

PowerSimulations v0.18.1

Diff since v0.18.0

Merged pull requests:

  • use uuid in services time series (#928) (@jd-lara)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 3 years ago

PowerSimulations.jl - v0.18.0

PowerSimulations v0.18.0

Diff since v0.17.0

Closed issues:

  • reuse timeseries UUIDs in parameter creation (#904)
  • Implement slacks for line flow constraints (#916)

Merged pull requests:

  • Optimize handling of shared time series arrays (#924) (@daniel-thom)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 3 years ago

PowerSimulations.jl - v0.17.0

PowerSimulations v0.17.0

Diff since v0.16.0

Closed issues:

  • Update to PSY 2.0 (#920)

Merged pull requests:

  • bumping to PSY 2.0 (#919) (@jd-lara)
  • Jd/implement branch flow slacks (#922) (@jd-lara)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 3 years ago

PowerSimulations.jl - v0.16.0

PowerSimulations v0.16.0

Diff since v0.15.10

Closed issues:

  • Create Documentation (#721)
  • Calling solve! twice on an op_problem throws an error (#868)
  • implement an update model for models that need to be re-built. get_requires_rebuild(model) == true (#886)
  • Parameter update (#891)
  • Pumped Hydro (#893)
  • Phase Shifters control in DC power cases (#894)
  • UndefVarError: parameter_type not defined (#896)
  • HVDC modeling issues (#897)
  • HVDC modeling issues (#898)
  • Refactor use of SparseArrays in Hybrid systems. (#900)
  • remove ordered dict deprecated use (#901)
  • Remove Dynamic Lines from the documentation (#907)

Merged pull requests:

  • WIP: test using fixed variables instead of ParameterJuMP (#889) (@odow)
  • Fixing bug in creating initial conditions for Energy variables (#895) (@sourabhdalvi)
  • change implementation of parameters (#899) (@jd-lara)
  • Enable simulation with rebuild (#903) (@jd-lara)
  • ps power control (#905) (@jd-lara)
  • fix p2p hvdc (#906) (@jd-lara)
  • use poi v3 (#908) (@jd-lara)
  • Minor bug fixes (#909) (@sourabhdalvi)
  • allow double calls to solve for decision models (#910) (@jd-lara)
  • not show dynamic branch in docs (#911) (@jd-lara)
  • Jd/fix hybrids (#912) (@jd-lara)
  • add changes to PTDF models construction (#914) (@jd-lara)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 3 years ago

PowerSimulations.jl - v0.15.10

PowerSimulations v0.15.10

Diff since v0.15.9

Closed issues:

  • Dual variables not available for service related constraints (#885)

Merged pull requests:

  • Jd/service duals fix (#887) (@jd-lara)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] over 3 years ago

PowerSimulations.jl - v0.15.9

PowerSimulations v0.15.9

Diff since v0.15.8

Merged pull requests:

  • Documentation (#866) (@jd-lara)
  • Sd/cost fix (#882) (@jd-lara)
  • adding downloads badge (#884) (@claytonpbarrows)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] over 3 years ago

PowerSimulations.jl - v0.15.8

PowerSimulations v0.15.8

Diff since v0.15.7

Merged pull requests:

  • Generate component-formulation combinations with implementations (#881) (@daniel-thom)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] over 3 years ago

PowerSimulations.jl - v0.15.7

PowerSimulations v0.15.7

Diff since v0.15.6

Closed issues:

  • device model table html io jarbled (#873)
  • set flag for names to strings for performance (#875)

Merged pull requests:

  • Jd/fix more bugs (#880) (@jd-lara)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] over 3 years ago

PowerSimulations.jl - v0.15.6

PowerSimulations v0.15.6

Diff since v0.15.5

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] over 3 years ago

PowerSimulations.jl - v0.15.5

PowerSimulations v0.15.5

Diff since v0.15.4

Closed issues:

  • check for template coverage on system devices (#876)
  • MethodError: no method matching length(::PowerSimulations.VariableKey{PowerSimulations.SystemBalanceSlackDown, PowerSystems.Bus}) (#878)

Merged pull requests:

  • Clean README, CONTRIBUTING and docs (#867) (@pitmonticone)
  • Jd/use poi v2 (#869) (@jd-lara)
  • Add ability to split simulations into partitions and run them in parallel (#874) (@daniel-thom)
  • Fix handling of simulation execution directory (#877) (@daniel-thom)
  • fix bugs (#879) (@jd-lara)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] over 3 years ago

PowerSimulations.jl - v0.15.4

PowerSimulations v0.15.4

Diff since v0.15.3

Merged pull requests:

  • ff ramps fix (#864) (@jd-lara)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] almost 4 years ago

PowerSimulations.jl - v0.15.3

PowerSimulations v0.15.3

Diff since v0.15.2

Merged pull requests:

  • use min levels in ramp limits (#860) (@jd-lara)
  • Jd/patch results (#861) (@jd-lara)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 4 years ago

PowerSimulations.jl - v0.15.2

PowerSimulations v0.15.2

Diff since v0.15.1

Merged pull requests:

  • Cb/obj fcn bugs (#855) (@claytonpbarrows)
  • Remove read_variables from ProblemResults (#856) (@daniel-thom)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 4 years ago

PowerSimulations.jl - v0.15.1

PowerSimulations v0.15.1

Diff since v0.15.0

Merged pull requests:

  • correct production cost for compact (#854) (@jd-lara)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 4 years ago

PowerSimulations.jl - v0.15.0

PowerSimulations v0.15.0

Diff since v0.14.9

Closed issues:

  • Cache update from multiple stages (#372)
  • Status Initial Condition update error in corner cases (#461)
  • Non-spinning reserves (#478)
  • Improved Support for some Day-Ahead energy - services co-optimization (#514)
  • Parameter Naming in Services (#640)
  • Simulation Initial Condition handling (#648)
  • Load results empty (#660)
  • get_all_constraint_index error for OperationsProblem (#670)
  • Issue with MarketBidCost when linking problems in simulation. (#701)
  • Add cost break-down and other possible summary stats (#704)
  • StaticReserve broken (#717)
  • Test using sets instead of vectors for DenseAxisArrays (#776)
  • Error: sys cache is full but there are no clean entries to pop (#834)
  • "Expressions" not appearing in results (#837)

Merged pull requests:

  • Adds serialization/deserialization of initial conditions to OperationModels (#786) (@daniel-thom)
  • Flip default behavior for deserializing initial conditions (#787) (@daniel-thom)
  • sim state part3 (#788) (@jd-lara)
  • pm and jump update (#789) (@jd-lara)
  • updates to hybrids and initialization (#790) (@sourabhdalvi)
  • parameter update implementation (#793) (@jd-lara)
  • Dev (#794) (@claytonpbarrows)
  • fixing the transmission model setter interface (#795) (@claytonpbarrows)
  • Fixing Initialization tests (#796) (@sourabhdalvi)
  • ic update (#797) (@jd-lara)
  • fix ramp constraints (#798) (@jd-lara)
  • duals milp (#799) (@jd-lara)
  • General code clean up and bug fixes (#801) (@sourabhdalvi)
  • Refactor store to support in-memory simulation data (#803) (@daniel-thom)
  • Minor updates (#804) (@sourabhdalvi)
  • Cb/log msg errors (#805) (@claytonpbarrows)
  • updates for milp duals and conflict (#806) (@jd-lara)
  • Update SimulationResults to match newer interfaces (#807) (@daniel-thom)
  • fix matrix (#808) (@jd-lara)
  • Fixing System state updates (#809) (@sourabhdalvi)
  • Jd/fix simulations with hybrids (#810) (@jd-lara)
  • fix unbounded type spec (#811) (@jd-lara)
  • sort columns (#812) (@jd-lara)
  • fix results (#813) (@jd-lara)
  • Fixed a few typos in the docs (#814) (@pitmonticone)
  • merge dt changes (#815) (@jd-lara)
  • Adding Cost function parameters (#816) (@sourabhdalvi)
  • WIP: Restore functionality for reading realized results (#817) (@daniel-thom)
  • store refactors (#818) (@jd-lara)
  • rationalize ic tests (#819) (@jd-lara)
  • add calls to should_write_resulting_value (#820) (@jd-lara)
  • misc fixes (#821) (@jd-lara)
  • simulation_results (#822) (@claytonpbarrows)
  • Cb/simulation results (#825) (@claytonpbarrows)
  • misc fixes3 (#826) (@jd-lara)
  • restore agc (#827) (@jd-lara)
  • network slacks (#828) (@jd-lara)
  • ignore not assigned entries (#829) (@jd-lara)
  • Cb/aux vars and expressions (#830) (@claytonpbarrows)
  • add option to disable numerical bounds check (#831) (@jd-lara)
  • Updating hybrid time series methods (#832) (@sourabhdalvi)
  • formatter code update (#833) (@jd-lara)
  • Cb/siip examples bugfixes (#835) (@claytonpbarrows)
  • update jump moi and pm (#838) (@jd-lara)
  • Refactoring Energy Limit FeedForward (#839) (@sourabhdalvi)
  • Add support for reading EmulationModel results (#840) (@daniel-thom)
  • Many fixes (#841) (@jd-lara)
  • Cb/problem results timestamps (#842) (@claytonpbarrows)
  • More cost function fixes (#843) (@sourabhdalvi)
  • addressing Jose's comments on Cost fix (#844) (@sourabhdalvi)
  • fix simulation state bug (#845) (@jd-lara)
  • fixing reserve cost function (#846) (@sourabhdalvi)
  • Fix handling of cache-full condition (#847) (@daniel-thom)
  • print improvements (#848) (@jd-lara)
  • Cb/results fixes (#849) (@claytonpbarrows)
  • Rename files for consistency (#850) (@daniel-thom)
  • update struct name (#851) (@jd-lara)
  • Jd/patch printing (#852) (@jd-lara)
  • Minor Bug fix in Aux variable calculation (#853) (@sourabhdalvi)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 4 years ago

PowerSimulations.jl - v0.14.9

PowerSimulations v0.14.9

Diff since v0.14.8

Merged pull requests:

  • refactor initial condition management (#761) (@jd-lara)
  • Cb/branch constraints (#762) (@claytonpbarrows)
  • Propagating initialization changes (#763) (@sourabhdalvi)
  • Add recorder for OperationModel (#764) (@daniel-thom)
  • Minor Changes (#765) (@sourabhdalvi)
  • Partial implementation of the FeedForward code (#766) (@jd-lara)
  • Propagating FeedForward changes (#767) (@sourabhdalvi)
  • Adding a Production cost expression (#768) (@sourabhdalvi)
  • Refactoring storage constraints (#769) (@sourabhdalvi)
  • Ramp Constraint Refactor (#770) (@sourabhdalvi)
  • V015 constructor changes PR. (#771) (@jd-lara)
  • Bug fix in compact thermal formulations (#772) (@sourabhdalvi)
  • Adding hybrid formulation (#773) (@sourabhdalvi)
  • sim sequence refactor (#775) (@jd-lara)
  • Log exceptions in the log file for all simulations (#777) (@daniel-thom)
  • Update Project.toml (#778) (@claytonpbarrows)
  • Fixing hybrid tests (#779) (@sourabhdalvi)
  • sim buildv3 (#780) (@jd-lara)
  • Updates to model initialization methods (#781) (@sourabhdalvi)
  • sim state dev2 (#782) (@jd-lara)
  • fixing typo in test and disabling test for initialization (#783) (@sourabhdalvi)
  • sim build part3 (#784) (@jd-lara)
  • Cb/csv version bump (#785) (@claytonpbarrows)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] over 4 years ago

PowerSimulations.jl - v0.14.8

PowerSimulations v0.14.8

Diff since v0.14.7

Closed issues:

  • read_parameters for services isn't scaled by the requirement (#708)

Merged pull requests:

  • construct_device split (#732) (@kdheepak)
  • Refactoring Thermal constriants (#737) (@sourabhdalvi)
  • Add to expressions (#738) (@kdheepak)
  • renewable ts refactor part1 (#739) (@jd-lara)
  • more add to expression fixes (#741) (@jd-lara)
  • enable tests (#742) (@jd-lara)
  • time series refactor part 1 (#743) (@jd-lara)
  • Time series constraints (#744) (@kdheepak)
  • Fixing multiple issue (#746) (@sourabhdalvi)
  • emulation problem v2 (#747) (@jd-lara)
  • Updating Services and Fixing minor bugs (#748) (@sourabhdalvi)
  • Expression refactor (#749) (@kdheepak)
  • emulation model v3 (#750) (@jd-lara)
  • Refactoring service construction (#751) (@sourabhdalvi)
  • Jd/emulation model v4 (#752) (@jd-lara)
  • Refactoring to use expressions for adding reserve variables to range constraints (#753) (@sourabhdalvi)
  • Add support for EmulationModel results (#754) (@daniel-thom)
  • Check for invalid components at build time (#755) (@daniel-thom)
  • Updating hydro initial conditions code (#756) (@sourabhdalvi)
  • Refactor OperationProblem results handling (#757) (@daniel-thom)
  • Bug Fix in ramp constraint (#758) (@sourabhdalvi)
  • Adding Non-spinning reserves (#759) (@sourabhdalvi)
  • Add logging of run/solve functions (#760) (@daniel-thom)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] over 4 years ago

PowerSimulations.jl - v0.14.7

PowerSimulations v0.14.7

Diff since v0.14.6

Closed issues:

  • Reading in a simulation results after changing directory fails (#684)

Merged pull requests:

  • Refactor range constraints (#730) (@kdheepak)
  • Adding attributes to device model (#731) (@sourabhdalvi)
  • Record relative path to file (#733) (@daniel-thom)
  • Generalize exception type (#734) (@timholy)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] over 4 years ago

PowerSimulations.jl - v0.14.6

PowerSimulations v0.14.6

Diff since v0.14.5

Closed issues:

  • 1.0 Invenia wish list (#524)
  • Scaling handling (#651)
  • Implement IIS for infeasible (#702)
  • Implement solution methods from JuMP (#720)

Merged pull requests:

  • file refactor (#715) (@jd-lara)
  • Jd/emulation problem (#718) (@jd-lara)
  • Propagating changes from v015 (#719) (@sourabhdalvi)
  • WIP: Refactor results to use OptimizationContainerKey (#723) (@daniel-thom)
  • Adding methods to check numerical bounds for JuMP model (#724) (@sourabhdalvi)
  • Adding methods to check numerical bounds for JuMP model (#725) (@sourabhdalvi)
  • reserve fixes (#727) (@jd-lara)
  • Constraint refactor for Hydro and Storage devices (#728) (@sourabhdalvi)
  • refactoring branch constraint construction (#729) (@claytonpbarrows)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] over 4 years ago

PowerSimulations.jl - v0.14.5

PowerSimulations v0.14.5

Diff since v0.14.4

Closed issues:

  • HydroGen typo in Storage definition (#710)

Merged pull requests:

  • Updating InitialConditions structs and methods (#707) (@sourabhdalvi)
  • support range ff for services (#709) (@jd-lara)
  • Sd/bug fixes (#711) (@jd-lara)
  • add nothing comparison (#712) (@jd-lara)
  • Updating Parameter names (#713) (@sourabhdalvi)
  • Bug fix in get_parameter_container (#714) (@sourabhdalvi)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] almost 5 years ago

PowerSimulations.jl - v0.14.4

PowerSimulations v0.14.4

Diff since v0.14.3

Merged pull requests:

  • parameter container refactor part1 (#703) (@jd-lara)
  • Updating hydro models with new parameters (#705) (@sourabhdalvi)
  • Fix services and storage modeling bugs (#706) (@jd-lara)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] almost 5 years ago

PowerSimulations.jl - v0.14.3

PowerSimulations v0.14.3

Diff since v0.14.2

Closed issues:

  • Initial conditions with "InterProblemChronology()" vs "IntraProblemChronology()" (#674)

Merged pull requests:

  • check execution in initical condition (#700) (@jd-lara)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] almost 5 years ago

PowerSimulations.jl - v0.14.2

PowerSimulations v0.14.2

Diff since v0.14.1

Closed issues:

  • turbine_temperature error with fractional multistart time lags (#677)
  • LoadError: LoadError: UndefVarError: AbstractActivePowerFormulation not defined (#678)
  • LMP tests commented out (#681)
  • BatteryAncialliryServices is misspelled (#685)

Merged pull requests:

  • Adding Ramp Reserve (#672) (@sourabhdalvi)
  • Adding Storage formulation with reserves (#675) (@sourabhdalvi)
  • Changing from cold to hot start cost for ThermalStandard with MarketBidCost (#679) (@sourabhdalvi)
  • bug fix in PTDF LMPs calculation (#682) (@sourabhdalvi)
  • add auxiliary vars - part 1 (#683) (@jd-lara)
  • Adding Downward reserve in Multi-Start Range Constraint (#688) (@sourabhdalvi)
  • performance patch1 (#689) (@jd-lara)
  • remove unused declarations (#690) (@jd-lara)
  • performance patch3 (#691) (@jd-lara)
  • Update format workflow to autosuggest changes to PRs (#693) (@kdheepak)
  • Bug Fix in MarketBidCost for Service (#694) (@sourabhdalvi)
  • performance patch5 (#695) (@jd-lara)
  • performance patch 6 (#696) (@jd-lara)
  • Add constraint keys (#697) (@daniel-thom)
  • Bug Fix in ThermalNoMin cost function for PWL data (#698) (@sourabhdalvi)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] almost 5 years ago

PowerSimulations.jl - v0.14.1

PowerSimulations v0.14.1

Diff since v0.14.0

Merged pull requests:

  • patch df (#673) (@jd-lara)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 5 years ago

PowerSimulations.jl - v0.14.0

PowerSimulations v0.14.0

Diff since v0.13.0

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 5 years ago

PowerSimulations.jl - v0.13.0

PowerSimulations v0.13.0

Diff since v0.12.3

Merged pull requests:

  • DNMY: Storage Refactor (#646) (@sourabhdalvi)
  • Cb/exec order (#669) (@claytonpbarrows)
  • Bug fix in Multi-start start type constraint (#671) (@sourabhdalvi)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 5 years ago

PowerSimulations.jl - v0.12.3

PowerSimulations v0.12.3

Diff since v0.12.2

Closed issues:

  • ProgressMeter not showing Julia 1.6 (#653)
  • multi-problem simulation executions counted improperly (#657)
  • Test creates duals but doesn't write any data for them (#664)

Merged pull requests:

  • fixing bug in duration ic from indexing with float (#665) (@claytonpbarrows)
  • fixing increment calculation (#668) (@claytonpbarrows)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 5 years ago

PowerSimulations.jl - v0.12.2

PowerSimulations v0.12.2

Diff since v0.12.1

Closed issues:

  • Ambiguities Julia 1.6 (#654)

Merged pull requests:

  • Prefetch sequential reads of time series data (#643) (@daniel-thom)
  • reduce printing (#649) (@jd-lara)
  • Merge pull request #649 from NREL-SIIP/jd/012_patch1 (#650) (@jd-lara)
  • patch warm start (#652) (@jd-lara)
  • Fix bug by checking for empty deque (#655) (@daniel-thom)
  • add services to ramp constraints (#656) (@jd-lara)
  • Bug Fix in MultiStartCost cost function (#658) (@sourabhdalvi)
  • correct sign in reserve ramps (#659) (@jd-lara)
  • disable tests (#661) (@jd-lara)
  • Add option to store simulation results in memory (#662) (@daniel-thom)
  • addressing #654 (#663) (@claytonpbarrows)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 5 years ago

PowerSimulations.jl - v0.12.1

PowerSimulations v0.12.1

Diff since v0.12.0

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 5 years ago

PowerSimulations.jl - v0.12.0

PowerSimulations v0.12.0

Diff since v0.11.1

Closed issues:

  • HVDCDispatch broken (#644)

Merged pull requests:

  • update OperationsProblemResults (#639) (@claytonpbarrows)
  • Hydro Refactor (#641) (@sourabhdalvi)
  • 011 patch2 (#642) (@jd-lara)
  • resolving bug in PTDF with lines and transformers (#645) (@claytonpbarrows)
  • 011 patch3 (#647) (@jd-lara)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 5 years ago

PowerSimulations.jl - v0.11.1

PowerSimulations v0.11.1

Diff since v0.11.0

Merged pull requests:

  • fixing realized results retreval without system (#636) (@claytonpbarrows)
  • patches release11 (#637) (@jd-lara)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 5 years ago

PowerSimulations.jl - v0.11.0

PowerSimulations v0.11.0

Diff since v0.10.0

Closed issues:

  • Large case with PTDF stuck (#525)
  • simulation results missing objective function value (#561)
  • Handle loading results when serialize = false (#629)

Merged pull requests:

  • Handle case where array size is greater than min flush size (#605) (@daniel-thom)
  • Jd/refactor sim sequence (#606) (@jd-lara)
  • Updating hydro tests (#607) (@sourabhdalvi)
  • refactor sim sequence the sequel (#608) (@jd-lara)
  • Cb/ptdf update (#610) (@claytonpbarrows)
  • Refactor operation problem results (#611) (@daniel-thom)
  • Update operations_problem.jl (#612) (@claytonpbarrows)
  • Updating Branch and Service tests (#613) (@sourabhdalvi)
  • Sim refactor (#615) (@jd-lara)
  • multistart patches (#616) (@jd-lara)
  • Jd/network modeling patch (#617) (@jd-lara)
  • Remove redundant serialization of systems in Simulation and OperationsProblem (#620) (@daniel-thom)
  • Fixing Thermal Tests (#621) (@sourabhdalvi)
  • thermal cost functions (#622) (@jd-lara)
  • fix incorrect implementations (#624) (@jd-lara)
  • Moving initial condition function to device files (#625) (@sourabhdalvi)
  • Cb/network tests (#626) (@claytonpbarrows)
  • remove problematic defaults (#627) (@jd-lara)
  • fix rh simulation (#628) (@jd-lara)
  • pj deprecation (#630) (@jd-lara)
  • Serialize simulation status (#631) (@daniel-thom)
  • Revert "Serialize simulation status" (#632) (@jd-lara)
  • fix_tests (#633) (@jd-lara)
  • fix hvdc implementation (#634) (@jd-lara)
  • Improve loading of simulation results (#635) (@daniel-thom)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 5 years ago

PowerSimulations.jl - v0.10.0

PowerSimulations v0.10.0

Diff since v0.9.0

Merged pull requests:

  • rename structs (#601) (@jd-lara)
  • Bug fix in the get_variable_sign function (#602) (@sourabhdalvi)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 5 years ago

PowerSimulations.jl - v0.9.0

PowerSimulations v0.9.0

Diff since v0.8.3

Closed issues:

  • Arrow.jl is tagging 1.0 (#554)
  • addition of slacks makes the cost function quadratic (#562)
  • HydroDispatchRunOfRiver infeasible (#563)

Merged pull requests:

  • Change method dispatch (#560) (@kdheepak)
  • sim store integration (#567) (@jd-lara)
  • simulation and tests updates (#568) (@jd-lara)
  • Refactor store (#570) (@daniel-thom)
  • Fix build of docs (#571) (@daniel-thom)
  • Simulation store merge (#573) (@jd-lara)
  • Fix serialization of op problem (#574) (@daniel-thom)
  • fixing dimensions of hydro_budget param (#575) (@claytonpbarrows)
  • Fix service model limit functions (#576) (@kdheepak)
  • Cb/pg results (#577) (@claytonpbarrows)
  • Export results to CSV (#578) (@daniel-thom)
  • Cb/pg update (#579) (@claytonpbarrows)
  • Cb/merge master (#580) (@claytonpbarrows)
  • Cleanup non-handling of 3-d arrays in sim store (#582) (@daniel-thom)
  • Updating Thermal Formulations (#583) (@sourabhdalvi)
  • Use new scoped_enum from InfrastructureSystems (#584) (@daniel-thom)
  • add progress meter (#585) (@jd-lara)
  • Adding PowerSystemCaseBuilder to tests (#586) (@sourabhdalvi)
  • Minor bug Fixes (#587) (@sourabhdalvi)
  • A Consolidated Battery Formulation for End effects (#588) (@sourabhdalvi)
  • Simulation store (#589) (@jd-lara)
  • updating multi-start test (#590) (@sourabhdalvi)
  • Cb/sim results wo system (#591) (@claytonpbarrows)
  • Jd/formatter (#592) (@jd-lara)
  • Bug fix in Parameter value (#594) (@sourabhdalvi)
  • add psi container closure (#595) (@jd-lara)
  • Bug fix in hydro target constraint (#596) (@sourabhdalvi)
  • fill empty param array with NaN (#597) (@jd-lara)
  • Fixing multiplier array NaN issue (#598) (@sourabhdalvi)

Energy Systems - Energy System Modeling Frameworks - Julia
Published by github-actions[bot] about 5 years ago