Releases: cpcloud/numbsql
Releases · cpcloud/numbsql
v4.0.4
Fix
- deps: Bump to numba 0.54.1 (
672c896
)
v4.0.3
Fix
- Try using System.B (
aa89b32
)
- sqlite: Try to load libSystem.dylib on macos, in place of libc (
f48bb2b
)
v4.0.1
Fix
- deps: Llvmlite: 0.36 -> 0.37, numba: 0.53 -> 0.54 (
3612ce8
)
- deps: Bump llvm to 11 (
bcbd77d
)
v4.0.0
Breaking
- The library was renamed from slumba to numbsql (
b7a852f
)
Documentation
v3.1.0
Feature
- Support strings in scalar udfs but not in udafs (
fe03e2f
)
- strings: Add support for reading strings (
b6d74cb
)
v3.0.0
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
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
Feature
- Add limited support for strings (
13ed405
)