Releases: NREL-Sienna/PowerSystems.jl
Releases · NREL-Sienna/PowerSystems.jl
v4.4.2
PowerSystems v4.4.2
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)
v4.4.1
PowerSystems v4.4.1
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:
v4.4.0
PowerSystems v4.4.0
Merged pull requests:
- Add
initial_input
toMarketBidCost
(#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 argumentload_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)
v4.3.1
PowerSystems v4.3.1
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)
v4.3.0
PowerSystems v4.3.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)
v4.2.0
PowerSystems v4.2.0
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
ValueCurve
s, cost aliases,CostCurve
,FuelCurve
, and associated tests from PSY to IS (PSY version) (#1169) (@GabrielKS)
Closed issues:
v4.1.4
PowerSystems v4.1.4
Merged pull requests:
- Yet more PSY3 to PSY4 system conversions (#1155) (@GabrielKS)
- Add Honduras structs (#1158) (@rodrigomha)
v4.1.3
PowerSystems v4.1.3
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)
v4.1.2
PowerSystems v4.1.2
Merged pull requests:
- Add
is_component_in_aggregation_topology
(#1146) (@GabrielKS)