Skip to content

Commit

Permalink
v3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuyifei1999 committed Sep 2, 2019
1 parent fe2b884 commit 5d7f43c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 7 deletions.
12 changes: 6 additions & 6 deletions ANNOUNCE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
I am happy to announce Guppy 3 3.0.1
I am happy to announce Guppy 3 3.0.4

Guppy 3 is a library and programming environment for Python,
currently providing in particular the Heapy subsystem, which supports
Expand All @@ -12,11 +12,11 @@ Guppy 3 is a fork of Guppy-PE, created by Sverker Nilsson for Python 2.

The main news in this release:

o Ported to Python 3
o Multiple interpreter support disabled.
o Classifier byclass removed. There are no more old style classes.
c Extended C integer size to work on 64 bit Windows machines.
o Many minor changes.
o A error message is now displayed pointing to guppy-pe if the package is
installed in Python 2, and a warning is now displayed if the package is
installed in non-CPython.
o Profile Browser is now able to load data dumps and how to perform a dump
is documented.

License: MIT

Expand Down
18 changes: 18 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Version 3.0.4

2019-09-01 YiFei Zhu <[email protected]>

* Generate Profile Browser about / help

2019-08-29 YiFei Zhu <[email protected]>

* Add warning / error if attempting to install on non-CPython 3

2019-08-27 YiFei Zhu <[email protected]>

* Document how to load dumps in Profile Browser

2019-08-23 YiFei Zhu <[email protected]>

* Fix Profile Browser loading dumps

Version 3.0.3

2019-08-20 YiFei Zhu <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def doit():
Compilation failure expected, but continuting anyways...''', file=sys.stderr)

setup(name="guppy3",
version="3.0.3",
version="3.0.4",
description="Guppy 3 -- Guppy-PE ported to Python 3",
long_description="""
Guppy 3 is a library and programming environment for Python,
Expand Down

0 comments on commit 5d7f43c

Please sign in to comment.