some new features
This commit is contained in:
12
.venv/lib/python3.12/site-packages/scipy/version.py
Normal file
12
.venv/lib/python3.12/site-packages/scipy/version.py
Normal file
@ -0,0 +1,12 @@
|
||||
# THIS FILE IS GENERATED DURING THE SCIPY BUILD
|
||||
# See tools/version_utils.py for details
|
||||
|
||||
short_version = '1.14.1'
|
||||
version = '1.14.1'
|
||||
full_version = '1.14.1'
|
||||
git_revision = '92d2a85'
|
||||
commit_count = '1441'
|
||||
release = True
|
||||
|
||||
if not release:
|
||||
version = full_version
|
||||
Reference in New Issue
Block a user