Search
Searching.
- numpy.fix
...NumPy reference Routines and objects by topic Mathematical functions numpy.fix...
- numpy.fix (Python function, in numpy.fix)
numpy.distutils
user guide...mpy.distutils.core.setup(..) function. config.paths(*paths) --- applies ``glob.glob(..) to items of paths if necessary. Fixes paths item that is relative to config.local_path. config.get_subpackage(subpackage_name,subpackage_path=None) — re...
- Array iterator API
...ternext() is called, these pointers will be overwritten with fresh values, not incrementally updated. If a compile-time fixed buffer is being used (both flags NPY_ITER_BUFFERED and NPY_ITER_EXTERNAL_LOOP), the inner size may be used as a si...
- Contributing to NumPy
...ith the “good-first-issue” label. Instead, you’ll find issues labeled “Sprintable”. These issues can either be: Easily fixed when you have guidance from an experienced contributor (perfect for working in a sprint). A learning opportunity f...
- Data type promotion in NumPy
...umPy integer should be a NumPy integer. However, Python integers have arbitrary precision whereas all NumPy dtypes have fixed precision, so the arbitrary precision of Python integers cannot be preserved. More generally, NumPy considers the...
- Data types
...numpy.bytes_ (S character code), and arbitrary byte sequences, via numpy.void (V character code). All of the above are fixed-width data types. They are parameterized by a width, in either bytes or unicode points, that a single data element...
- For downstream package authors
...ng NumPy’s versioning and API/ABI stability NumPy uses a standard, PEP 440 compliant, versioning scheme: major.minor.bugfix. A major release is highly unusual and if it happens it will most likely indicate an ABI break. NumPy 1.xx releases...
- How to contribute to the NumPy documentation
...– tutorials, how-tos, and explanations. Reporting defects is another way to contribute. We discuss both. Contributing fixes We’re eager to hear about and fix doc defects. But to attack the biggest problems we end up having to defer or ove...
- Internal organization of NumPy arrays
...bout the raw array data. The data buffer is typically what people think of as arrays in C or Fortran, a contiguous (and fixed) block of memory containing fixed-sized data items. NumPy also contains a significant set of data that describes h...
- Interoperability with NumPy
..._array_ufunc__ protocol A universal function (or ufunc for short) is a “vectorized” wrapper for a function that takes a fixed number of specific inputs and produces a fixed number of specific outputs. The output of the ufunc (and its method...
- Legacy fixed-width string functionality
...NumPy reference NumPy’s module structure Legacy fixed-width string functionality...
- Legacy random generation
...values is returned. If size is a tuple, then an array with that shape is filled and returned. Compatibility Guarantee A fixed bit generator using a fixed seed and a fixed series of calls to ‘RandomState’ methods using the same parameters wi...
- NumPy 1.10.0 Release Notes
...etween x.diagonal() and np.diagonal(x), with the methods preserving subtypes while the functions did not. This has been fixed and the functions now behave like the methods, preserving subtypes except in the case of matrices. Matrices are s...
- NumPy 1.10.1 Release Notes
...oblems. The differences are: Compiling with msvc9 or msvc10 for 32 bit Windows now requires SSE2. This was the easiest fix for what looked to be some miscompiled code when SSE2 was not used. If you need to compile for 32 bit Windows system...
- NumPy 1.10.2 Release Notes
...lving views changing the dtype of multidimensional Fortran arrays that need to be dealt with over a longer timeframe. Fix swig bug in numpy.i Relaxed stride checking revealed a bug in array_is_fortran(a), that was using PyArray_ISFORTRAN...
- NumPy 1.10.4 Release Notes
...NumPy 1.10.4 Release Notes This release is a bugfix source release motivated by a segfault regression. No windows binaries are provided for this release, as there appea...
- NumPy 1.11.0 Release Notes
...ordering array axes. Build System Changes Numpy now uses setuptools for its builds instead of plain distutils. This fixes usage of install_requires='numpy' in the setup.py files of projects that depend on Numpy (see gh-6551). It potent...
- NumPy 1.11.1 Release Notes
...NumPy 1.11.1 Release Notes Numpy 1.11.1 supports Python 2.6 - 2.7 and 3.2 - 3.5. It fixes bugs and regressions found in Numpy 1.11.0 and includes several build related improvements. Wheels for Linux, Wind...
- NumPy 1.11.2 Release Notes
...NumPy 1.11.2 Release Notes Numpy 1.11.2 supports Python 2.6 - 2.7 and 3.2 - 3.5. It fixes bugs and regressions found in Numpy 1.11.1 and includes several build related improvements. Wheels for Linux, Wind...
- NumPy 1.11.3 Release Notes
...NumPy 1.11.3 Release Notes Numpy 1.11.3 fixes a bug that leads to file corruption when very large files opened in append mode are used in ndarray.tofile. It sup...
- NumPy 1.12.0 Release Notes
...e Notes This release supports Python 2.7 and 3.4 - 3.6. Highlights The NumPy 1.12.0 release contains a large number of fixes and improvements, but few that stand out above all others. That makes picking out the highlights somewhat arbitrar...
- NumPy 1.12.1 Release Notes
...NumPy 1.12.1 Release Notes NumPy 1.12.1 supports Python 2.7 and 3.4 - 3.6 and fixes bugs and regressions found in NumPy 1.12.0. In particular, the regression in f2py constant parsing is fixed. Wheel...
- NumPy 1.13.0 Release Notes
...arrays. New PyArray_MapIterArrayCopyIfOverlap added to NumPy C-API. See below for details. Deprecations Calling np.fix, np.isposinf, and np.isneginf with f(x, y=out) is deprecated - the argument should be passed as f(x, out=out), which...
- NumPy 1.13.1 Release Notes
...NumPy 1.13.1 Release Notes This is a bugfix release for problems found in 1.13.0. The major changes are fixes for the new memory overlap detection and temporary...
- NumPy 1.13.2 Release Notes
...NumPy 1.13.2 Release Notes This is a bugfix release for some problems found since 1.13.1. The most important fixes are for CVE-2017-12852 and temporary elision....
- NumPy 1.13.3 Release Notes
...NumPy 1.13.3 Release Notes This is a bugfix release for some problems found since 1.13.1. The most important fixes are for CVE-2017-12852 and temporary elision....
- NumPy 1.14.0 Release Notes
...NumPy 1.14.0 Release Notes Numpy 1.14.0 is the result of seven months of work and contains a large number of bug fixes and new features, along with several changes with potential compatibility issues. The major change that users will...
- NumPy 1.14.1 Release Notes
...NumPy 1.14.1 Release Notes This is a bugfix release for some problems reported following the 1.14.0 release. The major problems fixed are the following. Proble...
- NumPy 1.14.2 Release Notes
...NumPy 1.14.2 Release Notes This is a bugfix release for some bugs reported following the 1.14.1 release. The major problems dealt with are as follows. Residual...
- NumPy 1.14.3 Release Notes
- NumPy 1.14.4 Release Notes
- NumPy 1.14.5 Release Notes
- NumPy 1.14.6 Release Notes
- NumPy 1.15.0 Release Notes
- NumPy 1.15.1 Release Notes
- NumPy 1.15.2 Release Notes
- NumPy 1.15.3 Release Notes
- NumPy 1.15.4 Release Notes
- NumPy 1.16.0 Release Notes
- NumPy 1.16.1 Release Notes
- NumPy 1.16.2 Release Notes
- NumPy 1.16.3 Release Notes
- NumPy 1.16.4 Release Notes
- NumPy 1.16.5 Release Notes
- NumPy 1.16.6 Release Notes
- NumPy 1.17.0 Release Notes
- NumPy 1.17.1 Release Notes
- NumPy 1.17.2 Release Notes
- NumPy 1.17.3 Release Notes
- NumPy 1.17.4 Release Notes
- NumPy 1.17.5 Release Notes
- NumPy 1.18.0 Release Notes
- NumPy 1.18.1 Release Notes
- NumPy 1.18.2 Release Notes
- NumPy 1.18.3 Release Notes
- NumPy 1.18.4 Release Notes
- NumPy 1.19.0 Release Notes
- NumPy 1.19.1 Release Notes
- NumPy 1.19.2 Release Notes
- NumPy 1.19.3 Release Notes
- NumPy 1.19.4 Release Notes
- NumPy 1.19.5 Release Notes
- NumPy 1.20.0 Release Notes
- NumPy 1.20.1 Release Notes
- NumPy 1.20.2 Release Notes
- NumPy 1.20.3 Release Notes
- NumPy 1.21.0 Release Notes
- NumPy 1.21.1 Release Notes
- NumPy 1.21.2 Release Notes
- NumPy 1.21.3 Release Notes
- NumPy 1.21.4 Release Notes
- NumPy 1.21.5 Release Notes
- NumPy 1.22.0 Release Notes
- NumPy 1.22.1 Release Notes
- NumPy 1.22.2 Release Notes
- NumPy 1.22.3 Release Notes
- NumPy 1.22.4 Release Notes