Skip to content

Releases: EmergentOrder/onnx-scala

v0.17.0

22 Dec 18:12
Compare
Choose a tag to compare
Update README; rename io.kjaer.compiletime package to fix error impor…

…ting from sbt console

v0.16.0

29 Mar 15:47
Compare
Choose a tag to compare
Update README

v0.15.0

28 Oct 16:10
Compare
Choose a tag to compare
Fix warnings

v0.14.0

15 May 17:44
Compare
Choose a tag to compare
Bump Scala version to 3.0.0 final 🎉; Bump scalatest & scalapb

v0.13.0

25 Apr 16:41
Compare
Choose a tag to compare
Fix Gather op

v0.12.0

14 Apr 14:19
Compare
Choose a tag to compare
Remove sbt-dotty plugin, no longer needed

0.11.0

24 Mar 12:02
Compare
Choose a tag to compare
v0.11.0

Bump scalajs converter and bundler plugins

0.10.0

09 Mar 22:18
Compare
Choose a tag to compare
v0.10.0

Bump to v0.10.0 due to sonatype release issue

0.8.0

18 Nov 21:51
Compare
Choose a tag to compare
  • Tensor type now encodes at the type level: shape, tensor denotation, axis denotations, data type
  • Many ops (transpose, reshape, reduction ops, element-wise ops) in fine-grained API now include constraints for shape / denotation as well as many refinements / improvements to the data type constraints
  • (Scala 3 / Dotty)-first build (2.13.x also supported, though missing some of the new features)
  • Support Boolean data type
  • ONNX Runtime JavaCPP Preset is replaced w/ ONNX Runtime official Java API
  • ONNX JavaCPP Preset is replaced w/ ScalaPB-generated code (Allows for JS build)
  • partial support for Scala.js build (core working, issue in scalajs-bundler blocking backend build, JS backend based on ONNX.js coming soon)
  • Limit supported ops to roughly the intersection of those supported by ONNX Runtime (CPU) & ONNX.js (CPU) going forward
  • Program generator is deprecated; Use the full-model API for off-the-shelf models / performance-critical scenarios or your own program using full models + the fine-grained API for all other tasks.
  • mdoc (for compiling and running the README) is disabled, as it doesn't support Dotty yet
  • Misc README + API improvements

v0.7.0

14 Oct 16:28
Compare
Choose a tag to compare
Bump version