Skip to content

python-v0.1.8 Release

Choose a tag to compare

@gsilvestrin gsilvestrin released this 12 Jun 22:26
· 2711 commits to main since this release

What's Changed

  • Performance improvements in index creation
  • Expressions now support escaping column names, timestamp / date literals, and cast expressions
  • Allow recreate index with the same name on the same column
  • Various Python API Improvements by @wjones127 in #162
  • [docs] Fixed Minor typo in embedding.md by @trueutkarsh in #167
  • [Python] FIx Contextualizer validation to arguments by @Nithinps021 in #168
  • add black to python CI by @TevinWang in #178
  • feat(python): add action to tag python releases by @gsilvestrin in #172
  • Bump pylance 0.4.17 -> 0.4.20 by @gsilvestrin in #173
  • feat(python): add action to build and publish wheel by @gsilvestrin in #179

New Contributors

Full Changelog: v0.1.6-python...python-v0.1.8