Skip to content

Citrine v1.31.1 is released!

Choose a tag to compare

@jspeerless jspeerless released this 24 May 18:10
d912b3a

This release includes exiting new functionality for building predictors. For fans of the SimpleMLPredictor, we've included the simple_ml_builder that mimics the simple interface, but creates a GraphPredictor that is compatible with our web UI. We also now allow more flexibility in referencing files through our SDK. As always, we are improving our documentation, performance, and fixing bugs to keep our users running smoothly.

What's New

  • We've introduced the simple_ml_builder: the ease of use of the SimpleMLPredictor but directly compatible with the current version of our Model Builder web UI. One can use this builder method to pass input, output, and latent variable descriptors and get a GraphPredictor with the necessary AutoML and featurizer nodes needed to predict your outputs. #737, #752, #755
  • Users can now retrieve files by the file_link object, its UUID, or its filename. #745

Improvements

  • Improving our documentation for querying and waiting for asynchronous tasks. #749
  • Updated dependency to latest release of gemd-python (see gemd-python release notes for details). #757
  • Performance improvements to accelerate our internal development. #751, #756

Fixes

  • Bugfixes to keep folks running smoothly. #750

Full Changelog: v1.28.3...v1.31.1