Skip to content

Releases: larq/compute-engine

v0.16.0

21 Jun 06:39
8da5a19
Compare
Choose a tag to compare

⚠️ Breaking Changes ⚠️

  • Drop support for Python <= 3.9 and TensorFlow <= 2.7 (#807) @Tombana

🎉 Features

👷‍♂️ Internal Improvements

⬆️ Dependencies

v0.13.0

10 Aug 09:15
3beb3bf
Compare
Choose a tag to compare

⚠️ Breaking Changes ⚠️

  • Drop support for Python <=3.8 and TensorFlow <=2.4 (#787) @lgeiger

🎉 Features

👷‍♂️ Internal Improvements

v0.11.1

12 Jul 13:17
83329e1
Compare
Choose a tag to compare

🎉 Features

  • Add support for multiple subgraphs in some of the Python MLIR utils (#776) @CNugteren

👷‍♂️ Internal Improvements

  • Remove anonymous namespaces in MLIR transforms (#768) @Tombana

⬆️ Dependencies

v0.11.0

20 Jan 11:31
4c68119
Compare
Choose a tag to compare

Note that the previous release was 0.8.0, but this one is 0.11.0 instead of 0.9.0 to match the '11' in the TensorFlow version: 2.11. Future releases will also follow this scheme, such that it becomes easy to match with a TensorFlow version that it is based on.

🎉 Features

👷‍♂️ Internal Improvements

  • Replace -mmacosx-version-min with MACOSX_DEPLOYMENT_TARGET env var (#767) @lgeiger
  • [CI] Use concurrency setting instead of cancel action (#764) @lgeiger
  • Fix Windows pip build (#755) @lgeiger
  • Increase minimal macOS version requirement (#753) @lgeiger

⬆️ Dependencies

v0.8.0

25 Aug 08:27
84e30bd
Compare
Choose a tag to compare

🎉 Features

👷‍♂️ Internal Improvements

⬆️ Dependencies

v0.7.0

25 Apr 12:25
4ec0ef0
Compare
Choose a tag to compare

⚠️ Breaking Changes ⚠️

🎉 Features

🐛 Bug Fixes

  • Fix segfaults in benchmark binaries when setting num_threads > 1 (#727) @CNugteren

📖 Documentation

👷‍♂️ Internal Improvements

⬆️ Dependencies

v0.6.2

08 Sep 13:40
664aa67
Compare
Choose a tag to compare

🎉 Features

  • QuantConv2D binarized activations with tf.int32 bitpacked output (#611) @simonmaurer
  • Automatically build macOS ARM wheels on CI (#681) @lgeiger

📖 Documentation

👷‍♂️ Internal Improvements

⬆️ Dependencies

  • Bump styfle/cancel-workflow-action from 0.9.0 to 0.9.1 (#678) @dependabot

v0.6.1

09 Jul 13:59
9dbea32
Compare
Choose a tag to compare

🎉 Features

🐛 Bug Fixes

  • Fix default ranges in saved model converter (#671) @Tombana

👷‍♂️ Internal Improvements

v0.6.0

11 Jun 10:28
950e66e
Compare
Choose a tag to compare

🎉 Features

  • Add support for saved model conversion (#655) @lgeiger
  • Add grouped binary convolution support (3/3): indirect BGEMM kernel. (#551) @AdamHillier
  • Fuse tfl.Quantize(lq.Dequantize(x)) -> lq.Dequantize(x) (#644) @lgeiger

🐛 Bug Fixes

📖 Documentation

  • Remove spectrum badge since we moved to GitHub discussions (#616) @lgeiger

👷‍♂️ Internal Improvements

⬆️ Dependencies

v0.5.0

29 Jan 22:17
3a14f24
Compare
Choose a tag to compare

🎉 Features

🚀 Performance

🐛 Bug Fixes

📖 Documentation

  • Update LCE python interpreter docstring with efficiency warning (#582) @jneeven

👷‍♂️ Internal Improvements

⬆️ Dependencies