Update Google's DP Lib to version 1.1.0. The xor_strings function got removed in this release. Newly added functionality is not exposed as of now (for instance quantile trees).
This PR is based on top of a previous PR, that should be discussed and merged first.
Description
Update Google's DP Lib to version 1.1.0. The
xor_strings
function got removed in this release. Newly added functionality is not exposed as of now (for instance quantile trees).This PR is based on top of a previous PR, that should be discussed and merged first.
Affected Dependencies
Only updated the DP Library to version 1.1.0.
How has this been tested?
bazel test ...
locally.