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
+33-4Lines changed: 33 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,21 +8,50 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
9
9
### Added
10
10
- 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
+
11
15
12
16
### Changed
13
17
- Re-organizing test resources into their respective packages [#105](https://github.com/ie3-institute/simona/issues/105)
14
18
- BREAKING: Using snapshot version of PSDM and PSU
15
19
- Simplified PrimaryServiceProxy due to changes in PSDM [#120](https://github.com/ie3-institute/simona/issues/120)
16
20
- Improved handling of weights and their sum in determination of weather data [#173](https://github.com/ie3-institute/simona/issues/173)
17
21
- Improving code readability in EvcsAgent by moving FreeLotsRequest to separate methods [#19](https://github.com/ie3-institute/simona/issues/19)
- 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)
19
30
- 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)
- 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)
22
41
23
42
### 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)
26
45
- 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)
- 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)
0 commit comments