v0.4.0 - 2020-03-07
- Add Clock for monotonic time measuring
- Change to remove benchmark requirement
- Change gemspec to add metadata, remove test artefacts
v0.3.0 - 2019-04-21
- Change to require Ruby >= 2.0.0
- Change to relax development dependencies
v0.2.0 - 2018-09-30
- Add ability to measure monotonic time
- Add ability to repeat measurements to increase stability of execution times
- Change to prefer simpler complexity for similar measurements
- Change to use monotonic clock
- Change to differentiate linear vs logarithmic complexity for small values
- Change to differentiate linear vs constant complexity for small values
- Fix fit_power to correctly calculate slope and intercept
v0.1.0 - 2018-09-08
- Initial implementation and release