Skip to content

Commit

Permalink
v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuyifei1999 committed Jun 29, 2021
1 parent 2a56af1 commit 003a4f6
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 10 deletions.
13 changes: 5 additions & 8 deletions ANNOUNCE
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down
27 changes: 27 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
Version 3.1.1

2021-06-29 YiFei Zhu <[email protected]>

* Build linux aarch64 wheel [odidev]

2021-06-22 YiFei Zhu <[email protected]>

* Fix Py 3.9 to use SIZEOF_PYGC_HEAD in _testinternalcapi

2021-01-28 YiFei Zhu <[email protected]>

* Slightly uasier to use unsafe repr for Path

2021-01-23 YiFei Zhu <[email protected]>

* End of support for Python 3.5

2021-01-22 YiFei Zhu <[email protected]>

* Fixed MorePrinter in Stat objects
* Add warning about pywin32 < 300, if it's imported

2021-01-16 YiFei Zhu <[email protected]>

* Add guppy.__version__

Version 3.1.0

2020-10-10 YiFei Zhu <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion guppy/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.1.0'
__version__ = '3.1.1'
2 changes: 1 addition & 1 deletion travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 003a4f6

Please sign in to comment.