Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@ZJaume ZJaume released this 03 Oct 15:55

v0.7.0

Added

  • Faster score_lang triggering autovectorization.
  • Multithreaded identification.
  • Load only relevant languages feature.
  • More verbosity when binarizing models
  • Support i/o files other than stdin/stdout.
  • Rank top k languages (still not available in the CLI).
  • Alias detect comand for identify.
  • More verbosity when binarizing models
  • MSRV to 1.71.

Changed

  • Bring back HeLI models (use 2.0).
  • Refactored the CLI into subcommands
  • Renamed compile command to binarize
  • Better error propagation with Anyhow.
  • Separate CLI, download and python into crate features.
  • Renamed Model to ModelNgram and Models to Model.
  • Update tests.