Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
hmahmood24
/
ivy
Public
forked from
unifyai/ivy
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
ivy
ivy_tests
on
main
User selector
All users
All time
Commit history
Commits on Mar 6, 2024
fix: fixing the tests for `ivy.Shape` method and removed unused methods(#28470)
Show description for 68b82e2
fnhirwa
authored
68b82e2
View commit details
Copy full SHA for 68b82e2
View code at this point
Browse repository at this point
Commits on Mar 5, 2024
feat: Implement precision_score function and test aligned with sklearn metrics (#28407)
muzakkirhussain011
authored
108e7b8
View commit details
Copy full SHA for 108e7b8
View code at this point
Browse repository at this point
Commits on Mar 4, 2024
fix: use primary `get_item` implementation for 1d tensor queries with tf, and added a test for partial_mixed_handler to check for this (#28456)
mattbarrett98
authored
2c11f9f
View commit details
Copy full SHA for 2c11f9f
View code at this point
Browse repository at this point
Commits on Mar 3, 2024
feat: add numpy frontend function `gradient` and the accompanying test (#23104)
Show description for 3d8c5e7
sineha17
authored
3d8c5e7
View commit details
Copy full SHA for 3d8c5e7
View code at this point
Browse repository at this point
feat(frontends): Implemented numpy fftn with tests (#26917)
Show description for 6625044
AwkNinja
and
Ishticode
authored
6625044
View commit details
Copy full SHA for 6625044
View code at this point
Browse repository at this point
Commits on Mar 1, 2024
fix: preserve same named parameters between frontend function and test functions and fix test for matrix rank in torch frontend(#28390)
ZenithFlux
authored
f4faa04
View commit details
Copy full SHA for f4faa04
View code at this point
Browse repository at this point
fix: specifiy unsupported types for adaptive max pool 3d in torch frontend (#28401)
Msahoo876
authored
94412c1
View commit details
Copy full SHA for 94412c1
View code at this point
Browse repository at this point
fix: add safety factors for test torch leaky relu and setup alphas correctly(#28392)
aibenStunner
authored
8fb4c26
View commit details
Copy full SHA for 8fb4c26
View code at this point
Browse repository at this point
Commits on Feb 29, 2024
🤖 Lint code
ivy-branch
committed
81de934
View commit details
Copy full SHA for 81de934
View code at this point
Browse repository at this point
feat: Add `negative_` method to torch frontend (#23766)
daspartho
authored
78df55e
View commit details
Copy full SHA for 78df55e
View code at this point
Browse repository at this point
🤖 Lint code
ivy-branch
committed
76ed84b
View commit details
Copy full SHA for 76ed84b
View code at this point
Browse repository at this point
fix: update tensorflow avg pool2d test tolerance and ensure correct output type (#26116)
adityadeshmukh369
authored
782e745
View commit details
Copy full SHA for 782e745
View code at this point
Browse repository at this point
feat: Add dropout function for MindSpore Frontend (#21362)
savita921
authored
ad0ae6c
View commit details
Copy full SHA for ad0ae6c
View code at this point
Browse repository at this point
fix: fixed the ivy.not_equal at paddle backend (#28431)
samthakur587
authored
1626088
View commit details
Copy full SHA for 1626088
View code at this point
Browse repository at this point
feat(ivy): Add size to Ivy Functional API
hmahmood24
committed
cd7cb35
View commit details
Copy full SHA for cd7cb35
View code at this point
Browse repository at this point
Commits on Feb 28, 2024
fix: fixed `ivy.equal` for paddle backend support all dtype (#28426)
samthakur587
authored
cd8f8ac
View commit details
Copy full SHA for cd8f8ac
View code at this point
Browse repository at this point
fix: support 4d input for torch max_pool3d frontend (#28451)
Sam-Armstrong
authored
d83646f
View commit details
Copy full SHA for d83646f
View code at this point
Browse repository at this point
fix: fixed logical_and not passing tests at paddle backend (#28433)
samthakur587
authored
c241bb8
View commit details
Copy full SHA for c241bb8
View code at this point
Browse repository at this point
feat: added the test_trace_each flag to the tests to also have tracer tests that trace each example separately (#28436)
Show description for d2a6480
vedpatwardhan
authored
d2a6480
View commit details
Copy full SHA for d2a6480
View code at this point
Browse repository at this point
fix: removed the jax.config import from the ivy_tests init as it's deprecated in the recent release (#28444)
vedpatwardhan
authored
8367486
View commit details
Copy full SHA for 8367486
View code at this point
Browse repository at this point
Commits on Feb 27, 2024
fix: dealing with boolean arrays with tuple query in ivy.get_item and added a test (#28435)
vedpatwardhan
authored
69fdbac
View commit details
Copy full SHA for 69fdbac
View code at this point
Browse repository at this point
fix: fixed the `less_equal` to support the complex dtype (#28429)
samthakur587
authored
02a2223
View commit details
Copy full SHA for 02a2223
View code at this point
Browse repository at this point
fix: added a check for when the dtype argument is None in check_unsupported_dtype (#28434)
vedpatwardhan
authored
bd69e07
View commit details
Copy full SHA for bd69e07
View code at this point
Browse repository at this point
Commits on Feb 26, 2024
fix: fixed the maximum at tensorflow frontend (#28375)
samthakur587
authored
6579c75
View commit details
Copy full SHA for 6579c75
View code at this point
Browse repository at this point
fix: added `axis` arg support for torch frontend `stack`, + extended test (#28252)
mattbarrett98
authored
c982cc8
View commit details
Copy full SHA for c982cc8
View code at this point
Browse repository at this point
fix: Fixed Frontend Failing Test: paddle - tensor.torch.Tensor.repeat (#28324)
aibenStunner
authored
6c6ca50
View commit details
Copy full SHA for 6c6ca50
View code at this point
Browse repository at this point
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_…
Show description for 116d9be
mattbarrett98
authored
116d9be
View commit details
Copy full SHA for 116d9be
View code at this point
Browse repository at this point
fix: fixed cummin not passing test at some backend (#28400)
samthakur587
authored
7a50d3f
View commit details
Copy full SHA for 7a50d3f
View code at this point
Browse repository at this point
Commits on Feb 25, 2024
feat: Paddle Frontend implemented special method __mod__ (#28245)
druvdub
authored
13670b7
View commit details
Copy full SHA for 13670b7
View code at this point
Browse repository at this point
Add recall_score function in Ivy with Test (#27986)
Show description for 76bef3e
muzakkirhussain011
and
ivy-branch
authored
76bef3e
View commit details
Copy full SHA for 76bef3e
View code at this point
Browse repository at this point
fix creation_ops.torch.full for paddle frontend (#28267)
Show description for 24f5153
marvlyngkhoi
and
NripeshN
authored
24f5153
View commit details
Copy full SHA for 24f5153
View code at this point
Browse repository at this point
fix Ivy Failing Test: paddle - elementwise.equal (#28243)
Show description for f51d0fc
marvlyngkhoi
and
NripeshN
authored
f51d0fc
View commit details
Copy full SHA for f51d0fc
View code at this point
Browse repository at this point
fix ivy creation.asarray for torch and tensorflow backend (#28226)
Show description for 82ed332
marvlyngkhoi
and
NripeshN
authored
82ed332
View commit details
Copy full SHA for 82ed332
View code at this point
Browse repository at this point
fix: Fix Frontend Failing Test: torch - tensor.torch.Tensor.__gt__ (#28219) (#28221)
Show description for 9de0a01
jacksondm33
and
NripeshN
authored
9de0a01
View commit details
Copy full SHA for 9de0a01
View code at this point
Browse repository at this point
Fix Frontend Failing Test: torch - linalg.torch.linalg.norm (#28106)
Show description for 1157ec1
shruzki
and
NripeshN
authored
1157ec1
View commit details
Copy full SHA for 1157ec1
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.