rangebar-core 13.0.0

Renamed to opendeviationbar-core. This crate re-exports everything from the new name.
Documentation

rangebar-core has been renamed to opendeviationbar-core

This crate is a shim that re-exports everything from opendeviationbar-core.

Migration

Update your Cargo.toml:

# Before
rangebar-core = "12"

# After
opendeviationbar-core = "12"

The algorithm uses open-anchored deviation thresholds (not classic Nicolellis range bars), so the name was updated to reflect this.