Skip to content

Releases: cpcloud/numbsql

7.1.0

02 Jun 12:14
Compare
Choose a tag to compare

7.1.0 (2024-06-02)

Features

  • deps: add support for python 3.12 (f88229b)
  • deps: support latest versions of numba and llvmlite (1e8d8ce)

7.0.0

07 Dec 13:32
Compare
Choose a tag to compare

7.0.0 (2023-12-07)

⚠ BREAKING CHANGES

  • python: Python <3.9 is no longer supported

Refactors

  • python: bump lower bound to python 3.9 (7c6aab3)

6.0.1

18 Jul 11:57
Compare
Choose a tag to compare

6.0.1 (2023-07-18)

Bug Fixes

  • deps: support numba@0.57 (1e34377)

Refactors

  • replace [@generated](https://github.com/generated)_jit with recommended [@extending](https://github.com/extending).overload alternative (460d991)
  • use typing.get_type_hints instead of signature (75160c0)

6.0.0

06 Dec 17:34
Compare
Choose a tag to compare

6.0.0 (2022-12-06)

⚠ BREAKING CHANGES

  • Upgrade to Python 3.8

Bug Fixes

  • fix and update semantic-release code (fbc7572)

Refactors

v5.1.1

22 Jul 19:37
Compare
Choose a tag to compare

5.1.1 (2022-07-22)

Bug Fixes

  • deps: update dependency numpy to v1.22.0 [security] (638180a)

v5.1.0

14 Jan 11:51
Compare
Choose a tag to compare

5.1.0 (2022-01-14)

Features

v5.0.2

14 Jan 05:53
Compare
Choose a tag to compare

5.0.2 (2022-01-14)

Bug Fixes

  • deps: update dependency numba to >=0.53,<0.56 (14f0d92)

v5.0.1

13 Jan 21:47
Compare
Choose a tag to compare

5.0.1 (2022-01-13)

Bug Fixes

  • deps: update dependency llvmlite to >=0.36,<0.39 (7d0097e)

v5.0.0

08 Jan 16:20
Compare
Choose a tag to compare

5.0.0 (2022-01-08)

Bug Fixes

  • bump minimum version of numpy (8704260)

BREAKING CHANGES

  • Upgrade to numpy >=1.21

v4.0.6

20 Dec 19:38
Compare
Choose a tag to compare

Fix

  • Support more versions of numba/llvmlite (fa9a5a9)