Skip to content

Conversation

shivasankarka
Copy link
Collaborator

@shivasankarka shivasankarka commented Oct 20, 2025

This PR does the following,

  1. Unifies all main creation and manipulation methods of Item, Shape and Strides struct
  2. Implement all the correct Error types and fixes some memory errors in above structs.
  3. Adds news dtype aliases.
  4. Adds type information to variables in many places.
  5. Fixes some docstring errors that contained legacy code.
  6. Remove isize and intp in favor of int as Mojo doesn't support those anymore.

Copy link
Collaborator

@forfudan forfudan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

inpt -> int looks good to me. We should keep the core features of numpy but not necessarily mimic it everywhere.

@shivasankarka shivasankarka merged commit 3876690 into Mojo-Numerics-and-Algorithms-group:pre-0.8 Oct 21, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants