Skip to content

Commit d364e7f

Browse files
committed
refactor(iterators+docs): cleanup from NpyIter migration
- Delete 4 NPYITER analysis docs (audit, buffered reduce, deep audit, numpy differences) — information consolidated into codebase - Delete 3 NDIterator.Cast files (Complex, Half, SByte) — casting now handled by unified NDIterator<T> backed by NpyIter state - Update NDIterator.cs: minor adjustments from NpyIter backing refactor - Update ILKernelGenerator.Scan.cs: scan kernel changes - Update Default.MatMul.Strided.cs: add INumber<T> constraint support for generic matmul dispatch preparation - Update Default.ClipNDArray.cs: initial NpFunc dispatch refactoring replacing 6 switch blocks (~84 cases) with generic dispatch methods - Update np.full_like.cs: minor fix - Update RELEASE_0.51.0-prerelease.md release notes
1 parent e2318d4 commit d364e7f

13 files changed

Lines changed: 463 additions & 2618 deletions

docs/NPYITER_AUDIT.md

Lines changed: 0 additions & 277 deletions
This file was deleted.

0 commit comments

Comments
 (0)