Amrita kumari mishra
Amrita kumari mishra
Fixes #6557 **Summary** Previously, passing an empty list as a query parameter value (e.g., `params={'key': []}`) caused the key to be silently dropped from the URL. This behavior was inconsistent...
Summary This pull request adds support for a new --extra-metadata argument to the compare_to command. It allows users to include selected metadata keys as additional columns in the comparison table...
Fixes #172 This PR resolves multiple Sphinx documentation warnings (reference target not found) that occurred when building the docs in nitpicky mode (-n). 🔧 Changes Enabled Intersphinx: Updated doc/conf.py to...
This PR adds a new helper method Runner.is_worker() as suggested by @vstinner in issue #166. bench_func() is executed both in the main process and in worker processes. Only the main...