Skip to content

Releases: blue-yonder/turbodbc

turbodbc 4.12.0

14 May 08:52
7eae39a
Compare
Choose a tag to compare
  • Support pyarrow=16
  • Drop Python 3.9

Turbodbc 4.11.1

30 Apr 07:37
71b27b1
Compare
Choose a tag to compare

Set upper limit on pyarrow also in pyproject.toml

Turbodbc 4.11.0

07 Feb 09:54
998d93d
Compare
Choose a tag to compare

Support pyarrow=15

Turbodbc 4.10.1

12 Jan 15:05
13f5b8a
Compare
Choose a tag to compare

Re-upload of 4.10.1 as this repo still doesn't pick up git tags.

Turbodbc 4.10.0

12 Jan 14:24
6cb697b
Compare
Choose a tag to compare
  • Fix performance bug in dealing with character columns under Windows, because of utf conversion by using simdutf instead of wstring_convert

Turodbc 4.9.0

19 Nov 10:41
28baf98
Compare
Choose a tag to compare

Same as 4.8.1

Turbodbc 4.8.1

19 Nov 10:19
28baf98
Compare
Choose a tag to compare

What's Changed

  • Add pyproject.toml to build artifact to meet pep517 by @cshaley in #401

Full Changelog: 4.8.0...4.8.1

Turbodbc 4.8.0

14 Nov 08:41
f7b3f1e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.7.0...4.8.0

Turbodbc 4.7.0

30 Aug 18:10
c8065d2
Compare
Choose a tag to compare
  • Support pyarrow=13

Turbodbc 4.6.0

09 May 09:24
d121945
Compare
Choose a tag to compare
  • Drop python 3.8 support
  • Add python 3.11 support
  • Require numpy>=1.20.0
  • Require pyarrow>=7
  • Support pyarrow=12
  • Bump pybind11 version to 2.10.4
  • Update GitHub Actions
  • Update pre-commit hooks and linting