Citrine v2.42.1 is released!
In this version of Citrine python, we have some internal updates as well as improvements to our methods for accessing branches to improve consistency.
We are also pleased to announce that Citrine python v3.0 will be coming in early February 2024. So as you update to the latest version of Citrine python, be sure to check your code (especially automated scripts) for any deprecation warnings! Those deprecated methods will result in errors after moving to v3.0.
Improvements
- Improvements to internal test automation. #906
Deprecated
- Deprecate branch access by version ID. To remain consistent with our other methods, one instead
get
s a branch with the branch root ID and version number. #902
Coming Soon
- We are very excited to announce that Citrine python v3.0 is expected to release in early February 2024. Note this means that currently deprecated methods will result in errors after this move, so be sure to check your code for any deprecation warnings. Contact Citrine support for any assistance in migration.
Full Changelog: v2.41.0...v2.42.1