Skip to content

Commit

Permalink
Merge branch 'dev' into sp/#378-simscheduler-typed
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-peter authored Nov 7, 2023
2 parents 98ae463 + 642f151 commit 9168b28
Show file tree
Hide file tree
Showing 5 changed files with 187 additions and 286 deletions.
16 changes: 10 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ 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)

### 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,7 +30,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)

### Changed
- Re-organizing test resources into their respective packages [#105](https://github.com/ie3-institute/simona/issues/105)
Expand Down Expand Up @@ -68,11 +77,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
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dependencies {
/* Exclude our own nested dependencies */
exclude group: 'com.github.ie3-institute'
}
implementation('com.github.ie3-institute:PowerSystemDataModel:4.0.0') {
implementation('com.github.ie3-institute:PowerSystemDataModel:4.1.0') {
exclude group: 'org.apache.logging.log4j'
exclude group: 'org.slf4j'
/* Exclude our own nested dependencies */
Expand All @@ -104,7 +104,7 @@ dependencies {
/* testing */
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
testImplementation 'org.scalatestplus:mockito-3-4_2.13:3.2.10.0'
testImplementation 'org.mockito:mockito-core:5.6.0' // mocking framework
testImplementation 'org.mockito:mockito-core:5.7.0' // mocking framework
testImplementation "org.scalatest:scalatest_${scalaVersion}:3.2.17"
testRuntimeOnly 'com.vladsch.flexmark:flexmark-all:0.64.8' //scalatest html output
testImplementation group: 'org.pegdown', name: 'pegdown', version: '1.6.0'
Expand Down
Loading

0 comments on commit 9168b28

Please sign in to comment.