-
Notifications
You must be signed in to change notification settings - Fork 6
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
More updates for future-proofing #19
Conversation
let pip handle all the dependencies while installing this package
Pysph performance is not tested. |
26df668
to
7aabc02
Compare
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
|
||
cpdef reserve(self, long size): | ||
"""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.
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.