Releases: constellation-rs/amadeus
Releases · constellation-rs/amadeus
v0.4.3 - 2021-05-20
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
v0.4.1 - 2020-08-07
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
Changes:
- f6f11fb Merge pull request #103 from constellation-rs/join
- b6d9119 v0.4.0
- e0331db pin event-listener to avoid hang
- 9f5f562 add .sort_n_by(n, cmp)
- 95fca28 correct github repo links
- 14ffe13 vendor streaming_algorithm
- 8d0b99c move into amadeus-streaming dir
- 3d343cc Add "memory estimate" to Data trait
- 86fd702 join
- 6aa0d08 Merge pull request #11 from alecmocatta/stable
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
v0.3.6 - 2020-07-26
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
v0.3.4 - 2020-07-18
Changes:
- 45e6207 Merge pull request #88 from constellation-rs/recycle
- ac80472 v0.3.4
- c6ba075 vec-utils -> recycle
This list of changes was auto generated.
v0.3.3 - 2020-07-15
Changes:
This list of changes was auto generated.
v0.3.2 - 2020-07-15
Changes:
- 0e73efe Merge pull request #84 from constellation-rs/stable
- 33522e8 0.3.2
- 8a60631 use dynamic specialization
- b83e913 update deps
- 9216f90 fix CI
- e0da6b2 switch from feature = "nightly" to autodetection due to rust-lang/cargo#3494
- 0badd8b Automatic formatting with rustfmt
- 7785643 all but parquet and constellation working on stable
- 001b75d avoid Fn* supertraits on Parallel* as they slightly impact type inference
- ec1e9b8 all but connectors running on stable
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.