diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2020-11-22 10:26:44 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2020-11-22 10:26:44 -0700 |
commit | c6fe71771ae8e571f5040a37fe10e6ac355dadea (patch) | |
tree | cf68fd8dd5fa92dfea1e9a5350a09ad966377135 | |
parent | 56a80016fbd6b206f7e7e4b9afa3d82d2225c348 (diff) | |
download | numpy-c6fe71771ae8e571f5040a37fe10e6ac355dadea.tar.gz |
DOC: Add gh-17284 to NumPy 1.20.0 release notes.
-rw-r--r-- | doc/release/upcoming_changes/17284.new_feature.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/17284.new_feature.rst b/doc/release/upcoming_changes/17284.new_feature.rst new file mode 100644 index 000000000..9fb59e942 --- /dev/null +++ b/doc/release/upcoming_changes/17284.new_feature.rst @@ -0,0 +1,6 @@ +Allow passing optimizations arguments to asv build +-------------------------------------------------- +It is now possible to pass ``-j``, ``--cpu-baseline``, ``--cpu-dispatch`` and +``--disable-optimization`` flags to ASV build when the ``--bench-compare`` +argument is used. + |