v1.12.0
What's Changed
- Update marketing copy by @WildDanDan in #509
- ci: Update linters to more recent versions by @godlygeek in #515
- build(deps): bump actions/setup-python from 4 to 5 by @dependabot in #508
- ci: Fix coverage reporting on Alpine by @godlygeek in #521
- Update
upload-artifact
anddownload-artifact
: one artifact per OS + arch + platform tag series by @gusmonod in #516 - Depend on Textual >= 0.41 by @godlygeek in #522
- Add missing include by @davide125 in #531
- IPython improvements by @godlygeek in #538
- build(deps): bump pypa/cibuildwheel from 2.16.2 to 2.16.5 by @dependabot in #540
- build(deps): bump codecov/codecov-action from 3 to 4 by @dependabot in #541
- Handle changes in Textual 0.48 by @godlygeek in #543
- Use new GitHub native aarch64 macOS runners by @pablogsal in #539
- Fix tree reporter line highlighting by @godlygeek in #544
- Override dlsym instead of dlopen to correctly honour RPATH/RUNPATHS by @pablogsal in #525
- tests: Update snapshots for Textual 0.50 by @godlygeek in #546
- Stop using
IF
in our Cython code by @godlygeek in #545 - Fix
sys.path
manipulations for isolated mode by @godlygeek in #552 - ✏ Fix micro typo, duplicated expression "the following" in
memory.rst
by @tiangolo in #550 - Fix typographical consistency in README by @greydoubt in #548
- Publish manylinux2010 wheels for Python 3.11/3.12 by @godlygeek in #510
- docs: Allow producing a
memray.1
man page by @godlygeek in #524 - Add a warning to promote --aggregated if files are too big by @pablogsal in #556
- Expose the main thread ID in the reader by @pablogsal in #560
- docs: improve one preposition by @nedbat in #566
- Exclude Cython sources from the package by @davide125 in #575
- Prepare for 1.12.0 release by @pablogsal in #563
New Contributors
- @WildDanDan made their first contribution in #509
- @davide125 made their first contribution in #531
- @tiangolo made their first contribution in #550
- @greydoubt made their first contribution in #548
- @nedbat made their first contribution in #566
Full Changelog: v1.11.0...v1.12.0