This release brings several formulations-related predictors to Beta. This means that they are well-documented, stable, and expected to work for a variety of problems. We are excited to have them used widely and welcome your feedback.
This release also contains several changes in service of cutting the eventual v1.0.0 release of citrine-python. Releasing v1.0.0 indicates that we expect the software to be polished, robust, and resistant to change. We will be making many upgrades in the next few weeks, including some breaking changes, while working towards this goal.
What's New
* The `MeanPropertyPredictor` now implements stricter behavior when `impute_properties` is `False`. If a formulation does not have a value for a given property, then it will not be featurized. (583).
* The `get` methods for `GemTable` and `TableConfig` no longer require that a version number be specified. If not specified, the most recent version is returned (594).
Improvements
* More flexibility when passing `set`, `list`, and `tuple` arguments. A method that requires a collection will now generally accept all three types. (585)
* Several not-yet-implemented and not-sensical REST methods have been given clear error messages (590).
* More thorough, correct, and uniform documentation (588, 595)
* Enumerated the allowed `resource_type` values, for use in access control calls (599).
Deprecated
* `get_with_version` is deprecated for `TableConfig`. Instead, use `get` and specify the version number (594).
Coming Soon