Skip to content

Commit fa0c802

Browse files
Reverting whitespace changes in changelog
1 parent 8891f3d commit fa0c802

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323
- Fixed some tests no failing when they should [#958](https://github.com/ie3-institute/PowerSystemDataModel/issues/958)
2424
- Fixed thermal-house-documentation [#873](https://github.com/ie3-institute/PowerSystemDataModel/issues/873)
2525
- Fixed ElectricVehicle Documentation [#875](https://github.com/ie3-institute/PowerSystemDataModel/issues/875)
26-
- 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)
2727
- Fixed test for invalid input data in `CsvGraphicSource` [#1022](https://github.com/ie3-institute/PowerSystemDataModel/issues/1022)
2828

2929
### Changed
@@ -33,7 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3333
- Changes to Energy Management inputs:
3434
- `EmInput` should not be connected to the grid [#955](https://github.com/ie3-institute/PowerSystemDataModel/issues/955)
3535
- 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)
3737
- Allowing for additional unused columns in sources [#839](https://github.com/ie3-institute/PowerSystemDataModel/issues/839)
3838
- Improving column name validation to only run once per source [#849](https://github.com/ie3-institute/PowerSystemDataModel/issues/849)
3939
- 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
6565

6666
### Fixed
6767
- 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)
6969
- Fixed wrong path for timeSeriesMapping [#886](https://github.com/ie3-institute/PowerSystemDataModel/issues/886)
7070

7171
### Changed
@@ -128,7 +128,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
128128
- BREAKING: PvInput Model parameter name height changed to elevationAngle [#393](https://github.com/ie3-institute/PowerSystemDataModel/issues/393) :warning:
129129
- 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)
130130
- 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)):
132132
- `edu.ie3.datamodel.io.csv.timeseries.ColumnScheme`
133133
- `edu.ie3.datamodel.io.csv.FileNameMetaInformation`
134134
- `edu.ie3.datamodel.io.csv.timeseries.IndividualTimeSeriesMetaInformation`
@@ -218,10 +218,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
218218

219219
### Removed
220220
- 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
225225

226226
### Fixed
227227
- InfluxDbConnector now keeps session instead of creating a new one each call
@@ -256,7 +256,7 @@ most of the commonly known power flow calculations
256256

257257
### Changed
258258
- 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
260260
coordinates or multiple exactly equal coordinates possible
261261
- Extended functionality of `GridAndGeoUtils`
262262
- `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
277277
[2.1.0]: https://github.com/ie3-institute/powersystemdatamodel/compare/2.0.1...2.1.0
278278
[2.0.1]: https://github.com/ie3-institute/powersystemdatamodel/compare/2.0.0...2.0.1
279279
[2.0.0]: https://github.com/ie3-institute/powersystemdatamodel/compare/1.1.0...2.0.0
280-
[1.1.0]: https://github.com/ie3-institute/powersystemdatamodel/compare/6a49bc514be8859ebd29a3595cd58cd000498f1e...1.1.0
280+
[1.1.0]: https://github.com/ie3-institute/powersystemdatamodel/compare/6a49bc514be8859ebd29a3595cd58cd000498f1e...1.1.0

0 commit comments

Comments
 (0)