Skip to content

0.13.0 (2024-12-06)

Latest
Compare
Choose a tag to compare
@cbourjau cbourjau released this 06 Dec 15:41
· 3 commits to main since this release
cd30ec4

Support change

  • Support for Python 3.8 has been dropped.

Bug fix

  • Value propagation of string tensors no longer raises an erroneous ValueError in some instances.

Deprecation

  • Importing spox._future.operator_overloading now triggers a DeprecationWarning. The function will be removed in a future release. Consider using ndonnx as an alternative.

Other changes

  • The adaption logic is not using inferred values as initializers anymore.