File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased/Snapshot]
88
9+ ### Added
10+
11+ ### Fixed
12+
13+ ### Changed
14+
15+ ## [ 8.1.0] - 2025-07-25
16+
917### Added
18+ - Added ` CITATION.cff ` [ #1380 ] ( https://github.com/ie3-institute/PowerSystemDataModel/issues/1380 )
1019- Enhanced check for invalid field names in sources [ #1383 ] ( https://github.com/ie3-institute/PowerSystemDataModel/issues/1383 )
1120- Enhancing value retrieval in ` TimeSeriesSource ` [ 1280] ( https://github.com/ie3-institute/PowerSystemDataModel/issues/1280 )
1221- Enhancing the ` LoadProfileSource ` to return the resolution [ 1288] ( https://github.com/ie3-institute/PowerSystemDataModel/issues/1288 )
@@ -21,7 +30,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2130
2231### Added
2332- Extend Validation to EnergyManagement Systems. [ #1356 ] ( https://github.com/ie3-institute/PowerSystemDataModel/issues/1356 )
24- - Added ` CITATION.cff ` [ #1380 ] ( https://github.com/ie3-institute/PowerSystemDataModel/issues/1380 )
2533
2634### Fixed
2735- Fixed handling of ` CongestionResult.InputModelType ` in ` EntityProcessor ` [ #1325 ] ( https://github.com/ie3-institute/PowerSystemDataModel/issues/1325 )
@@ -385,7 +393,8 @@ coordinates or multiple exactly equal coordinates possible
385393- CsvDataSource now stops trying to get an operator for empty operator uuid field in entities
386394- CsvDataSource now parsing multiple geoJson strings correctly
387395
388- [ Unreleased/Snapshot ] : https://github.com/ie3-institute/powersystemdatamodel/compare/8.0.0...HEAD
396+ [ Unreleased/Snapshot ] : https://github.com/ie3-institute/powersystemdatamodel/compare/8.1.0...HEAD
397+ [ 8.1.0 ] : https://github.com/ie3-institute/powersystemdatamodel/compare/8.0.0...8.1.0
389398[ 8.0.0 ] : https://github.com/ie3-institute/powersystemdatamodel/compare/7.0.0...8.0.0
390399[ 7.0.0 ] : https://github.com/ie3-institute/powersystemdatamodel/compare/6.0.0...7.0.0
391400[ 6.0.0 ] : https://github.com/ie3-institute/powersystemdatamodel/compare/5.1.0...6.0.0
Original file line number Diff line number Diff line change @@ -61,5 +61,5 @@ keywords:
6161 - power system
6262 - energy system
6363license : BSD-3-Clause
64- version : 7.0 .0
65- date-released : 2025-06-05
64+ version : 8.1 .0
65+ date-released : 2025-07-25
You can’t perform that action at this time.
0 commit comments