From 8b3d16517be98f22062b012452a9483fbfd3ce33 Mon Sep 17 00:00:00 2001 From: Max Kannenberg <95709892+MaxKannenberg@users.noreply.github.com> Date: Mon, 29 Aug 2022 12:52:25 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbe662d..c25f502 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,22 @@ Categories: Added, Changed, Deprecated, Removed, Fixed, and Security. ## [Unreleased] +### Added +* output alternative with starting points of the driving modes + +### Changed +* renamed data points into 'support points' +* reduced number of decimal places of output data +* replace v_peak by the existing v_limit +* changed type of a point of interest from Tuple to NamedTuple + +### Removed +* dictionary MovingSection +* redundant keys from the dictionary CharacteristicSection +* dictionary BehaviorSection +* redundant keys from the dictionary SupportPoint +* function secureAcceleratingBehavior() + ## Version [1.0.1] 2022-06-05 @@ -208,4 +224,4 @@ Proof of concept and master thesis submission. [0.4]: https://github.com/railtoolkit/TrainRuns.jl/compare/v0.3...v0.4 [0.3]: https://github.com/railtoolkit/TrainRuns.jl/compare/v0.2...v0.3 [0.2]: https://github.com/railtoolkit/TrainRuns.jl/compare/v0.1...v0.2 -[0.1]: https://github.com/railtoolkit/TrainRuns.jl/releases/tag/v0.1 \ No newline at end of file +[0.1]: https://github.com/railtoolkit/TrainRuns.jl/releases/tag/v0.1