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
+29-3
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,31 @@ 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
+
11
+
### Fixed
12
+
13
+
### Changed
14
+
15
+
## [5.1.0] - 2024-06-24
16
+
17
+
### Added
18
+
- Enhancing `VoltageLevel` with `equals` method [#1063](https://github.com/ie3-institute/PowerSystemDataModel/issues/1063)
19
+
-`ConnectorValidationUtils` checks if parallel devices is > 0 [#1077](https://github.com/ie3-institute/PowerSystemDataModel/issues/1077)
20
+
-`GridContainerValidationUtils` checks the connectivity for all defined operation time intervals [#1091](https://github.com/ie3-institute/PowerSystemDataModel/issues/1091)
21
+
- Implemented a `CongestionResult`[#1097](https://github.com/ie3-institute/PowerSystemDataModel/issues/1097)
22
+
23
+
### Fixed
24
+
- Fixed `MappingEntryies` not getting processed by adding `Getter` methods for record fields [#1084](https://github.com/ie3-institute/PowerSystemDataModel/issues/1084)
25
+
- Fixed "depth of discharge" in documentation [#872](https://github.com/ie3-institute/PowerSystemDataModel/issues/872)
26
+
- Fixed project being build twice in CI [#994](https://github.com/ie3-institute/PowerSystemDataModel/issues/994)
27
+
28
+
### Changed
29
+
- Improvements to the search for corner points in `IdCoordinateSource`[#1016](https://github.com/ie3-institute/PowerSystemDataModel/issues/1016)
30
+
- Refactor `CsvFileConnector` and `CsvDataSource`[#1007](https://github.com/ie3-institute/PowerSystemDataModel/issues/1007)
31
+
- Make `EntitySource` completely static [#975](https://github.com/ie3-institute/PowerSystemDataModel/issues/975)
32
+
- Abstract commonly used functionality from `EntitySource`[#981](https://github.com/ie3-institute/PowerSystemDataModel/issues/981)
33
+
9
34
## [5.0.1] - 2024-03-07
10
35
11
36
### Fixed
@@ -277,9 +302,10 @@ coordinates or multiple exactly equal coordinates possible
277
302
- CsvDataSource now stops trying to get an operator for empty operator uuid field in entities
278
303
- CsvDataSource now parsing multiple geoJson strings correctly
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