Skip to content

Releases: ie3-institute/pypsdm

Release 0.0.6

29 Apr 12:25
b8c2969
Compare
Choose a tag to compare

Changed

  • Adapt Coordinate type to use WKBElement Geography #287
  • Adapt to recent PSDM Version 6.0.0 #278

Release 0.0.5

16 Apr 12:31
8d64ddb
Compare
Choose a tag to compare

Changed

  • Cleaned up dependencies #299

Release 0.0.4

16 Apr 09:29
0ffa49b
Compare
Choose a tag to compare

Added

  • Added Transformers2WResult dictionary support #217
  • PrimaryData time series are now protected, introduced add_time_series method #218
  • Added method to create nodes and lines #223
  • Added graph traversal functionality #224
  • Added method to create two winding transformer #227
  • Allow execution with python 3.12 #229
  • Added ECDF plot example to plotting notebook #263

Changed

  • Add s_ratedDC to parameter for creation of ElectricVehicles #236
  • Adapt to recent PSDM changes with regard to energy management systems #164
  • Removed node from create method of energy management systems #267
  • Changed default value for cos_Phi of create method of ElectricVehicleChargingStations to 1.0 #272
  • Fix create_grid notebook to PSDM changes with respect to Em #281

Fixed

  • Fixed node identifier for plot of voltage over a branch #240
  • Fixed slack node identification if slack is not directly connected to a transformer #238
  • Fixed dependabot tag #261
  • Fixed flex option results not being handled #247

Release 0.0.3

03 May 10:46
Compare
Choose a tag to compare

Added

  • Subclasses of Entities support __getitem__ with uuids, returning the associated series of the underlying DataFrame #155
  • Support for initializing LocalGwrDb from environment variable #155
  • ORM for accessing ICON weather data #159
  • LocalGwrDb supports copying configs #159
  • Entities support __getitem__ with uuds #159
  • Support for lines and transformer admittance matrix calculation #161
  • ExtendedNode(s)Result are now calculated using the grids admittance matrix
  • Specific Line(s)Result and line utilisation calculation #176
  • Big refactoring of result types to extract more generic time series #192
  • Result types do not contain uuid and optional name anymore, but time series dicts now have Entity key that contain the information #192
  • Add WeatherDict data types and retrieval of weighted nodal weather #193

Changed

  • Renamed EnhancedNodeResult and EnhancedNodesResult to ExtendedNoderesult and ExtendedNodesresult #155
  • Data models from pypsdm.models.* can now be imported from the root module pypsdm #159
  • All previous ResultDict and ExtendedNodesResult properties are now functions instead of properties

Release 0.0.2

12 Feb 09:17
Compare
Choose a tag to compare

First release of the pypsdm.

Keep in mind that this project is still young so expect some changes to how things work and some rough edges.