----------------------------------------- * Drop python2.7 testing support (Python2.7 support will be dropped in 0.20) * Improve type identification in Ingredient.build_filter
0.19.0
----------------------------------------- * Support and documentation for compound selection in automatic filters * Support for different sqlalchemy generation when using parsed fields * Add support for date conversions and percentiles in bigquery. * Ingredient.build_filters now returns SQLAlchemy BinaryExpression rather than Filter objects.
0.18.1
----------------------------------------- * Fix a bug in filter binning * Happy birthday, Zoe!
0.18.0
----------------------------------------- * Add automatic filter binning for redshift to reduce required query compilations * Add parsed field converters to perform casting and date truncation.
0.17.2
----------------------------------------- * Fix Paginate search to use value roles
0.17.1
----------------------------------------- * Fix parsed syntax for `field IS NULL`