Release History#

vNEXT (2022-05-31)#

Features - NEXT#

  • Allow specifying the prefix used for -memray-bin-path dumps via the -memray-bin-prefix (and if specified and file already exists will be recreated) - by @gaborbernat. (#28)

Improved Documentation - NEXT#

  • Fix documentation links to point from Gitub Pages to readthedocs.org - by @gaborbernat. (#12)

  • Update examples in configuration and add -memray-bin-path - by @gaborbernat. (#26)

  • Fix minimum python version in documentation from 3.7 to 3.8 - by @ChaoticRoman. (#30)

v1.1.0 (2022-05-17)#

Features - 1.1.0#

  • Report memory limit and allocated memory in longrepr - by @petr-tik. (#5)

  • Allow passing --memray-bin-path argument to the CLI to allow persisting the binary dumps - by @gaborbernat. (#10)

  • Release a pure python wheel - by @gaborbernat. (#11)

  • Switch build backend from setuptools to hatchling - by @gaborbernat. (#12)

Bug Fixes - 1.1.0#

  • Causes built-in junit-xml results writer to fail - by @petr-tik. (#3)

Improved Documentation - 1.1.0#

  • Move documentation from Github Pages to readthedocs - by @gaborbernat. (#20)

v1.0.0 (2022-04-09)#

  • Initial release.