Releases: alecmocatta/streaming_algorithms
Releases · alecmocatta/streaming_algorithms
v0.3.0 - 2020-07-15
Changes:
- 99522db Merge pull request #11 from alecmocatta/stable
- 4a7b9db add weekly build
- 7abc95a add aarch64 to ci
- 5f7a36f add nightly feature to ci
- 9e5b733 Add .editorconfig for tab_width = 4
- 332e1bf Remove mistaken condition from mergify config
- 4d678a6 spaces rather than hyphens in wip label
- 33922de Automatic formatting with rustfmt
- 6477391 update CI rustc, add arm
- 7b6d507 v0.3.0
See More
- 5e0b267 remove specialization and have a non-simd fallback for stable
This list of changes was auto generated.
v0.2.0 - 2020-06-17
Changes:
- f8038f5 Merge pull request #10 from alecmocatta/nix-zeroable
- fbcb908 pin on old nightly till rust-lang/rust#73249 fixed
- d2b022d v0.2.0
- 16e5711 replace the Zeroable struct with Option
This list of changes was auto generated.
v0.1.2 - 2020-06-09
v0.1.1 - 2019-09-09
Changes:
- ab21366 Merge pull request #8 from alecmocatta/v0.1.1
- 8819c9e v0.1.1
- 6b48acc Merge pull request #7 from alecmocatta/alecmocatta-patch-1
- 07e6050 Add azure pipeline endpoint
- a09e7ee Merge pull request #6 from alecmocatta/template
- d8030b8 fix clippy on 32 bit
- d532f1e disable stable rustc ci
- f4c3d31 update rand usage
- 24df42b Merge branch 'dependabot/cargo/rand-0.7' into template
- 48087bc tidy for clippy
See More
- 4b845f8 Merge remote-tracking branch 'template/master' into template
- d1f50da Merge pull request #1 from alecmocatta/alecmocatta-patch-1
- 4899781 Update README.md
- 5b514df disable broken targets
- d3324eb add azure pipeline, mergify, rustfmt, readme
- f0b6f82 cargo init --lib
- 15b2c50 Update rand requirement from 0.5 to 0.7
- 3aad860 Merge pull request #4 from alecmocatta/fixes
- d77ba3b fixes, stricter integer casts
- 1104972 Merge pull request #2 from alecmocatta/bump
- 81b7155 bump .travis.yml
- 4c86436 Merge pull request #1 from alecmocatta/faster
- 557a111 Fix build on x86 and bump cargo doc version as packed_simd fails on docs.rs version
- 0b19c19 cleanup
- 3729f9d experiment with adding simd to improve performance
- 81aa96d Implement HyperLogLog and enable composition with Count–min sketch
This list of changes was auto generated.
v0.1.0
Implement HyperLogLog and enable composition with Count–min sketch