What's Changed
- Remove some windows tests. by @fatcat-z in #2294
- fix: make_onnx_node_with_attr() supports empty strings by @mys007 in #2299
- Azure pipeline task CondaEnvironment@1 has been deprecated. by @fatcat-z in #2309
- Add support for Erf and Selu in transpose_optimizer.py. by @Zyrin in #2311
- Add pylint github action file. by @fatcat-z in #2332
- Complete the CI tests. by @fatcat-z in #2342
- Refactor CI jobs for adding required jobs in Actions. by @fatcat-z in #2344
- Make sure the path to save onnx zip file exist by @LinGeLin in #2351
- Change the way to validate keep_num_dims attribute for new tf. by @fatcat-z in #2367
- Limit ubuntu version to 22.04 for python 3.7. by @fatcat-z in #2376
- feat: add support for ExtractImagePatches by @nanoskript in #2188
- Update end2end_tfkeras.py by @MasoudKaviani in #2361
- changed error by @magicse in #2046
- Update README.md by @ulvgard in #2381
- Add unit test to check custom op by @xadupre in #2382
- Add shape inference as an arg for tools/onnx-optimize.py by @hwangdeyu in #1960
- Remove py3.8 by @xadupre in #2397
- Replace np.cast (deprecated in numpy >= 2) with np.asarray. by @Satge96 in #2392
- Update text in README.md by @andife in #2400
- Fix table and update supported versions in README.md by @sharktide in #2402
- [fix] mul trick for tf.where(tf.math.is_inf(x, true_val, false_val)) pattern by @tnybny in #2411
- Request for new maintainer in README by @andife in #2427
- [Refactor] Modernize random ops and remove legacy aliases in tests by @jaytiwarihub in #2426
- [Test] Replace deprecated tf.compat.v1.random.multinomial with tf.random.categorical. by @jaytiwarihub in #2425
- Add Dependabot configuration for dependency updates by @andife in #2428
- Enable test_determinant and replace deprecated matrix_determinant with linalg.det by @jaytiwarihub in #2423
- Enable softmax_cross_entropy_with_logits test and fix TF2 deprecation by @jaytiwarihub in #2422
- Fix RuntimeWarning: 'tf2onnx.convert' found in sys.modules after import of package 'tf2onnx', but prior to execution of 'tf2onnx.convert' by @Adraub in #2416
- Update dependabot.yml by @andife in #2435
- Bump actions/checkout from 4 to 6 by @dependabot[bot] in #2432
- Bump actions/upload-artifact from 4 to 6 by @dependabot[bot] in #2431
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #2434
- Bump actions/download-artifact from 4 to 7 by @dependabot[bot] in #2433
- Update dependabot.yml by @andife in #2436
- update protobuf to 6.33 by @diegoxfx in #2419
- Repository Modernization: Major Updates and Deprecations by @andife in #2429
- Pre release 1.17.0rc1 by @andife in #2439
- Update VERSION_NUMBER by @andife in #2443
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #2442
- Bump actions/checkout from 4 to 6 by @dependabot[bot] in #2441
- Various fixes by @andife in #2444
New Contributors
- @mys007 made their first contribution in #2299
- @Zyrin made their first contribution in #2311
- @LinGeLin made their first contribution in #2351
- @nanoskript made their first contribution in #2188
- @MasoudKaviani made their first contribution in #2361
- @magicse made their first contribution in #2046
- @ulvgard made their first contribution in #2381
- @Satge96 made their first contribution in #2392
- @sharktide made their first contribution in #2402
- @tnybny made their first contribution in #2411
- @jaytiwarihub made their first contribution in #2426
- @Adraub made their first contribution in #2416
- @dependabot[bot] made their first contribution in #2432
- @diegoxfx made their first contribution in #2419
Full Changelog: v1.16.1...v1.17.0