From 003a4f6dd3c8536e96c1b1b6562190ecec2a3829 Mon Sep 17 00:00:00 2001 From: YiFei Zhu Date: Tue, 29 Jun 2021 18:56:29 -0500 Subject: [PATCH] v3.1.1 --- ANNOUNCE | 13 +++++-------- ChangeLog | 27 +++++++++++++++++++++++++++ guppy/_version.py | 2 +- travis.sh | 2 +- 4 files changed, 34 insertions(+), 10 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 45d2ad1..4d1e94a 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,4 +1,4 @@ -I am happy to announce Guppy 3 3.1.0 +I am happy to announce Guppy 3 3.1.1 Guppy 3 is a library and programming environment for Python, currently providing in particular the Heapy subsystem, which supports @@ -10,14 +10,11 @@ common source. Guppy 3 is a fork of Guppy-PE, created by Sverker Nilsson for Python 2. -This is a major feature release. The main news in this release: +The main news in this release: -o Python 3.9 support, without subinterpreter support or inter-interpreter - traversal. -o Added .byprod classifier via tracemalloc, and .prod to print tracemalloc - traceback. -o Added .all to print all lines in a MorePrinter buffer. -o Added R_INSET relation for being contained by an unordered set. +o Added linux aarch64 wheel builds +o Added warning about pywin32 < 300 if it's imported, due to crash when + traversing its heap. License: MIT diff --git a/ChangeLog b/ChangeLog index 195e6d1..d8c1bac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ + Version 3.1.1 + +2021-06-29 YiFei Zhu + + * Build linux aarch64 wheel [odidev] + +2021-06-22 YiFei Zhu + + * Fix Py 3.9 to use SIZEOF_PYGC_HEAD in _testinternalcapi + +2021-01-28 YiFei Zhu + + * Slightly uasier to use unsafe repr for Path + +2021-01-23 YiFei Zhu + + * End of support for Python 3.5 + +2021-01-22 YiFei Zhu + + * Fixed MorePrinter in Stat objects + * Add warning about pywin32 < 300, if it's imported + +2021-01-16 YiFei Zhu + + * Add guppy.__version__ + Version 3.1.0 2020-10-10 YiFei Zhu diff --git a/guppy/_version.py b/guppy/_version.py index 7f5601d..726691b 100644 --- a/guppy/_version.py +++ b/guppy/_version.py @@ -1 +1 @@ -__version__ = '3.1.0' +__version__ = '3.1.1' diff --git a/travis.sh b/travis.sh index 63e9ffc..20194b4 100755 --- a/travis.sh +++ b/travis.sh @@ -101,7 +101,7 @@ cibuildwheel-source) cibuildwheel) case "$1" in install) - pip install cibuildwheel==1.8.0 + pip install cibuildwheel==1.12.0 ;; script) CIBW_BUILD='cp3[6789]-*' cibuildwheel --output-dir wheelhouse