Skip to content

Version 1.0.4

Compare
Choose a tag to compare
@Samuel-Maddock Samuel-Maddock released this 11 Jun 19:30
· 85 commits to master since this release
8b4bc8a

Breaking changes:

  • Package structure has changed, all frequency oracles are now under pure_ldp.frequency_oracles i.e for local hashing it is now from pure_ldp.frequency_oracles.local_hashing import LHClient, LHServer
  • Heavy hitters are also in their own package (just PEM at the moment)

Bugfixes:

  • Fixed examples in example.py
  • Added docstrings to PEM package
  • Fixed raising errors in base class methods