Skip to content

v0.4.1 - 2020-08-07

Compare
Choose a tag to compare
@alecmocatta alecmocatta released this 07 Aug 17:54
8ad3cc8

Changes:

  • 8ad3cc8 Merge pull request #104 from Keverne/master
  • 53982f8 Updates sum dependencies in toml files to include default-features = false
  • e91547e removes redundant serde and futures in parquet cargo.toml
  • db9f158 sums now use feature specific sum functions
  • c943a3f Version change 0.4.0 -> 0.4.1
  • b397d67 Merge pull request #102 from Keverne/master
  • f0e0e53 tweaks
  • 0f60e1f Update sum.rs
  • 28ed8bf Cleans up stddev.rs done function
  • c1f362b Cleans up stddev.rs
See More
  • ca79a93 Cleans up stddev.rs by removing pre_variance
  • d562e2a Cleans up stddev.rs by removing pre_variance
  • 4e70c92 Resolves conflicts in sum.rs
  • 9b1fa20 Resolves conflicts in sum.rs
  • 0c3fcf9 Resolves conflicts in sum.rs
  • 9148498 Resolves conflicts in sum.rs
  • 000bc86 Resolves conflicts in sum.rs
  • 88a46d7 Fixes stddev.rs. Final sqrt calculation now happens in done for performance
  • 34d1827 Fixes stddev.rs calculation. Prevents calculation for < 2 values
  • a69cbc4 Fixes stddev.rs calculation. Prevents calculation for < 2 values
  • ee7552f Fixes local.rs utils.rs function usage warnings
  • ad35272 Adds u64_to_f64 and f64_to_u64 to src/util.rs to make usage cleaner. Updated for file/local.rs.
  • 1e0a237 Stddev function improvements and fixed conversions of u64 to f64
  • 776ad3a adding stats functions
  • f3c9bdb adding stats functions
  • bea8da8 fix
  • 80beab2 adding stats functions
  • 26c9d5e adding stats functions
  • c2f0e8f fixes
  • cef89c3 adding stats functions
  • 6cc0772 adding stats functions
  • b601901 get FolderSync::done to run only in the final reduce
  • c9f6989 cargo fmt
  • 9a6965c adding stats functions
  • a73eb8c minor fixups
  • 8d9befa adding stats functions
  • e2e7d72 adding stats functions

This list of changes was auto generated.