diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2021-04-19 15:19:24 -0500 |
---|---|---|
committer | Sebastian Berg <sebastian@sipsolutions.net> | 2021-05-12 15:33:34 -0700 |
commit | 834b1184c1f609a4e9ba06c55ea64ba882e4cdc1 (patch) | |
tree | d7bcb87952969fabddffe2a7e445f13f44b2ae34 /azure-pipelines.yml | |
parent | aaaa9753277ff9d387beecaf0f43519eacdea4eb (diff) | |
download | numpy-834b1184c1f609a4e9ba06c55ea64ba882e4cdc1.tar.gz |
MAINT: Remove `NPY_USE_NEW_CASTINGIMPL`
This doesn't serve any purpose anymore. The new code is now always
used. (In very few cases this may lead to small slowdowns, this
should only matter in ufuncs where it doesn't seem to matter enough
to worry about it.)
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9b8373954..dd189b8e9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -197,7 +197,6 @@ stages: - script: python setup.py build -j 4 build_ext --inplace install displayName: 'Build NumPy without OpenBLAS and new casting' env: - NPY_USE_NEW_CASTINGIMPL: 1 BLAS: None LAPACK: None ATLAS: None |