ANNOUNCE-0.1.5 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. I would like to announce Guppy-PE 0.1.5
  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 Specificaion
  6. Language (GSL), which can be used to formally specify aspects of
  7. Python programs and generate tests and documentation from a common
  8. source.
  9. The current version is updated to work with Python 2.5 (and can still
  10. be used with 2.3 and 2.4). It also has some feature improvements, such
  11. as some shorthand attributes, and a clearer representation of shortest
  12. paths. Bugs have been fixed wrt especially remote monitoring and
  13. making the HTML generated by GSL more standards-compliant. For update
  14. details, see the changelog included with the source code.
  15. License: MIT
  16. For more information and to download the Guppy-PE source code, see:
  17. http://guppy-pe.sourceforge.net
  18. My master thesis, "Heapy: A Memory Profiler and Debugger for Python"
  19. has now been approved and is available here:
  20. http://guppy-pe.sourceforge.net/heapy-thesis.pdf
  21. Best regards,
  22. Sverker Nilsson