Skip to content

Releases: jqnatividad/qsv-stats

0.18.0

14 May 15:26
Compare
Choose a tag to compare

removed max_precision as we can compute it streaming in qsv itself more efficiently

Full Changelog: 0.17.2...0.18.0

0.17.2

14 May 12:08
Compare
Choose a tag to compare

more optimizations

Full Changelog: 0.17.1...0.17.2

0.17.1

13 May 12:54
Compare
Choose a tag to compare
  • optimized max_precision()

Full Changelog: 0.17.0...0.17.1

0.17.0

13 May 12:16
Compare
Choose a tag to compare

Full Changelog: 0.14.0...0.17.0

0.14.0

01 Apr 09:12
443f27e
Compare
Choose a tag to compare

Full Changelog: 0.12.0...0.14.0

0.12.0

13 Nov 14:13
866b32f
Compare
Choose a tag to compare
  • BREAKING: specify MSRV of 1.73.0
  • added some comments
  • use first()/last() instead of get()
  • bumped dependencies

Full Changelog: 0.11.0...0.12.0

0.11.0

03 Aug 13:19
f6ff666
Compare
Choose a tag to compare

Changed

  • BREAKING: change pass by value to pass by ref for onlinestats.add(). This should reduce allocs and be marginally faster
  • apply select clippy lints
  • removed unnecessary code to truncate antimodes_result to 10
  • use filter_map(), replacing filter().map() in modes calculation

Full Changelog: 0.10.0...0.11.0

0.10.0

03 Jun 13:55
Compare
Choose a tag to compare

Changed

  • remove unsafes
  • added categories to Cargo.toml metadata
  • remove unneeded extern crates

Full Changelog: 0.9.0...0.10.0

0.9.0

06 May 10:50
Compare
Choose a tag to compare

What's Changed

  • use rayon for parallel sorting in #5

Full Changelog: 0.8.0...0.9.0

0.8.0

17 Apr 19:56
Compare
Choose a tag to compare
  • added serde so we can save stats in binary format, not just csv.

Full Changelog: 0.5.1...0.8.0