In the latest release of Citrine python, we have some new alpha functionality along with improvements and a fix. Our backend now supports integers as descriptor types in the AI Engine (they have long been supported in our data model), though that is considered alpha until our web application UI fully supports it. We've also improved our responses returned from ingestion tasks for easier de-bugging, and improved our documentation. As always, we are continually fixing bugs that arise and improving our backend to keep you running smoothly.
What's New
* [ALPHA] We now support integers in our AI Engine! Citrine python users can leverage the integer descriptor and integer constraints for modeling and design. However, this will cause instabilities in the UI of the Citrine Platform web application in the near term. Expect UI errors until cleared from ALPHA. 873, 877
Improvements
* Improvements to how our ingestion workflow returns statuses and errors to our users. 869
* Improve documentation on file upload. 875
Fixes
* Fix error default design space creation. 874
**Full Changelog**: https://github.com/CitrineInformatics/citrine-python/compare/v2.26.1...v2.28.2