Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.11/site-packages/numpy/version.py: 88%
Shortcuts on this page
r m x toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
Shortcuts on this page
r m x toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
2"""
3Module to expose more detailed version info for the installed `numpy`
4"""
5version = "2.4.0.dev0+git20250630.c96fcc8"
6__version__ = version
7full_version = version
9git_revision = "c96fcc8f7a5030098f8e0c304ce20864c3509021"
10release = 'dev' not in version and '+' not in version
11short_version = version.split("+")[0]