-
Notifications
You must be signed in to change notification settings - Fork 6
More updates for future-proofing #19
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
Conversation
let pip handle all the dependencies while installing this package
|
Pysph performance is not tested. |
26df668 to
7aabc02
Compare
prabhuramachandran
left a comment
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.
Please check if this is still compatible with Numpy versions < 2 and fix the silly errors.
cyarray/carray.pyx.mako
Outdated
| """Resizes the internal data to required size. | ||
| """ | ||
| raise NotImplementedError, 'BaseArray::reserve' | ||
| raise NotImplementedError(BaseArray::reserve') |
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.
Please fix this error and the other one.
prabhuramachandran
left a comment
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.
LGTM, thanks.
No description provided.