From 4eb9c2f5fc3a4d5c189854d95c93bf2c9b4fedb7 Mon Sep 17 00:00:00 2001 From: explodingdinosaurs Date: Tue, 28 Jul 2026 16:16:29 +1000 Subject: [PATCH] Adds AttributeTracker and visualisation tools to changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 696b5f6..008620c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ ### v2.2.3 (2026-07-28) +#### Adds + +- Adds `AttributeTracker` to track attributes of an object. +- Adds visualisation of the `OptimisationGraph` topology via `visualization.PlotlyGraph`. +- Adds examples for `AttributeTrack` and `visualization.PlotlyGraph` +- Adds tests for `AttributeTrack` and `visualization.PlotlyGraph` + #### Changes +- Fixes `coverage` issues. - Fixes a bug in `EVBase._create_vehicle_port()` wherein the creation of the `MobileElectricalStorage` should receive `discharging_power_limit=self.usage_power_limit` not `discharging_power_limit=self.discharging_power_limit`. ### v2.2.2 (2026-06-26)