Releases: ie3-institute/simonaAPI
Releases · ie3-institute/simonaAPI
0.9.0
Changed
Updates
- Updated PSU to 3.1.0
- Updated PSDM to 7.0.0
0.8.0
Added
- Implementing auto-merge for dependabot PRs #273
- Implemented GitHub Actions pipeline #247
Changed
- Converting pekko classic to typed #232
0.7.0
Added
- Added Bao and Staudt to the list of reviewers #216
- Documentation for this API #230
Changed
0.6.0
Added
- Enable initialization of external data simulation #167
ExtResultContainer
returns result map #217
Changed
- Renaming power fields in
EvModel
#208
- Enhancing external data connections #219
0.5.0
Added
- Implemented
ExtPrimaryData
and ExtResultsData
#145
- Have EV simulation communicate the next tick #170
- Only communicate the next tick of activation of EV simulation as a whole #176
0.4.0
Changed
- Replacing akka with pekko #138
0.3.0
Changed
- Updating to gradle 8.4 #133
- Adapted to changed SIMONA scheduler protocol #131
0.2.0
Added
- Introducing termination message indicating that the main simulation would like to quit #5
- Enabled tests for this project and implemented partial test for
ExtSimulation
as part of #5
- JavaDoc for many message classes #59
- Implemented
ExtEvDataTest
as part of #77
Changed
- Refactored
ExtTrigger
-> ExtSimMessage
and ExtTriggerResponse
-> ExtSimMessageResponse
#5
- Renamed messages to ease understanding #62
- Separating departures and arrivals in message protocol, properly handling exceptions #77