File tree Expand file tree Collapse file tree 5 files changed +28
-3
lines changed
Expand file tree Collapse file tree 5 files changed +28
-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.15.3 " }
19+ differential-dataflow = { path = " differential-dataflow" , default-features = false , version = " 0.15.4 " }
2020timely = { version = " 0.21" , 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,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.15.4] ( https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.15.3...differential-dataflow-v0.15.4 ) - 2025-08-05
11+
12+ ### Other
13+
14+ - Inline consolidate fast-path ([ #629 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/629 ) )
15+ - Remove ` BatchContainer::borrow_as() ` ([ #628 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/628 ) )
16+ - ` Layout ` extension trait ([ #627 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/627 ) )
17+ - Remove ` IntoOwned ` (phase 1) ([ #624 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/624 ) )
18+ - Remove redundant bounds ([ #623 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/623 ) )
19+ - Update comment
20+ - Use trie abstractions for batch implementations ([ #616 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/616 ) )
21+ - Bump columnar to 0.8.0 ([ #620 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/620 ) )
22+ - Use BTreeMap to avoid sorting ([ #615 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/615 ) )
23+ - Respect singleton counts in merge effort ([ #614 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/614 ) )
24+ - Demonstrate ` Columnar ` batch builder ([ #602 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/602 ) )
25+
1026## [ 0.15.3] ( https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.15.2...differential-dataflow-v0.15.3 ) - 2025-06-24
1127
1228### Other
Original file line number Diff line number Diff line change 11[package ]
22
33name = " differential-dataflow"
4- version = " 0.15.3 "
4+ version = " 0.15.4 "
55authors = [
" Frank McSherry <[email protected] >" ]
66
77description = " An incremental data-parallel dataflow platform"
Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.15.4] ( https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.1.14...differential-dogs3-v0.15.4 ) - 2025-08-05
11+
12+ ### Other
13+
14+ - Remove ` BatchContainer::borrow_as() ` ([ #628 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/628 ) )
15+ - ` Layout ` extension trait ([ #627 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/627 ) )
16+ - Remove ` IntoOwned ` (phase 1) ([ #624 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/624 ) )
17+ - Extract inner function from half-join ([ #619 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/619 ) )
18+
1019## [ 0.1.14] ( https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.1.13...differential-dogs3-v0.1.14 ) - 2025-06-24
1120
1221### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " differential-dogs3"
3- version = " 0.1.14 "
3+ version = " 0.15.4 "
44authors = [
" Frank McSherry <[email protected] >" ]
55license = " MIT"
66edition = " 2021"
You can’t perform that action at this time.
0 commit comments