Skip to content

Commit 8ce4d0c

Browse files
chore(differential-dogs3): release v0.1.0
1 parent 73772db commit 8ce4d0c

File tree

1 file changed

+84
-0
lines changed

1 file changed

+84
-0
lines changed

dogsdogsdogs/CHANGELOG.md

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,88 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [0.1.0](https://github.com/TimelyDataflow/differential-dataflow/releases/tag/differential-dogs3-v0.1.0) - 2024-10-29
1111

12+
### Fixed
13+
14+
- fix example
15+
16+
### Other
17+
18+
- *(differential-dogs3)* release v0.1.0 ([#535](https://github.com/TimelyDataflow/differential-dataflow/pull/535))
19+
- Depend on differential with version ([#536](https://github.com/TimelyDataflow/differential-dataflow/pull/536))
20+
- release ([#534](https://github.com/TimelyDataflow/differential-dataflow/pull/534))
21+
- Add support for release-plz ([#531](https://github.com/TimelyDataflow/differential-dataflow/pull/531))
22+
- Fix typos ([#521](https://github.com/TimelyDataflow/differential-dataflow/pull/521))
23+
- Update to latest Timely ([#519](https://github.com/TimelyDataflow/differential-dataflow/pull/519))
24+
- Make Abelian::negate act on borrowed data ([#504](https://github.com/TimelyDataflow/differential-dataflow/pull/504))
25+
- Introduce Time/Diff GATs ([#502](https://github.com/TimelyDataflow/differential-dataflow/pull/502))
26+
- Introduce IsZero trait for is_zero() ([#503](https://github.com/TimelyDataflow/differential-dataflow/pull/503))
27+
- Remove 'static requirement from difference traits ([#501](https://github.com/TimelyDataflow/differential-dataflow/pull/501))
28+
- Remove `KeyOwned` ([#498](https://github.com/TimelyDataflow/differential-dataflow/pull/498))
29+
- Introduce and integrate `IntoOwned` trait ([#495](https://github.com/TimelyDataflow/differential-dataflow/pull/495))
30+
- Remove `ValOwned` ([#476](https://github.com/TimelyDataflow/differential-dataflow/pull/476))
31+
- dogs^3 compaction improvement ([#457](https://github.com/TimelyDataflow/differential-dataflow/pull/457))
32+
- Introduce trait constraints; simplify elsewhere ([#445](https://github.com/TimelyDataflow/differential-dataflow/pull/445))
33+
- Bring differential to Rust 2021 ([#443](https://github.com/TimelyDataflow/differential-dataflow/pull/443))
34+
- Arrangement GATs ([#438](https://github.com/TimelyDataflow/differential-dataflow/pull/438))
35+
- Update halfjoin to new idioms ([#436](https://github.com/TimelyDataflow/differential-dataflow/pull/436))
36+
- Cursor repivoting ([#435](https://github.com/TimelyDataflow/differential-dataflow/pull/435))
37+
- Fix lookup_map compile error ([#433](https://github.com/TimelyDataflow/differential-dataflow/pull/433))
38+
- Implement `OrdValBatch` without `retain_from` ([#419](https://github.com/TimelyDataflow/differential-dataflow/pull/419))
39+
- Improve the precision of half_join ([#386](https://github.com/TimelyDataflow/differential-dataflow/pull/386))
40+
- Further tidying up of submitted PRs ([#367](https://github.com/TimelyDataflow/differential-dataflow/pull/367))
41+
- Add dogs^3 to workspace and silence warnings ([#349](https://github.com/TimelyDataflow/differential-dataflow/pull/349))
42+
- Allow halfjoin to yield tastefully ([#342](https://github.com/TimelyDataflow/differential-dataflow/pull/342))
43+
- join, half_join: add lower-level interfaces ([#327](https://github.com/TimelyDataflow/differential-dataflow/pull/327))
44+
- Implement half-join operator ([#320](https://github.com/TimelyDataflow/differential-dataflow/pull/320))
45+
- Use bespoke traits in place of std::ops traits ([#319](https://github.com/TimelyDataflow/differential-dataflow/pull/319))
46+
- prepare 0.12 ([#316](https://github.com/TimelyDataflow/differential-dataflow/pull/316))
47+
- Remove use of `timely_sort` crate ([#313](https://github.com/TimelyDataflow/differential-dataflow/pull/313))
48+
- Clarify `Trace` capability nomenclature ([#308](https://github.com/TimelyDataflow/differential-dataflow/pull/308))
49+
- Disable timely's default features in dogsdogsdogs, too ([#299](https://github.com/TimelyDataflow/differential-dataflow/pull/299))
50+
- actually test from dogs3 crate
51+
- change Fn constraint to FnMut
52+
- update projects correctly
53+
- Merge pull request [#255](https://github.com/TimelyDataflow/differential-dataflow/pull/255) from benesch/patch-1
54+
- Move graph_map to a dev dependency in dogsdogsdogs
55+
- more idiomatic code
56+
- improve variable name
57+
- add differentiation and integration
58+
- Merge branch 'master' into dogs_distinguish_less
59+
- Remove the `Default` requirement from keys.
60+
- correct fundamental errors
61+
- Require arrangement sharing to communicate frontier changes.
62+
- Update abomonation_derive to 0.5
63+
- Update abomonation_derive to 0.4
64+
- corrections
65+
- rename to semigroup
66+
- frontier race, fixes [#183](https://github.com/TimelyDataflow/differential-dataflow/pull/183)
67+
- better name
68+
- factor lookup into file
69+
- unify
70+
- checkpoint
71+
- remove Rc
72+
- add Default constraint
73+
- use published dependency
74+
- rework example
75+
- re-organization
76+
- track dd master
77+
- Multiply diffs before testing for zero
78+
- Monoid multiplication in propose and validate
79+
- Reuse arrangement
80+
- Use distinct to count correctly
81+
- Cleanup comments
82+
- Remove maximum for altneu
83+
- Move to AddAssign
84+
- Count correctly
85+
- Relax wco diff trait to Monoid
86+
- update depedencies
87+
- Derive Serialize and Deserialize for AltNeu
88+
- tidy and rename
89+
- readme
90+
- readme
91+
- wcoj example
92+
- dogsdogsdogs update
93+
94+
## [0.1.0](https://github.com/TimelyDataflow/differential-dataflow/releases/tag/differential-dogs3-v0.1.0) - 2024-10-29
95+
1296
Changelog bankruptcy declared.

0 commit comments

Comments
 (0)