Skip to content

Release 0.0.3

Latest
Compare
Choose a tag to compare
@t-ober t-ober released this 03 May 10:46
· 34 commits to main since this release

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