1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
# Contributions to the pyprof2calltree project
## Creators
* David Allouche
* Jp Calderone
* Itamar Shtull-Trauring
* Johan Dahlin
## Maintainer
* Peter Waller <p@pwaller.net>
## Contributors
In chronological order:
* Olivier Grisel <olivier.grisel@ensta.org>
* Repackaging and pstats support
* David Glick
* Fix in conversion algorithm
* Peter Waller <p@pwaller.net>
* Taking over PyPI maintainance
* Steven Maude
* Breaking things, documentation
* Lukas Graf <lukas.graf@4teamwork.ch>
* Python 3.x compatibility
* Jamie Wong <http://jamie-wong.com>
* qcachegrind support
* Yury V. Zaytsev <yury@shurup.com>
* Bugfixes
* Michael Droettboom <mdroe@stsci.edu>
* Source code display support
* Zev Benjamin <zev@mit.edu>
* Support for multiple functions with the same name
* Tests
* Jon Dufresne <jon.dufresne@gmail.com>
* A huge number of small fixes and consistency
improvements across code, docs and setup.py alike.
* [Your name or handle] <[email or website]>
* [Brief summary of your changes]
## Thanks
* Jon Dufresne <jon.dufresne@gmail.com> for prompting
a new release and many tidy up fixes!
* Uwe L. Korn for pointing out mismatch in licensing
|