Ivy

Latest version: v0.0.9.0

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

Scan your dependencies

Page 1 of 3

0.0.9.0

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


**Full Changelog**: https://github.com/unifyai/ivy/compare/0.0.8.0...0.0.9.0

0.0.8.0

What's Changed
* fix: Fixed Frontend Failing Test: paddle - non_linear_activation_functions.torch.nn.functional.leaky_relu by aibenStunner in https://github.com/unifyai/ivy/pull/28392
* Fixed the tests failure: numpy - pooling_functions.torch.nn.functional.max_pool2d by Msahoo876 in https://github.com/unifyai/ivy/pull/28401
* fix: Removed un-necessary workflows by Sai-Suraj-27 in https://github.com/unifyai/ivy/pull/28449
* feat: Updated `Ruff` to the latest version and fixed lint failure by Sai-Suraj-27 in https://github.com/unifyai/ivy/pull/28463
* fix: Frontend Failing Test: torch.linalg.matrix_rank by ZenithFlux in https://github.com/unifyai/ivy/pull/28390
* fix: torch frontend max/min to support dim and keepdim as arg or kwarg by Sam-Armstrong in https://github.com/unifyai/ivy/pull/28469
* feat(frontends): Implemented numpy fftn with tests by AwkNinja in https://github.com/unifyai/ivy/pull/26917
* feat: gradient numpy frontend by sineha17 in https://github.com/unifyai/ivy/pull/23104
* fix: use primary `get_item` implementation for 1d tensor queries with tf, and added a test for partial_mixed_handler to check for this by mattbarrett98 in https://github.com/unifyai/ivy/pull/28456
* fix: setting torch frontend tensor 'data' attribute by Sam-Armstrong in https://github.com/unifyai/ivy/pull/28473
* fix: torch.Tensor.to frontend failing with certain arg/kwarg combinations by Sam-Armstrong in https://github.com/unifyai/ivy/pull/28477
* fix: remove unnecessary dim expansion from ivy.interpolate by Sam-Armstrong in https://github.com/unifyai/ivy/pull/28484
* feat: Implement precision_score function and test aligned with sklearn metrics by muzakkirhussain011 in https://github.com/unifyai/ivy/pull/28407
* fix: updated ivy.Shape, added interpolate with the paddle backend and updated expand by vedpatwardhan in https://github.com/unifyai/ivy/pull/28471
* fix: fixing the tests for `ivy.Shape` method by fnhirwa in https://github.com/unifyai/ivy/pull/28470
* fix: Fixed `paddle.math.floor` for jax, torch, and tensorflow backends by Sai-Suraj-27 in https://github.com/unifyai/ivy/pull/28420
* fix: Docstring Edits by Adlai-1 in https://github.com/unifyai/ivy/pull/28424
* feat(backends): Added a primary implementation for flatten in tensorflow backend by hmahmood24 in https://github.com/unifyai/ivy/pull/28488
* fix: torch frontend max pooling to support optional batch dim by Sam-Armstrong in https://github.com/unifyai/ivy/pull/28490
* fix: tf backend unflatten not supporting dim size inference by Sam-Armstrong in https://github.com/unifyai/ivy/pull/28496
* feat: added more runners for the pre-release workflow to run tests for all priority functions by vedpatwardhan in https://github.com/unifyai/ivy/pull/28498
* fix(get-item): Use dynamic shape rather than static (x.shape) when possible in `_parse_query` by hmahmood24 in https://github.com/unifyai/ivy/pull/28489
* Update compiler.py 32c4e44 by vedpatwardhan in https://github.com/unifyai/ivy/pull/28499

New Contributors
* Msahoo876 made their first contribution in https://github.com/unifyai/ivy/pull/28401
* ZenithFlux made their first contribution in https://github.com/unifyai/ivy/pull/28390
* sineha17 made their first contribution in https://github.com/unifyai/ivy/pull/23104

**Full Changelog**: https://github.com/unifyai/ivy/compare/0.0.7.5...0.0.8.0

0.0.7.5

What's Changed
* fix: fixed `ivy.equal` for paddle backend support all dtype by samthakur587 in https://github.com/unifyai/ivy/pull/28426
* remove to_list call in ivy's get item by Ishticode in https://github.com/unifyai/ivy/pull/28453
* fix: fixed the ivy.not_equal at paddle backend by samthakur587 in https://github.com/unifyai/ivy/pull/28431
* feat(docs/api-standards): fix placeholders in api_standards.rst by shephinphilip in https://github.com/unifyai/ivy/pull/23404
* Add dropout function for MindSpore Frontend by savita921 in https://github.com/unifyai/ivy/pull/21362
* fix: correct tensorflow avg pool2d test failure by adityadeshmukh369 in https://github.com/unifyai/ivy/pull/26116
* feat: Add `negative_` method to PyTorch frontend by daspartho in https://github.com/unifyai/ivy/pull/23766
* fix: added max_pool2d accessible through the root namespace of the torch frontend and updated the condition to work when stride = [] by vedpatwardhan in https://github.com/unifyai/ivy/pull/28457

New Contributors
* shephinphilip made their first contribution in https://github.com/unifyai/ivy/pull/23404
* savita921 made their first contribution in https://github.com/unifyai/ivy/pull/21362
* daspartho made their first contribution in https://github.com/unifyai/ivy/pull/23766

**Full Changelog**: https://github.com/unifyai/ivy/compare/0.0.7.4...0.0.7.5

0.0.7.4

What's Changed
* fix: support 4d input for torch max_pool3d frontend by Sam-Armstrong in https://github.com/unifyai/ivy/pull/28451
* fix: added the missing init files to the tensorflow frontend to get them uploaded to pypi by vedpatwardhan in https://github.com/unifyai/ivy/pull/28452


**Full Changelog**: https://github.com/unifyai/ivy/compare/0.0.7.3...0.0.7.4

0.0.7.3

What's Changed
* fix: remove numpy use from tf backend split by Sam-Armstrong in https://github.com/unifyai/ivy/pull/28377
* fix: remove numpy use from tf bincount backend by Sam-Armstrong in https://github.com/unifyai/ivy/pull/28378
* fix: fixing the tests for the Shape `__ge__` method by fnhirwa in https://github.com/unifyai/ivy/pull/28384
* feat: Updated autoflake version by Sai-Suraj-27 in https://github.com/unifyai/ivy/pull/28386
* feat: add tf ResourceVariable to frontend by Sam-Armstrong in https://github.com/unifyai/ivy/pull/28393
* fix: fixed the hypothisis requirement error by samthakur587 in https://github.com/unifyai/ivy/pull/28412
* Fix Ivy Failing Test: tensorflow - elementwise.pow by MuhammadNizamani in https://github.com/unifyai/ivy/pull/28153
* fix: Fixed `ivy.zero_pad` for paddle backend by Vismay-dev in https://github.com/unifyai/ivy/pull/27994
* fix: Fix `ivy.permute_dims` for all backends by Vismay-dev in https://github.com/unifyai/ivy/pull/28009
* fix: ivy elementwise not_equal for paddle backend by ksheroz in https://github.com/unifyai/ivy/pull/28249
* fix: Fix Ivy Failing Test: numpy - manipulation.reshape by sgalpha01 in https://github.com/unifyai/ivy/pull/28016
* fix: Fix Ivy Failing Test: all backends - manipulation.squeeze by sgalpha01 in https://github.com/unifyai/ivy/pull/28035
* fix: Fix Ivy Failing Test: [jax,numpy,torch] - general.get_item by sgalpha01 in https://github.com/unifyai/ivy/pull/28049
* Fix Frontend Failing Test: torch - linalg.torch.linalg.norm by shruzki in https://github.com/unifyai/ivy/pull/28106
* fix: Fix Frontend Failing Test: torch - tensor.torch.Tensor.__gt__ (28219) by jacksondm33 in https://github.com/unifyai/ivy/pull/28221
* fix ivy creation.asarray for torch and tensorflow backend by fleventy-5 in https://github.com/unifyai/ivy/pull/28226
* fix Ivy Failing Test: paddle - activations.softmax by fleventy-5 in https://github.com/unifyai/ivy/pull/28241
* fix Ivy Failing Test: paddle - elementwise.equal by fleventy-5 in https://github.com/unifyai/ivy/pull/28243
* Fixed Ivy Frontend Test: numpy - linalg.scipy.linalg.norm by rp097 in https://github.com/unifyai/ivy/pull/28244
* fix creation_ops.torch.full for paddle frontend by fleventy-5 in https://github.com/unifyai/ivy/pull/28267
* Fixed failing tests for torch - linalg.vector_norm by BilgehanMehmet in https://github.com/unifyai/ivy/pull/28273
* Add recall_score function in Ivy with Test by muzakkirhussain011 in https://github.com/unifyai/ivy/pull/27986
* feat: Paddle Frontend implemented special method __mod__ by druvdub in https://github.com/unifyai/ivy/pull/28245
* fix: fixed cummin not passing test at some backend by samthakur587 in https://github.com/unifyai/ivy/pull/28400
* fix: removed code modifying ndarray/torch tensor methods (caused an issue with torch.compile recognising dunder methods). but added the same functionality using `__torch_function__`/`__array_ufunc__` which are the proper mechanisms to enable this behaviour. also simplified the test by mattbarrett98 in https://github.com/unifyai/ivy/pull/28394
* fix: Fixed Frontend Failing Test: paddle - tensor.torch.Tensor.repeat by aibenStunner in https://github.com/unifyai/ivy/pull/28324
* fix: Fixed `tf.math.zero_fraction` for jax backend by Sai-Suraj-27 in https://github.com/unifyai/ivy/pull/28356
* feat(jax-backend) - Implementing native jax while loop in `nms` body by mobley-trent in https://github.com/unifyai/ivy/pull/28274
* fix: Fixed `ivy.argsort` for jax backend by Sai-Suraj-27 in https://github.com/unifyai/ivy/pull/28422
* fix: Variable frontend methods setting ivy_array to frontend tensor by Sam-Armstrong in https://github.com/unifyai/ivy/pull/28423
* fix: undocumented args for torch frontend- added `axis` support for `stack`, and `value` support for `scatter_` + extended tests by mattbarrett98 in https://github.com/unifyai/ivy/pull/28252
* fix: fixed the maximum at tensorflow frontend by samthakur587 in https://github.com/unifyai/ivy/pull/28375
* fix: added a check for when the dtype argument is None in check_unsupported_dtype by vedpatwardhan in https://github.com/unifyai/ivy/pull/28434
* fix: fixed the `less_equal` to support the complex dtype by samthakur587 in https://github.com/unifyai/ivy/pull/28429
* Update meta.py<_train_tasks_batched by MahadShahid8 in https://github.com/unifyai/ivy/pull/22628
* fix: dealing with boolean arrays with tuple query in ivy.get_item by vedpatwardhan in https://github.com/unifyai/ivy/pull/28435
* fix: removed the jax.config import from the ivy_tests init as it's deprecated in the recent release by vedpatwardhan in https://github.com/unifyai/ivy/pull/28444
* feat: added the test_trace_each flag to the tests to also have tracer tests that trace each example separately by vedpatwardhan in https://github.com/unifyai/ivy/pull/28436
* fix: fixed the IvyValueError not import error by samthakur587 in https://github.com/unifyai/ivy/pull/28441
* fix: fixed logical_and not passing tests at paddle backend by samthakur587 in https://github.com/unifyai/ivy/pull/28433
* Update compiler.py ccb0a3d by vedpatwardhan in https://github.com/unifyai/ivy/pull/28450

New Contributors
* rp097 made their first contribution in https://github.com/unifyai/ivy/pull/28244
* BilgehanMehmet made their first contribution in https://github.com/unifyai/ivy/pull/28273
* druvdub made their first contribution in https://github.com/unifyai/ivy/pull/28245

**Full Changelog**: https://github.com/unifyai/ivy/compare/0.0.7.2...0.0.7.3

0.0.7.2

What's Changed
* fix: fixed argmax for ivy functional api by samthakur587 in https://github.com/unifyai/ivy/pull/28329
* fix: Ivy Failing Test: paddle - manipulation.expand_dims by MuhammadNizamani in https://github.com/unifyai/ivy/pull/28309
* fix: Fixed `tf.math.argmax` for all backends by Sai-Suraj-27 in https://github.com/unifyai/ivy/pull/28347
* fix: fixed the complex dtype support for ivy.maximum at paddle backend by samthakur587 in https://github.com/unifyai/ivy/pull/28353
* fix: ensure all lstm weights are contiguous, so they will work on gpu by Sam-Armstrong in https://github.com/unifyai/ivy/pull/28358
* fix: fixing tests for `Shape` `__mul__` and `__rmul__` methods by fnhirwa in https://github.com/unifyai/ivy/pull/28337
* fix: improved fix for making lstm weights contiguous by Sam-Armstrong in https://github.com/unifyai/ivy/pull/28368
* fix: fixed lint error in adaptive_max_pool3d in layer by samthakur587 in https://github.com/unifyai/ivy/pull/28367
* fix: fixed the docstring test for ivy.hardsilu by samthakur587 in https://github.com/unifyai/ivy/pull/28370
* fix: minimum for complex dtype by samthakur587 in https://github.com/unifyai/ivy/pull/28364
* fix: Ivy Failing Test: paddle - manipulation.permute_dims by MuhammadNizamani in https://github.com/unifyai/ivy/pull/28310
* fix: Frontend Failing Test: torch - linalg.torch.linalg.matrix_norm by Kacper-W-Kozdon in https://github.com/unifyai/ivy/pull/28323
* fix: fixed the minimum at tf frontend by samthakur587 in https://github.com/unifyai/ivy/pull/28373
* Update compiler.py eadf392 by vaatsalya123 in https://github.com/unifyai/ivy/pull/28376


**Full Changelog**: https://github.com/unifyai/ivy/compare/0.0.7.1...0.0.7.2

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.