Skip to content

Maintenance release: fixes, warnings, and changes for Conda

Compare
Choose a tag to compare
@emeryberger emeryberger released this 18 Aug 00:14
· 777 commits to master since this release

Changes in this release:

  • Fixed a reference counting issue that could lead to failure (73c848b).
  • Increased an internal buffer size to ensure safe handling when Scalene is accessing very long directory / pathnames.
  • Added support for profiling applications that themselves use LD_PRELOAD (fixing #418).
  • Improved warning message for the current lack of support for multiprocessing on Windows (addressing #416).
  • Other changes to enable building on Conda (conda-forge/staged-recipes#18747).

Full Changelog: v1.5.9.1...v1.5.10