v0.4.13
Changed
- CLI flags are now consistent across commands:
bnnr analyze -dmaps to--device(previously--data);bnnr trainuses--token(previously--dashboard-token);bnnr dashboard exportuses--output/-o(previously--out). bnnr reportandbnnr analyzereturn clean error messages instead of tracebacks for a missing path, an unsupported--format, or a mixed-case--task.- Default
deviceis nowauto(wascuda) forBNNRConfig,SimpleTorchAdapter,DetectionAdapter, andUltralyticsDetectionAdapter, so constructing them on a machine without a GPU no longer raises. bnnr list-presetslists exactly the presets accepted bytrain --preset(auto,light,standard,aggressive,gpu,none); thedemopreset is no longer shown there (still available viabnnr demo).
Removed
Recommendation.example_commandfield from the analyze report schema; it duplicatedliterature_note, which now drives the HTML report citation.
Full changelog: https://github.com/bnnr-team/bnnr/blob/main/CHANGELOG.md