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
- Fixed Equal behavior of `ConnectorResult`[#1001](https://github.com/ie3-institute/PowerSystemDataModel/issues/1001)
27
+
- Fixed test for invalid input data in `CsvGraphicSource`[#1022](https://github.com/ie3-institute/PowerSystemDataModel/issues/1022)
24
28
25
29
### Changed
26
30
- Changing from comparing strings to comparing uuids in `EntitySource.findFirstEntityByUuid`[#829](https://github.com/ie3-institute/PowerSystemDataModel/issues/829)
27
31
- Adding JavaDoc to `EntitySource.safeMapGet`[#828](https://github.com/ie3-institute/PowerSystemDataModel/issues/828)
28
32
- Abstracting some methods in `ValidationUtils`[#852](https://github.com/ie3-institute/PowerSystemDataModel/issues/852)
29
-
-`EmInput` should not be connected to the grid [#955](https://github.com/ie3-institute/PowerSystemDataModel/issues/955)
30
-
- Enhancing the error message for coordinate sources with invalid column names [#670](https://github.com/ie3-institute/PowerSystemDataModel/issues/670)
33
+
- Changes to Energy Management inputs:
34
+
-`EmInput` should not be connected to the grid [#955](https://github.com/ie3-institute/PowerSystemDataModel/issues/955)
35
+
- System participants now reference the em entity [#957](https://github.com/ie3-institute/PowerSystemDataModel/issues/957)
36
+
- Enhancing the error message for coordinate sources with invalid column names [#670](https://github.com/ie3-institute/PowerSystemDataModel/issues/670)
31
37
- Allowing for additional unused columns in sources [#839](https://github.com/ie3-institute/PowerSystemDataModel/issues/839)
32
38
- Improving column name validation to only run once per source [#849](https://github.com/ie3-institute/PowerSystemDataModel/issues/849)
33
39
- Refactored and abstracted `EntitySource`s and `EntityData` creation [#969](https://github.com/ie3-institute/PowerSystemDataModel/issues/969)
- Don't throw exceptions for not yet implemented validations [#879](https://github.com/ie3-institute/PowerSystemDataModel/issues/879)
42
+
-`CsvDataSource` throws exceptions on error [#954](https://github.com/ie3-institute/PowerSystemDataModel/issues/954)
43
+
- Removing `uuid` as required column from input and result time series [#826](https://github.com/ie3-institute/PowerSystemDataModel/issues/826)
44
+
- Removing the support for the old csv format that was marked `deprecated` back in version `1.1.0`[#795](https://github.com/ie3-institute/PowerSystemDataModel/issues/795)
45
+
- BREAKING: Updating PowerSystemUtils dependency to 2.2 [#1006](https://github.com/ie3-institute/PowerSystemDataModel/issues/1006)
35
46
36
47
## [4.1.0] - 2023-11-02
37
48
@@ -54,7 +65,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
54
65
55
66
### Fixed
56
67
- Fixed wrong rated power unit hint [#804](https://github.com/ie3-institute/PowerSystemDataModel/issues/804)
57
-
- Fixed wrong hash code generation of ConnectorResult [#817](https://github.com/ie3-institute/PowerSystemDataModel/issues/817)
68
+
- Fixed wrong hash code generation of ConnectorResult [#817](https://github.com/ie3-institute/PowerSystemDataModel/issues/817)
58
69
- Fixed wrong path for timeSeriesMapping [#886](https://github.com/ie3-institute/PowerSystemDataModel/issues/886)
59
70
60
71
### Changed
@@ -117,7 +128,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
117
128
- BREAKING: PvInput Model parameter name height changed to elevationAngle [#393](https://github.com/ie3-institute/PowerSystemDataModel/issues/393):warning:
118
129
- BREAKING: Transformer's no load susceptance needs to be zero or negative to pass model validation [#378](https://github.com/ie3-institute/PowerSystemDataModel/issues/378)
119
130
- All input data sets for version < 3.0.0 need to be altered!
120
-
- Deprecating (as part of [#513](https://github.com/ie3-institute/PowerSystemDataModel/issues/513)):
131
+
- Deprecating (as part of [#513](https://github.com/ie3-institute/PowerSystemDataModel/issues/513)):
0 commit comments