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 aDeprecationWarning
. The function will be removed in a future release. Consider usingndonnx
as an alternative.
Other changes
- The adaption logic is not using inferred values as initializers anymore.