Skip to content

Version 2.0.0

Compare
Choose a tag to compare
@M1ha-Shvn M1ha-Shvn released this 22 Nov 10:20
· 3 commits to master since this release
cd2b338

Features

  1. Implemented configuration aggregations and transforms (HllType, HllRegWidth, HllLog2M, HllExpthresh, HllSparseOn)
  2. Cardinality now returns FloatField instead of IntegerField as native field does
  3. HllField parameters changed behavior: instead of hardcoding default values, it now bypasses defaults generation to database layer

Bug fixes

  1. Fixed ability to pass parameters to HllEmpty(...) function

Testing

  1. Refactoring of some tests
  2. Added tests on hll fields comparison (filter/exclude)

Back incompatible changes

  1. Cardinality functions no return results as FloatField instead of IntegerField
  2. Moved HllField transforms to separate file (from django_pg_hll.fields to django_pg_hll.transforms)
  3. HllField parameters changed behavior: instead of hardcoding default values, it now bypasses defaults generation to database layer