Skip to content

Releases: cpcloud/numbsql

v4.0.5

19 Dec 12:44
Compare
Choose a tag to compare

Fix

  • Correct the build author (bd7432b)

v4.0.4

09 Dec 23:19
Compare
Choose a tag to compare

Fix

  • deps: Bump to numba 0.54.1 (672c896)

v4.0.3

09 Dec 18:55
Compare
Choose a tag to compare

Fix

  • Try using System.B (aa89b32)
  • sqlite: Try to load libSystem.dylib on macos, in place of libc (f48bb2b)

v4.0.2

23 Sep 23:49
Compare
Choose a tag to compare

Fix

  • deps: Enable poetry2nix (c3c9bfc)

v4.0.1

19 Sep 11:43
Compare
Choose a tag to compare

Fix

  • deps: Llvmlite: 0.36 -> 0.37, numba: 0.53 -> 0.54 (3612ce8)
  • deps: Bump llvm to 11 (bcbd77d)

v4.0.0

31 Aug 14:14
Compare
Choose a tag to compare

Breaking

  • The library was renamed from slumba to numbsql (b7a852f)

Documentation

v3.1.0

25 Aug 12:39
Compare
Choose a tag to compare

Feature

  • Support strings in scalar udfs but not in udafs (fe03e2f)
  • strings: Add support for reading strings (b6d74cb)

v3.0.0

24 Aug 14:09
Compare
Choose a tag to compare

Feature

  • api: Refactor api to use type annotations entirely (164a01a)

Breaking

  • Type annotations must now be used to define both scalar and aggregate functions (164a01a)

Documentation

v2.0.0

22 Aug 14:14
Compare
Choose a tag to compare

Fix

  • Return a new ref instead of a borrowed one (b9b3730)
  • Add missing exceptions.py module (5a1bfe0)
  • Revert mypy (2ee28ca)
  • Safely decref the pyobject that we use to store the state of agg initialization (fc70f1d)
  • Use reset_init in finalize to indicate that the next step call should reinit (3dc3d54)
  • Actually run constructors (8f02a99)
  • udaf: Compile init functions (95fae29)

Breaking

  • run constructors, which previously were not being called (8f02a99)

Documentation

  • Add some docs, comments and fix types (3f476bf)
  • Comment more on how byref works (4ed4cf0)

Performance

  • Tell mypy to ignore tests because it's way too slow (86a8b62)

v1.3.0

17 Aug 14:24
Compare
Choose a tag to compare

Feature

  • Add limited support for strings (13ed405)