v0.3.0
Finch v0.3.0
Closed issues:
- Add finalize and initialize generated functions for external finch usage (#18)
- Embedding Initialization check (#25)
- Embedding rooted argument checks (#26)
- for i in 2:7 (#76)
- Row Major -> Column Major (#92)
- Add implementations of == and isequal for Fibers. (#94)
- Initialize tensors by default, and raise dimension mismatch errors. (#101)
- SelectStyle requested within looplet nest and Out-of-order writes do not error when not supported (#115)
Merged pull requests:
- Fix type instability for indices (#93) (@willow-ahrens)
- Fix call to searchsorted (#95) (@willow-ahrens)
- Implement == on fibers (#98) (@lylime)
- Store tensors as program state, partially redesign Level Abstraction (#103) (@willow-ahrens)
- Add traits for output types (#104) (@willow-ahrens)
- Wma/windows (#105) (@willow-ahrens)
- add argument parsing and ability to run tests individually (#106) (@willow-ahrens)
- Wma/col major (#107) (@willow-ahrens)
- fixes 26 fixes 25 (#108) (@willow-ahrens)
- much renaming (#109) (@willow-ahrens)
- Wma/unwrap fibers (#110) (@willow-ahrens)
- Wma/rename nests (#111) (@willow-ahrens)
- print column major (#112) (@willow-ahrens)
- check dims (#114) (@willow-ahrens)
- Wma/check inorder (#116) (@willow-ahrens)