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)
26
+
- Fixed Equal behavior of `ConnectorResult`[#1001](https://github.com/ie3-institute/PowerSystemDataModel/issues/1001)
27
27
- Fixed test for invalid input data in `CsvGraphicSource`[#1022](https://github.com/ie3-institute/PowerSystemDataModel/issues/1022)
28
28
29
29
### Changed
@@ -33,7 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
33
33
- Changes to Energy Management inputs:
34
34
-`EmInput` should not be connected to the grid [#955](https://github.com/ie3-institute/PowerSystemDataModel/issues/955)
35
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)
36
+
- Enhancing the error message for coordinate sources with invalid column names [#670](https://github.com/ie3-institute/PowerSystemDataModel/issues/670)
37
37
- Allowing for additional unused columns in sources [#839](https://github.com/ie3-institute/PowerSystemDataModel/issues/839)
38
38
- Improving column name validation to only run once per source [#849](https://github.com/ie3-institute/PowerSystemDataModel/issues/849)
39
39
- Refactored and abstracted `EntitySource`s and `EntityData` creation [#969](https://github.com/ie3-institute/PowerSystemDataModel/issues/969)
@@ -65,7 +65,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
65
65
66
66
### Fixed
67
67
- Fixed wrong rated power unit hint [#804](https://github.com/ie3-institute/PowerSystemDataModel/issues/804)
68
-
- 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)
69
69
- Fixed wrong path for timeSeriesMapping [#886](https://github.com/ie3-institute/PowerSystemDataModel/issues/886)
70
70
71
71
### Changed
@@ -128,7 +128,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
128
128
- BREAKING: PvInput Model parameter name height changed to elevationAngle [#393](https://github.com/ie3-institute/PowerSystemDataModel/issues/393):warning:
129
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)
130
130
- All input data sets for version < 3.0.0 need to be altered!
131
-
- 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)):
@@ -218,10 +218,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
218
218
219
219
### Removed
220
220
- BREAKING: Removed deprecated code parts
221
-
- Intermingled builder pattern and constructors in `SubGridGate`
222
-
- `TarballUtils` that have been transferred to `FileIOUtils` in [_PowerSystemUtils_](https://github.com/ie3-institute/PowerSystemUtils)
223
-
- `FileNamingStrategy` that has been transferred to `EntityPersistenceNamingStrategy`
224
-
- `EvCharacteristicInput` and `TimeSeriesContainer` that shouldn't be used anymore
221
+
- Intermingled builder pattern and constructors in `SubGridGate`
222
+
-`TarballUtils` that have been transferred to `FileIOUtils` in [_PowerSystemUtils_](https://github.com/ie3-institute/PowerSystemUtils)
223
+
-`FileNamingStrategy` that has been transferred to `EntityPersistenceNamingStrategy`
224
+
-`EvCharacteristicInput` and `TimeSeriesContainer` that shouldn't be used anymore
225
225
226
226
### Fixed
227
227
- InfluxDbConnector now keeps session instead of creating a new one each call
@@ -256,7 +256,7 @@ most of the commonly known power flow calculations
256
256
257
257
### Changed
258
258
- Disabled concurrent writing in `CsvFileSink.persistJointGrid()` as this caused concurrency issues
259
-
- Modifications in `LineInput` and `GraphicInput` constructors to make `LineStrings` with two exactly equal
259
+
- Modifications in `LineInput` and `GraphicInput` constructors to make `LineStrings` with two exactly equal
260
260
coordinates or multiple exactly equal coordinates possible
261
261
- Extended functionality of `GridAndGeoUtils`
262
262
-`CsvFileConnector` is now set up to process either UniqueEntities or only by file name
@@ -277,4 +277,4 @@ coordinates or multiple exactly equal coordinates possible
0 commit comments