Commits
Click on a commit to change the comparison rangeAdd comprehensive numpy parity test and fix 4 bugs4 months ago
by trevorprater Add resource limit checks and accept plain lists in elementwise numpy functions4 months ago
by trevorprater Fix ndarray bitwise invert and np.where shape validation (Codex review)4 months ago
by trevorprater Production-readiness fixes for numpy ndarray support4 months ago
by trevorprater Merge remote-tracking branch 'origin/main' into feat/numpy-only2 months ago
by trevorprater Fix codespell hits in numpy CI2 months ago
by trevorprater Add audited NumPy alias coverage2 months ago
by trevorprater Match CI Python formatting2 months ago
by trevorprater Add NumPy real-only introspection helpers2 months ago
by trevorprater Apply Python stub formatting2 months ago
by trevorprater Stabilize NumPy memory limit assertion2 months ago
by trevorprater Add low-risk NumPy math ufuncs2 months ago
by trevorprater Add NumPy shape index helpers2 months ago
by trevorprater Add NumPy bitwise helpers2 months ago
by trevorprater Add NumPy window helpers2 months ago
by trevorprater Add NumPy integer representation helpers2 months ago
by trevorprater Add NumPy finite conversion helpers2 months ago
by trevorprater Add NumPy manipulation wrappers2 months ago
by trevorprater Add NumPy linear numeric wrappers2 months ago
by trevorprater Add NumPy unique result helpers2 months ago
by trevorprater Add NumPy dtype aliases2 months ago
by trevorprater Add NumPy index helpers2 months ago
by trevorprater Add NumPy phase helpers2 months ago
by trevorprater Add NumPy sorting helpers2 months ago
by trevorprater Add NumPy statistical helpers2 months ago
by trevorprater Add NumPy stack split helpers2 months ago
by trevorprater Add NumPy in-place update helpers2 months ago
by trevorprater Add NumPy dtype metadata helpers2 months ago
by trevorprater Add NumPy runtime config helpers2 months ago
by trevorprater Add NumPy display helpers2 months ago
by trevorprater Add NumPy no-host runtime helpers2 months ago
by trevorprater Add NumPy selection helpers2 months ago
by trevorprater Add NumPy histogram helpers2 months ago
by trevorprater Add NumPy multidimensional histograms2 months ago
by trevorprater Add NumPy polynomial helpers2 months ago
by trevorprater Add NumPy dtype category predicates2 months ago
by trevorprater Add NumPy polynomial division helpers2 months ago
by trevorprater Add NumPy iterator index helpers2 months ago
by trevorprater Add NumPy dtype info helpers2 months ago
by trevorprater Add NumPy callable array constructors2 months ago
by trevorprater Add NumPy scalar metadata exports2 months ago
by trevorprater Add NumPy fromstring text parser2 months ago
by trevorprater Optimize parser filename interning2 months ago
by trevorprater Implement NumPy broadcasting support2 months ago
by trevorprater Merge remote-tracking branch 'origin/main' into feat/numpy-only2 months ago
by trevorprater Implement NumPy tensor contraction helpers2 months ago
by trevorprater Implement NumPy block assembly2 months ago
by trevorprater Complete NumPy core runtime coverage2 months ago
by trevorprater Keep flatiter off the Value hot path2 months ago
by trevorprater Document built-in NumPy support2 months ago
by trevorprater Address NumPy review feedback2 months ago
by trevorprater Implement NumPy compatibility markers2 months ago
by trevorprater Fix NumPy ndarray type display2 months ago
by trevorprater Implement NumPy metadata dtype markers2 months ago
by trevorprater