What's Changed
* fix: fixed the count_non zero at tf frontend by samthakur587 in https://github.com/Transpile-AI/ivy/pull/28590
* fix: fixed reciprocal_no_nan at tf frontend by samthakur587 in https://github.com/Transpile-AI/ivy/pull/28592
* fix: fixed real at tf frontend by samthakur587 in https://github.com/Transpile-AI/ivy/pull/28594
* Fix Frontend Failing Test: for all frontends- logic.paddle.is_empty by ZJay07 in https://github.com/Transpile-AI/ivy/pull/28536
* Fix the test failure for paddle - math.paddle.prod by Omickeyee in https://github.com/Transpile-AI/ivy/pull/28567
* fix: fixed frontend function `torch.mean` for all backends by ZenithFlux in https://github.com/Transpile-AI/ivy/pull/28568
* Fix Frontend Failing Test: paddle, jax, torch, tensorflow - creation.paddle.triu by ZJay07 in https://github.com/Transpile-AI/ivy/pull/28579
* fix: fixed frontend test for `torch.Tensor.repeat` by ZenithFlux in https://github.com/Transpile-AI/ivy/pull/28583
* Fix Frontend Failing Test: jax, torch, paddle and tensorflow - creation.paddle.tril by ZJay07 in https://github.com/Transpile-AI/ivy/pull/28596
* fix: fixed softplus at tf frontend by samthakur587 in https://github.com/Transpile-AI/ivy/pull/28609
* fix: fixed frontend test `test_torch_unfold` for paddle backend by ZenithFlux in https://github.com/Transpile-AI/ivy/pull/28601
* feat: Add Hamming loss function to sklearn metrics in Ivy frontends by muzakkirhussain011 in https://github.com/Transpile-AI/ivy/pull/28616
* feat: Adding the `numel`, `__getnewargs__` and `__concat__` methods to the Shape class by fnhirwa in https://github.com/Transpile-AI/ivy/pull/28618
* Fixed creation.paddle.assign for all frontends by ZJay07 in https://github.com/Transpile-AI/ivy/pull/28614
* Fix Frontend Failing Test: paddle - search.paddle.index_sample by ZJay07 in https://github.com/Transpile-AI/ivy/pull/28625
* fix: torch backend- gather fix by Kacper-W-Kozdon in https://github.com/Transpile-AI/ivy/pull/27757
* feat: Add frontend jax.numpy.fft.ifftn by Medo072 in https://github.com/Transpile-AI/ivy/pull/28550
* Fix Frontend Failing Test: tensorflow, jax, torch, numpy - search.paddle.argsort by ZJay07 in https://github.com/Transpile-AI/ivy/pull/28623
* Fix Frontend Failing Test: torch, tensorflow, paddle,numpy - activations.tensorflow.keras.activations.relu by ZJay07 in https://github.com/Transpile-AI/ivy/pull/28629
* fixed tesorflow.keras.activations.get by ZJay07 in https://github.com/Transpile-AI/ivy/pull/28637
* fix: fixed `numpy.ptp` for all backends by ZenithFlux in https://github.com/Transpile-AI/ivy/pull/28643
* Fix Frontend Failing Test: paddle - tensor.torch.Tensor.fix by ZJay07 in https://github.com/Transpile-AI/ivy/pull/28611
* fix: fixed `test_torch___getitem__` for paddle backend by ZenithFlux in https://github.com/Transpile-AI/ivy/pull/28631
* fixed tensorflow.math.softplus by ZJay07 in https://github.com/Transpile-AI/ivy/pull/28466
* Fix Frontend Failing Test: jax, numpy, torch, tensorflow, paddle - averages_and_variances.numpy.average by ZJay07 in https://github.com/Transpile-AI/ivy/pull/28651
* Fix Frontend Failing Test: torch - linalg.paddle.cross by ZJay07 in https://github.com/Transpile-AI/ivy/pull/28653
* Fix Frontend Failing Test: paddle - tensor.torch.Tensor.tril by ZJay07 in https://github.com/Transpile-AI/ivy/pull/28662
* Fix Frontend Failing Test: paddle - mathematical_functions.jax.numpy.logaddexp by ZJay07 in https://github.com/Transpile-AI/ivy/pull/28680
* Fix Frontend Failing Test: for all frontend- linalg.jax.lax.linalg.qr by ZJay07 in https://github.com/Transpile-AI/ivy/pull/28673
* Fix Frontend Failing Test: paddle - mathematical_functions.jax.numpy.sinc by ZJay07 in https://github.com/Transpile-AI/ivy/pull/28675
* feat: one_hot function of paddlepaddle by SamruddhiNavale in https://github.com/Transpile-AI/ivy/pull/24153
* fix: skip tensorflow.zeros tests for Paddle backend with ndim >= 10 by akshatvishu in https://github.com/Transpile-AI/ivy/pull/23156
* Fix Frontend Failing Test: torch, paddle, numpy, tensorflow - activations.tensorflow.keras.activations.deserialize by ZJay07 in https://github.com/Transpile-AI/ivy/pull/28689
* Fix Frontend Failing Test: paddle - creation.jax.numpy.triu by ZJay07 in https://github.com/Transpile-AI/ivy/pull/28706
* docs: fix typos in ivy/data_classes/array/layers.py by shresthasurav in https://github.com/Transpile-AI/ivy/pull/27189
* Fix Frontend Failing Test: paddle - math.paddle.diff by ZJay07 in https://github.com/Transpile-AI/ivy/pull/28497
* Fix Frontend Failing Test: jax, numpy, torch - math.tensorflow.math.reduce_prod by ZJay07 in https://github.com/Transpile-AI/ivy/pull/28542
* Fix Frontend Failing Test: all frontends- general_functions.tensorflow.rank by ZJay07 in https://github.com/Transpile-AI/ivy/pull/28698
* Fix Frontend Failing Test: all frontends - general_functions.tensorflow.one_hot by ZJay07 in https://github.com/Transpile-AI/ivy/pull/28699
* Fix Frontend Failing Test: paddle - comparison.numpy.greater_equal by ZJay07 in https://github.com/Transpile-AI/ivy/pull/28701
* Fix Frontend Failing Test: paddle - creation.jax.numpy.identity by ZJay07 in https://github.com/Transpile-AI/ivy/pull/28709
* fix: for tf.function compatibility in tf backend by mattbarrett98 in https://github.com/Transpile-AI/ivy/pull/28665
* feat: Added `flatten` and `to_tensors` methods to the `Shape` class refering to `tf.TensorShape` class by fnhirwa in https://github.com/Transpile-AI/ivy/pull/28661
* feat: Updated versions of all the `pre-commit hooks` by Sai-Suraj-27 in https://github.com/Transpile-AI/ivy/pull/28730
* fix: Frontend Failing Test: torch - reduction_ops.torch.mean by Kacper-W-Kozdon in https://github.com/Transpile-AI/ivy/pull/28278
* Fix Frontend Failing Test: paddle - comparison_ops.torch.equal by ZJay07 in https://github.com/Transpile-AI/ivy/pull/28726
* Fix Frontend Failing Test: paddle - logic.paddle.equal_all by ZJay07 in https://github.com/Transpile-AI/ivy/pull/28716
* Fix Frontend Failing Test: paddle - creation.jax.numpy.size by ZJay07 in https://github.com/Transpile-AI/ivy/pull/28711
* Fix Frontend Failing Test: paddle - general_functions.tensorflow.clip_by_value by ZJay07 in https://github.com/Transpile-AI/ivy/pull/28668
* fix: torch frontend `item()` working with tf.function by mattbarrett98 in https://github.com/Transpile-AI/ivy/pull/28729
* feat: implemented ifftshift and corresponding test by VaishnaviMudaliar in https://github.com/Transpile-AI/ivy/pull/28707
* fix: torch backend mean reverted to work with `keepdim`, `out` args, as well as `dtype` by mattbarrett98 in https://github.com/Transpile-AI/ivy/pull/28742
* fix: dont use dynamic shape when no backend is set to prevent recursion error by mattbarrett98 in https://github.com/Transpile-AI/ivy/pull/28743
* fix: torch.masked_fill by Kacper-W-Kozdon in https://github.com/Transpile-AI/ivy/pull/28740
* Fix Frontend Failing Test: paddle - operators.jax.lax.ne by ZJay07 in https://github.com/Transpile-AI/ivy/pull/28728
* Fix Frontend Failing Test: torch - math.paddle.stanh by ZJay07 in https://github.com/Transpile-AI/ivy/pull/28493
* CI Streamlining Refactor by Sam-Armstrong in https://github.com/Transpile-AI/ivy/pull/28748
* fix: CI tests by Sam-Armstrong in https://github.com/Transpile-AI/ivy/pull/28749
* feat: new Test Dashboard workflow by Sam-Armstrong in https://github.com/Transpile-AI/ivy/pull/28750
* fix: Dockerfile build job by Sam-Armstrong in https://github.com/Transpile-AI/ivy/pull/28756
* fix: lint and improve lint workflow by Sam-Armstrong in https://github.com/Transpile-AI/ivy/pull/28757
* fix: fixed `test_numpy_mean` for all backends by ZenithFlux in https://github.com/Transpile-AI/ivy/pull/28755
* fix: test dashboard links by Sam-Armstrong in https://github.com/Transpile-AI/ivy/pull/28758
* fix: update dockerhub references to transpileai by Sam-Armstrong in https://github.com/Transpile-AI/ivy/pull/28759
* fix: doc building pipeline by Sam-Armstrong in https://github.com/Transpile-AI/ivy/pull/28760
* fix: update refs + remove docs release publishing by Sam-Armstrong in https://github.com/Transpile-AI/ivy/pull/28761
* Update compiler.py 78e5a95 by Sam-Armstrong in https://github.com/Transpile-AI/ivy/pull/28762
New Contributors
* Omickeyee made their first contribution in https://github.com/Transpile-AI/ivy/pull/28567
* SamruddhiNavale made their first contribution in https://github.com/Transpile-AI/ivy/pull/24153
* shresthasurav made their first contribution in https://github.com/Transpile-AI/ivy/pull/27189
**Full Changelog**: https://github.com/Transpile-AI/ivy/compare/0.0.9.0...0.0.9.1