Releases: ie3-institute/pypsdm
Releases · ie3-institute/pypsdm
Release 0.0.6
Release 0.0.5
Changed
- Cleaned up dependencies #299
Release 0.0.4
Added
- Added
Transformers2WResult
dictionary support #217 PrimaryData
time series are now protected, introducedadd_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 ofElectricVehicles
#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 ofElectricVehicleChargingStations
to 1.0 #272 - Fix
create_grid
notebook to PSDM changes with respect to Em #281
Fixed
Release 0.0.3
Added
- Subclasses of
Entities
support__getitem__
with uuids, returning the associated series of the underlyingDataFrame
#155 - Support for initializing
LocalGwrDb
from environment variable #155 - ORM for accessing
ICON
weather data #159 LocalGwrDb
supports copying configs #159Entities
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
Release 0.0.2
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.