github jqnatividad/qsv 0.87.0

latest releases: 0.128.0, 0.127.0, 0.126.0...
16 months ago

Added

  • apply: add decimal separator --replacement option to thousands operation. This fully rounds out thousands formatting, as it will allow formatting numbers to support "euro-style" formats (e.g. 1.234.567,89 instead of 1,234,567.89) #749
  • apply: add round operation; also refactored thousands operation to use more appropriate --formatstr option instead of --comparand option to specify "format" of thousands separator policy #751
  • applydp: add round operation #752

Changed

  • changed MSRV policy to track latest Rust version in Homebrew, instead of latest Rust stable
  • removed excess trailing whitespace in apply & applydp usage text
  • moved round_num function from stats.rs to util.rs so it can be used in round operation in apply and applydp
  • cargo update bump dependencies, notably tokio from 1.24.2 to 1.25.0
  • pin Rust nightly to 2023-01-28

Fixed

  • apply: corrected thousands operation usage text - hexfour not hex_four 6545aa2

Full Changelog: 0.86.0...0.87.0

Don't miss a new qsv release

NewReleases is sending notifications on new releases.