Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve ONNX 1.14 compatibility #134

Merged
merged 3 commits into from
Feb 7, 2024
Merged

Improve ONNX 1.14 compatibility #134

merged 3 commits into from
Feb 7, 2024

Conversation

cbourjau
Copy link
Member

@cbourjau cbourjau commented Feb 7, 2024

ONNX 1.15 introduced some performance optimizations which we are using since 0.10. We can forego their usage if onnx<1.15 without loss of functionality to avoid a version bound.

Since Spox exports the ONNX standard which expands with each (minor) release, we can't claim full compatibility with older versions.

Checklist

  • Added a CHANGELOG.rst entry

onnx 1.15 introduced some performance optimizations. We can forego
their usage if onnx<1.15 without loss of functionality.
src/spox/_attributes.py Outdated Show resolved Hide resolved
@cbourjau cbourjau merged commit d6c9b85 into main Feb 7, 2024
10 checks passed
@cbourjau cbourjau deleted the onnx-1.14-compat branch February 7, 2024 12:05
@cbourjau cbourjau changed the title Imporve ONNX 1.14 compatibility Improve ONNX 1.14 compatibility Feb 7, 2024
@cbourjau cbourjau mentioned this pull request Feb 7, 2024
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants