Changelog for
libonnxifi_dummy-1.12.0-1.37.i586.rpm :
* Fri Jul 21 2023 Guillaume GARDET
- Use older protobuf (protobuf21) to fix build
* Mon Oct 17 2022 pgajdosAATTsuse.com- python-six is not required
* Wed Jul 20 2022 Guillaume GARDET - Update to version 1.12.0: https://github.com/onnx/onnx/releases/tag/v1.12.0- Drop upstream patch:
* 3734-enable-python310.patch
* Tue May 03 2022 Matej Cepl - Add 3734-enable-python310.patch to make the package Python 3.10 compatible (gh#onnx/onnx#3734).- Remove no-python2.patch, it is really better to fix shebang with a sed command.
* Fri Jan 14 2022 Guillaume GARDET - Update to 1.10.2: https://github.com/onnx/onnx/releases/tag/v1.10.2- Rebase no-python2.patch- Disable python 3.10 support as onnx is not ready yet.- Do not run tests in parallel, since it is not parallel safe.
* Mon Feb 15 2021 Ben Greiner - NEP 29: Tumbleweed does not have python36-numpy and depending packages anymore. Skip python36 build.- Make setup.py cmake call and %cmake macros compatible, even for multiple python3 flavors (when we get python39)- Fix boo#1182258
* Fri Feb 05 2021 Guillaume GARDET - Update to 1.8.1: https://github.com/onnx/onnx/releases/tag/v1.8.1
* Bug fixes: - #3169 To resolve memory crash on Windows, register python exceptions and update exceptions handling - #3171 Fix bugs in external data helpers and add add size thresholds for converting - #2961 Fix build issues on some distributions of linux due to hard dependency on python2 - #3221 Fix mypy wrapper error while using ONNX as a submodule- Changes from skipped 1.8.0: https://github.com/onnx/onnx/releases/tag/v1.8.0
* Training - Added Differentiable tags to make Gradient operator better defined #2723, #2893, #2911, #2954 - Removed GraphCall; eliminated need to implement GraphCall #2964 - Created a tool and example for users to use TrainingInfoProto for training #3008
* Shape Inference and Checker - Large model (>2GB model) support added for checker and shape_inference #2744 - Graph level shape inference fixes to patch the IR gap introduced since IR version 4 #3023 - Node level shape inference fixes for operators
* Version Converter - More operators supported #2664
* General Features - Added serialization for inputs and outputs of Sequence and Map data types #2581 - Added programmatic access to version-table and extend make-model #2918 - Added size check to make_tensor #2987- Drop patch as the related problem has been fixed upstream:
* using-onnxruntime-proto.patch
* Tue Jul 14 2020 Christian Goll - reorganized package in order to have shared library support. Additional packages are:
* onnx-devel
* libonnxifi_dummy
* libonnx
* onnx-devel As no so versions for the shared libraries are available, there is not a explicit dependency for the shared libraries. The archive file libonnxifi_loader.a is explicitely allowed in the rpmlintrc as this archive file is consumed by libonnxifi_loader.so- Added the proto files from onnxruntime so that both packages can use the same shared libraries:
* added using-onnxruntime-proto.patch
* Tue Jul 07 2020 Christian Goll - updated to version 1.7.0 with following highlights:
* Training Support, as a tech preview
* Opset has been updated to version 12- removed not needed patch: protobuf.patch
* Thu May 21 2020 Petr Gajdos - %python3_only -> %python_alternative