This project adheres to Semantic Versioning. Upgrades from major to major versions, such a change from version 5.6.0 to 6.0.0, might require local configuration updates to ensure compatibility with your current scripts. Make sure you have the latest version of the SDK using pip install -U cortex-python.
- Support for Model CRUD methods
- Configurable artifact key for loading a Model from an Experiment
- Support for creating Experiments using Model
- The top level
cortexpackage acts a namespace and no longer exports theCortexorMessagetypes.- Update any instances of
from cortex import Cortextofrom cortex.client import Cortex - Update any instances of
from cortex import Messagetofrom cortex.message import Message - Update any instances of
from cortex import __version__tofrom cortex.__version__ import __version__
- Update any instances of