Skip to content

Releases: Transpile-AI/ivy

Test Release v0.0.9.0

15 Mar 11:43
fb2d3ef
Compare
Choose a tag to compare
Test Release v0.0.9.0 Pre-release
Pre-release

What's Changed

Full Changelog: 0.0.8.0...0.0.9.0

Test Release v0.0.8.0

07 Mar 07:32
cd9863f
Compare
Choose a tag to compare
Test Release v0.0.8.0 Pre-release
Pre-release

What's Changed

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

New Contributors

Full Changelog: 0.0.7.5...0.0.8.0

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