ANNOUNCE 902 B

123456789101112131415161718192021222324252627282930313233
  1. I am happy to announce Guppy-PE 0.1.10
  2. Guppy-PE is a library and programming environment for Python,
  3. currently providing in particular the Heapy subsystem, which supports
  4. object and heap memory sizing, profiling and debugging. It also
  5. includes a prototypical specification language, the Guppy
  6. Specification Language (GSL), which can be used to formally specify
  7. aspects of Python programs and generate tests and documentation from a
  8. common source.
  9. The main news in this release:
  10. o Support for Python 2.7
  11. However, there are still some problems with the tests
  12. that I haven't been able to sort out.
  13. o Some minor bug fixes
  14. License: MIT
  15. Guppy-PE 0.1.10 is available in source tarball format on the Python
  16. Package Index (a.k.a. Cheeseshop):
  17. http://pypi.python.org/pypi/guppy/0.1.10
  18. The project homepage is on Sourceforge:
  19. http://guppy-pe.sourceforge.net
  20. Enjoy,
  21. Sverker Nilsson