## Summary Review all public APIs for consistency and naming conventions before v0.3. ## Tasks - [ ] Review `pygpukit` module exports - [ ] Review `GPUArray` method names (snake_case consistency) - [ ] Review `scheduler` module API - [ ] Review `llm` module API - [ ] Ensure consistent parameter ordering (shape, dtype pattern) - [ ] Document any breaking changes ## Motivation Before v0.3 adds more features (Triton, advanced ops), establish stable API conventions. ## References - README.md v0.2.7 goals: "Full API review"
Summary
Review all public APIs for consistency and naming conventions before v0.3.
Tasks
pygpukitmodule exportsGPUArraymethod names (snake_case consistency)schedulermodule APIllmmodule APIMotivation
Before v0.3 adds more features (Triton, advanced ops), establish stable API conventions.
References