v1.8.3
What's Changed
- Fix broken PFM-enabled tests by @macandy13 in #1623
- Update tools.md for missing color meaning issue #1491 by @varshneydevansh in #1624
- Add pyproject.toml file for PEP518 compliance by @nicholasjng in #1625
- pfm: Use a more standard CMake approach for finding libpfm by @chipot in #1628
- Bump
nanobind
to stable v1.4.0 tag by @nicholasjng in #1626 - Bump scipy from 1.5.4 to 1.10.0 in /tools by @dependabot in #1630
- Downgrade bazel to windows-2019 by @dmah42 in #1629
- Add tests for Human Readable functionality by @dmah42 in #1632
- Delete unused requirements file, simplify nanobind build file by @nicholasjng in #1635
- Update bzlmod support to new rules_python extension API by @jsharpe in #1633
- Re-enable
windows-latest
tests for newer Bazel by @nicholasjng in #1641 - Fix
-Werror,-Wold-style-cast
build failure on Windows. by @saran-t in #1637 - Mark internal deps as dev_depenencies so that downstream modules don't require those by @macandy13 in #1640
- bug: Inconsistent suffixes console reporter 1009 by @varshneydevansh in #1631
- Fix IntelLLVM compiler error by @joannapng in #1644
- fix: added benchmark_counters_tabular for file by @varshneydevansh in #1645
- [perf-counters] Fix pause/resume by @mtrofin in #1643
- sysinfo.cc: Call getloadavg for Android API >= 29 by @jmr in #1649
- benchmark.cc: Fix benchmarks_with_threads condition by @jmr in #1651
- perf-counters: Make tests pass on Android by @jmr in #1653
- State: Initialize counters with kAvgIteration in constructor by @jmr in #1652
- perf_counters: Initialize once only when needed by @jmr in #1656
- test: Use gtest_main only when needed by @jmr in #1657
- StatisticsMedian: Fix bug by @jmr in #1658
New Contributors
- @varshneydevansh made their first contribution in #1624
- @chipot made their first contribution in #1628
- @dependabot made their first contribution in #1630
- @jsharpe made their first contribution in #1633
- @saran-t made their first contribution in #1637
- @joannapng made their first contribution in #1644
- @jmr made their first contribution in #1649
Full Changelog: v1.8.2...v1.8.3