Date: 2018-07-15
- Show possible reasons of popular errors
- Use
strict=True
by default
Date: 2015-07-26
- Rename
cpmoptimize.recompiler.RecompileError
tocpmoptimize.RecompilationError
verbose
option now accepts only boolean values and always shows messages usinglogging
module- Compatibility with Python 2.6 and PyPy
- Unit tests
- Fix a bug with
opt_min_rows=True
- Throw exceptions on
strict=True
correctly
Date: 2014-10-28
- Added
verbose=stream
option to show debug information
Date: 2014-09-13
An initial release