Skip to content

Releases: PowerGridModel/power-grid-model

v1.10.6

21 Nov 09:50
1f174e3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.10.5...v1.10.6

v1.10.5

18 Nov 16:46
d168e2d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.10.4...v1.10.5

v1.10.4

18 Nov 10:54
e284632
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.10.3...v1.10.4

v1.10.3

14 Nov 13:55
e31e05c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.10.2...v1.10.3

v1.10.2

13 Nov 13:42
1624ba3
Compare
Choose a tag to compare

What's Changed

  • Feature / use span instead of reference wrapper for cache sequence by @mgovers in #824

Full Changelog: v1.10.1...v1.10.2

v1.10.1

11 Nov 14:01
004421a
Compare
Choose a tag to compare

What's Changed

  • [Feature] add check-blocking-labels github action by @mgovers in #827

Full Changelog: v1.10.0...v1.10.1

v1.10.0

11 Nov 09:18
1c8139c
Compare
Choose a tag to compare

Highlights

  • ✅ Added native support for columnar data formats (see #548 and the documentation).
  • ✅ Added a generic branch component type (see #729, #752 and the documentation).
  • ✅ Update data IDs are now optional in certain cases (see #548 and the documentation).
  • 💥 Multiple bug fixes (e.g., see #670, #671, #672, #690, #703).
  • 💥 Explicitly forbid certain cases of unsupported usages (see below for details, and #774 and #784).
  • 🚀 Improved numeric stability of source injection calculation (see #458).
  • 🚀 Various improvements to the user experience (e.g., see #668, #674 and #697).
  • 🚀 Improvements and fixes to the documentation.
  • 🎉 Various improvements to the internal implementation and compiler support.

Support for Python 3.9 was dropped

As agreed upon during the last Power Grid Model meet-up, support for Python 3.9 was dropped. Please refer to our Release Strategy on details.

Explicitly disallowing unsupported behavior

The following changes affect previously undefined or unsupported behavior. Migration strategies are provided below.

  • The power_grid_model.core library was renamed to power_grid_model._core (see #787). The core module was never intended to be directly used by users as it contains the core of the power_grid_model implementation. The same is true for several functions in the modules in power_grid_model.validation (see #822).
    • Migration: if you do use the power_grid_model.core module in your workflow, please migrate to other functions exposed in the public modules in power_grid_model that are not prefixed with a leading underscore (_). Idem for usage of functions in power_grid_model.validation.
  • Providing data types (dtypes) that are not consistent with ones internally used in the Python library is now explicitly forbidden (see #811). This behavior was already undefined.

Please contact us on the issue board or discussion board if you find missing features or need help otherwise.

What's Changed

Read more

v1.9.90

08 Nov 16:09
553bae0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.89...v1.9.90

v1.9.89

07 Nov 16:22
0f8ccb7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.88...v1.9.89

v1.9.88

07 Nov 15:15
0e39f47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.87...v1.9.88