What's Changed
- readme: Fix broken link to pytest-memray docs by @godlygeek in #153
- Require rich >= 11.2.0 by @godlygeek in #159
- Bump pypa/cibuildwheel from 2.8.0 to 2.8.1 by @dependabot in #160
- Bump terser from 5.12.1 to 5.14.2 by @dependabot in #161
- Fix bug generating flame graphs with deep stacks by @godlygeek in #164
- Support Python 3.11 by @godlygeek in #138
- Ignore ENAMETOOLONG in checking if
-c
is a file by @godlygeek in #167 - Handle new flake8 by @godlygeek in #169
- Capture running threads' Python stacks by @godlygeek in #152
- Remove a decref of a borrowed reference by @godlygeek in #171
- Make the Linux-only support more prominent in the README by @tonybaloney in #172
- Add macOS support by @pablogsal in #174
- Simplify the CI by @pablogsal in #175
- Complete MacOS support with some warnings and NEWS entry by @pablogsal in #177
- Bump pypa/cibuildwheel from 2.8.1 to 2.9.0 by @dependabot in #178
- Add native support to MacOS by @pablogsal in #179
- Handle our profile function getting uninstalled by @godlygeek in #176
- Add documentation on how memray resolves native information by @pablogsal in #181
- tests: Test tracing in different lines of the root by @godlygeek in #184
- Fetch line numbers for Python frames lazily by @godlygeek in #31
- Detect the greenlet module and try to handle it by @godlygeek in #185
- docs: Document supported environments by @godlygeek in #186
- Add instructions on how to add header and library files by @pablogsal in #188
- Prepare for 1.3.0 release by @pablogsal in #189
- Ping to version 1 of the Pypi publish action by @pablogsal in #190
New Contributors
- @tonybaloney made their first contribution in #172
Full Changelog: v1.2.0...v1.3.0