Search
Search Results
Search finished, found 13 page(s) matching the search query.
numpy.distutils
user guide...esting - numpy-style tools for unit testing etc SciPy — a collection of scientific tools for Python. The aim of this document is to describe how to add new tools to SciPy. Requirements for SciPy packages SciPy consists of Python packag...
- For downstream package authors
...For downstream package authors This document aims to explain some best practices for authoring a package that depends on NumPy. Understanding NumPy’s versi...
- How to contribute to the NumPy documentation
...Contributing to NumPy How to contribute to the NumPy documentation...
- NumPy 1.16.0 Release Notes
...w deprecations The type dictionaries numpy.core.typeNA and numpy.core.sctypeNA are deprecated. They were buggy and not documented and will be removed in the 1.18 release. Use numpy.sctypeDict instead. The numpy.asscalar function is depreca...
- NumPy 1.3.0 Release Notes
...revious behavior is still accessible using new=False, but this is deprecated, and will be removed entirely in 1.4.0. Documentation changes A lot of documentation has been added. Both user guide and references can be built from sphinx....
- 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...
- NumPy 2.0.0 Release Notes
..., changes to type promotion rules, and API changes which may not have been emitting deprecation warnings in 1.26.x. Key documents related to how to adapt to changes in NumPy 2.0, in addition to these release notes, include: The NumPy 2.0 m...
- NumPy for MATLAB users
...gh equivalents for some common MATLAB expressions. These are similar expressions, not equivalents. For details, see the documentation. In the table below, it is assumed that you have executed the following commands in Python: import numpy a...
- numpy.ma.polyfit
- numpy.polyfit
- Releasing a version
...DF files. All that will be needed is virtualenv (pip). The other requirements will be filled automatically during the documentation build process. Uploading to PyPI The only application needed for uploading is twine (pip). You will al...
- Setting up and using your development environment
...internet connectivity and want a temporary set-up, it is often faster to work on NumPy in a Codespaces environment. For documentation on how to get started with Codespaces, see the Codespaces docs. When creating a codespace for the numpy/nu...
- Using Python as glue
...interfaces with Python by constructing an interface-definition-file (or modifying the f2py-produced one). See the F2PY documentation for more information and examples. The f2py method of linking compiled code is currently the most sophisti...