Skip to content

Latest commit

 

History

History
141 lines (85 loc) · 4.79 KB

CHANGELOG.rst

File metadata and controls

141 lines (85 loc) · 4.79 KB

Changelog

1.9.2 - 2024.09.05

Bug fixes

1.9.0 - 2024.06.25

New features

Other changes

  • Provide a py.typed file.
  • Remove usage of pkg_resources.

1.8.0 - 2023.06.16

New features

Other changes

1.7.0 - 2023.05.11

New features

1.6.0 - 2023.04.12

Other changes

  • Ensure compatibility with sqlalchemy >= 2.0.

1.5.0 - 2023.03.14

New features

1.4.0 - 2023.02.24

New features

  • Add partial and experimental support for db2 as a backend.

1.3.0 - 2023.01.17

New features

Other changes

1.2.0 - 2022.10.21

New features

Bug fix

  • Snowflake-sqlalchemy version 1.4.0 introduced an unexpected change in behaviour. This problem is resolved by pinning it to the previous version, 1.3.4.

1.1.1 - 2022.06.30

New: SQL implementation for KS-test

  • The Kolgomorov Smirnov test is now implemented in pure SQL, shifting the computation to the database engine, improving performance tremendously.

1.1.0 - 2022.06.01

New feature: Statistical Tests

1.0.1 - 2022.05.24

Bug fix: