Skip to content

Releases: ivy-llc/ivy

Test Release v0.0.7.5

01 Mar 08:09
f02ce81
Compare
Choose a tag to compare
Test Release v0.0.7.5 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.0.7.4...0.0.7.5

Test Release v0.0.7.4

28 Feb 14:47
24a56b6
Compare
Choose a tag to compare
Test Release v0.0.7.4 Pre-release
Pre-release

What's Changed

Full Changelog: 0.0.7.3...0.0.7.4

Test Release v0.0.7.3

28 Feb 13:09
6787090
Compare
Choose a tag to compare
Test Release v0.0.7.3 Pre-release
Pre-release

What's Changed

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

New Contributors

Full Changelog: 0.0.7.2...0.0.7.3

Test Release v0.0.7.2

21 Feb 22:02
a243a6a
Compare
Choose a tag to compare
Test Release v0.0.7.2 Pre-release
Pre-release

What's Changed

Full Changelog: 0.0.7.1...0.0.7.2

Test Release v0.0.7.1

20 Feb 12:59
a08c603
Compare
Choose a tag to compare
Test Release v0.0.7.1 Pre-release
Pre-release

What's Changed

  • fix: Fixed tensorflow.math.is_strictly_increasing for all backends by @Sai-Suraj-27 in #28336
  • fix: Fixed paddle.take_along_axis for all backends by @Sai-Suraj-27 in #28321
  • fix compositonal get_item removing to_numpy and scalar calls while keeping it general enough by @Ishticode in #28077
  • fix: Fixed tf.math.argmin for torch, jax, and paddle backends by @Sai-Suraj-27 in #28342
  • fix: fixed the relu6 for complex dtype by @samthakur587 in #28326
  • fix: Ivy Failing Test: paddle - activations.relu for all backend by @fleventy-5 in #28233
  • Update compiler.py 04244f0 by @vedpatwardhan in #28351

Full Changelog: 0.0.7.0...0.0.7.1

Test Release v0.0.7.0

20 Feb 08:05
e4cf2c6
Compare
Choose a tag to compare
Test Release v0.0.7.0 Pre-release
Pre-release

What's Changed

Read more

Test Release v0.0.6.2

22 Jan 13:15
3d8fcae
Compare
Choose a tag to compare
Test Release v0.0.6.2 Pre-release
Pre-release

Full Changelog: 0.0.6.1...0.0.6.2

Test Release v0.0.6.1

22 Jan 13:01
ec78647
Compare
Choose a tag to compare
Test Release v0.0.6.1 Pre-release
Pre-release

fix: added wrappers.json to the MANIFEST.in

Test Release v0.0.6.0

22 Jan 12:43
Compare
Choose a tag to compare
Test Release v0.0.6.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.0.5.1...0.0.6.0

Test Release v0.0.5.1

04 Jan 08:06
9a60718
Compare
Choose a tag to compare
Test Release v0.0.5.1 Pre-release
Pre-release
Update _version.py