Recent Releases of grid-reducer

grid-reducer - v1.1.0

What's Changed

  • Implement metrics to calculate distance from original coordinates sub issue by @kaustavbhattacharjee in https://github.com/Grid-Atlas/grid-reducer/pull/58
  • Fixed base voltage not being set for sourcebus by @KapilDuwadi in https://github.com/Grid-Atlas/grid-reducer/pull/60
  • Refactored utils functions into multiple modules under utils package for better maintenance by @KapilDuwadi in https://github.com/Grid-Atlas/grid-reducer/pull/62
  • Added coverage config to exclude altdss models by @KapilDuwadi in https://github.com/Grid-Atlas/grid-reducer/pull/64

- Python
Published by KapilDuwadi 6 months ago

grid-reducer - v1.0.1

What's Changed

  • Updated function to detect switch connected buses by @kaustavbhattacharjee in https://github.com/Grid-Atlas/grid-reducer/pull/54
  • Added a progress bar for large s3 folder download with tqdm by @kaustavbhattacharjee in https://github.com/Grid-Atlas/grid-reducer/pull/54
  • Added example jupyter notebook to explore switch connected buses by @kaustavbhattacharjee in https://github.com/Grid-Atlas/grid-reducer/pull/54
  • Updated python version in installation instruction to point to 3.11 by @KapilDuwadi in https://github.com/Grid-Atlas/grid-reducer/pull/56

- Python
Published by KapilDuwadi 6 months ago

grid-reducer - v1.0.0

What's Changed

  • added missing functions for supporting ieee9500 test casse by @KapilDuwadi in https://github.com/Grid-Atlas/grid-reducer/pull/3
  • replaced xxhash with uuid and removed linting check from init files by @KapilDuwadi in https://github.com/Grid-Atlas/grid-reducer/pull/7
  • preserved only coordinates for switches by @KapilDuwadi in https://github.com/Grid-Atlas/grid-reducer/pull/8
  • added functionality to create geo-dataframe from graph by @KapilDuwadi in https://github.com/Grid-Atlas/grid-reducer/pull/13
  • Added feature to group assets with same non-ignored fields before agg… by @KapilDuwadi in https://github.com/Grid-Atlas/grid-reducer/pull/14
  • enabled tests data folder by @KapilDuwadi in https://github.com/Grid-Atlas/grid-reducer/pull/15
  • added flowchart for primary and secondary aggregtation approach by @KapilDuwadi in https://github.com/Grid-Atlas/grid-reducer/pull/17
  • Bugfix: KeyError for EnergyMeter by @KapilDuwadi in https://github.com/Grid-Atlas/grid-reducer/pull/20
  • added feature to support loop in the network by @KapilDuwadi in https://github.com/Grid-Atlas/grid-reducer/pull/23
  • auto black format fix by @KapilDuwadi in https://github.com/Grid-Atlas/grid-reducer/pull/24
  • added a fix for line type without length by @KapilDuwadi in https://github.com/Grid-Atlas/grid-reducer/pull/26
  • started using mkdcos for documentation by @KapilDuwadi in https://github.com/Grid-Atlas/grid-reducer/pull/28
  • Added kron job for checking major version change by @KapilDuwadi in https://github.com/Grid-Atlas/grid-reducer/pull/29
  • added a fix for creating major updates text file from within python file by @KapilDuwadi in https://github.com/Grid-Atlas/grid-reducer/pull/31
  • 📰 added citation for the repo by @KapilDuwadi in https://github.com/Grid-Atlas/grid-reducer/pull/33
  • added Ci workflow to publish python package on release by @KapilDuwadi in https://github.com/Grid-Atlas/grid-reducer/pull/36
  • started using markdown linter and code spell check for markdown and p… by @KapilDuwadi in https://github.com/Grid-Atlas/grid-reducer/pull/37
  • 9 feature request differential privacy for bus coordinates 2 by @kaustavbhattacharjee in https://github.com/Grid-Atlas/grid-reducer/pull/44
  • fixed a bug where switches were not preserved by @KapilDuwadi in https://github.com/Grid-Atlas/grid-reducer/pull/47
  • applied dp only if switches exist by @KapilDuwadi in https://github.com/Grid-Atlas/grid-reducer/pull/48
  • replaced approach with methodology by @KapilDuwadi in https://github.com/Grid-Atlas/grid-reducer/pull/49
  • Preping for release by @KapilDuwadi in https://github.com/Grid-Atlas/grid-reducer/pull/51
  • Fixed a typo by @KapilDuwadi in https://github.com/Grid-Atlas/grid-reducer/pull/52
  • Feature/updated readme by @KapilDuwadi in https://github.com/Grid-Atlas/grid-reducer/pull/53

New Contributors

  • @KapilDuwadi made their first contribution in https://github.com/Grid-Atlas/grid-reducer/pull/3

Full Changelog: https://github.com/Grid-Atlas/grid-reducer/commits/v1.0.0

- Python
Published by KapilDuwadi 8 months ago