What's Changed
* Fix bug in predict method of gp_bandit.py (not able to pass rng) by copybara-service in https://github.com/google/vizier/pull/1146
* Fix xlabel and debug state analyzer histogram plot. by copybara-service in https://github.com/google/vizier/pull/1147
* Make the client test fixture class generic so subclasses can write platform-specific tests. by copybara-service in https://github.com/google/vizier/pull/1148
* Add return type of fig for plotting. by copybara-service in https://github.com/google/vizier/pull/1149
* In the Halton quasi-random sampler, we were requesting D samples when we only by copybara-service in https://github.com/google/vizier/pull/1151
* Relax numerical tolerance in preparation for xla:cpu update by copybara-service in https://github.com/google/vizier/pull/1152
* 1. Add AcquisitionOverScalarized (Scalarize distributions first to obtain scalar, then get UCB) by copybara-service in https://github.com/google/vizier/pull/1153
* 1. Add AcquisitionOverScalarized (Scalarize distributions first to obtain scalar, then get UCB) by copybara-service in https://github.com/google/vizier/pull/1154
**Full Changelog**: https://github.com/google/vizier/compare/v0.1.17...v0.1.18