Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
1224be7
ENH: Add better lazy_xp_function support for class methods
steppi Jan 3, 2026
5034b60
TST: test that lazy_xp_function can handle inherited methods
steppi Jan 3, 2026
c630610
MAINT: Fix typing issues
steppi Jan 3, 2026
4ba6e3e
ENH: make patch_lazy_xp_functions check classes within modules
steppi Jan 7, 2026
da76e14
TST: Add test to lazy_xp_function works for class methods
steppi Jan 7, 2026
96f7eda
Update src/array_api_extra/testing.py
steppi Jan 7, 2026
368e019
Apply suggestions from code review
steppi Jan 8, 2026
1e7997e
TST: make test laxy xp classes actually test function is wrapped
steppi Jan 8, 2026
86cdec5
TST: Add appropriate skips for lazy xp function classes test
steppi Jan 8, 2026
35ccdd2
TST: Ensure that classmethods and staticmethods stay those things
steppi Jan 9, 2026
3401613
TST: Add test that lazy_xp_function preserves staticmethod
steppi Jan 9, 2026
9107fe2
TST: Add test that static methods actually get wrapped
steppi Jan 9, 2026
2168009
MAINT: fix monkeypatching of staticmethods and classmethods
steppi Jan 9, 2026
fd7d86f
TST: Make sure test_static_tests_wrapped doesn't fail
steppi Jan 9, 2026
6bdd40b
MAINT: re-enable monkeypatch circumvention
steppi Jan 9, 2026
9cf7895
TST: add test that monkeypatching can be circumvented
steppi Jan 9, 2026
40dfb29
MAINT: simplify check that target owns method
steppi Jan 9, 2026
0c12809
add scipy to test deps for coverage
lucascolley Jan 9, 2026
a739cfe
TST: test that classmethods get wrapped
steppi Jan 9, 2026
08b7e29
MAINT: make sure classmethods get wrapped
steppi Jan 9, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading