Skip to content

Commit 8631f22

Browse files
Merge branch 'main' into feature/current-sensor-validation
2 parents bc085bc + 345ae21 commit 8631f22

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

.github/release.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# SPDX-FileCopyrightText: Contributors to the Power Grid Model project <powergridmodel@lfenergy.org>
2+
#
3+
# SPDX-License-Identifier: MPL-2.0
4+
5+
changelog:
6+
categories:
7+
- title: Features and improvements
8+
labels:
9+
- feature
10+
- improvement
11+
- title: Bug fixes
12+
labels:
13+
- bug
14+
- title: Dependencies
15+
labels:
16+
- dependencies
17+
authors:
18+
- dependabot
19+
- title: Documentation
20+
labels:
21+
- documentation
22+
- title: Other Changes
23+
labels:
24+
- "*"

src/power_grid_model/_utils.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# SPDX-FileCopyrightText: Contributors to the Power Grid Model project <powergridmodel@lfenergy.org>
2+
#
3+
# SPDX-License-Identifier: MPL-2.0
4+
5+
"""
6+
This file contains helper functions for library-internal use only.
7+
Disclaimer!
8+
We do not officially support this functionality and may remove features in this library at any given time!
9+
"""
10+
11+
from power_grid_model._core.utils import is_nan # pylint: disable=unused-import

0 commit comments

Comments
 (0)