What's Changed
* Remove logging errors when the convertor rounds up values, which is not an uncommon occurrence (e.g. RandomDesigner, EagleStrategyDesigner). by copybara-service in https://github.com/google/vizier/pull/950
* Input validation for add_categorical_param. by copybara-service in https://github.com/google/vizier/pull/952
* Fix the type error. `nn.module.get_variable` returns a regular dict now. by copybara-service in https://github.com/google/vizier/pull/957
* Fixes Eagle optimizer trials padding by copybara-service in https://github.com/google/vizier/pull/960
* ParameterEntropyHparamScorerFactory for scoring exploration behavior by copybara-service in https://github.com/google/vizier/pull/970
* Add prior study setters into benchmark runners. by copybara-service in https://github.com/google/vizier/pull/984
* Update documentation: Users are now allowed to write to namespaces other than by copybara-service in https://github.com/google/vizier/pull/988
* Introduce stateful curve converters. by copybara-service in https://github.com/google/vizier/pull/987
* Add support for conditionals in `TrialToArrayConverter`. by copybara-service in https://github.com/google/vizier/pull/1001
* Minor edits by copybara-service in https://github.com/google/vizier/pull/1000
**Full Changelog**: https://github.com/google/vizier/compare/v0.1.12...v0.1.13