Search
Search Results
Search finished, found 13 page(s) matching the search query.
- Development workflow
...nhancement does are also good to include in a commit message. Messages should be understandable without looking at the code changes. A commit message like MAINT: fixed another one is an example of what not to do; the reader has to go look...
- NumPy 2.0 migration guide
...NumPy 2.0 migration guide This document contains a set of instructions on how to update your code to work with NumPy 2.0. It covers changes in NumPy’s Python and C APIs. Note Note that NumPy 2.0 also breaks binar...
- NumPy C code explanations
...NumPy user guide Under-the-hood documentation for developers NumPy C code explanations...
- Troubleshooting
...hon There are fairly common issues when using PyCharm together with Anaconda, please see the PyCharm support Using VS Code with Anaconda Python (or environments) A commonly reported issue is related to the environment activation within VS...
- Array API
...r to be ignored. Any of the following array flags can be added (e.g. using |) to get the requirements argument. If your code can handle general (e.g. strided, byte-swapped, or unaligned arrays) then requirements may be 0. Also, if op is not...
- Array iterator API
...Array iterator API Array iterator The array iterator encapsulates many of the key features in ufuncs, allowing user code to support features like output parameters, preservation of memory layouts, and buffering of data with the wrong al...
- Contributing to NumPy
...Contributing to NumPy Not a coder? Not a problem! NumPy is multi-faceted, and we can use a lot of help. These are all activities we’d like to get he...
- NumPy 1.11.0 Release Notes
...th reserved slots to preserve struct layout). These were never used for anything, so it’s unlikely that any third-party code is using them either, but we mention it here for completeness. object dtype detection for old-style classes In py...
- NumPy 2.1.0 Release Notes
...e removed from npy_3kcompat.h. If you find yourself in need of these, vendor the previous version of the file into your codebase. (gh-26842) New PyUFuncObject field process_core_dims_func The field process_core_dims_func was added to the...
- NumPy core math library
..._floatstatus_barrier is preferable as it prevents aggressive compiler optimizations reordering the call relative to the code setting the status, which could lead to incorrect results. int npy_get_floatstatus_barrier(char*) Get floating...
- Packaging (
numpy.distutils
)...ld. NumPy provides enhanced distutils functionality to make it easier to build and install sub-packages, auto-generate code, and extension modules that use Fortran-compiled libraries. A useful Configuration class is also provided in numpy....
- Releasing a version
...d; For the first half of 2020, this will be Python >= 3.6. We test NumPy against all these versions every time we merge code to main. Binary installers may be available for a subset of these versions (see below). OS X OS X versions >= 10....
- Reviewer guidelines
...ect forward. We encourage people outside the project to get involved as well; it’s a great way to get familiar with the codebase. Who can be a reviewer? Reviews can come from outside the NumPy team – we welcome contributions from domain ex...