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
2,123 contributions in the last year
Activity overview
Contribution activity
October 2020
- mattip/devguide Python
- mattip/sip-feedstock Batchfile
- mattip/boost-python C++
- mattip/audio Python
- mattip/Shapely Python
- mattip/OpenBLAS Fortran
- mattip/cffi-feedstock
- mattip/pypy-meta-feedstock Shell
- mattip/pyqt-feedstock Shell
Created a pull request in xianyi/OpenBLAS that received 29 comments
add fninit to reset fpu registers before assembler routines
closes gh-2709 by adding a call to fninitemms to clear the FPU registers.
This seems to be the safe path, unless it can be proven that the kernels…
- improve documentation
- add a first draft of a roadmap and high-level explaination
- add automatic doc updating (to docs/main in site branch)
- Merge
- add a win32 run
- add benchmarks that test threading
- DOC: update docstrings
- change project authors
- DOC: add a docstring generator and stubs
- DOC: add sphinx and doc building
- TST: simplify source path names in compilation test
- MAINT, BLD: update to OpenBLAS v0.3.12
- DOC: why reformatting PRs will be rejected
- ENH, BLD: update OpenBLAS to 0.3.11
- ENH: Configurable allocator
- BUG: detect buggy windows version and raise at import
- ENH, BUG: call emms after fmod on windows
- Revert "BUG: allow registration of hard-coded structured dtypes"
- BLD: circleCI- merge before build, add -n to sphinx
- ENH: update asv to default to python3.8
- ENH, TST: Bring the NumPy C SIMD vectorization interface "NPYV" to Python
- ENH,BLD: Dynamically generate a .pyi file with platform-specific type hints
- DEP,BUG: Coercion/cast of array to a subarray dtype will be fixed
- DEP: Deprecate `data_type.dtype` if attribute is not already a dtype
- ENH: Configurable allocator
- ENH: add function to get broadcast shape from a given set of shapes.
- BUG: detect buggy windows version and raise at import
- DOC: Fix wrong blockquotes
- BUG: Cygwin Workaround for #14787 on affected platforms
- ENH, BUG: call emms after fmod on windows
- CI: fix conditional for PR merge command
- NEP: Initial draft for NEP 43 for extensible ufuncs
- ENH: Add annotations for bitwise operations
- BLD: circleCI- merge before build, add -n to sphinx
- DOC: add some missing scalar aliases
- DOC: Add some entries for C types and macros
- DOC: Remove CoC pages from Sphinx
- DOC: Remove the tables of scalar types, and use `..autoclass` to create link targets instead
- DOC: Fix the references for macros
Created an issue in numpy/numpy that received 15 comments
ENH: allow using aligned memory allocation, or exposing an API for memory management
Submitting this here since it is easier to link to all the issues and PRs dealing with memory management. Will submit it to the mailing list after …