File tree Expand file tree Collapse file tree 5 files changed +21
-3
lines changed
Expand file tree Collapse file tree 5 files changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ members = [
1616resolver = " 2"
1717
1818[workspace .dependencies ]
19- differential-dataflow = { path = " differential-dataflow" , default-features = false , version = " 0.17 .0" }
19+ differential-dataflow = { path = " differential-dataflow" , default-features = false , version = " 0.18 .0" }
2020timely = { version = " 0.24" , default-features = false }
2121columnar = { version = " 0.10" , default-features = false }
2222# timely = { path = "../timely-dataflow/timely/", default-features = false }
Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.18.0] ( https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.17.0...differential-dataflow-v0.18.0 ) - 2025-10-23
11+
12+ ### Other
13+
14+ - Replace IndexMap with BTreeMap ([ #652 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/652 ) )
15+ - Update columnar; introduce mimalloc
16+ - Extract ` VecCollection ` from ` Collection ` ([ #651 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/651 ) )
17+ - Introduce traits for collection containers ([ #650 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/650 ) )
18+ - Correct some clippy nit ([ #649 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/649 ) )
19+ - Batcher implementation that has no opinions about chains, and columnar. ([ #626 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/626 ) )
20+
1021## [ 0.17.0] ( https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.16.2...differential-dataflow-v0.17.0 ) - 2025-09-15
1122
1223### Other
Original file line number Diff line number Diff line change 11[package ]
22
33name = " differential-dataflow"
4- version = " 0.17 .0"
4+ version = " 0.18 .0"
55authors = [" Frank McSherry <fmcsherry@me.com>" ]
66
77description = " An incremental data-parallel dataflow platform"
Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.18.0] ( https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.17.0...differential-dogs3-v0.18.0 ) - 2025-10-23
11+
12+ ### Other
13+
14+ - Extract ` VecCollection ` from ` Collection ` ([ #651 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/651 ) )
15+ - Correct some clippy nit ([ #649 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/649 ) )
16+
1017## [ 0.17.0] ( https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.16.2...differential-dogs3-v0.17.0 ) - 2025-09-15
1118
1219### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " differential-dogs3"
3- version = " 0.17 .0"
3+ version = " 0.18 .0"
44authors = [" Frank McSherry <fmcsherry@me.com>" ]
55license = " MIT"
66edition = " 2021"
You can’t perform that action at this time.
0 commit comments