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