Change Log

Change Log

Back to Home

Track notable simulation, taxonomy, and tooling changes here to maintain historical context. Each entry should summarise what changed, why, and when.

Entries {#entries}

Record changes with timestamps or release tags, referencing pull requests or commits when available. Keep the log concise but informative for future researchers.

2025-10-16 β€” Retired single-node simulator {#2025-10-16}

  • Removed the legacy single-node simulator, logging helpers, and CLI run/resume commands in favour of the distributed server/worker stack.
  • Updated packaging exports so bytebiota now exposes create_server/create_worker plus their configs, aligning the public API with production deployments.
  • Replaced single-node regression tests with distributed worker coverage and refreshed resource-detection/unit tests to match new defaults.
  • Instrumented MAL allocation failures end-to-end (worker stats β†’ state aggregator β†’ hybrid tuning) so memory starvation shows up as a first-class health signal and policy input.
  • Overhauled docs/wiki (README quick start, interface reference, testing guide, core foundations) to reflect the distributed-only workflow and added a contributor smoke-test walkthrough.