Skip to content

Latest commit

 

History

History
225 lines (136 loc) · 4.45 KB

CHANGELOG.md

File metadata and controls

225 lines (136 loc) · 4.45 KB

PowerSystems Change Log

0.20.0

  • Add Support for MultiStart Thermal Generation (a.k.a. PGLIB Model)
  • Performance updates to Power Flow.
  • Remove Make PF function.
  • Fixin forecast handling of composed structs
  • Update to IS v0.11
  • Add SalientPoleGenerator and RoundRotorGenerator with saturation variants
  • Add regulation device composed with generators
  • Add Basepower field to InjectionDevices in system's per unit
  • Add readonly option for seralization of time series

0.19.0

  • Update for IS 0.9
  • Change behaviour of get_component

0.18.5

  • Bug fix for serialization

0.18.4

  • Add deepcopy method for system

0.18.3

  • Bug fix in serialization to folder

0.18.2

  • Fix potential miscalculation of PWL upper bound limits

0.18.1

  • Remove warning PWL get_slope function

0.18.0

  • Add functions to to get breakpoints and slopes from PWL cost functions
  • Add getter function support for generated structs
  • Enable addition of DynamicInjections to StaticInjection components and associated methods

0.17.2

  • Add DemandCurveReserve
  • Add functions to manipilate pwl cost functions

0.17.1

  • Fix bug with frequency de-serialization

0.17.0

  • Fix Serialization of DynamicInverter
  • Fix remove_component for Area
  • Add available fields for Reserves

0.16.0

  • Changes to DynamicInverter and DynamicGenerator structs
  • Bugfix in solve_powerflow!
  • add option to set store location of hdf5 file

v0.15.2

  • add get_available_components method

v0.15.1

  • add has_forecasts method

v0.15.0

  • Add filtering function to get_components
  • Add Parser for Texas A&M models
  • Add tiime_at_status field in ThermalStandard

v0.14.1

  • Update InfrastructureSystems dependency

v0.14.0

  • Update names and contents of Dynamic Structs, RenewableGen, HydroGen and ThermalGen

v0.13.1

  • Update CSV dependency to v0.6

v0.13.0

  • Change uses of Load Zone and Area
  • Add AGC service
  • Remove unnecessary fields in transfer service
  • Add participation factor field in TechThermal

v0.12.0

  • Make LoadZone and Area optional Bus Inputs

v0.11.2

  • Reduce warning print for unsupported columns outs when parsing data

v0.11.1

  • Change device internal forecasts field name

v0.11.0

  • Add support for Load Zones and Areas
  • Add return status for power flows
  • Change behavior of Matpower and PTI files parsing

v0.10.0

  • Update PTI parsing code from PM and IM
  • Modify the user's interface for enums

v0.9.1

  • Update Struct autogeneration code

v0.9.0

  • Update Hydropower structs naming

v0.8.6

  • Add missing getter functions for DynamicInverter and DynamicGenerator
  • Add missing getter functions for System fields.
  • Add frequency field to System and DEFAULT_SYSTEM_FREQUENCY

v0.8.5

  • Add functions to handle DynamicInjection components

v0.8.4

  • Fix 7z error in Julia 1.3 and Windows
  • Bugfix in pu conversion in HVDC Table Data
  • Improve testing

v0.8.3

  • Update DynamicGenerator and DynamicInverter to comply with PSY
  • Change get_components to support parametrized structs
  • Improve testing of dynamic structs

v0.8.2

  • Update package dependencies compatibility
  • Add range to struct docstrings
  • Hydropower data parsing improvements

v0.8.1

  • Bugfix TableData HydroStorage

v0.8.0

  • Updated HydroDispatch and removed HydroStorage

v0.7.1

  • Bugfix services removal

v0.7.0

  • Make codebase consistent with the style guides.
  • Add Dynamic Data capabilities.
  • Change the use of services and store them inside of devices.
  • Add ext field to devices
  • Add ext field to the system

v0.6.2

  • Downgrade compatible version of CSV to 0.5.13 to avoid tab-complete hang.
  • Bug Fix in docstrings autogeneration code
  • Contiguous forecasts function added

v0.6.1

  • Remove bin from auto-generation code
  • Updated docstrings

v0.6.0

  • Use accessor functions instead of labels to get forecasts
  • Bug Fix in code autogeneration

v0.5.2

  • Enforce unique bus numbers
  • Set min version of IS to 0.2.4

v0.5.1

  • Bugfix in generate_initial_times
  • Bug fixes on SystemTable Data

v0.5.0

  • Store and access forecast data from Disk

v0.4.3

  • Fix Parsing bug in Table data #362
  • Enable custom validation descriptors when parsing PSS/E and MATPOWER files
  • Enable multiple loads per bus when parsing PSS/E and MATPOWER files
  • Support multiple generators per bus and non-sequential bus indexing in power flow

v0.4.2

  • Fix printing of forecasts #350 fixing #343

v0.1.1

  • Update to Julia-v0.7

v0.1.0

  • Initial implementation