Skip to content

Releases: dib-lab/pybbhash

v0.6.0

26 Oct 16:56
@ctb ctb
ba43946

Choose a tag to compare

What's Changed

  • MRG: fix compile problems on Mac OS X by @ctb in #19
  • MRG: expose memory information by @ctb in #20
  • Exposing Memory Information for Benchmarking and Memory Logging by @srihegde in #18

New Contributors

Full Changelog: v0.5.4...v0.6.0

v0.5.4

25 Oct 23:21
@ctb ctb

Choose a tag to compare

Remove unnecessary install_requires from setup.py.

v0.5.3

25 Oct 19:30
@ctb ctb

Choose a tag to compare

Include test files in manifest.

v0.5.2

25 Oct 18:35
@ctb ctb

Choose a tag to compare

Update to include LICENSE and other files in release.

v0.5.1

24 Oct 17:41
@ctb ctb

Choose a tag to compare

downgrade setuptools requirement to >= 49, for conda-forge release packaging reasons.

v0.5

24 Oct 16:21
@ctb ctb

Choose a tag to compare

Adds PR #13 --

  • adds a require_exist option to BBHashTable.get_unique_values that will raise exception for missing items
  • fixes BBHashTable.get_unique_values to take any iterable
  • fixes PyMPHF.lookup_many to take any iterable

v0.4.2

24 Oct 15:19
@ctb ctb

Choose a tag to compare

Fix setup.py to support long_description properly; add BooPHF license to LICENSE.txt.

v0.4.1

24 Oct 15:00
@ctb ctb

Choose a tag to compare

Update setup.py to include long_description; fix internal version number in setup.py

v0.4

24 Oct 14:53
@ctb ctb
c3529bd

Choose a tag to compare

Updated release for conda packaging; now includes LICENSE.txt