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
+38-1
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,45 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased/Snapshot]
8
8
9
+
## [5.0.0] - 2024-03-06
10
+
9
11
### Added
12
+
- Formatting Spotless Groovy import order [#960](https://github.com/ie3-institute/PowerSystemDataModel/issues/960)
13
+
- Implementing missing typical methods in `Try`[#970](https://github.com/ie3-institute/PowerSystemDataModel/issues/970)
14
+
- Added log warning when using `SwitchInputs` with `parallelDevices` parameter [#840](https://github.com/ie3-institute/PowerSystemDataModel/issues/840)
15
+
- Validation for `EvcsInput`[#1000](https://github.com/ie3-institute/PowerSystemDataModel/issues/1000)
16
+
- Scaling method in system participant copy builders [#1011](https://github.com/ie3-institute/PowerSystemDataModel/issues/1011)
17
+
- Added separate field for maximum power limit for DC to evtype [#876](https://github.com/ie3-institute/PowerSystemDataModel/issues/876)
18
+
- Added test for invalid input data in `CsvRawGridSource`[#1021](https://github.com/ie3-institute/PowerSystemDataModel/issues/1021)
- Fixed Equal behavior of `ConnectorResult`[#1001](https://github.com/ie3-institute/PowerSystemDataModel/issues/1001)
29
+
- Fixed test for invalid input data in `CsvGraphicSource`[#1022](https://github.com/ie3-institute/PowerSystemDataModel/issues/1022)
12
30
13
31
### Changed
32
+
- Changing from comparing strings to comparing uuids in `EntitySource.findFirstEntityByUuid`[#829](https://github.com/ie3-institute/PowerSystemDataModel/issues/829)
33
+
- Adding JavaDoc to `EntitySource.safeMapGet`[#828](https://github.com/ie3-institute/PowerSystemDataModel/issues/828)
34
+
- Abstracting some methods in `ValidationUtils`[#852](https://github.com/ie3-institute/PowerSystemDataModel/issues/852)
35
+
- Changes to Energy Management inputs:
36
+
-`EmInput` should not be connected to the grid [#955](https://github.com/ie3-institute/PowerSystemDataModel/issues/955)
37
+
- System participants now reference the em entity [#957](https://github.com/ie3-institute/PowerSystemDataModel/issues/957)
38
+
- Enhancing the error message for coordinate sources with invalid column names [#670](https://github.com/ie3-institute/PowerSystemDataModel/issues/670)
39
+
- Allowing for additional unused columns in sources [#839](https://github.com/ie3-institute/PowerSystemDataModel/issues/839)
40
+
- Improving column name validation to only run once per source [#849](https://github.com/ie3-institute/PowerSystemDataModel/issues/849)
41
+
- 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)
44
+
-`CsvDataSource` throws exceptions on error [#954](https://github.com/ie3-institute/PowerSystemDataModel/issues/954)
45
+
- Removing `uuid` as required column from input and result time series [#826](https://github.com/ie3-institute/PowerSystemDataModel/issues/826)
46
+
- 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)
47
+
- BREAKING: Updating PowerSystemUtils dependency to 2.2 [#1006](https://github.com/ie3-institute/PowerSystemDataModel/issues/1006)
14
48
15
49
## [4.1.0] - 2023-11-02
16
50
@@ -34,6 +68,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
34
68
### Fixed
35
69
- Fixed wrong rated power unit hint [#804](https://github.com/ie3-institute/PowerSystemDataModel/issues/804)
36
70
- Fixed wrong hash code generation of ConnectorResult [#817](https://github.com/ie3-institute/PowerSystemDataModel/issues/817)
71
+
- Fixed wrong path for timeSeriesMapping [#886](https://github.com/ie3-institute/PowerSystemDataModel/issues/886)
37
72
38
73
### Changed
39
74
- Removing deprecated classes and methods [#540](https://github.com/ie3-institute/PowerSystemDataModel/issues/540)
@@ -42,6 +77,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
42
77
- Use nio paths instead of strings for file path [#723](https://github.com/ie3-institute/PowerSystemDataModel/issues/723)
43
78
- Data source will throw an exceptions instead of returning an empty optionals [#707](https://github.com/ie3-institute/PowerSystemDataModel/issues/707)
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-5
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ With this document we would like to give you some orientation on how you can con
16
16
## Testing and reporting bugs
17
17
We really appreciate your usage of this project.
18
18
Whenever you find a bug, it would be nice to check, if this isn't a feature to us. :wink:
19
-
You may find extensive information about the intended behaviour when you [Read the Docs](https://powersystemdatamodel.readthedocs.io/en/latest/) or within the [javadoc](https://ie3-institute.github.io/PowerSystemDataModel/javadoc/).
19
+
You may find extensive information about the intended behaviour when you [Read the Docs](https://powersystemdatamodel.readthedocs.io/en/latest/).
20
20
If you still think it's a bug, please raise an [issue](https://guides.github.com/features/issues/) for us.
21
21
Considering the following aspects in your inquiry, assists us in helping you:
22
22
@@ -67,9 +67,6 @@ Before marking the pull request as 'ready to review', take these precautionary a
67
67
`gradle finalizePR` summarizes all of these steps .
0 commit comments