Ivy

Latest version: v1.0.0.1

Safety actively analyzes 693883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 6

0.0.9.6

What's Changed
* Fix graph caching in `ivy.trace_graph` and `ivy.transpile`
* Add `ivy.clear_graph_cache`


**Full Changelog**: https://github.com/ivy-llc/ivy/compare/0.0.9.5...0.0.9.6

0.0.9.5

What's Changed
* Fix ivy.source_to_source
* Unpin TensorFlow version from 2.15.1 (add support for Keras 3)
* CI cleanup by Sam-Armstrong in https://github.com/ivy-llc/ivy/pull/28787
* add torch frontend masked_scatter and masked_scatter_ by Daniel4078 in https://github.com/ivy-llc/ivy/pull/28783
* feat: add unpackbits to jax frontend by SiLyGoose in https://github.com/ivy-llc/ivy/pull/22629
* feat: Added frontend implementation of scatter_nd for tensorflow. by RummanAli in https://github.com/ivy-llc/ivy/pull/26335
* refactor(ivy.linear): remove unneeded list() by lucasalavapena in https://github.com/ivy-llc/ivy/pull/26566
* feat: Add stateful layer for idct by Azanul in https://github.com/ivy-llc/ivy/pull/26500
* feat: add erfc to torch frontend by G544 in https://github.com/ivy-llc/ivy/pull/26991
* Added float_power method in Torch Tensor classs by ChibuezeOnejeme in https://github.com/ivy-llc/ivy/pull/27026
* feat(torch_frontend): added fill_diagonal_ method by Mac16661 in https://github.com/ivy-llc/ivy/pull/27166
* fix(torch-frontend): fix failing test for torch.nn.functional.pad by AbdullahSabry in https://github.com/ivy-llc/ivy/pull/27206
* Close 27289 by jyjoshi in https://github.com/ivy-llc/ivy/pull/27290
* feat: Implemented jax-numpy-unwrap and associated tests by rohitkg83 in https://github.com/ivy-llc/ivy/pull/27050
* feat: Add cov to the paddle frontend by mtnvdsk in https://github.com/ivy-llc/ivy/pull/28603
* feat: Paddle Frontend implemented special method __div__ by Mac16661 in https://github.com/ivy-llc/ivy/pull/27360
* feat: Reformatted the container_types function in the jax backend by edielam in https://github.com/ivy-llc/ivy/pull/26193
* I added structural similarity index (SSIM) loss. by hi-sushanta in https://github.com/ivy-llc/ivy/pull/27134
* Added Wasserstein Loss, the Most Popular Loss Function for GANs by hi-sushanta in https://github.com/ivy-llc/ivy/pull/27207
* fix(torch-frontend): fix test_torch_max_pool2d by nicolasb0 in https://github.com/ivy-llc/ivy/pull/28790
* unpin tensorflow version by Sam-Armstrong in https://github.com/ivy-llc/ivy/pull/28792
* Update compiler.py ed41787 by Sam-Armstrong in https://github.com/ivy-llc/ivy/pull/28793

New Contributors
* SiLyGoose made their first contribution in https://github.com/ivy-llc/ivy/pull/22629
* Azanul made their first contribution in https://github.com/ivy-llc/ivy/pull/26500
* ChibuezeOnejeme made their first contribution in https://github.com/ivy-llc/ivy/pull/27026
* mtnvdsk made their first contribution in https://github.com/ivy-llc/ivy/pull/28603
* edielam made their first contribution in https://github.com/ivy-llc/ivy/pull/26193
* hi-sushanta made their first contribution in https://github.com/ivy-llc/ivy/pull/27134

**Full Changelog**: https://github.com/ivy-llc/ivy/compare/0.0.9.4...0.0.9.5

0.0.9.4

What's Changed
* Bug fixes in the tracer/transpiler relating to kornia integration testing

0.0.9.3

What's Changed
* Various bug fixes in the transpiler
* Update README.md by hmahmood24 in https://github.com/ivy-llc/ivy/pull/28779
* Fix torch linalg cholesky_ex by Daniel4078 in https://github.com/ivy-llc/ivy/pull/28773
* feat: integration tests workflow by Sam-Armstrong in https://github.com/ivy-llc/ivy/pull/28781
* fix: change lint workflow to automatically commit linting by Sam-Armstrong in https://github.com/ivy-llc/ivy/pull/28782
* add torch.tensor.masked_select by Daniel4078 in https://github.com/ivy-llc/ivy/pull/28780
* Update compiler.py ae11009 by Sam-Armstrong in https://github.com/ivy-llc/ivy/pull/28784


**Full Changelog**: https://github.com/ivy-llc/ivy/compare/0.0.9.2...0.0.9.3

0.0.9.2

What's Changed
* add ivy.source_to_source, which can be used with a valid ivy api key
* fix torch frontend blas_and_lapack_ops cholesky by Daniel4078 in https://github.com/ivy-llc/ivy/pull/28767
* add integration testing by Sam-Armstrong in https://github.com/ivy-llc/ivy/pull/28768
* Update URL references following the organization name change by YushaArif99 in https://github.com/ivy-llc/ivy/pull/28774
* Update URL references following the organization name change (2.0) by YushaArif99 in https://github.com/ivy-llc/ivy/pull/28775
* (fix)(scripts): fixed the failing `relevant_tests` workflow due to a bug in the `run_tests_from_diff.py` file. by YushaArif99 in https://github.com/ivy-llc/ivy/pull/28776
* fix: tracing ivy.set_item with Ellipsis/unbound slices by Sam-Armstrong in https://github.com/ivy-llc/ivy/pull/28771
* Update compiler.py 8a734de by Sam-Armstrong in https://github.com/ivy-llc/ivy/pull/28778


**Full Changelog**: https://github.com/ivy-llc/ivy/compare/0.0.9.1...0.0.9.2

0.0.9.1

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

Page 3 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.