Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,960 contributions in the last year
Activity overview
Contribution activity
May 2020
- mattip/pearu-sandbox Jupyter Notebook
Created a pull request in numpy/numpy that received 17 comments
BUG: add missing numpy/__init__.pxd to the wheel
It turns out gh-12284 did not actually bundle the __init__.pxd into the wheels. It does appears in the sdist (due to the MANIFEST.in).
+21
−3
•
17
comments
- restore old documentation references
- make onnx expect tests resiliant to producer_version changes
- DOC: fix import error
- DOC: remove java documentation
- Conda build
- split up community documentation, add build/test document
- Restore docs coverage test via sphinx
- Remove global CMAKE_INSTALL_RPATH_USE_LINK_PATH directive
- BUG: relpath fails for different drives on windows
- ENH: add manylinux1 openblas hashes
- BUG: fix signature of PyArray_SearchSorted in __init__.pxd
- BUG: skip complex256 arcsinh precision test on glibc2.17
- ENH: backport scipy changes to openblas download script
- ENH: allow choosing which manylinux artifact to download
- ENH: resync numpy/__init__.pxd with upstream
- ENH: enable multi-platform SIMD compiler optimizations
- ENH: Hardcode buffer handling for simple scalars
- DEP: Ensure indexing errors will be raised even on empty results
- WIP, DOC: Fix for building with sphinx 3
- ENH: Optimize Cpu feature detect in X86, fix for GCC on macOS
- DOC: Reconstruct Testing Guideline.
- ENH: include dt64/td64 isinstance checks in __init__.pxd
- ENH: Generalize split function to split matrix into sub-matrices.
- BUG,DOC: Allow attach docs twice but error if wrong
- DOC: Clarifications for np.std
- DOC: update Code of Conduct committee
- Update Docs : point users of np.outer to np.multiply.outer
- ENH: Better error message when ``bins`` has float value in ``histogramdd``.
Created an issue in pypa/packaging that received 21 comments
Python 3.10: _version_nodot, interpreter_version disagree on how to format it
There is a problem building and using wheels for python 3.10 xref pypa/wheel#354 and pypa/pip#8312. I think the source of the problem is that wheel's
21
comments