hydroflow_lang v0.1.1
hydro-project-bot
released this
30 May 01:13
·
722 commits
to main
since this release
New Features
- add
zip_longest
operator, fix #707
With a test. - add per-tick truncating
zip
operator, fix #707
With tests. - Add
multiset_delta
operator
Bug Fixes
- multiset_delta not correctly tracking counts beyond two ticks
We were swapping theRefCell
s, but we need to swap what's behind them. - fix
persist
releasing multiple times during the same tick
Add surface_double_handoff tests
Other
- merge() to union()
Refactor
- add spin(), remove repeat_iter,repeat_iter_external
-
refactor: add spin(), remove repeat_iter,repeat_iter_external
-
fix: fix lints
-
- change
lattice_merge
to usereduce
instead offold
, fix #710
Default
no longer needed - rename
sort_by
->sort_by_key
, fix #705 - rename
keyed_reduce
->reduce_keyed
, fix #705 - remove
'static
fromsort()
, fix #703 - Suffixes and remove keyed fold
-
rename: keyed_fold/keyed_reduce -> fold_keyed/reduce_keyed
-
remove group_by
-
Commit Statistics
- 12 commits contributed to the release.
- 6 days passed between releases.
- 12 commits were understood as conventional.
- 8 unique issues were worked on: #696, #697, #702, #704, #706, #714, #716, #719
Commit Details
view details
- #696
- Add
multiset_delta
operator (8d88e8e)
- Add
- #697
- Merge() to union() (d574cb2)
- #702
- Suffixes and remove keyed fold (2843e7e)
- #704
- #706
- #714
- Add spin(), remove repeat_iter,repeat_iter_external (d13a01b)
- #716
- Fix
persist
releasing multiple times during the same tick (075c99e)
- Fix
- #719
- Multiset_delta not correctly tracking counts beyond two ticks (c771879)
- Uncategorized