A curated list of open technology projects to sustain a stable climate, energy supply, biodiversity and natural resources.

Recent Releases of PowerSystems.jl

PowerSystems.jl - v4.6.2

PowerSystems v4.6.2

Diff since v4.6.1

Merged pull requests:

  • Export is_concave (#1295) (@purboday)
  • MarketBidCost: let shut_down be a time series, clean up startup cost interface (#1297) (@GabrielKS)
  • Add parser for FACTS Control Devices (#1303) (@mcllerena)
  • fixing reference issues (#1305) (@annacasavant)
  • Changes for Transformer3W (#1306) (@rbolgaryn)
  • Fix fixed shunt naming & sw shunt scaling (pu) (#1309) (@mcllerena)
  • add new branch organization (#1312) (@jd-lara)
  • Additional line ratings for some AC Branches (#1313) (@m-bossart)
  • line limits improvements (#1314) (@jd-lara)
  • add new struct for switch/breaker (#1315) (@jd-lara)
  • Line limits patch (#1321) (@rodrigomha)
  • Parsing for switches & breakers (#1323) (@mcllerena)
  • Fix bibtex on README.md (#1324) (@yasirroni)
  • Change name for FixedOutage (#1325) (@m-bossart)
  • Jd/add breaker switch (#1326) (@jd-lara)
  • feat: Adding updated list of thermal fuels from EIA (#1328) (@pesap)
  • Bug fixes for reading MMWG files (#1329) (@mcllerena)
  • Update cross-package-test.yml (#1331) (@rbolgaryn)

Closed issues:

  • PSSe switched shunts parsed as fixed shunts. (#821)
  • can we have a function to fix the line/circuit breaker thing the raw file 0 -> 99999 ? (#1017)
  • Add CircuitBreaker (#1018)
  • Refactor PSY HVDC models to match PSSe (#1227)
  • New HVDC structures for VSC and LCC (#1237)
  • Parse HVDC from PSSe (#1238)
  • Overhaul units management (#1243)
  • Add multiple rates for AC branches (#1253)
  • PSY -> OpenAPI (#1259)
  • FACTS Parsing approach (#1279)
  • Add TwoTerminal HVDC abstract type (#1304)
  • Inconsistencies in SwitchedAdmittance and FixedAdmittance when System is imported from PSS/E (#1308)

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

PowerSystems.jl - v4.6.1

PowerSystems v4.6.1

Diff since v4.6.0

Merged pull requests:

  • Complete ComponentSelector docstrings (#1283) (@GabrielKS)
  • Add VOM cost to table data parser (#1286) (@rodrigomha)
  • Export IS.get_time_series_summary_table (#1287) (@scdhulipala)
  • transform_single_time_series! with resolution (#1290) (@daniel-thom)
  • adding per_unit conversion for zip load (#1291) (@mcllerena)
  • Update format-check.yml (#1292) (@jd-lara)

Closed issues:

  • Add new bus as hidden component (#1220)
  • Calculate the parameters correctly after parsing (#1221)
  • Autogenerate 3W struct (#1224)
  • Design struct for 3W transformers such that we can write back (#1225)
  • Add 2 arcs and hidden bus to 3W transformer parsing from PowerModels (#1226)
  • get_groups documentation (#1256)
  • PSS/E transformer parsing TODOs (#1264)
  • PSS/E generator parsing TODOs (#1265)
  • Parsing psse ZIP StandardLoad (#1289)

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

PowerSystems.jl - v4.6.0

PowerSystems v4.6.0

Diff since v4.5.0

Breaking changes

  • Adding New Component Selector
  • Add Definitions for psse export
  • Changes to set_bus_number

Merged pull requests:

  • Add parser and struct of 3W Transformer and Switched Shunt (#1252) (@rodrigomha)
  • add market bid to storage (#1266) (@rodrigomha)
  • Add LCC and VSC models with PSS/E Parser (#1267) (@rodrigomha)
  • Add RT, XT, ZR, ZX parameters to ext dict for generator. (#1269) (@mcllerena)
  • Address issue 1164 for Source by adding needs_conversion (#1270) (@GabrielKS)
  • Read export metadata file for round trip with PowerFlows.jl's PSS/E exporter (#1273) (@GabrielKS)
  • Add set_bus_number! (#1276) (@daniel-thom)
  • Remove workaround for set_number!(::ACBus, ::Int) (#1277) (@daniel-thom)

Closed issues:

  • Unit Conversion Inconsistency Between Types (#1164)
  • Add the hidden bus to new struct (#1223)
  • Create schema from JSON (#1258)
  • Bug: set_number! on a bus puts the system into an inconsistent state (#1274)

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

PowerSystems.jl - v4.5.0

PowerSystems v4.5.0

Diff since v4.4.2

Merged pull requests:

  • Add ComponentSelector feature: PSY portion (take two) (#1197) (@GabrielKS)
  • Add fast_deepcopy_system function, fix bug 1233, fix compare_values bug (#1234) (@GabrielKS)
  • Manipulating datasets tutorial (#1245) (@kdayday)
  • [DRAFT] [PSY5] Add 3W Transformer Struct (#1247) (@rodrigomha)
  • Add support for InfrastructureSystems methods for time series and supplemental attributes transactions (#1248) (@daniel-thom)

Closed issues:

  • Add documentation on how to add validation for custom types (#499)
  • Bring back Accepted CSV columns to the docs (#997)
  • Table Data Parser: Fix error thrown on NA fields (#1185)
  • PSY test fails when PSB cache is not empty (#1217)
  • System constructor does not properly initialize bus_numbers (#1233)
  • Contributor agreement link is dead (#1235)

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

PowerSystems.jl - v4.4.2

PowerSystems v4.4.2

Diff since v4.4.1

Merged pull requests:

  • Updated Manipulating Datasets Tutorial (#1215) (@annacasavant)
  • Fix for nothings in VOM table data parser (#1236) (@rodrigomha)
  • Fix bug in convert_component (#1249) (@daniel-thom)
  • Update Project.toml (#1250) (@jd-lara)

Closed issues:

  • Document behavior of some function cases (#781)
  • 3-winding transformer design (#947)
  • Implement Parsing of PSSe data to populate different kinds of HVDC categories (#953)
  • Updates to Parsing PSSE RAW files (#1005)
  • Error in reading VSC in PSSE parser (#1021)
  • Implement value function in TwoTerminalHVDC (#1174)
  • Docs: add how-to on building a system from scratch (#1198)
  • Move deepcopy_system_no_time_series_no_supplementals here from PowerFlows.jl and rename (#1231)

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

PowerSystems.jl - v4.4.1

PowerSystems v4.4.1

Diff since v4.4.0

Merged pull requests:

  • Update Market Bid docs typos (#1200) (@rodrigomha)
  • Update README with docs link (#1204) (@rodrigomha)
  • get_components + get_available_components docstrings (#1206) (@kdayday)
  • Fix get_buses when a bus does not have an AggregationTopology (#1207) (@daniel-thom)
  • PERF: dispatch on UnitSystem value in _get_multiplier (#1216) (@GabrielKS)
  • Fix Matpower base power parser (#1218) (@rodrigomha)
  • Add with_units_base feature (#1232) (@GabrielKS)

Closed issues:

  • Document adding components (#794)
  • docs: market bid example error (#1187)
  • get_buses fails when argument is area if Area is not assigned for all buses. (#1203)
  • Add "Converting CSV to RawTimeSeries" documentation (#1210)
  • Review Parser from PM (#1219)
  • Move with_units here from PowerFlows.jl (#1229)

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

PowerSystems.jl - v4.4.0

PowerSystems v4.4.0

Diff since v4.3.1

Merged pull requests:

  • Add initial_input to MarketBidCost (#1151) (@GabrielKS)
  • [WIP] Update InterconnectingConverter and HVDC structs (#1166) (@rodrigomha)
  • Documentation clean up, update to Documenter 1.0, add *.md to formatter (PSY portion) (#1176) (@kdayday)
  • bugfix: Table Data Parser can have undefined inputs (#1186) (@ymiftah)
  • feat: Added flexibility to either read "Up", "UP" or "uP" on the table data parser (#1191) (@pesap)
  • Close multiple simple issues in PSY (#1192) (@rodrigomha)
  • add TGSimple model (#1195) (@rodrigomha)

Closed issues:

  • Adequacy check reports incorrect generation capacity value due to bug (#1147)
  • System constructor keyword argument load_zone_formatter is ignored (#1160)
  • Add show_time_series for systems (#1162)
  • Add per-end conductances to Line (#1165)
  • PowerModels Parser Overzealously Updates Bus Type (#1175)
  • TableDataParser: Enum Specification Naming Bug (#1190)
  • docs: links to FuelCurve and CostCurve broken (#1196)

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

PowerSystems.jl - v4.3.1

PowerSystems v4.3.1

Diff since v4.3.0

Merged pull requests:

  • fix: Adding support for quadratic functions using the table data parser (#1178) (@pesap)
  • Add ST8C (#1181) (@rodrigomha)

Closed issues:

  • Table data parser does not support Quadratic heat rates (#1177)

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

PowerSystems.jl - v4.3.0

PowerSystems v4.3.0

Diff since v4.2.0

Merged pull requests:

  • Add option to specify equality predicate for compare_values and provide a more sensible default (PSY) (#1159) (@GabrielKS)
  • Update asset directory for picture links (#1170) (@kdayday)
  • Update broken pics links for docs (#1171) (@rodrigomha)
  • add base power default to Source (#1173) (@rodrigomha)

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

PowerSystems.jl - v4.2.0

PowerSystems v4.2.0

Diff since v4.1.4

Merged pull requests:

  • Re-organization of the PSY docs to follow the Diataxis format (#1148) (@kdayday)
  • Import Base.@kwdef for compatibility with Julia versions below 1.9 (#1168) (@sambuddhac)
  • Move ValueCurves, cost aliases, CostCurve, FuelCurve, and associated tests from PSY to IS (PSY version) (#1169) (@GabrielKS)

Closed issues:

  • Document addition of time series data with transformed time series. (#935)
  • "PV" should be "PVe" (#1144)
  • Add StorageTech to Enumerated Types docs page (#1145)
  • Code not precompiling due to undefined "@kwdef" (#1167)

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

PowerSystems.jl - v4.1.4

PowerSystems v4.1.4

Diff since v4.1.3

Merged pull requests:

  • Yet more PSY3 to PSY4 system conversions (#1155) (@GabrielKS)
  • Add Honduras structs (#1158) (@rodrigomha)

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

PowerSystems.jl - v4.1.3

PowerSystems v4.1.3

Diff since v4.1.2

Merged pull requests:

  • Rework variable costs page, add cost plot drawings (#1149) (@GabrielKS)
  • Add cost alias functions to public API (#1152) (@kdayday)
  • Update table data parser to work with WECC dataset (#1153) (@rodrigomha)

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

PowerSystems.jl - v4.1.2

PowerSystems v4.1.2

Diff since v4.1.1

Merged pull requests:

  • Add is_component_in_aggregation_topology (#1146) (@GabrielKS)

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

PowerSystems.jl - v4.1.1

PowerSystems v4.1.1

Diff since v4.1.0

Merged pull requests:

  • Kdrh/psy4 docs renaming (#1141) (@jd-lara)
  • update codecov version (#1142) (@jd-lara)

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

PowerSystems.jl - v4.1.0

PowerSystems v4.1.0

Diff since v4.0.2

Merged pull requests:

  • Add supplemental accesors for AreaInterchange and TransmissionInterface (#1139) (@rodrigomha)
  • Add input_at_zero to cost functions (#1140) (@GabrielKS)

Closed issues:

  • Add documentation for updated Cost Functions models (#985)

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

PowerSystems.jl - v4.0.2

PowerSystems v4.0.2

Diff since v4.0.1

Merged pull requests:

  • Operating cost documentation updates (#1120) (@kdayday)
  • Psy4 documentation (#1138) (@jd-lara)

Closed issues:

  • Defeat Remaining Bastions of Old Cost Logic (#1087)

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

PowerSystems.jl - v4.0.1

PowerSystems v4.0.1

Diff since v4.0.0

Merged pull requests:

  • Update Project.toml (#1137) (@jd-lara)

Closed issues:

  • PSY Remaining TODOs for Second Cost Refactor (#1092)

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

PowerSystems.jl - v4.0.0

PowerSystems v4.0.0

Diff since v3.3.0

Merged pull requests:

  • Repair StandardLoad parsing from .mat/.raw files (#1065) (@HaleyRoss)
  • Initial refactor of cost functions (#1071) (@jd-lara)
  • Allow bulk writing and reading of time series (#1077) (@daniel-thom)
  • Fix component-is-attached-to-system check (#1080) (@daniel-thom)
  • Docs and tests for sharing time series data on a component across multiple fields (#1083) (@daniel-thom)
  • Merge main into psy4 (#1085) (@daniel-thom)
  • Add new parsing capabilities for DERA1 (#1088) (@rodrigomha)
  • Construct a system from a subsystem (#1089) (@daniel-thom)
  • Support time series redesign in InfrastructureSystems (#1090) (@daniel-thom)
  • Documentation updates based on psy4 (#1091) (@kdayday)
  • Fix downloads count badge (#1093) (@pricklypointer)
  • Refactor storage of supplemental attributes and time series (#1095) (@daniel-thom)
  • Revert HDF serialization of PSY structs (#1096) (@GabrielKS)
  • More Miscellaneous Costs Cleanup (#1097) (@GabrielKS)
  • change getters (#1099) (@jd-lara)
  • Redefine TimeSeriesKey (#1100) (@daniel-thom)
  • Fuel Cost Interface, Including Time Series (#1101) (@GabrielKS)
  • Renovate time series functionality for MarketBidCost (#1103) (@GabrielKS)
  • Show whether a component has supplemental attributes (#1104) (@daniel-thom)
  • Accept Dates.Period in transform_single_time_series! (#1105) (@daniel-thom)
  • Jd/struct changesv1 (#1106) (@jd-lara)
  • Jd/add interarea exchanges (#1108) (@jd-lara)
  • Hr/limiter implement (#1110) (@HaleyRoss)
  • Docstrings (#1111) (@kdayday)
  • Add VOM cost to fuel curve (#1112) (@rodrigomha)
  • Fix issue 1081, fix bug from PR 1112 (#1114) (@GabrielKS)
  • Jd/add missing ext (#1116) (@jd-lara)
  • Jd/parser speed tests (#1117) (@jd-lara)
  • Update README.md (#1118) (@claytonpbarrows)
  • Docstrings Local Branch (#1119) (@rodrigomha)
  • add branch name to logger (#1122) (@jd-lara)
  • Make vom_cost a LinearCurve in ProductionVariableCosts, add tests (#1124) (@GabrielKS)
  • Add Pretty Cost Printing (#1125) (@GabrielKS)
  • fixing tabular parser (#1126) (@claytonpbarrows)
  • forward method (#1127) (@jd-lara)
  • Add function to add time series in bulk (#1130) (@daniel-thom)
  • Add Cost Alias Getters (#1131) (@GabrielKS)
  • Add some more PSY 3 -> PSY 4 system conversions (#1132) (@GabrielKS)
  • update loss function for Interconnecting Converter (#1135) (@rodrigomha)
  • Psy4 (#1136) (@jd-lara)

Closed issues:

  • add support for price sensitive demands (#606)
  • Excessive warning Storage Cost (#720)
  • Support for other time series objects (#790)
  • add time series checker function (#911)
  • Add support for cost functions with fuel inputs (#1007)
  • Give error or warning when assigning services to a device from another system (#1016)
  • Broken link in the PSY documentation (#1020)
  • Give error/warning when removing component (service) that is not in the system (#1023)
  • Adding warnings to time series parsing non-supported timestamp format (#1028)
  • StandardLoad parser broken (#1032)
  • Missing field ext in some structures (#1043)
  • Implement pretty print REPL methods for operation cost (#1048)
  • Add time_series_container to StaticReserveGroup (#1062)
  • Add enums for battery technologies (#1064)
  • Support for different resolution time series (#1068)
  • Add efficiency to Hybrids PCC data (#1070)
  • Support MarketBidCost for InterruptiblePowerLoad or loads overall (#1075)
  • Support large set of MarketBidCost (#1076)
  • Support a system serialization to JSON when MarketBidCost has services (#1081)
  • ExponentialLoad not exported (#1084)
  • Support export of subsystem to a new system (#1086)
  • Missing items for TimeSeries (#1094)
  • Validation on negative reactances of branches (#1098)
  • Enum for HydroPumpedStorage status (#1102)
  • Reimplement RTS cost function parsing (#1109)
  • Nail down naming of everything to both conform to power systems domain conventions and not be misleading about what things are (#1123)

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

PowerSystems.jl - v3.3.0

PowerSystems v3.3.0

Diff since v3.2.3

Merged pull requests:

  • Adding subsystem tests for 2 Area 5 bus system (#1053) (@tengis-nrl)
  • Remove duplicate check (#1055) (@daniel-thom)
  • Variable Cost Refactor Part 1: Function Data (#1056) (@GabrielKS)
  • Fixing the failed test (#1058) (@tengis-nrl)
  • Variable Cost Refactor Part 2: PowerSimulations (#1059) (@GabrielKS)
  • Jd/outagesv2 (#1061) (@jd-lara)
  • Serialize everything but time series (#1063) (@daniel-thom)
  • Jd/add attribute containers (#1066) (@jd-lara)
  • Rename CurrentLimiters to OutputCurrentLimiter (#1067) (@HaleyRoss)
  • Jd/fix tests (#1069) (@jd-lara)
  • Ensure that the test file can be overwritten (#1072) (@daniel-thom)
  • Use nameof instead of custom function (#1073) (@daniel-thom)
  • Resolve nameof vs strip_module_name (#1074) (@daniel-thom)
  • Support fix for PowerSimulations #1064 (#1078) (@GabrielKS)

Closed issues:

  • Battery Cost (#934)
  • Add location/outage information (#943)
  • Enable use of subsystems in get_components (#1041)
  • Introduce contingency attributes (#1042)
  • Inverter Output Current Limit implementation (#1054)

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

PowerSystems.jl - v3.2.3

PowerSystems v3.2.3

Diff since v3.2.2

Merged pull requests:

  • Add support for subsystems (#1047) (@daniel-thom)
  • add print method for operational cost types (#1049) (@jd-lara)
  • Add bus_name_formatter to documentation (#1050) (@HaleyRoss)

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

PowerSystems.jl - v3.2.2

PowerSystems v3.2.2

Diff since v3.2.1

Merged pull requests:

  • Initial support for supplemental attributes (#1039) (@daniel-thom)
  • Fix case sensitivity in enum parsers (#1045) (@GabrielKS)
  • Update Project.toml (#1046) (@jd-lara)

Closed issues:

  • Document how custom structs should use type of system (#904)
  • Unsupported kwargs = [:forecast_resolution] (#1002)
  • Sustained Time in Services is Float64 (#1009)
  • De-serializing a PSY 2.0 GenericBattery with PSY 3.0 fails (#1030)

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

PowerSystems.jl - v3.2.1

PowerSystems v3.2.1

Diff since v3.2.0

Merged pull requests:

  • remove info (#1035) (@jd-lara)
  • change the bus name convention (#1036) (@jd-lara)
  • Fix serialization of System.frequency (#1038) (@daniel-thom)

Closed issues:

  • Feedback on Detected EXCEPTION-HANDLING (#1019)
  • print_struct failing in Introduction tutorial (#1026)
  • System Base Frequency not retained in JSON deserialisation (#1037)

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

PowerSystems.jl - v3.2.0

PowerSystems v3.2.0

Diff since v3.1.2

Merged pull requests:

  • Add DEGOV (#1027) (@m-bossart)
  • correct tap transformer calculation (#1034) (@jd-lara)

Closed issues:

  • add accesor for reactive power limits for Source (#1031)
  • X-ref transformer parsing issue (#1033)

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

PowerSystems.jl - v3.1.2

PowerSystems v3.1.2

Diff since v3.1.1

Merged pull requests:

  • add source qlimits (#1025) (@jd-lara)

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

PowerSystems.jl - v3.1.1

PowerSystems v3.1.1

Diff since v3.1.0

Merged pull requests:

  • Update Docs to PSY 3.0 (#1024) (@rodrigomha)

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

PowerSystems.jl - v3.1.0

PowerSystems v3.1.0

Diff since v3.0.1

Merged pull requests:

  • Implement convert_component! for StandardLoad <- PowerLoad (#1022) (@GabrielKS)

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

PowerSystems.jl - v3.0.1

PowerSystems v3.0.1

Diff since v3.0.0

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

PowerSystems.jl - v3.0.0

PowerSystems v3.0.0

Diff since v2.6.1

Closed issues:

  • HVDC data modeling tracking issue (#944)
  • get_primer_mover is type unstable (#999)
  • Add current limiters to DynamicInjectors (#1003)

Merged pull requests:

  • Psy3 (#1012) (@jd-lara)
  • Add current lims to psy3 (#1014) (@rodrigomha)
  • add deployed fraction to reserves (#1015) (@rodrigomha)

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

PowerSystems.jl - v2.6.1

PowerSystems v2.6.1

Diff since v2.5.0

Merged pull requests:

  • add new field for reserve (#1010) (@jd-lara)
  • Jd/updates to generic battery (#1011) (@jd-lara)
  • Make deserialization thread-safe (#1013) (@daniel-thom)

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

PowerSystems.jl - v2.6.0

PowerSystems v2.6.0

Diff since v2.5.0

Merged pull requests:

  • add new field for reserve (#1010) (@jd-lara)
  • Jd/updates to generic battery (#1011) (@jd-lara)

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

PowerSystems.jl - v2.5.0

PowerSystems v2.5.0

Diff since v2.4.0

Merged pull requests:

  • PSS2C struct (#1001) (@luisdi97)
  • add new inverter metamodel figure (#1004) (@rodrigomha)

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

PowerSystems.jl - v2.4.0

PowerSystems v2.4.0

Diff since v2.3.0

Merged pull requests:

  • Jd/add penalty to interface (#998) (@jd-lara)
  • PSS2B struct (#1000) (@luisdi97)

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

PowerSystems.jl - v2.3.0

PowerSystems v2.3.0

Diff since v2.2.0

Closed issues:

  • add max participation field to reserves (#995)

Merged pull requests:

  • Jd/interface implementation (#994) (@jd-lara)
  • Updating Reserve structs (#996) (@sourabhdalvi)

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

PowerSystems.jl - v2.2.0

PowerSystems v2.2.0

Diff since v2.1.2

Merged pull requests:

  • Return SIIP-Examples tutorials to PSY Docs (#992) (@rodrigomha)
  • Adding new PSS2A Struct (#993) (@luisdi97)

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

PowerSystems.jl - v2.1.2

PowerSystems v2.1.2

Diff since v2.1.1

Merged pull requests:

  • Jd/master main (#989) (@jd-lara)
  • siip to sienna (#990) (@jd-lara)

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

PowerSystems.jl - v2.1.1

PowerSystems v2.1.1

Diff since v2.1.0

Closed issues:

  • get_time_series methods don't convert time series values to natural units for Services (#972)

Merged pull requests:

  • Fixing unit conversion reserves (#988) (@sourabhdalvi)

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

PowerSystems.jl - v2.1.0

PowerSystems v2.1.0

Diff since v2.0.4

Closed issues:

  • TableDataParaser not catching must run from csv file (#981)

Merged pull requests:

  • add PNM to cross package tests (#982) (@jd-lara)
  • Fix ThermalStandard must_run in tabular data parser (#984) (@scdhulipala)
  • Add CSVGN1 Struct (#986) (@luisdi97)

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

PowerSystems.jl - v2.0.4

PowerSystems v2.0.4

Diff since v2.0.3

Closed issues:

  • Give better error message if a user stores a component inside the System ext field (#971)
  • Print Time Series Names (summary) when displaying component summary (#973)
  • validation process is broken for PSY1.x systems when using PSY2.0 (#974)
  • PowerLoad time series issue in PSY2.0 (#975)

Merged pull requests:

  • Check for invalid values in component ext (#977) (@daniel-thom)
  • Improve printing of time series instances (#979) (@daniel-thom)

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

PowerSystems.jl - v2.0.3

PowerSystems v2.0.3

Diff since v2.0.2

Closed issues:

  • Add logging control when parsing from files (#828)
  • Base.deepcopy of System doesn't work with an alternate time series directory (#916)
  • Relax bus voltage checks (#936)
  • Implement Data Model for HVDC line (no converter) (#954)
  • De-serialization of Arc broken (#966)
  • system serialization error (#970)

Merged pull requests:

  • Change limits of HVDC T-model line to rate (#967) (@rodrigomha)
  • Address Deserialization issue (#969) (@rodrigomha)
  • Update naming and issues detected when updating PSID (#976) (@rodrigomha)

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

PowerSystems.jl - v2.0.2

PowerSystems v2.0.2

Diff since v2.0.1

Merged pull requests:

  • [PSY 3.0] Change Bus to ACBus (#956) (@rodrigomha)
  • Add Standard DC and T-Model DC Lines (#960) (@rodrigomha)
  • Adding Interconnecting Converters (#961) (@rodrigomha)
  • Jd/two terminal rename (#962) (@jd-lara)
  • fix PSB version in tests (#963) (@jd-lara)
  • Add IPCs to psy3 (#964) (@rodrigomha)
  • update use of formatter (#965) (@jd-lara)

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

PowerSystems.jl - v2.0.1

PowerSystems v2.0.1

Diff since v2.0.0

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

PowerSystems.jl - v2.0.0

PowerSystems v2.0.0

Diff since v1.25.3

Closed issues:

  • Upcoming deprecation Julia 1.6 (#717)
  • supplemental accessor for battery reactive power fails if nothing (#799)
  • Tutorials are not standalone (#812)
  • align BusTypes enum with PowerModels Int bus types (#814)
  • Support explicit parsing of Z, I, P loads (#823)
  • Load Modeling tracking issue (#847)
  • Expression contains an invalid NaN constant. This could be produced by Inf - Inf. (#884)
  • Remove PowerLoadPF (#899)
  • Simplify the addition of new structs (#906)
  • add "name" to system (#914)
  • system metadata (#915)
  • Displaying systems with pretty tables in logger (#924)
  • Parsers (#928)
  • PSY 2.0 (#929)
  • Network Matricies (#930)
  • System Metadata (#932)
  • Rename get_active_power to get_active_power_control for outer control (#937)
  • fix doctoring typo IEEE ST (#938)
  • HVDC data modeling tracking issue (#944)
  • Parsing on PowerFlowData (#948)
  • create DC buses structures (needed to support multiple Lines connected to the same converter) (#950)

Merged pull requests:

  • Sd/parser fixes (#940) (@jd-lara)
  • Jd/misc fixes (#941) (@jd-lara)
  • Add support for system metadata (#945) (@daniel-thom)
  • Psy2 (#957) (@jd-lara)
  • get_max_reactive_power fix (#958) (@jd-lara)
  • Jd/docs improvements (#959) (@jd-lara)

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

PowerSystems.jl - v1.25.3

PowerSystems v1.25.3

Diff since v1.25.2

Closed issues:

  • TS Deepcopy (#931)
  • HDF5 repack (#933)

Merged pull requests:

  • refactor load usage (#898) (@jd-lara)
  • Add use of time_series_directory in Base.deepcopy (#939) (@daniel-thom)

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

PowerSystems.jl - v1.25.2

PowerSystems v1.25.2

Diff since v1.25.1

Merged pull requests:

  • Scd/psse parser updates (#922) (@scdhulipala)
  • only check connectivity for multiple nodes (#927) (@m-bossart)

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

PowerSystems.jl - v1.25.1

PowerSystems v1.25.1

Diff since v1.25.0

Merged pull requests:

  • Jd/table data parser improvements (#926) (@jd-lara)

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

PowerSystems.jl - v1.25.0

PowerSystems v1.25.0

Diff since v1.24.2

Merged pull requests:

  • Add new active constant power and generic load models (#923) (@rodrigomha)

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

PowerSystems.jl - v1.24.2

PowerSystems v1.24.2

Diff since v1.24.1

Merged pull requests:

  • Automate the process for generating structs (#917) (@daniel-thom)
  • adding downloads badge (#920) (@claytonpbarrows)
  • Update code for latest PrettyTables version (#921) (@daniel-thom)

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

PowerSystems.jl - v1.24.1

PowerSystems v1.24.1

Diff since v1.24.0

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

PowerSystems.jl - v1.24.0

PowerSystems v1.24.0

Diff since v1.23.0

Closed issues:

  • Allow add_component to reinitialize states on DynamicInjector (#909)
  • export get_renewable_unit for hybrid systems (#908)
  • base_power is not typed to be Float64 in constructors (#912)

Merged pull requests:

  • Jd/minor fixes (#913) (@jd-lara)

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

PowerSystems.jl - v1.23.0

PowerSystems v1.23.0

Diff since v1.22.4

Merged pull requests:

  • Add Sauer Pai struct (#905) (@marenat)
  • Add VOC struct (#907) (@rodrigomha)

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

PowerSystems.jl - v1.22.4

PowerSystems v1.22.4

Diff since v1.22.3

Closed issues:

  • Can't Install PowerSystems.jl (#902)

Merged pull requests:

  • add standard load (#900) (@jd-lara)
  • Add w ref dera (#901) (@m-bossart)
  • Speed-up battery parsing (#903) (@josephmckinsey)

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

PowerSystems.jl - v1.22.3

PowerSystems v1.22.3

Diff since v1.22.2

Merged pull requests:

  • Add REGCA new struct for future PSCAD validation (#897) (@rodrigomha)

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

PowerSystems.jl - v1.22.2

PowerSystems v1.22.2

Diff since v1.22.1

Closed issues:

  • Problem with parsing of PSSE transformer data (#879)
  • Add Parser of STAB1 and fix description (#894)

Merged pull requests:

  • fix shunt location in ybus (#895) (@jd-lara)
  • Add STAB1 parser (#896) (@rodrigomha)

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

PowerSystems.jl - v1.22.1

PowerSystems v1.22.1

Diff since v1.22.0

Merged pull requests:

  • Add EXST1 parser (#892) (@rodrigomha)
  • Add Induction Motor Additional Params (#893) (@rodrigomha)

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

PowerSystems.jl - v1.22.0

PowerSystems v1.22.0

Diff since v1.21.3

Merged pull requests:

  • Add induction motors structs (#885) (@rodrigomha)
  • Fix naming Induction machine states (#886) (@rodrigomha)
  • add missing references to dera (#887) (@m-bossart)
  • Test required accessors for subtypes of Component (#888) (@daniel-thom)
  • Correct induction machine parameters (#890) (@rodrigomha)

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

PowerSystems.jl - v1.21.3

PowerSystems v1.21.3

Diff since v1.21.2

Merged pull requests:

  • Add der d struct (#876) (@tavovalmo)

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

PowerSystems.jl - v1.21.2

PowerSystems v1.21.2

Diff since v1.21.1

Merged pull requests:

  • Fix AggregateDistributedGenerationA (#883) (@m-bossart)

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

PowerSystems.jl - v1.21.1

PowerSystems v1.21.1

Diff since v1.21.0

Merged pull requests:

  • Jd/parser fixes (#882) (@jd-lara)

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

PowerSystems.jl - v1.21.0

PowerSystems v1.21.0

Diff since v1.20.2

Merged pull requests:

  • Add new AVRs ST1 and EX4VSA (#874) (@rodrigomha)
  • Add dera (#875) (@marenat)
  • include struct for STAB1 (#877) (@tavovalmo)
  • Add genqec rr struct (#878) (@tavovalmo)
  • Add Exponential Load model (#880) (@rodrigomha)
  • Fix Source R and X source base values (#881) (@rodrigomha)

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

PowerSystems.jl - v1.20.2

PowerSystems v1.20.2

Diff since v1.20.1

Merged pull requests:

  • Update generated structs with disabled formatter (#870) (@daniel-thom)
  • Update Project.toml (#871) (@jd-lara)
  • re run generated (#872) (@jd-lara)

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

PowerSystems.jl - v1.20.1

PowerSystems v1.20.1

Diff since v1.20.0

Merged pull requests:

  • Disable standalone mode for HTML display (#868) (@daniel-thom)

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

PowerSystems.jl - v1.20.0

PowerSystems v1.20.0

Diff since v1.19.0

Closed issues:

  • PowerSystems.ReserveUp not defined (#863)
  • Accessing bus shunts (#866)

Merged pull requests:

  • Fix saturation bug (#865) (@rodrigomha)
  • handling bus shunts in tabular parser (#867) (@claytonpbarrows)

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

PowerSystems.jl - v1.19.0

PowerSystems v1.19.0

Diff since v1.18.5

Closed issues:

  • copy_time_series! signature inconsistent with IS definition (#860)

Merged pull requests:

  • Add get_components method with filter_func (#858) (@daniel-thom)
  • Fix Saturation calculations (#859) (@rodrigomha)
  • Use IS.copy_time_series! directly (#861) (@daniel-thom)

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

PowerSystems.jl - v1.18.5

PowerSystems v1.18.5

Diff since v1.18.4

Closed issues:

  • handle "PVe" categories in table data parser (#849)
  • make "position" default conditional in storage.csv (#850)

Merged pull requests:

  • Cb/unit conversion (#857) (@claytonpbarrows)

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

PowerSystems.jl - v1.18.4

PowerSystems v1.18.4

Diff since v1.18.3

Closed issues:

  • Error in Ymatrix when building model from RAW file (#853)

Merged pull requests:

  • Updating copy subcomponent time series method (#856) (@sourabhdalvi)

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

PowerSystems.jl - v1.18.3

PowerSystems v1.18.3

Diff since v1.18.2

Closed issues:

  • Error when parsing a RAW (PSSE) file (#852)

Merged pull requests:

  • add ybus data checks (#854) (@jd-lara)
  • add parsing checks base impedance (#855) (@jd-lara)

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

PowerSystems.jl - v1.18.2

PowerSystems v1.18.2

Diff since v1.18.1

Merged pull requests:

  • update files (#848) (@jd-lara)
  • Update Project.toml (#851) (@jd-lara)

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

PowerSystems.jl - v1.18.1

PowerSystems v1.18.1

Diff since v1.18.0

Merged pull requests:

  • improving flexibility of table data parsing (#844) (@claytonpbarrows)
  • Use AbstractVector in _make_ax_ref (#845) (@andrewrosemberg)

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

PowerSystems.jl - v1.18.0

PowerSystems v1.18.0

Diff since v1.17.0

Closed issues:

  • [Security] Workflow format-check.yml is using vulnerable action actions/checkout (#841)

Merged pull requests:

  • Update format-check.yml (#842) (@jd-lara)
  • Add subcomponent time series to subsystem (#843) (@daniel-thom)

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

PowerSystems.jl - v1.17.0

PowerSystems v1.17.0

Diff since v1.16.0

Merged pull requests:

  • Cb/cdm parser bugs (#838) (@claytonpbarrows)
  • Fix serialization of Union types with Nothing (#840) (@daniel-thom)

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

PowerSystems.jl - v1.16.0

PowerSystems v1.16.0

Diff since v1.15.3

Merged pull requests:

  • Improve handling of set_name! on components (#837) (@daniel-thom)

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

PowerSystems.jl - v1.15.3

PowerSystems v1.15.3

Diff since v1.15.2

Merged pull requests:

  • correct matpower parsing (#836) (@jd-lara)

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

PowerSystems.jl - v1.15.2

PowerSystems v1.15.2

Diff since v1.15.1

Closed issues:

  • Broken Docs (#817)
  • add PrimeMovers and ThermalFuels enums to docs (#833)

Merged pull requests:

  • Cb/print improvement (#834) (@claytonpbarrows)
  • Change order of VirtualInertia states (#835) (@rodrigomha)

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

PowerSystems.jl - v1.15.1

PowerSystems v1.15.1

Diff since v1.15.0

Merged pull requests:

  • print only if changed (#832) (@jd-lara)

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

PowerSystems.jl - v1.15.0

PowerSystems v1.15.0

Diff since v1.14.1

Closed issues:

  • refactor SIL warnings (#792)

Merged pull requests:

  • Update Project.toml (#830) (@claytonpbarrows)
  • Remove check_sil from add_component! call stack (#831) (@daniel-thom)

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

PowerSystems.jl - v1.14.1

PowerSystems v1.14.1

Diff since v1.14.0

Merged pull requests:

  • Fix Fixed Admittance parser and power flow issue (#827) (@rodrigomha)

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

PowerSystems.jl - v1.14.0

PowerSystems v1.14.0

Diff since v1.13.3

Merged pull requests:

  • Fix method ambiguity (#825) (@daniel-thom)
  • update dependencies (#826) (@jd-lara)

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

PowerSystems.jl - v1.13.3

PowerSystems v1.13.3

Diff since v1.13.2

Merged pull requests:

  • fix dyr parser (#824) (@jd-lara)

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

PowerSystems.jl - v1.13.2

PowerSystems v1.13.2

Diff since v1.13.1

Merged pull requests:

  • handle psse other load types (#822) (@jd-lara)

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

PowerSystems.jl - v1.13.1

PowerSystems v1.13.1

Diff since v1.13.0

Closed issues:

  • Remove trailing whitespace from bus names parsing (#779)

Merged pull requests:

  • Update to latest pretty_table interface (#819) (@daniel-thom)
  • Jd/formatter fixc2 (#820) (@jd-lara)

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

PowerSystems.jl - v1.13.0

PowerSystems v1.13.0

Diff since v1.12.0

Merged pull requests:

  • Adding new abstract reserve type (#815) (@sourabhdalvi)

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

PowerSystems.jl - v1.12.0

PowerSystems v1.12.0

Diff since v1.11.2

Merged pull requests:

  • Update README.md (#802) (@pitmonticone)
  • Update index.md (#803) (@pitmonticone)
  • Update intro_page.md (#804) (@pitmonticone)
  • Update type_structure.md (#805) (@pitmonticone)
  • Update system.md (#806) (@pitmonticone)
  • Update time_series.md (#807) (@pitmonticone)
  • Update network_matrices.jl (#808) (@pitmonticone)
  • merge doc patch prs (#809) (@jd-lara)
  • Cb/update pm parsers (#810) (@claytonpbarrows)
  • Add check_components method (#811) (@daniel-thom)
  • Fix time_periods in Modeling with JuMP (#813) (@odow)

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

PowerSystems.jl - v1.11.2

PowerSystems v1.11.2

Diff since v1.11.1

Merged pull requests:

  • Cb/update pm parsers (#800) (@claytonpbarrows)
  • Fix power flow dataframe solution (#801) (@rodrigomha)

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

PowerSystems.jl - v1.11.1

PowerSystems v1.11.1

Diff since v1.11.0

Merged pull requests:

  • get time series counts bugfix (#798) (@jd-lara)

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

PowerSystems.jl - v1.11.0

PowerSystems v1.11.0

Diff since v1.10.0

Merged pull requests:

  • Add Parser for Generic Renewable Models (#795) (@rodrigomha)
  • Enhance printing of system and components (#796) (@daniel-thom)
  • Add examples for show_components (#797) (@daniel-thom)

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

PowerSystems.jl - v1.10.0

PowerSystems v1.10.0

Diff since v1.9.0

Closed issues:

  • validation items (#265)
  • Validation of ranges in devices should consider status (#491)
  • System kwargs missing from docstring (#710)
  • Update documentation figs for dark mode (#766)
  • Warning log messages can be confusing because of log suppression (#775)
  • Power flow case doesn't handle storage correctly (#782)
  • Periodic source has a bus field. (#785)
  • Do not create H5 files when serializing systems that don't have time series (#791)

Merged pull requests:

  • Add renewable generic models structs (#776) (@rodrigomha)
  • Add regca1 (#777) (@m-bossart)
  • periodic variable source (#778) (@jd-lara)
  • Fix for PeriodicVariableSource (#780) (@m-bossart)
  • Fix Powerflow issues (#783) (@rodrigomha)
  • add serialization test (#786) (@jd-lara)
  • remove bus from periodic source (#787) (@jd-lara)
  • Remove available field from PeriodicVariableSource (#789) (@m-bossart)
  • Update docs to describe new environment variable (#793) (@daniel-thom)

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

PowerSystems.jl - v1.9.0

PowerSystems v1.9.0

Diff since v1.8.2

Merged pull requests:

  • Add white background to gen_metamodel figure (#773) (@rodrigomha)
  • Compare values (#774) (@daniel-thom)

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

PowerSystems.jl - v1.8.2

PowerSystems v1.8.2

Diff since v1.8.1

Merged pull requests:

  • Adding a set_value function to convert values to the correct unit system (#769) (@sourabhdalvi)
  • Add SEXS parser (#770) (@rodrigomha)
  • add convert to area power fields (#771) (@jd-lara)
  • remove conversion (#772) (@jd-lara)

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

PowerSystems.jl - v1.8.1

PowerSystems v1.8.1

Diff since v1.8.0

Merged pull requests:

  • add V_ref to SEXS struct (#768) (@rodrigomha)

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

PowerSystems.jl - v1.8.0

PowerSystems v1.8.0

Diff since v1.7.0

Closed issues:

  • deepcopy on a System with time_series_in_memory should use Base.deepcopy (#762)

Merged pull requests:

  • Optimize deepcopy of System (#764) (@daniel-thom)
  • fix rating calculation (#765) (@jd-lara)

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

PowerSystems.jl - v1.7.0

PowerSystems v1.7.0

Diff since v1.6.0

Closed issues:

  • get_component() does not work properly after changing the name of component (#759)

Merged pull requests:

  • Update format workflow to autosuggest changes in PRs (#755) (@kdheepak)
  • Add error message when calculating PTDF for a system without reference bus (#756) (@raphaelsaavedra)
  • add Grid Following structs (#757) (@rodrigomha)
  • Allow changing the name of a component that is in a system (#760) (@daniel-thom)
  • deprecate current control in favor of voltagemodecontrol (#761) (@jd-lara)

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

PowerSystems.jl - v1.6.0

PowerSystems v1.6.0

Diff since v1.5.1

Closed issues:

  • New system constructor to add time series to matpower files (#745)
  • Invalid range warning unclear (#748)
  • Can't show devices defined outside PowerSystems (#752)

Merged pull requests:

  • Filter logs by group (#743) (@daniel-thom)
  • add conversion to power_trajectory (#746) (@jd-lara)
  • add missing export/imports (#750) (@jd-lara)
  • Bug fix in get_value (#751) (@sourabhdalvi)
  • Fix printing of non-PowerSystems components (#753) (@daniel-thom)
  • Fix use of InfrastructureSystems interfaces (#754) (@daniel-thom)

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

PowerSystems.jl - v1.5.1

PowerSystems v1.5.1

Diff since v1.5.0

Closed issues:

  • Method definition for FixedFrequency overwritten (#739)
  • Some arcs counted twice in list/number of system components (#740)

Merged pull requests:

  • fix is compat (#741) (@jd-lara)
  • Fix deserialization to account for old datasets (#742) (@daniel-thom)

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

PowerSystems.jl - v1.5.0

PowerSystems v1.5.0

Diff since v1.4.3

Closed issues:

  • Resolve scaling of connectivity checks in the Ybus. (#728)
  • Method with no arguments is redefined here (#733)
  • set_service_bid! performance is slow due to checks (#736)

Merged pull requests:

  • Cb/new utils (#730) (@claytonpbarrows)
  • Added struct for SEXS AVR (#734) (@m-bossart)
  • enable all aqua tests (#735) (@jd-lara)
  • Improve set_service_bid! performance by avoiding get_contributing_devices (#737) (@raphaelsaavedra)
  • Add support for compression at the System level (#738) (@daniel-thom)

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

PowerSystems.jl - v1.4.3

PowerSystems v1.4.3

Diff since v1.4.2

Merged pull requests:

  • Add full support for HybridSystems (#729) (@daniel-thom)
  • Allow passing single start_up value (#731) (@nickrobinson251)
  • Add droop inverter and Fixed PLL structs (#732) (@rodrigomha)

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

PowerSystems.jl - v1.4.2

PowerSystems v1.4.2

Diff since v1.4.1

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

PowerSystems.jl - v1.4.1

PowerSystems v1.4.1

Diff since v1.4.0

Merged pull requests:

  • Preserve runchecks across deepcopy (#726) (@daniel-thom)

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

PowerSystems.jl - v1.4.0

PowerSystems v1.4.0

Diff since v1.3.3

Merged pull requests:

  • Fix broken link in docs (#725) (@raphaelsaavedra)

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

PowerSystems.jl - v1.3.3

PowerSystems v1.3.3

Diff since v1.3.2

Closed issues:

  • New Ambiguity in Julia 1.6 (#722)

Merged pull requests:

  • Fix ambiguity (#723) (@daniel-thom)

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

PowerSystems.jl - v1.3.2

PowerSystems v1.3.2

Diff since v1.3.1

Closed issues:

  • Branch rating validation always assumes that rate is per-unit (#721)

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