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
+27-1Lines changed: 27 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased/Snapshot]
8
8
9
+
## [2.1.0] - 2022-01-05
10
+
11
+
### Added
12
+
- added `EvcsLocationType` support in `EvcsInput` and `EvcsInputFactory`[#406](https://github.com/ie3-institute/PowerSystemDataModel/issues/406)
13
+
- Opportunity to close writer in `CsvFileSink`
14
+
15
+
### Fixed
16
+
- adapted `LineInput` constructor to convert line length to `StandardUnits.LINE_LENGTH`[#412](https://github.com/ie3-institute/PowerSystemDataModel/issues/412)
17
+
18
+
### Changed
19
+
- Writers used to write time series are closed right away
20
+
9
21
## [2.0.1] - 2021-07-08
10
22
11
23
### Fixed
@@ -14,6 +26,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
26
15
27
## [2.0.0] - 2021-05-21
16
28
29
+
### Added
30
+
- added `ResultEntitySource` interface
31
+
- added `CsvResultEntitySource` implementation to read `ResultEntity` instances from .csv files
32
+
- added target temperature including tolerance boundaries to `ThermalHouseInput`
33
+
34
+
### Changed
35
+
- separated entity and file naming and introduced a new FileNamingStrategy taking an EntityNamingStrategy and a FileHierarchy as arguments
36
+
37
+
### Fixed
38
+
-`CsvSystemParticipantSource#getSystemParticipants()` now correctly returns electric vehicle charging station input models [PR#370](https://github.com/ie3-institute/PowerSystemDataModel/pull/370)
39
+
40
+
## [2.0.0] - 2021-05-21
41
+
17
42
### Added
18
43
- definition for a default input file directory structure
19
44
- tarball utils to extract and compress files
@@ -94,7 +119,8 @@ coordinates or multiple exactly equal coordinates possible
94
119
- CsvDataSource now stops trying to get an operator for empty operator uuid field in entities
95
120
- CsvDataSource now parsing multiple geoJson strings correctly
0 commit comments