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
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,22 +10,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
- Formatting Spotless Groovy import order [#960](https://github.com/ie3-institute/PowerSystemDataModel/issues/960)
11
11
- Implementing missing typical methods in `Try`[#970](https://github.com/ie3-institute/PowerSystemDataModel/issues/970)
12
12
- Added log warning when using `SwitchInputs` with `parallelDevices` parameter [#840](https://github.com/ie3-institute/PowerSystemDataModel/issues/840)
13
+
- Validation for `EvcsInput`[#1000](https://github.com/ie3-institute/PowerSystemDataModel/issues/1000)
13
14
14
15
### Fixed
15
16
- Fixed Couchbase integration tests that randomly failed [#755](https://github.com/ie3-institute/PowerSystemDataModel/issues/755)
16
17
- Fixed hyperlink in line documentation [#965](https://github.com/ie3-institute/PowerSystemDataModel/issues/965)
17
18
- Fixed some tests no failing when they should [#958](https://github.com/ie3-institute/PowerSystemDataModel/issues/958)
- Fixed Equal behavior of `ConnectorResult`[#1001](https://github.com/ie3-institute/PowerSystemDataModel/issues/1001)
18
22
19
23
### Changed
20
24
- Changing from comparing strings to comparing uuids in `EntitySource.findFirstEntityByUuid`[#829](https://github.com/ie3-institute/PowerSystemDataModel/issues/829)
21
25
- Adding JavaDoc to `EntitySource.safeMapGet`[#828](https://github.com/ie3-institute/PowerSystemDataModel/issues/828)
22
26
- Abstracting some methods in `ValidationUtils`[#852](https://github.com/ie3-institute/PowerSystemDataModel/issues/852)
23
-
-`EmInput` should not be connected to the grid [#955](https://github.com/ie3-institute/PowerSystemDataModel/issues/955)
27
+
- Changes to Energy Management inputs:
28
+
-`EmInput` should not be connected to the grid [#955](https://github.com/ie3-institute/PowerSystemDataModel/issues/955)
29
+
- System participants now reference the em entity [#957](https://github.com/ie3-institute/PowerSystemDataModel/issues/957)
24
30
- Enhancing the error message for coordinate sources with invalid column names [#670](https://github.com/ie3-institute/PowerSystemDataModel/issues/670)
25
31
- Allowing for additional unused columns in sources [#839](https://github.com/ie3-institute/PowerSystemDataModel/issues/839)
26
32
- Improving column name validation to only run once per source [#849](https://github.com/ie3-institute/PowerSystemDataModel/issues/849)
27
33
- 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)
29
36
- 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)
0 commit comments