Skip to content

Releases: ivy-llc/ivy

Pre-Release v0.0.9.8

25 Sep 02:47
4ec1652
Compare
Choose a tag to compare
Pre-Release v0.0.9.8 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.0.9.7...0.0.9.8

Pre-Release v0.0.9.7

09 Aug 04:28
3d71d1a
Compare
Choose a tag to compare
Pre-Release v0.0.9.7 Pre-release
Pre-release

What's Changed

  • ivy.transpile now uses the source-to-source transpiler
  • ivy.graph_transpile now refers to the graph-based transpiler
  • various fixes in the source-to-source transpiler

Full Changelog: 0.0.9.6...0.0.9.7

Pre-Release v0.0.9.6

02 Aug 11:46
fd4cbfc
Compare
Choose a tag to compare
Pre-Release v0.0.9.6 Pre-release
Pre-release

What's Changed

  • Fix graph caching in ivy.trace_graph and ivy.transpile
  • Add ivy.clear_graph_cache

Full Changelog: 0.0.9.5...0.0.9.6

Pre-Release v0.0.9.5

26 Jul 03:07
eeb6f0a
Compare
Choose a tag to compare
Pre-Release v0.0.9.5 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.0.9.4...0.0.9.5

Pre-Release v0.0.9.4

08 Jul 15:02
Compare
Choose a tag to compare
Pre-Release v0.0.9.4 Pre-release
Pre-release

What's Changed

  • Bug fixes in the tracer/transpiler relating to kornia integration testing

Pre-Release v0.0.9.3

05 Jul 00:31
72a0195
Compare
Choose a tag to compare
Pre-Release v0.0.9.3 Pre-release
Pre-release

What's Changed

Full Changelog: 0.0.9.2...0.0.9.3

Test Release v0.0.9.2

24 Jun 17:56
de3cda4
Compare
Choose a tag to compare
Test Release v0.0.9.2 Pre-release
Pre-release

What's Changed

Full Changelog: 0.0.9.1...0.0.9.2

Test Release v0.0.9.1

05 Jun 10:26
bbebaea
Compare
Choose a tag to compare
Test Release v0.0.9.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.0.9.0...0.0.9.1

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