Skip to content

Commit

Permalink
Merge branch 'dev' into ck/#89-implementMeasurementModels
Browse files Browse the repository at this point in the history
# Conflicts:
#	CHANGELOG.md
  • Loading branch information
danielfeismann committed Nov 6, 2023
2 parents 97f4bac + 642f151 commit 30a4556
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added
- Add safety factor sRated calculation [#629](https://github.com/ie3-institute/simona/issues/629)
- Models for measurements within the grid structure [#89](https://github.com/ie3-institute/simona/issues/89)
- Config possibility for transformer control groups [#90](https://github.com/ie3-institute/simona/issues/90)

### Changed
- Adapted to changed data source in PSDM [#435](https://github.com/ie3-institute/simona/issues/435)
- Improved initialization of weather based agents [#145](https://github.com/ie3-institute/simona/issues/145)
- Changed from ComparableQuantity to squants fast and typesafe calculations [#490](https://github.com/ie3-institute/simona/issues/490)
- Changed from ComparableQuantity to squants in power flow [#554](https://github.com/ie3-institute/simona/issues/554)
- Reduce log level on missing diffuse irradiance [#629](https://github.com/ie3-institute/simona/issues/629)

## [3.0.0] - 2023-08-07

### Added
Expand All @@ -20,9 +32,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Check for grid validity with PSDM `ValidationUtils` [#460](https://github.com/ie3-institute/simona/issues/460)
- Enhancing dev's guide [#363](https://github.com/ie3-institute/simona/issues/363)
- Support PF calculation with closed switches [#474](https://github.com/ie3-institute/simona/issues/474)
- Add safety factor sRated calculation [#629](https://github.com/ie3-institute/simona/issues/629)
- Models for measurements within the grid structure [#89](https://github.com/ie3-institute/simona/issues/89)
- Config possibility for transformer control groups [#90](https://github.com/ie3-institute/simona/issues/90)

### Changed
- Re-organizing test resources into their respective packages [#105](https://github.com/ie3-institute/simona/issues/105)
Expand Down Expand Up @@ -70,11 +79,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Changed format of example grid `vn_simona` [#216](https://github.com/ie3-institute/simona/issues/216)
- Renamed ChpData to ChpRelevantData [#494](https://github.com/ie3-institute/simona/issues/494)
- Updated gradle to 8.2.1, cleaned up `build.gradle` and `Jenkinsfile` [#572](https://github.com/ie3-institute/simona/issues/572)
- Adapted to changed data source in PSDM [#435](https://github.com/ie3-institute/simona/issues/435)
- Improved initialization of weather based agents [#145](https://github.com/ie3-institute/simona/issues/145)
- Changed from ComparableQuantity to squants fast and typesafe calculations [#490](https://github.com/ie3-institute/simona/issues/490)
- Changed from ComparableQuantity to squants in power flow [#554](https://github.com/ie3-institute/simona/issues/554)
- Reduce log level on missing diffuse irradiance [#629](https://github.com/ie3-institute/simona/issues/629)

### Fixed
- Location of `vn_simona` test grid (was partially in Berlin and Dortmund) [#72](https://github.com/ie3-institute/simona/issues/72)
Expand Down

0 comments on commit 30a4556

Please sign in to comment.