Skip to content

Commit c2418ef

Browse files
Merge pull request #240 from ie3-institute/df/#221-update-changelog
Adding missing changelog entries
2 parents 5c9d993 + 91c12ea commit c2418ef

File tree

1 file changed

+33
-4
lines changed

1 file changed

+33
-4
lines changed

CHANGELOG.md

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,50 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
### Added
1010
- Implement SQL source for primary data [#34](https://github.com/ie3-institute/simona/issues/34), [#101](https://github.com/ie3-institute/simona/issues/101)
11+
- Relevant scientific papers have been added to the documentation [#139](https://github.com/ie3-institute/simona/issues/139)
12+
- Add troubleshooting section to Users guide [#160](https://github.com/ie3-institute/simona/issues/160)
13+
14+
1115

1216
### Changed
1317
- Re-organizing test resources into their respective packages [#105](https://github.com/ie3-institute/simona/issues/105)
1418
- BREAKING: Using snapshot version of PSDM and PSU
1519
- Simplified PrimaryServiceProxy due to changes in PSDM [#120](https://github.com/ie3-institute/simona/issues/120)
1620
- Improved handling of weights and their sum in determination of weather data [#173](https://github.com/ie3-institute/simona/issues/173)
1721
- Improving code readability in EvcsAgent by moving FreeLotsRequest to separate methods [#19](https://github.com/ie3-institute/simona/issues/19)
22+
- Ignore dependabot snapshot dependencies [#27](https://github.com/ie3-institute/simona/issues/27)
1823
- Sending termination message to external simulation on expected and unexpected shutdowns of SIMONA [#35](https://github.com/ie3-institute/simona/issues/35)
24+
- Change transformer calculation since changes in PSDM [#99](https://github.com/ie3-institute/simona/issues/99)
25+
- Adapt to changed PvInputModel of PSDM (elevationAngle) [#100](https://github.com/ie3-institute/simona/issues/100)
26+
- Consolidate csv parameterization in config [#149](https://github.com/ie3-institute/simona/issues/149)
27+
- Change weather scheme to COSMO [PR#154](https://github.com/ie3-institute/simona/pull/154)
28+
- Adapt documentation to changed simonaAPI [#191](https://github.com/ie3-institute/simona/issues/191)
29+
- Implementing a new plugin framework for external simulations [#195](https://github.com/ie3-institute/simona/issues/195)
1930
- Improved implementation of `RefSystemParser` [#212](https://github.com/ie3-institute/simona/issues/212)
20-
- Removed Gradle task puml2png (Converting Plantuml to png / svg files) since it is no longer needed [#230](https://github.com/ie3-institute/simona/issues/230)
21-
- Harmonized configuration of csv parameters [#149](https://github.com/ie3-institute/simona/issues/149)
31+
- Include missing images into Documentation [#151](https://github.com/ie3-institute/simona/issues/151)
32+
- Changing the export methode for diagrams [#156](https://github.com/ie3-institute/simona/issues/156)
33+
- Change references implementation in Documentation to bibtex [#174](https://github.com/ie3-institute/simona/issues/174)
34+
- Update Model descriptions (Documentation) [#122](https://github.com/ie3-institute/simona/issues/122)
35+
- Changes of Getting Started Section (Documentation) [#124](https://github.com/ie3-institute/simona/issues/124)
36+
- Update gradle [#176](https://github.com/ie3-institute/simona/issues/176)
37+
- Setting java version to 17 [#58](https://github.com/ie3-institute/simona/issues/58)
38+
- Made SimonaConfig.BaseRuntimeConfig serializable [#36](https://github.com/ie3-institute/simona/issues/36)
39+
- Adapt to new simonaAPI snapshot [#95](https://github.com/ie3-institute/simona/issues/95)
40+
- Update Sphinx to 4.5.0 as well as extensions [#214](https://github.com/ie3-institute/simona/issues/214)
2241

2342
### Fixed
24-
- Location of `vn_simona` test grid (was partially in Berlin and Dortmund)
25-
- Let `ParticipantAgent` die after failed registration with secondary services (prevents stuck simulation)
43+
- Location of `vn_simona` test grid (was partially in Berlin and Dortmund) [#72](https://github.com/ie3-institute/simona/issues/72)
44+
- Let `ParticipantAgent` die after failed registration with secondary services (prevents stuck simulation) [#76](https://github.com/ie3-institute/simona/issues/76)
2645
- Fix default resolution of weather source wrapper [#78](https://github.com/ie3-institute/simona/issues/78)
46+
- Fix invalid thread allocation in GridAgent [#111](https://github.com/ie3-institute/simona/issues/111)
47+
- Fixed config auto-generation [#130](https://github.com/ie3-institute/simona/issues/130)
48+
- Fixed genConfigSample gradle task[#148](https://github.com/ie3-institute/simona/issues/148)
49+
- Fixed some unreachable code [#167](https://github.com/ie3-institute/simona/issues/167)
50+
- Fix treatment of non-InitializeTrigger triggers in initialization within SimScheduler [#237](https://github.com/ie3-institute/simona/issues/237)
51+
52+
### Removed
53+
- Remove workaround for tscfg tmp directory [#178](https://github.com/ie3-institute/simona/issues/178)
54+
- Removed Gradle task puml2png (Converting Plantuml to png / svg files) since it is no longer needed [#228](https://github.com/ie3-institute/simona/issues/228)
55+
- Remove RocketChat notification from Jenkinsfile [#234](https://github.com/ie3-institute/simona/issues/234)
2756

2857
[Unreleased]: https://github.com/ie3-institute/simona/compare/a14a093239f58fca9b2b974712686b33e5e5f939...HEAD

0 commit comments

Comments
 (0)