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
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +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
+
- Implemented a `CongestionResult`[#1097](https://github.com/ie3-institute/PowerSystemDataModel/issues/1097)
14
+
15
+
### Fixed
16
+
- Fixed `MappingEntryies` not getting processed by adding `Getter` methods for record fields [#1084](https://github.com/ie3-institute/PowerSystemDataModel/issues/1084)
17
+
- Fixed "depth of discharge" in documentation [#872](https://github.com/ie3-institute/PowerSystemDataModel/issues/872)
18
+
- Fixed project beiing build twice in CI [#994](https://github.com/ie3-institute/PowerSystemDataModel/issues/994)
19
+
20
+
### Changed
21
+
- Improvements to the search for corner points in `IdCoordinateSource`[#1016](https://github.com/ie3-institute/PowerSystemDataModel/issues/1016)
22
+
- Refactor `CsvFileConnector` and `CsvDataSource`[#1007](https://github.com/ie3-institute/PowerSystemDataModel/issues/1007)
23
+
- Make `EntitySource` completely static [#975](https://github.com/ie3-institute/PowerSystemDataModel/issues/975)
24
+
- Abstract commonly used functionality from `EntitySource`[#981](https://github.com/ie3-institute/PowerSystemDataModel/issues/981)
Copy file name to clipboardExpand all lines: docs/readthedocs/io/ValidationUtils.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
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