Version 1.0.4
Breaking changes:
- Package structure has changed, all frequency oracles are now under
pure_ldp.frequency_oracles
i.e for local hashing it is nowfrom 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