card-est-array 0.4.0

Infrastructure for managing large arrays of cardinality estimators.
Documentation
# Change Log

## [0.4.0] - 2026-03-15

### New

- New function `HyperLogLogBuilder::min_log_2_num_reg`.

### Changed

- Removed dependency from `num-traits`.

## [0.3.1] - 2026-03-07

### Changed

- Fixed `num-primitive` version at 0.2.1.

## [0.3.0] - 2026-03-07

### Changed

- Removed dependency from `common_traits`, `sux`, `value_traits`, and `anyhow`,
  replacing `common_traits` with `num-primitive` and `num-traits`.

## [0.2.1] - 2026-02-15

### Changed

- Updated all dependencies.

- `slow_tests` feature for slow tests.

### Improved

- Implemented `DefaultEstimator::into_owned`.

## [0.2.0] - 2025-10-16

### Changed

- Updated all dependencies.

## [0.1.0] - 2025-04-07

### New

- First release.