Release 0.6.0
What's Changed
Features
- Support swapping implementations of
OptimizationCompiler
,QueryOptimizer
,FilterInfoCompiler
, andFieldSelectionCompiler
by subclassing them. This makes the library code use whatever subclass has been most recently created for these classes, which can be used to modify specific parts of them without rewriting large parts of the library that use those classes.
Full Changelog: v0.5.4...v0.6.0