----------------------------------------- * Add caching for total_count
0.31.0
----------------------------------------- * Allow nested operators and values within an in operator * "notin" filter operator is refactored to not use separate code from in. Instead we generate the in code and then wrap it in _not. This will change the sql generated when automatic filtering but the results will be the same. * Code cleanups and refactorings
0.30.1
----------------------------------------- * Fix an error in ordering with mixed case columns/labels when using snowflake * Update requirements to use lark * Update requirements for dateparser past a broken version (See issue https://github.com/scrapinghub/dateparser/issues/1045) * Don't create expression grammar for columns with invalid names