Skip to content

Releases: alecmocatta/streaming_algorithms

v0.3.0 - 2020-07-15

15 Jul 10:29
99522db
Compare
Choose a tag to compare

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

17 Jun 16:47
f8038f5
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

v0.1.2 - 2020-06-09

09 Jun 21:26
b6b06ac
Compare
Choose a tag to compare

Changes:

  • b6b06ac Merge pull request #9 from alecmocatta/serialize-zeroable
  • d23de5b update CI targets
  • 1d57f10 v0.1.2
  • 62efcee remove try_trait feature
  • 3afd141 impl (de)serialize for Zeroable and update CI

This list of changes was auto generated.

v0.1.1 - 2019-09-09

09 Sep 10:13
ab21366
Compare
Choose a tag to compare

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

19 Sep 14:09
81aa96d
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
Implement HyperLogLog and enable composition with Count–min sketch