From 716539dbdba4b444a048296e80d63f70fb378455 Mon Sep 17 00:00:00 2001 From: Ichinga Samuel Date: Sat, 7 Jun 2025 00:24:27 +0100 Subject: [PATCH] v4.0.13 --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c587cd..56d9389 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog -## [4.0.12](https://github.com/Ichinga-Samuel/aiomql/releases/tag/v4.0.10) - 2025-03-24 +## [4.0.13](https://github.com/Ichinga-Samuel/aiomql/releases/tag/v4.0.12) - 2025-03-24 + +### Fixed + +- Fixed Candles inplace addition and addition to be only between candles objects +- Index of Candles object dataframe is now a timezone-aware DateTimeIndex +- Add method can accept addition of either a Series, DataFrame, or Candle, object + +### Added + +- A to_series method to both Tick and Candle Classes +- Index attribute is now strictly for integer-based indexing +- index attribute maps to the underlying label-based indexing of the dataframe + +## [4.0.12](https://github.com/Ichinga-Samuel/aiomql/releases/tag/v4.0.12) - 2025-03-24 ### Fixed