Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 3.4 KB

File metadata and controls

58 lines (35 loc) · 3.4 KB

µWheel Changelog

This file contains all notable changes to µWheel.

0.4.0 (2026-02-25)

Added

Breaking Changes

  • PartialAggregateBounds no longer requires Copy, only Clone. Aggregators with heap-allocated partial aggregates (e.g., Roaring Bitmaps, Bloom Filters) are now supported. Code relying on PartialAggregate: Copy (e.g., .copied()) must switch to .cloned() #164 by @Max-Meldrum

0.3.0 (2025-04-14)

Bug Fixes

  • Fix issue with CompressedDeque returning incorrect results when used across time dimensions #162 by @Max-Meldrum

Added

0.2.1 (2024-08-22)

Fixed

Added

0.2.0 (2024-07-13)

Added

Changed

Breaking Changes