v0.2.0
⚠️ Breaking Changes ⚠️
🎉 Features
🐛 Bug Fixes
📖 Documentation
👷♂️ Internal Improvements
- Simplify ci builds (#297) @Tombana
- Add preprocessor statement to fix warning (#296) @Tombana
- Enable Bazel GCS remote cache (#287) @lgeiger
- Use
fastbuild
instead ofdbg
for tests. (#288) @AdamHillier - Add +1 padding to the end2end test (#283) @lgeiger
- (ci-skip) Simplify pip package publishing (#282) @lgeiger
- Switch converter tests to be Python only (#280) @lgeiger
- Add end2end test (#269) @Tombana
- Merge some bconv test params (as the # of params is limited). (#277) @AdamHillier
- Replace mul + add with shl + sub (#268) @lgeiger
- remove armv7 android ABI from LCE Lite AAR (#274) @arashb
- Cleanup LCE AAR build (#273) @lgeiger
- Remove un-used variable, fix typo. (#272) @AdamHillier
- Run ARM tests with debug builds. Closes #270. (#271) @AdamHillier
- Reduce normal register loads (#263) @AdamHillier
- Split fused multiply into backtransform and post multiply (#260) @Tombana
- Simplify padding constraint (#264) @lgeiger
- Run CI on PRs (including from forks). (#265) @AdamHillier
- remove legacy reference impl. of LCE bconv op (#261) @arashb
- Add core tests back to CI (#259) @arashb
- Simplify is binary check (#253) @lgeiger
- Cleanup MLIR tests (#255) @lgeiger
- Support running lit tests on macOS without needing to install GNU find (#254) @lgeiger
- Update BConv TableGen definition to match TFLite Op (#256) @lgeiger