Skip to content
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

Merged
merged 5 commits into from
Dec 13, 2024

Conversation

nauaneed
Copy link
Contributor

No description provided.

let pip handle all the dependencies while installing this package
@nauaneed nauaneed marked this pull request as draft September 27, 2024 10:27
@nauaneed
Copy link
Contributor Author

Pysph performance is not tested.

@nauaneed nauaneed marked this pull request as ready for review September 27, 2024 10:33
Copy link
Contributor

@prabhuramachandran prabhuramachandran left a 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.


cpdef reserve(self, long size):
"""Resizes the internal data to required size.
"""
raise NotImplementedError, 'BaseArray::reserve'
raise NotImplementedError(BaseArray::reserve')
Copy link
Contributor

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.

Copy link
Contributor

@prabhuramachandran prabhuramachandran left a comment

Choose a reason for hiding this comment

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

LGTM, thanks.

@prabhuramachandran prabhuramachandran merged commit 4ab8ecb into pypr:master Dec 13, 2024
9 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