Initial commit: 首次建仓,建立目录结构

This commit is contained in:
FXY
2026-06-11 23:49:54 +08:00
commit 4038a476b5
9396 changed files with 2372905 additions and 0 deletions

View File

@ -0,0 +1,11 @@
"""
Module to expose more detailed version info for the installed `numpy`
"""
version = "2.4.6"
__version__ = version
full_version = version
git_revision = "b832a09cf2a169c833dd2371e7c07aa00b293242"
release = 'dev' not in version and '+' not in version
short_version = version.split("+")[0]