Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Sep 08:19
3c9d3fa

❗ Deprecations

  • Deprecate numba 0.49 and add python 3.9 support

πŸš€ New Features

  • Support C function prototypes. Add Type.name property to function types
  • Add command to declare external functions
  • Introduce dummy target info
  • Change external behavior to work with hardware-specific types
  • Introduce ccompiler, Array.ptr and a prototype of treelite prediction model as an UDF
  • Replace travis ci by github actions
  • External with device parameter
  • Fix gh-action when installing omniscidb from conda-forge
  • Add a CHANGELOG file to RBC
  • Support remote access and conversion of pointer values of scalar, struct, and pointer types
  • Add cmath and libdevice external functions and gpu bindings to cmath and numpy
  • Implement ColumnList support for runtime UDTFs
  • Bump omniscidb current development version to 5.8.0; Add omniscidb 5.6 to CI
  • Add support for input_id annotation
  • Tests for Numba 0.54.0 RC3
  • Support output column allocation within a table function

πŸ› Bug Fixes

  • External with device parameter
  • Add clang++ to conda environment
  • Remove CircleCI from readme
  • Fix test_omnisci_array_null tests
  • Fix require_version date in test_omnisci_column_arguments
  • Various test fixes
  • Disable caching for logaddexp/logaddexp2
  • Fix incorrect test result - boolean array containing nulls.
  • Enable docker-dev tests for branches
  • Support omnisci server option --allow-query-step-cpu-retry=1

πŸ“˜ Documentation

  • Fix readthedocs build

βš™οΈ Tests

  • Test cmath functions using RemoteJIT
  • Fix testing rbc in CI
  • Implement tests for UDTF compositions
  • Tests for MLPack support: dbscan, kmeans
  • Add tests for sizer with default value - omniscidb-internal PR 5403
  • Address reviewer comments for PR 313
  • Various test fixes
  • Enable gpu trigonometric tests
  • Fix incorrect test result - boolean array containing nulls.
  • Add test for dict encoded string types - omniscidb-internal PR 5492
  • Speedup cmath tests
  • Update supported casting rules
  • add test for issue gh-109
  • Support omnisci server option --allow-query-step-cpu-retry=1
Uncategorized
  • Fix docstring
  • move IS_GPU/IS_CPU out of omniscidb