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
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 }}
jarplahmer
/
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
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 7, 2022
remove extra comments in `test_meta`
juliagsy
committed
05cec66
View commit details
Copy full SHA for 05cec66
View code at this point
Browse repository at this point
fix `handle_nestable` decorator in `is_variable` (#1807)
juliagsy
authored
cc3152d
View commit details
Copy full SHA for cc3152d
View code at this point
Browse repository at this point
Commits on Jul 6, 2022
Fixing out arg (#1770)
Show description for 3ded8a3
Darshan-H-E
authored
3ded8a3
View commit details
Copy full SHA for 3ded8a3
View code at this point
Browse repository at this point
fix test_lstm
sherry30
committed
bdc3470
View commit details
Copy full SHA for bdc3470
View code at this point
Browse repository at this point
Get rid of bare except
RashulChutani
committed
6aca190
View commit details
Copy full SHA for 6aca190
View code at this point
Browse repository at this point
Improve the efficiency of test_function
RashulChutani
committed
3452585
View commit details
Copy full SHA for 3452585
View code at this point
Browse repository at this point
Merge remote-tracking branch 'origin/master'
RashulChutani
committed
1dab681
View commit details
Copy full SHA for 1dab681
View code at this point
Browse repository at this point
Add testing for unsupported dtypes in test_function
RashulChutani
committed
5ce6c1d
View commit details
Copy full SHA for 5ce6c1d
View code at this point
Browse repository at this point
Commits on Jul 5, 2022
test_linear fix
sherry30
committed
106ae98
View commit details
Copy full SHA for 106ae98
View code at this point
Browse repository at this point
lint fixes
Rishabh Kumar
committed
a337d16
View commit details
Copy full SHA for a337d16
View code at this point
Browse repository at this point
added spacing
Rishabh Kumar
committed
b153a06
View commit details
Copy full SHA for b153a06
View code at this point
Browse repository at this point
back to changes
Rishabh Kumar
committed
38a2785
View commit details
Copy full SHA for 38a2785
View code at this point
Browse repository at this point
experiments
Rishabh Kumar
committed
a8ba41e
View commit details
Copy full SHA for a8ba41e
View code at this point
Browse repository at this point
removed raise exception
Rishabh Kumar
committed
c50fc79
View commit details
Copy full SHA for c50fc79
View code at this point
Browse repository at this point
skip specific array-api tests (tensorflow should pass)
Show description for 6b439d5
simonetgordon
authored
6b439d5
View commit details
Copy full SHA for 6b439d5
View code at this point
Browse repository at this point
Fixed test_suite issue
vedpatwardhan
committed
b7aef05
View commit details
Copy full SHA for b7aef05
View code at this point
Browse repository at this point
Updated data_types to data_type in array and container
vedpatwardhan
committed
82fea1c
View commit details
Copy full SHA for 82fea1c
View code at this point
Browse repository at this point
Commits on Jul 3, 2022
reduced tolerance for test_slogdet.
djl11
committed
ddbb95d
View commit details
Copy full SHA for ddbb95d
View code at this point
Browse repository at this point
reduced tolerance for test_solve.
djl11
committed
645c313
View commit details
Copy full SHA for 645c313
View code at this point
Browse repository at this point
reduced tolerance for test_det.
djl11
committed
c9496cf
View commit details
Copy full SHA for c9496cf
View code at this point
Browse repository at this point
reduced tolerance for test_matrix_power.
djl11
committed
fe7653a
View commit details
Copy full SHA for fe7653a
View code at this point
Browse repository at this point
modified test_eigh unit test to simply assert the absolute values of the results match, rather than parsing row vectors and column vector directions from the various return arrays.
djl11
committed
234c720
View commit details
Copy full SHA for 234c720
View code at this point
Browse repository at this point
additional small fix for test_eigh.
djl11
committed
1d7ddd2
View commit details
Copy full SHA for 1d7ddd2
View code at this point
Browse repository at this point
modified test_eigh unit test to correctly acccount for the case where column vectors in the returned matrix point in opposite directions, which cannot be handled by a naive allclose with consistenc…
Show description for 3b93ebb
djl11
committed
3b93ebb
View commit details
Copy full SHA for 3b93ebb
View code at this point
Browse repository at this point
added rtol argument to hypothesis testing for matrix_rank.
djl11
committed
b98a1f9
View commit details
Copy full SHA for b98a1f9
View code at this point
Browse repository at this point
small fixes to test_num_arrays_on_dev.
djl11
committed
38c0050
View commit details
Copy full SHA for 38c0050
View code at this point
Browse repository at this point
renamed test_array_function as test_function, renamed test_array_method as test_method, and rename the arguments atol and rtol as test_atol and test_rtol, to prevent conflicts with keyword argument…
Show description for 2388a81
djl11
committed
2388a81
View commit details
Copy full SHA for 2388a81
View code at this point
Browse repository at this point
modified test_svd unit test to correctly acccount for the case where column vectors in the returned matrix point in opposite directions, which cannot be handled by a naive allclose with consistency…
Show description for d1adb50
djl11
committed
d1adb50
View commit details
Copy full SHA for d1adb50
View code at this point
Browse repository at this point
refactored test_array_function, with the creation of two number helper functions get_flattened_array_returns and value_test.
djl11
committed
21ad8da
View commit details
Copy full SHA for 21ad8da
View code at this point
Browse repository at this point
removed the image submodule.
djl11
committed
7755da3
View commit details
Copy full SHA for 7755da3
View code at this point
Browse repository at this point
commented out test_class_ivy_handles, until get_backend is working correctly, with an ivy handle which is entirely decoupled from the globally set ivy.
djl11
committed
9645acd
View commit details
Copy full SHA for 9645acd
View code at this point
Browse repository at this point
Commits on Jul 2, 2022
Fix submodule sorting (#1710)
Show description for 8a18d0d
rush2406
authored
8a18d0d
View commit details
Copy full SHA for 8a18d0d
View code at this point
Browse repository at this point
Commits on Jul 1, 2022
minor changes
Rishabh Kumar
committed
1ae316a
View commit details
Copy full SHA for 1ae316a
View code at this point
Browse repository at this point
comment added
Rishabh Kumar
committed
ad93f90
View commit details
Copy full SHA for ad93f90
View code at this point
Browse repository at this point
added det to skip list
Rishabh Kumar
committed
c1b37f6
View commit details
Copy full SHA for c1b37f6
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.