[Diff since v0.5.4](https://github.com/willow-ahrens/Finch.jl/compare/v0.5.4...v0.6.0)
**Closed issues:**
- Improve symbolic reasoning on intervals (37)
- Pattern match known kernels with good implementations (42)
- Wrapper Arrays RFC (43)
- Multicore (57)
- On-demand compilation, separate from execution (70)
- for i in 2:7 (76)
- More descriptive error messages (97)
- Preliminary binary file format output (120)
- Add Partition Masks (Enables Easy Loop Splitting) (152)
- Thunks need to introduce a new context/scope (180)
- Generalize integration (181)
- Merge "loop" and "chunk" ir node (182)
- DCE empty phases (184)
- Rename stride (186)
- Update Binsparse output (187)
- Permuted Dims Array (201)
- Test fails with Julia 1.9.0 (211)
- RFC: canonicalize random access as a global compiler pass (223)
- RFC: Discrete tensors in continuous domains (230)
- `value` or `literal` tensors (232)
- Constant Propagation on scalars. (233)
- rename Pipeline -> Sequence, sequence->block (239)
- deprecate loop macro (241)
- deprecate fiber macro (242)
- Error on multiple definition of variables in same scope (243)
- Parameterized Level Storage for Accelerators (245)
- Fix reference output automatically in github (263)
**Merged pull requests:**
- Upper Triangular Levels (119) (radha-patel)
- Triangle Count (178) (Cece2520)
- fix doi link (193) (willow-ahrens)
- fixes 180 (194) (willow-ahrens)
- Wma/rename stride (195) (willow-ahrens)
- Fix bug with is_laminable_updater in Sparse Triangle Level (197) (radha-patel)
- Wma/extents3 (198) (willow-ahrens)
- Wma/chunk to loop (199) (willow-ahrens)
- Wma/reorg (200) (willow-ahrens)
- add CIndices dep (202) (willow-ahrens)
- add compiler hooks (203) (willow-ahrens)
- Partial lowering and introspection interface (204) (willow-ahrens)
- Jaeyeon/dce pipeline (206) (nullplay)
- cleanup looplets (207) (willow-ahrens)
- Wma/docs (208) (willow-ahrens)
- Synch (209) (wraith1995)
- add script headers (no more --project=.) (210) (willow-ahrens)
- Wma/aot (214) (willow-ahrens)
- CompatHelper: bump compat for CIndices to 0.2, (keep existing compat) (216) (github-actions[bot])
- add continuous level (217) (nullplay)
- Add a type to represent open/closed interval endpoints at runtime (219) (willow-ahrens)
- fix Fill nodes to just be a separate pass (220) (willow-ahrens)
- add isindex (221) (willow-ahrens)
- Code cleanups for debugger (224) (willow-ahrens)
- CompatHelper: bump compat for CIndices to 0.3, (keep existing compat) (229) (github-actions[bot])
- Array Combinators (231) (willow-ahrens)
- Wma/reorg files (234) (willow-ahrens)
- Replacing scansearch with Finch.scansearch (235) (nullplay)
- Wma/constant propagation (236) (willow-ahrens)
- Synch (237) (wraith1995)
- Update README.md (238) (willow-ahrens)
- WIP: Add a parallel dimension (240) (willow-ahrens)
- rename and deprecate (248) (willow-ahrens)
- Slay the Dragon: Parallel Analysis (249) (wraith1995)
- Jaeyeon/loopreduction (250) (nullplay)
- Protect Bindings (251) (wraith1995)
- reverse the order of protocol specialization for instantiate (253) (willow-ahrens)
- add options to the finch compiler (255) (willow-ahrens)
- WIP: Locals and copying (256) (wraith1995)
- Wma/swizzle (261) (willow-ahrens)
- remove debugger (262) (willow-ahrens)
- binsparse compatibility (265) (willow-ahrens)
- Add script to fix stuff (266) (willow-ahrens)
- cleaning up (268) (willow-ahrens)
- Wma/rebroadcast (269) (willow-ahrens)
- Wma/binsparse update (274) (willow-ahrens)
- CompatHelper: bump compat for AbstractTrees to 0.4, (keep existing compat) (275) (github-actions[bot])