v6.18.0
🚀 Features
- Fully support compact_data and deprecate old methods (#3119)
- Implement POW operator in the QueryBuilder(#3045)
🐛 Fixes
- add_to_snapshot does not work with negative version (#3056)
- Be consistent with NaN when filtering on NaT values (#3085)
- Reject adding deleted versions to snapshot (#3113)
🏎️ Performance
#3085 Changes the way query builder handles NaT in filtering. From now on it will use NaN-like semantics - NaT OP ANYTHING is false for any OP other than !=, for which NaT != ANYTHING is true. For code samples and detailed info see #3085's PR description.
The wheels are on PyPI. Below are for debugging: