Test Release v0.0.9.0
Pre-release
Pre-release
What's Changed
- fix: torch frontend allowing negative padding values by @Sam-Armstrong in #28501
- fix: ensure consant values are correct dtype in tf pad backend by @Sam-Armstrong in #28502
- fix: enabled the casting modes to type cast bools to ints when bool isn't supported by a function by @vedpatwardhan in #28503
- fix: ensure traced function return is turned to ivy arrays by @Ishticode in #28494
- fix: add unsupported dtypes to some tf backend fns by @Sam-Armstrong in #28504
- fix: tf backend range supporting float args with int dtype by @Sam-Armstrong in #28507
- fix: Ivy Failing Test: paddle - sorting.msort by @MuhammadNizamani in #28460
- fix: Ivy Failing Test: paddle - searching.where by @MuhammadNizamani in #28410
- fix: tf.function working with set item by @mattbarrett98 in #28481
- Fixed test for test_paddle_softplus by @ZJay07 in #28476
- fixed test: tensor.math.less by @ZJay07 in #28468
- fix: support return_indices=True in torch max_pool2d frontend by @Sam-Armstrong in #28537
- fix: remove incorrect unsupported dtype decorator from tf backend reshape by @Sam-Armstrong in #28538
- fix: remove key error in jax frontend tests by @Ishticode in #28513
- fix: Fixed
pointwise_ops.torch.real
for paddle backend by @Sai-Suraj-27 in #28115 - Fix Frontend Failing Test: numpy - tensor.paddle.Tensor.mean by @ZJay07 in #28486
- feat: Integrate F1 score function to frontend, align with sklearn met… by @muzakkirhussain011 in #28487
- fix(paddle_test): fixed dtype errors in
manipulation.paddle.tile
by @alt-shreya in #28478 - fix: fixed the logical_not not support the bfloat16 by @samthakur587 in #28455
- fix: fixed some failures in the README by @vedpatwardhan in #28548
- fix: paddle backend scatter_nd indices error and test by @Sam-Armstrong in #28552
- fix: added cuda installation to the GPU dockerfile for paddlepaddle to work in the image by @vedpatwardhan in #28554
- fix: added the missing tee command to record the logs of the tests that were run during the pre-release workflow by @vedpatwardhan in #28555
- fix: for jax backend type hint,
NativeArray
shouldn't be a tuple by @mattbarrett98 in #28543 - fix: downgraded tensorflow to 2.15.1 in the GPU docker image as 2.16.1 can't detect a GPU by @vedpatwardhan in #28578
- fix: numpy indexing in tf backend getitem by @mattbarrett98 in #28556
- fix: disable copy, out and inplace flags when trace testing by @Ishticode in #28595
- Fixed paddle.math.heaviside for all frontends by @ZJay07 in #28518
- Fixed math.paddle.conj for jax, numpy, tensorflow and torch by @ZJay07 in #28512
- Fix Frontend Failing Test: all frontends- math.paddle.trunc by @ZJay07 in #28506
- fix: haiku ivy module build working without needing backend set + extended test by @mattbarrett98 in #28586
- chore: removed the version hardcoding of ml-dtypes as tensorflow now works with the latest one by @vedpatwardhan in #28598
- fix: explicitly add haiku as target in demos, since flax is now used by default by @mattbarrett98 in #28599
- docs: updated the README to make the page more compact and clear by @vedpatwardhan in #28597
- fix: fixed the logical_or at tf frontend by @samthakur587 in #28585
- fix: fixed the greater_equal to tf frontend by @samthakur587 in #28588
- fix: ivy.linalg.matrix_norm() for paddle backend by @Kacper-W-Kozdon in #28500
- Update compiler.py 3c27196 by @vedpatwardhan in #28612
Full Changelog: 0.0.8.0...0.0.9.0