Skip to content

v6.18.0

Choose a tag to compare

@github-actions github-actions released this 01 Jun 17:02
· 15 commits to master since this release

🚀 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

  • Processing pipeline performance improvements (#3086)
  • Defrag profiling and optimisation (#3080)

⚠️ Technical API Break ⚠️

#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: