All notable changes to this project will be documented in this file.
- Add project-level
CLAUDE.mdfile #329 - Adding congestion result handling #198
- Add pre-commit hook for removing metadata from jupyter notebooks #363
- Using
NBVALas validation for jupyter notebooks #351 - Switch to
nb-cleanfor removing metadata from jupyter notebooks #365 - Add example for Line Results to documentation #341
- Add colored Line Trace to plotting #348
- Add colored Node Trace to plotting #349
- Added Dependabot Patch Merge Automation #399
- Move
NBVALto dev dependencies #374 - Harmonized CI OS-Matrix and updated Actions #401
- Updated
postgisversion in tests #455
- Removed duplicated code within
plots.grid#346 - Remove pre-commit hook for removing metadata from jupyter notebooks #369
- Removed dod from storage type input from grid csvs #336
- Removed
q_characteristicsfromcreate_energy_management_systems_data#326 - Fix
emInputfromparent_emtocontrolling_em#333 - Fix also from
emtocontrolling_emfor allSystemParticipants#337 - Fix error in
filter_data_for_time_interval()#357
- Cleaned up dependencies #299
- Added
Transformers2WResultdictionary support #217 PrimaryDatatime series are now protected, introducedadd_time_seriesmethod #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
- Add
s_ratedDCto 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_Phiof create method ofElectricVehicleChargingStationsto 1.0 #272 - Fix
create_gridnotebook to PSDM changes with respect to Em #281
- 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
- Subclasses of
Entitiessupport__getitem__with uuids, returning the associated series of the underlyingDataFrame#155 - Support for initializing
LocalGwrDbfrom environment variable #155 - ORM for accessing
ICONweather data #159 LocalGwrDbsupports copying configs #159Entitiessupport__getitem__with uuds #159- Support for lines and transformer admittance matrix calculation #161
ExtendedNode(s)Resultare now calculated using the grids admittance matrix- Specific
Line(s)Resultand 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