Changes ******* 0.4.3 ===== * Feature: Timing of generator functions now does (more) what you would expect 0.4.1 ===== * Bug fix: Fix KeyError when timed method implementation resides in a super class. * Feature: Added ability to time all methods of a class by passing '*' as the last parameter to `Timer()`. 0.2.1 ===== * Bug fix: cast `stats.sample_rate` to float after reading from config * PEP8 cleanup