Skip to content

v0.7.0

Choose a tag to compare

@nyurik nyurik released this 25 Feb 18:20
· 5 commits to main since this release

What's Changed

Features

Bug Fixes

Documentation

Testing & Fuzzing

Performance

  • perf: add benchmarks on uniform, sorted, clustered, sparse, constant, geometric data for compression/decompression/round-trip/rate by @CommanderStorm in #51
  • chore(perf): use static sized arrays instead of Vec<..> by @CommanderStorm in #49

Refactoring & Code Improvements

  • chore!: Unify error handling by @CommanderStorm in #45
  • chore: start refactoring to only use bytes by refactoring the ByteBuffer internals by @CommanderStorm in #47
  • refactor: remove unnecessary spaces in exceptional value vector allocation by @Weixing-Zhang in #33
  • chore: replace bestbbestcexceptmaxb with the variables that it actually is by @CommanderStorm in #50

CI, Linting & Maintenance

Dependencies

  • chore(deps): Update the FastPFOR C++ library to v0.3.1 by @yutannihilation in #62
  • bump all dependencies by @CommanderStorm in #46
  • chore(deps): bump actions/checkout from 5 to 6 in the all-actions-version-updates group by @dependabot[bot] in #42
  • chore(deps): bump actions/checkout from 4 to 5 in the all-actions-version-updates group by @dependabot[bot] in #39
  • chore(deps): bump actions/upload-artifact from 4 to 6 in the all-actions-version-updates group by @dependabot[bot] in #61
  • chore(deps): bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by @dependabot[bot] in #34
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #43
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #38

New Contributors

Full Changelog: v0.6.2...v0.7.0