v1.3.0
AntHocNet v1.3.0. See CHANGELOG.md.
Install bundle (anthocnet-1.3.0.zip) — the source to
drop onto your own simulator tree:
make install-ns3 NS3DIR=… or make install-ns2 NS2DIR=….
Pre-built simulator images are on GHCR (see docker/README.md),
including release-pinned tags anthocnet-ns{2,3}:<sim-version>-v1.3.0.
What's Changed
- docs: regime comparison tables — networks side by side, mechanism live/inert per regime by @danieljoppi in #299
- docs: software-layer diagrams — stack, ant mechanisms × config switches, per-regime support by @danieljoppi in #303
- docs: ant-type reference, ADR-0019/0020, and orientation updates by @danieljoppi in #304
- docs: twelve diagrams — class, sequence, flow, layout and accounting views of the protocol, metrics and process by @danieljoppi in #305
- fix(docs): unrenderable mermaid block + CI gate, Zenodo DOI, NS-2 deprecation, and the roadmap plan by @danieljoppi in #306
- test(core): exercise GenerationTracker's eviction (#166), and add the matched-delivery delay99 that #308 needs by @danieljoppi in #310
- fix(bench): re-emit ##MATCH## in the compact result block by @danieljoppi in #311
- feat(bench): common-set delay99 — the assumption-free version of #308 by @danieljoppi in #312
- feat(bench): add 95% CIs, paired tests and a column-mapping gate to the result parsers by @danieljoppi in #313
- docs(bench): statistical policy — runs floor, ci methods, warm-up, rng — plus a runs-floor gate by @danieljoppi in #314
- feat(bench): render 95% cis — chart error bars and ± table columns by @danieljoppi in #315
- feat(bench): emit 95% ci columns from --export-sweeps by @danieljoppi in #316
- docs(bench): publish 20-seed pause and area sweeps with 95% cis by @danieljoppi in #317
- ci(bench): per-merge taxonomy at the 10-run publication floor by @danieljoppi in #320
- feat(bench): persist per-run rows in a sibling campaign csv by @danieljoppi in #321
- feat(bench): seed-splitting — firstrun offset threaded end-to-end, exact pooling by @danieljoppi in #322
- docs(bench): publish the 20-seed scale sweep — v1.3.0's sweep set is complete by @danieljoppi in #323
- docs: correct the ns-2 support claim, and consolidate ns-2 into one document by @danieljoppi in #324
Full Changelog: v1.2.0...v1.3.0