| [ Web Proxy ] |
| Viewing: https://numpy.org/doc/stable/reference/generated/../generated/../routines.version.html | [Back] [Original] |
The numpy.version submodule includes several constants that expose more
detailed information about the exact version of the installed numpy
package:
Version string for the installed package - matches numpy.__version__.
Version string - the same as numpy.version.version.
Version string without any local build identifiers.
Examples
>>> np.__version__
'2.1.0.dev0+git20240319.2ea7ce0' # may vary
>>> np.version.short_version
'2.1.0.dev0' # may vary
String containing the git hash of the commit from which numpy was built.
True if this version is a numpy release, False if a dev version.
| Web Proxy Viewer | New URL | Original Page |