Recent Releases of power-grid-model-ds

power-grid-model-ds - v1.4.4

What's Changed

  • Reorganize visualizer menu and add show-arrows option by @Thijss in https://github.com/PowerGridModel/power-grid-model-ds/pull/83

Full Changelog: https://github.com/PowerGridModel/power-grid-model-ds/compare/v1.4.3...v1.4.4

- Python
Published by github-actions[bot] 7 months ago

power-grid-model-ds - v1.4.3

What's Changed

  • Feat: add Branch3.as_branches method by @Thijss in https://github.com/PowerGridModel/power-grid-model-ds/pull/81

Full Changelog: https://github.com/PowerGridModel/power-grid-model-ds/compare/v1.4.2...v1.4.3

- Python
Published by github-actions[bot] 7 months ago

power-grid-model-ds - v1.4.2

What's Changed

  • refactor: make PowerGridModelInterface.setupmodel a public method by @Thijss in https://github.com/PowerGridModel/power-grid-model-ds/pull/59

Full Changelog: https://github.com/PowerGridModel/power-grid-model-ds/compare/v1.4.1...v1.4.2

- Python
Published by github-actions[bot] 8 months ago

power-grid-model-ds - v1.4.1

What's Changed

  • refactor: update loadflow tests by @Thijss in https://github.com/PowerGridModel/power-grid-model-ds/pull/80

Full Changelog: https://github.com/PowerGridModel/power-grid-model-ds/compare/v1.4.0...v1.4.1

- Python
Published by github-actions[bot] 8 months ago

power-grid-model-ds - v1.4.0

What's Changed

  • chore: remove deprecated code by @Thijss in https://github.com/PowerGridModel/power-grid-model-ds/pull/79
    • The deprecated GraphContainer.add_node has been fully replaced. by GraphContainer.add_node_array
    • The deprecated GraphContainer.add_branch has been fully replaced. by GraphContainer.add_branch_array
    • The deprecated GraphContainer.add_branch3 has been fully replaced. by GraphContainer.add_branch3_array
    • The deprecated substation_nodes parameter in BaseGraphModel.get_components has been removed. Use the following syntax from now on:

python with graph.tmp_remove_nodes(substation_nodes): components = graph.get_components()

  • change: make input data private by @jaapschoutenalliander in https://github.com/PowerGridModel/power-grid-model-ds/pull/66
  • feat: visualize ThreeWindingTransformers by @jaapschoutenalliander in https://github.com/PowerGridModel/power-grid-model-ds/pull/68

Full Changelog: https://github.com/PowerGridModel/power-grid-model-ds/compare/v1.3.4...v1.4.0

- Python
Published by github-actions[bot] 8 months ago

power-grid-model-ds - v1.3.4

What's Changed

  • Feat: add from_extended methods by @Thijss in https://github.com/PowerGridModel/power-grid-model-ds/pull/76

Full Changelog: https://github.com/PowerGridModel/power-grid-model-ds/compare/v1.3.3...v1.3.4

- Python
Published by github-actions[bot] 8 months ago

power-grid-model-ds - v1.3.3

What's Changed

  • Fix typing issue for numpy 2.3 and python 3.11 by @Thijss in https://github.com/PowerGridModel/power-grid-model-ds/pull/70
  • ci: homogenize github actions workflows + use trusted publisher by @mgovers in https://github.com/PowerGridModel/power-grid-model-ds/pull/67
  • Simplify and fix pre-release downloads by @Thijss in https://github.com/PowerGridModel/power-grid-model-ds/pull/74
  • Remove manual option from release workflow by @Thijss in https://github.com/PowerGridModel/power-grid-model-ds/pull/73
  • Publish to real pypi by @Thijss in https://github.com/PowerGridModel/power-grid-model-ds/pull/75

Full Changelog: https://github.com/PowerGridModel/power-grid-model-ds/compare/v1.3.2...v1.3.3

- Python
Published by github-actions[bot] 9 months ago

power-grid-model-ds - v1.3.3a12209263019

Full Changelog: https://github.com/PowerGridModel/power-grid-model-ds/compare/v1.3.3...v1.3.3a12209263019

- Python
Published by github-actions[bot] 9 months ago

power-grid-model-ds - v1.4.0a11304577643

Full Changelog: https://github.com/PowerGridModel/power-grid-model-ds/compare/v1.3.3...v1.4.0a11304577643

- Python
Published by github-actions[bot] 9 months ago

power-grid-model-ds - v2.0.0a1201998963

Full Changelog: https://github.com/PowerGridModel/power-grid-model-ds/compare/v1.4.0a1104577643...v2.0.0a1201998963

- Python
Published by github-actions[bot] 9 months ago

power-grid-model-ds - v1.4.0a1104577643

Full Changelog: https://github.com/PowerGridModel/power-grid-model-ds/compare/v1.3.3...v1.4.0a1104577643

- Python
Published by github-actions[bot] 9 months ago

power-grid-model-ds - v1.3.3a1402776107

Full Changelog: https://github.com/PowerGridModel/power-grid-model-ds/compare/v1.3.2...v1.3.3a1402776107

- Python
Published by github-actions[bot] 9 months ago

power-grid-model-ds - v1.3.2

What's Changed

  • Fix: prevent type change when using tmpremovenodes by @Thijss in https://github.com/PowerGridModel/power-grid-model-ds/pull/60

Full Changelog: https://github.com/PowerGridModel/power-grid-model-ds/compare/v1.3.1...v1.3.2

- Python
Published by github-actions[bot] 10 months ago

power-grid-model-ds - v1.3.1

What's Changed

  • docs: update visualizer docs by @jaapschoutenalliander in https://github.com/PowerGridModel/power-grid-model-ds/pull/57

Full Changelog: https://github.com/PowerGridModel/power-grid-model-ds/compare/v1.3.0...v1.3.1

- Python
Published by github-actions[bot] 11 months ago

power-grid-model-ds - v1.3.0

What's Changed

  • Add deprecation warning for substationnodes argument in getcomponents by @vincentkoppen in https://github.com/PowerGridModel/power-grid-model-ds/pull/23
  • Feat: support adding multiple nodes/branches at once (performance increase) by @Thijss in https://github.com/PowerGridModel/power-grid-model-ds/pull/31

* Don't raise NoPathBetweenNodes in getallpaths (breaking change) by @IrenaDk in https://github.com/PowerGridModel/power-grid-model-ds/pull/42

  • Adds the new visualizer based on dash-cytoscape by @Thijss in https://github.com/PowerGridModel/power-grid-model-ds/pull/47

Visualizer

Check the documentation to get started.

New Contributors

  • @IrenaDk made their first contribution in https://github.com/PowerGridModel/power-grid-model-ds/pull/42

Full Changelog: https://github.com/PowerGridModel/power-grid-model-ds/compare/v1.2.6...v1.3.0

- Python
Published by github-actions[bot] 11 months ago

power-grid-model-ds - v1.2.6

What's Changed

  • Feat/prevent auto major minor release by @Thijss in https://github.com/PowerGridModel/power-grid-model-ds/pull/53
  • Fix: re-order publish steps so artifact isn't deleted by checkout step by @Thijss in https://github.com/PowerGridModel/power-grid-model-ds/pull/54

Full Changelog: https://github.com/PowerGridModel/power-grid-model-ds/compare/v1.2.5...v1.2.6

- Python
Published by github-actions[bot] 11 months ago

power-grid-model-ds - v1.2.5

What's Changed

  • chore(deps): bump SonarSource/sonarqube-scan-action from 4 to 5 by @dependabot in https://github.com/PowerGridModel/power-grid-model-ds/pull/40

New Contributors

  • @dependabot made their first contribution in https://github.com/PowerGridModel/power-grid-model-ds/pull/40

Full Changelog: https://github.com/PowerGridModel/power-grid-model-ds/compare/v1.2.4...v1.2.5

- Python
Published by github-actions[bot] 11 months ago

power-grid-model-ds - v1.2.4

What's Changed

  • Some typos by @petersalemink95 in https://github.com/PowerGridModel/power-grid-model-ds/pull/50

Full Changelog: https://github.com/PowerGridModel/power-grid-model-ds/compare/v1.2.3...v1.2.4

- Python
Published by github-actions[bot] 11 months ago

power-grid-model-ds - v1.2.3

What's Changed

  • Rename loadflow -> power flow by @petersalemink95 in https://github.com/PowerGridModel/power-grid-model-ds/pull/49

New Contributors

  • @petersalemink95 made their first contribution in https://github.com/PowerGridModel/power-grid-model-ds/pull/49

Full Changelog: https://github.com/PowerGridModel/power-grid-model-ds/compare/v1.2.2...v1.2.3

- Python
Published by github-actions[bot] 11 months ago

power-grid-model-ds - v1.2.2

What's Changed

  • fix minor doc typos by @mgovers in https://github.com/PowerGridModel/power-grid-model-ds/pull/46

Full Changelog: https://github.com/PowerGridModel/power-grid-model-ds/compare/v1.2.1...v1.2.2

- Python
Published by github-actions[bot] 12 months ago

power-grid-model-ds - v1.2.1

What's Changed

  • chore: add typing to tests by @jaapschoutenalliander in https://github.com/PowerGridModel/power-grid-model-ds/pull/41

Full Changelog: https://github.com/PowerGridModel/power-grid-model-ds/compare/v1.2.0...v1.2.1

- Python
Published by github-actions[bot] about 1 year ago

power-grid-model-ds - v1.2.0

What's Changed

  • Feat: Create PGM-DS Grid object from PGM dict by @MvLieshout in https://github.com/PowerGridModel/power-grid-model-ds/pull/39

New Contributors

  • @MvLieshout made their first contribution in https://github.com/PowerGridModel/power-grid-model-ds/pull/39

Full Changelog: https://github.com/PowerGridModel/power-grid-model-ds/compare/v1.1.6...v1.2.0

- Python
Published by github-actions[bot] about 1 year ago

power-grid-model-ds - v1.1.6

What's Changed

  • docs: add demo by @jaapschoutenalliander in https://github.com/PowerGridModel/power-grid-model-ds/pull/38

Full Changelog: https://github.com/PowerGridModel/power-grid-model-ds/compare/v1.1.5...v1.1.6

- Python
Published by github-actions[bot] about 1 year ago

power-grid-model-ds - v1.1.5

What's Changed

  • chore: add generic typing to grid generator by @jaapschoutenalliander in https://github.com/PowerGridModel/power-grid-model-ds/pull/37

Full Changelog: https://github.com/PowerGridModel/power-grid-model-ds/compare/v1.1.4...v1.1.5

- Python
Published by github-actions[bot] about 1 year ago

power-grid-model-ds - v1.1.4

What's Changed

  • Fix bug with floating subdtypes by @Thijss in https://github.com/PowerGridModel/power-grid-model-ds/pull/36

Full Changelog: https://github.com/PowerGridModel/power-grid-model-ds/compare/v1.1.3...v1.1.4

- Python
Published by github-actions[bot] about 1 year ago

power-grid-model-ds - v1.1.3

What's Changed

  • Add DOI to citations + badges by @mgovers in https://github.com/PowerGridModel/power-grid-model-ds/pull/35

Full Changelog: https://github.com/PowerGridModel/power-grid-model-ds/compare/v1.1.2...v1.1.3

- Python
Published by github-actions[bot] about 1 year ago

power-grid-model-ds - v1.1.2

What's Changed

  • Add DOI to citations by @mgovers in https://github.com/PowerGridModel/power-grid-model-ds/pull/25

Full Changelog: https://github.com/PowerGridModel/power-grid-model-ds/compare/v1.1.1...v1.1.2

- Python
Published by github-actions[bot] about 1 year ago

power-grid-model-ds - v1.1.1

What's Changed

  • Feat: improve downstream node performance by @Thijss in https://github.com/PowerGridModel/power-grid-model-ds/pull/21
  • Chore: reorganize graph tests by @Thijss in https://github.com/PowerGridModel/power-grid-model-ds/pull/32

Full Changelog: https://github.com/PowerGridModel/power-grid-model-ds/compare/v1.1.0...v1.1.1

- Python
Published by github-actions[bot] about 1 year ago

power-grid-model-ds - v1.1.0

Note: this release was created earlier than intended. Please use release 1.1.1 instead

What's Changed

  • Feature: add .all_branches property to graph by @Thijss in https://github.com/PowerGridModel/power-grid-model-ds/pull/16
  • Feature: add Grid.from_txt method by @Thijss in https://github.com/PowerGridModel/power-grid-model-ds/pull/33
  • Feature: add tmpremovenodes method to graph by @Thijss in https://github.com/PowerGridModel/power-grid-model-ds/pull/17

Full Changelog: https://github.com/PowerGridModel/power-grid-model-ds/compare/v1.0.13...v1.1.0

- Python
Published by github-actions[bot] about 1 year ago

power-grid-model-ds - v1.0.13

What's Changed

  • fix constants for graph performance tests by @Thijss in https://github.com/PowerGridModel/power-grid-model-ds/pull/28
  • fix: delete_branch3 used wrong argument name by @vincentkoppen in https://github.com/PowerGridModel/power-grid-model-ds/pull/29
  • chore: remove unused/nonfunctional cache on graphcontainer by @vincentkoppen in https://github.com/PowerGridModel/power-grid-model-ds/pull/30

Full Changelog: https://github.com/PowerGridModel/power-grid-model-ds/compare/v1.0.12...v1.0.13

- Python
Published by github-actions[bot] about 1 year ago

power-grid-model-ds - v1.0.12

What's Changed

  • add citations.cff by @mgovers in https://github.com/PowerGridModel/power-grid-model-ds/pull/24

Full Changelog: https://github.com/PowerGridModel/power-grid-model-ds/compare/v1.0.11...v1.0.12

- Python
Published by github-actions[bot] about 1 year ago

power-grid-model-ds - v1.0.11

What's Changed

  • Fix: solve import issues for performance tests by @Thijss in https://github.com/PowerGridModel/power-grid-model-ds/pull/22

Full Changelog: https://github.com/PowerGridModel/power-grid-model-ds/compare/v1.0.10...v1.0.11

- Python
Published by github-actions[bot] about 1 year ago

power-grid-model-ds - v1.0.10

What's Changed

  • Drop python 3.10 by @figueroa1395 in https://github.com/PowerGridModel/power-grid-model-ds/pull/12

New Contributors

  • @figueroa1395 made their first contribution in https://github.com/PowerGridModel/power-grid-model-ds/pull/12

Full Changelog: https://github.com/PowerGridModel/power-grid-model-ds/compare/v1.0.9...v1.0.10

- Python
Published by github-actions[bot] about 1 year ago

power-grid-model-ds - v1.0.9

What's Changed

  • Add explicit test for .has_branch() by @Thijss in https://github.com/PowerGridModel/power-grid-model-ds/pull/15

Full Changelog: https://github.com/PowerGridModel/power-grid-model-ds/compare/v1.0.8...v1.0.9

- Python
Published by github-actions[bot] about 1 year ago

power-grid-model-ds - v1.0.8

What's Changed

  • tests: fix Enum initialization by @vincentkoppen in https://github.com/PowerGridModel/power-grid-model-ds/pull/7

Full Changelog: https://github.com/PowerGridModel/power-grid-model-ds/compare/v1.0.7...v1.0.8

- Python
Published by github-actions[bot] about 1 year ago

power-grid-model-ds - v1.0.7

What's Changed

  • remove conda-forge from installation options in docs by @mgovers in https://github.com/PowerGridModel/power-grid-model-ds/pull/14

Full Changelog: https://github.com/PowerGridModel/power-grid-model-ds/compare/v1.0.6...v1.0.7

- Python
Published by github-actions[bot] about 1 year ago

power-grid-model-ds - v1.0.6

What's Changed

  • docs: add link to docs in readme by @jaapschoutenalliander in https://github.com/PowerGridModel/power-grid-model-ds/pull/11

Full Changelog: https://github.com/PowerGridModel/power-grid-model-ds/compare/v1.0.5...v1.0.6

- Python
Published by github-actions[bot] about 1 year ago

power-grid-model-ds - v1.0.5

What's Changed

  • docs: rename dependency group by @jaapschoutenalliander in https://github.com/PowerGridModel/power-grid-model-ds/pull/10

Full Changelog: https://github.com/PowerGridModel/power-grid-model-ds/compare/v1.0.4...v1.0.5

- Python
Published by github-actions[bot] about 1 year ago

power-grid-model-ds - v1.0.4

What's Changed

  • feature: change doc structure to match pgm style by @jaapschoutenalliander in https://github.com/PowerGridModel/power-grid-model-ds/pull/9

New Contributors

  • @jaapschoutenalliander made their first contribution in https://github.com/PowerGridModel/power-grid-model-ds/pull/9

Full Changelog: https://github.com/PowerGridModel/power-grid-model-ds/compare/v1.0.3...v1.0.4

- Python
Published by github-actions[bot] about 1 year ago

power-grid-model-ds - v1.0.3

What's Changed

  • add _build from docs build guide to gitignore by @mgovers in https://github.com/PowerGridModel/power-grid-model-ds/pull/8

New Contributors

  • @mgovers made their first contribution in https://github.com/PowerGridModel/power-grid-model-ds/pull/8

Full Changelog: https://github.com/PowerGridModel/power-grid-model-ds/compare/v1.0.2...v1.0.3

- Python
Published by github-actions[bot] about 1 year ago

power-grid-model-ds - v1.0.2

What's Changed

  • Add license and contact information to readme.md by @Jonasvdbo in https://github.com/PowerGridModel/power-grid-model-ds/pull/6

New Contributors

  • @Jonasvdbo made their first contribution in https://github.com/PowerGridModel/power-grid-model-ds/pull/6

Full Changelog: https://github.com/PowerGridModel/power-grid-model-ds/compare/v1.0.1...v1.0.2

- Python
Published by github-actions[bot] about 1 year ago

power-grid-model-ds - v1.0.1

What's Changed

  • feat: add readthedocs config by @vincentkoppen in https://github.com/PowerGridModel/power-grid-model-ds/pull/5

Full Changelog: https://github.com/PowerGridModel/power-grid-model-ds/compare/v1.0.0...v1.0.1

- Python
Published by github-actions[bot] about 1 year ago

power-grid-model-ds - v1.0.0

What's Changed

Initial release of power-grid-model-ds

New Contributors

  • @Thijss
  • @jaapschoutenalliander
  • @vincentkoppen

Full Changelog: https://github.com/PowerGridModel/power-grid-model-ds/commits/v1.0.0

- Python
Published by github-actions[bot] about 1 year ago