diff options
author | ganesh-k13 <ganesh3597@gmail.com> | 2022-08-18 19:18:57 +0530 |
---|---|---|
committer | ganesh-k13 <ganesh3597@gmail.com> | 2022-08-19 18:18:46 +0530 |
commit | 706c922ff278a6197f47ba678e8cc6128028d5ab (patch) | |
tree | e635c9ba3c9a32415c13bbb5255ac09b59170223 | |
parent | 5a2a84a19a125bcc1bc72598ac81938dff790dcb (diff) | |
download | numpy-706c922ff278a6197f47ba678e8cc6128028d5ab.tar.gz |
DOC: Added `np.show_runtime` (#21468)
-rw-r--r-- | doc/release/upcoming_changes/21468.new_feature.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/21468.new_feature.rst b/doc/release/upcoming_changes/21468.new_feature.rst new file mode 100644 index 000000000..64678b1c3 --- /dev/null +++ b/doc/release/upcoming_changes/21468.new_feature.rst @@ -0,0 +1,6 @@ +New function `np.show_runtime` +------------------------------ + +A new function `np.show_runtime` has been added to display the runtime +information of the machine in addition to `np.show_config` which displays +the build-related information. |