You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased/Snapshot]
8
8
9
+
### Added
10
+
- Enhancing `VoltageLevel` with `equals` method [#1063](https://github.com/ie3-institute/PowerSystemDataModel/issues/1063)
11
+
-`ConnectorValidationUtils` checks if parallel devices is > 0 [#1077](https://github.com/ie3-institute/PowerSystemDataModel/issues/1077)
12
+
-`GridContainerValidationUtils` checks the connectivity for all defined operation time intervals [#1091](https://github.com/ie3-institute/PowerSystemDataModel/issues/1091)
13
+
14
+
### Fixed
15
+
- Fixed `MappingEntryies` not getting processed by adding `Getter` methods for record fields [#1084](https://github.com/ie3-institute/PowerSystemDataModel/issues/1084)
16
+
17
+
### Changed
18
+
- Improvements to the search for corner points in `IdCoordinateSource`[#1016](https://github.com/ie3-institute/PowerSystemDataModel/issues/1016)
19
+
20
+
9
21
## [5.0.1] - 2024-03-07
10
22
11
23
### Fixed
12
24
- Fixed `equals` of `ResultEntity` and `TimeSeriesEntry`[#1037](https://github.com/ie3-institute/PowerSystemDataModel/issues/1037)
25
+
- Fixed "depth of discharge" in documentation [#872](https://github.com/ie3-institute/PowerSystemDataModel/issues/872)
Copy file name to clipboardExpand all lines: docs/readthedocs/io/ValidationUtils.md
+1
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ The methods in ValidationUtils and subclasses can be used to check that objects
11
11
The general validation checks:
12
12
- if assigned values are valid, e.g. lines are not allowed to have negative lengths or the rated power factor of any unit must be between 0 and 1
13
13
- furthermore, several connections are checked, e.g. that lines only connect nodes of the same voltage level or that the voltage levels indicated for the transformer sides match the voltage levels of the nodes they are connected to.
14
+
- the connectivity of the given grid for all defined operation intervals
14
15
15
16
The uniqueness validation checks if a collection of given objects are unique in either:
0 commit comments