-
Couldn't load subscription status.
- Fork 737
numty:0.1.0 #3329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
numty:0.1.0 #3329
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a few suggestions to make the package better, but overall it looks good to me. Thank you for this update.
| A library for performing mathematical operations on n-dimensional matrices, vectors/arrays, and numbers in Typst, with support for broadcasting and handling NaN values. Numty’s broadcasting rules and API are inspired by NumPy. | ||
|
|
||
| ```typ | ||
| #import "numty.typ" as nt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be better to show how to import the package from Universe, with "@preview/numty:0.1.0".
| #import "numty.typ" as nt | ||
| #import "numty.typ": c, r |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure it is relevant to copy this file here, it seems to be only useful for development purpose.
| entrypoint = "lib.typ" | ||
| authors = ["Pablo Ruiz Cuevas"] | ||
| license = "MIT" | ||
| description = "Numeric Typst" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the description could be more complete. Rephrasing your README, it could say something along the lines of "Perform mathematical operations on n-dimensional matrices, vectors/arrays, and numbers".
I am submitting