Skip to content

Releases: constellation-rs/amadeus

v0.4.3 - 2021-05-20

20 May 17:53
35e6869
Compare
Choose a tag to compare

Changes:

  • 35e6869 Merge pull request #139 from constellation-rs/bump
  • 4c74af7 minor fixups
  • c69d99f v0.4.3
  • 6b22e74 bump fmt and clippy
  • 09ecfba Merge pull request #134 from lquerel/master
  • 7fc7347 rename feature ser-proto -> protobuf and expose in facade crate
  • 1e98561 Updates based on review
  • 980fcd1 Apply cargo fmt (with nightly...)
  • a2a9480 Apply cargo fmt
  • dc7bec2 Support HLL serialization as protobuf directly usable in Google products (e.g. BigQuery)
See More
  • 7f071aa Merge pull request #129 from robinbernon/threadpool_to_take_num_cores_input
  • cbdaec0 clippy clean
  • 497d010 consistent order between ProcessPool::new and ThreadPool::new
  • 292cb74 Adding cores input for process pool also
  • c6db0f2 NL
  • c7b05fd Removing IDEA ignore
  • 22a21af Removing a couple lines that were missed in cleanup
  • ce88de4 Adding input param of num_cores to ThreadPool::new()

This list of changes was auto generated.

v0.4.2 - 2020-08-18

18 Aug 07:06
fb9ee3b
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

v0.4.1 - 2020-08-07

07 Aug 17:54
8ad3cc8
Compare
Choose a tag to compare

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.

v0.4.0 - 2020-08-07

07 Aug 08:43
f6f11fb
Compare
Choose a tag to compare

Changes:

See More
  • 53f3ec5 add weekly build
  • fa9f10c add aarch64 to ci
  • b31224f add nightly feature to ci
  • 173e472 Automatic formatting with rustfmt
  • e062545 update CI rustc, add arm
  • 3a692b1 v0.3.0
  • 58ed461 remove specialization and have a non-simd fallback for stable
  • b586347 Merge pull request #10 from alecmocatta/nix-zeroable
  • 398f6be pin on old nightly till rust-lang/rust#73249 fixed
  • 674c493 v0.2.0
  • b07a700 replace the Zeroable struct with Option
  • b4e6da6 Merge pull request #9 from alecmocatta/serialize-zeroable
  • c07eb2e update CI targets
  • 4322bd6 v0.1.2
  • c48e8d8 remove try_trait feature
  • 8aff010 impl (de)serialize for Zeroable and update CI
  • 67b68a6 Merge pull request #8 from alecmocatta/v0.1.1
  • e217aa6 v0.1.1
  • 3148280 Merge pull request #7 from alecmocatta/alecmocatta-patch-1
  • 40877e3 Add azure pipeline endpoint
  • f7d8794 Merge pull request #6 from alecmocatta/template
  • 534b236 fix clippy on 32 bit
  • ce95106 disable stable rustc ci
  • 2b6101a update rand usage
  • 347c321 Merge branch 'dependabot/cargo/rand-0.7' into template
  • 90e5402 tidy for clippy
  • b911f52 Merge remote-tracking branch 'template/master' into template
  • 7fa64ff Merge pull request #1 from alecmocatta/alecmocatta-patch-1
  • 6cdaf46 Update README.md
  • 021605c disable broken targets
  • 77c993f add azure pipeline, mergify, rustfmt, readme
  • 0bca76d cargo init --lib
  • 3baf236 Update rand requirement from 0.5 to 0.7
  • 725de43 Merge pull request #4 from alecmocatta/fixes
  • 8c1f1a4 fixes, stricter integer casts
  • 12aeb9b Merge pull request #2 from alecmocatta/bump
  • 55892c9 bump .travis.yml
  • c5da5a6 Merge pull request #1 from alecmocatta/faster
  • 283183c Fix build on x86 and bump cargo doc version as packed_simd fails on docs.rs version
  • 935405c cleanup
  • a5474f5 experiment with adding simd to improve performance
  • 0f63752 Implement HyperLogLog and enable composition with Count–min sketch
  • cfa965c Initial commit

This list of changes was auto generated.

v0.3.7 - 2020-07-30

30 Jul 16:31
e118942
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

v0.3.6 - 2020-07-26

26 Jul 20:26
59937f0
Compare
Choose a tag to compare

Changes:

  • 59937f0 Merge pull request #97 from constellation-rs/fix
  • 057df4b v0.3.6
  • a7429a6 update rusoto
  • 4716cef bump to latest rust on ci
  • 99271e9 use reexported amadeus crates in amadeus-derive
  • 3699c7c Merge pull request #91 from constellation-rs/cleanup
  • c693f05 combine Sink::{poll, output}, make naming consistent

This list of changes was auto generated.

v0.3.5 - 2020-07-20

20 Jul 13:40
c02e005
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

v0.3.4 - 2020-07-18

18 Jul 11:26
45e6207
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

v0.3.3 - 2020-07-15

15 Jul 19:35
92c7b6b
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

v0.3.2 - 2020-07-15

15 Jul 18:32
0e73efe
Compare
Choose a tag to compare

Changes:

See More
  • a592b63 Merge pull request #86 from constellation-rs/dependabot/cargo/ordered-float-2.0
  • 4fc2411 Update ordered-float requirement from 1.0 to 2.0
  • b335684 Remove unnecessary line from rename macro

This list of changes was auto generated.