Skip to content

hydroflow_lang v0.1.1

Compare
Choose a tag to compare
@hydro-project-bot 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 the RefCells, 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 use reduce instead of fold, fix #710
    Default no longer needed
  • rename sort_by -> sort_by_key, fix #705
  • rename keyed_reduce -> reduce_keyed, fix #705
  • remove 'static from sort(), fix #703
  • Suffixes and remove keyed fold
    • rename: keyed_fold/keyed_reduce -> fold_keyed/reduce_keyed

    • remove group_by

Commit Statistics

Commit Details

view details