Skip to content

Api and documentation tweaks #55

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

Closed
wants to merge 5 commits into from
Closed

Conversation

mwiebe
Copy link
Member

@mwiebe mwiebe commented Mar 10, 2011

These patches improve the iterator API to be a bit more consistent with the rest of NumPy, fill in some missing API documentation, and change the debug tracing to use regular macros.

mwiebe added 5 commits March 10, 2011 11:03
These parameters are never large, so it's better to use a straight int
instead of npy_intp, consistent with ndim in PyArrayObject as well.
… with NumPy convention

'NpyIter_IterNext_Fn' -> 'NpyIter_IterNextFunc *'
'NpyIter_GetCoords_Fn' -> 'NpyIter_GetCoordsFunc *'
This function is too specific. A function like
PyArray_FillWithValue(PyArrayObject *ao, double value)
would be better.
@mwiebe
Copy link
Member Author

mwiebe commented Mar 11, 2011

Added patches re: comments, and pushed.

fangerer added a commit to hpyproject/numpy-hpy that referenced this pull request Jul 7, 2022
…sing_legacy_type_resolver.

Merge in ~STEPAN.SINDELAR_ORACLE.COM/numpy-hpy from fa/type_resolver2 to labs-hpy-port

* commit '02135557e903e824f2841c11cf00438ecabbfcb1':
  Use HPyUFunc_ValidateCasting in HPyUFunc_SimpleBinaryComparisonTypeResolver
  Call HPy type resolver in hpy_legacy_promote_using_legacy_type_resolver
luyahan pushed a commit to plctlab/numpy that referenced this pull request Apr 25, 2024
This pull request was closed.
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.

3 participants