Changelog#

[2.14.0] - 2024-07-20#

Added#

  • Support building rocksdb from zstd compressed data

[2.13.4] - 2024-05-28#

Added#

  • Efficient implementation of hugedict.sqlite.Sqlite.clear method

[2.13.3] - 2024-05-22#

Fixed#

  • Update type annotation

[2.13.1] - 2024-05-21#

Fixed#

  • Fix missing table_name attribute in hugedict.sqlite.SqliteDict

[2.13.0] - 2024-05-20#

Added#

  • Support multiple SqliteDict in a single dbfile

[2.12.10] - 2024-03-08#

Fixed#

  • Fix RocksDBLoader for NDJson should not keep double quotes around string value (e.g., "Human" instead of Human).

2.4.0 - 2022-08-02#

Full Changelog

Implemented enhancements:

  • improve rocksdb loader #14 (#16 (binh-vu))

  • Ability to manually update the cache #11

Fixed

  • [mrsw] Invalid address when the URL is too long #8

2.3.3 - 2022-07-31#

Full Changelog

Implemented enhancements:

Fixed

  • hugedict.parallel cache function in big script requires more time to start a primary instance #10 (#13 (binh-vu))

  • [mrsw] entry not found #9

  • PyLance reports private import usage for hugedict.prelude #7

2.3.2 - 2022-07-05#

Full Changelog

Fixed

  • PyLance reports private import usage for hugedict.prelude #7

2.3.1 - 2022-07-03#

Full Changelog

Added

  • Add prefix_extractor to hugedict.prelude (9283234)

  • Add function to get RocksDB properties (72f46391)

2.3.0 - 2022-07-03#

Full Changelog

Added

2.2.0 - 2022-07-01#

Added

  • Add option to open rocksdb dict in secondary mode (ef6b975)