rill-ml 1.2.0

Lightweight, serializable online machine learning for Rust applications and streaming data.
Documentation
# RillML 1.2 release plan.
#
# Single machine-readable source of truth for which crates belong to the
# Stable group (advance under the 1.x compatibility contract) and which remain in
# the Preview group (stay at 0.x). scripts/sync_version.py reads this file
# to decide which version to apply to each workspace member.

[stable]
version = "1.2.0"
crates = [
  "rill-handler-api",
  "rill-runtime-protocol",
  "rill-ml",
  "rill-runtime",
]

[preview]
version = "0.15.0"
crates = [
  "rill-ml-python",
  "rill-ml-wasm",
  "rill-ml-tokio",
  "rill-ml-arrow",
  "rill-ml-polars",
  "rillml-inspect",
  "rill-ml-ffi",
  "rill-pm-adapter",
]