v0.2.0
Finch v0.2.0
Closed issues:
- Add easy syntax to skip initialization and finalization (#17)
- Add simplified interface to custom ops (#29)
- Testing (#39)
- Compiling Finch itself is slow. (#41)
- Add a Benchmark Suite (#44)
- Fix sparse write protocols fiber skipping (#60)
- Support fibers as indices (#61)
- Provide default step functions (#64)
- Code diffs fail because of Int64 vs Int32 problems (#65)
- Sparse matrix in multi statement fails without additional defs (#68)
- Delta Encoding Index Structures in Level Formats (#80)
- Clean up level constructors (#85)
Merged pull requests:
- Wma/issue 68 (#69) (@willow-ahrens)
- Small fix to allow finch_exec to execute multiple top-level expressions (#71) (@adadima)
- Unitype the IR, saves compile time (#72) (@willow-ahrens)
- Wma/nodollar (#73) (@willow-ahrens)
- quick fix (#74) (@willow-ahrens)
- Add benchmarks for bfs and sssp (#75) (@adadima)
- Wma/newrules (#78) (@willow-ahrens)
- Algebra Traits (#83) (@willow-ahrens)
- Wma/reproducible (#84) (@willow-ahrens)
- Clean up constructors and trim formats (#86) (@willow-ahrens)
- attempt to measure coverage in generated code (#87) (@willow-ahrens)
- Wma/rethink (#88) (@willow-ahrens)
- Wma/cleanup diff (#89) (@willow-ahrens)
- Wma/deltas (#90) (@willow-ahrens)
- Fixbfs (#91) (@willow-ahrens)