v1.2.0
What's Changed
- Exclude libbacktrace from our built wheel by @godlygeek in #110
- Avoid inlining
exact_unwind
by @matthiasdiener in #52 - Grow capture files with
posix_fallocate
by @godlygeek in #117 - Fix pip warnings by @godlygeek in #119
- Fix inconsistency in cli documentation regarding --trace-python-allocators by @vdwees in #120
- Add a progress bar indicator for record processing by @pablogsal in #111
- Bump pypa/cibuildwheel from 2.5.0 to 2.6.0 by @dependabot in #124
- Fix a typo in the
stats
documentation by @q-posev in #131 - Fix histogram when all allocations are the same size by @godlygeek in #133
- Fix the aggregation by location in
memray stats -a
by @godlygeek in #134 - Bump pypa/cibuildwheel from 2.6.0 to 2.6.1 by @dependabot in #137
- Bump actions/setup-python from 3 to 4 by @dependabot in #139
- Recognize and handle truncated capture files by @godlygeek in #129
- Make frame IDs start at 0 and count up by 1 by @godlygeek in #144
- Fix several live mode bugs by @godlygeek in #147
- Add plot with heap size to the flamegraph/table memory plot by @pablogsal in #142
- Always leverage fast unwinding to obtain the native stack by @pablogsal in #141
- Bump pypa/cibuildwheel from 2.6.1 to 2.7.0 by @dependabot in #149
- Ensure we can read a file with no allocations by @pablogsal in #150
- Bump pypa/cibuildwheel from 2.7.0 to 2.8.0 by @dependabot in #151
- Prepare for 1.2.0 release by @godlygeek in #154
New Contributors
- @matthiasdiener made their first contribution in #52
- @vdwees made their first contribution in #120
- @q-posev made their first contribution in #131
Full Changelog: v1.1.0...v1.2.0