Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 891 Bytes

File metadata and controls

47 lines (26 loc) · 891 Bytes

0.2.1 (2023-07-31)

  • Fixed form issues with Django

0.2.0 (2023-07-23)

  • Fixed form validation with Django
  • Dropped support for Python < 3.8

0.1.8 (2023-05-20)

  • Fixed serialization with Django

0.1.7 (2023-05-11)

  • Added register_vector_async for psycopg3
  • Fixed set_types for psycopg3

0.1.6 (2022-05-22)

  • Fixed return type for distance operators with SQLAlchemy

0.1.5 (2022-01-14)

  • Fixed operator does not exist error with Django
  • Fixed warning with SQLAlchemy 1.4.28+

0.1.4 (2021-10-12)

  • Updated psycopg3 integration for 3.0 release (no longer experimental)

0.1.3 (2021-06-22)

  • Added support for asyncpg
  • Added experimental support for psycopg3

0.1.2 (2021-06-13)

  • Added Django support

0.1.1 (2021-06-12)

  • Added l2_distance, max_inner_product, and cosine_distance for SQLAlchemy

0.1.0 (2021-06-11)

  • First release