Cortex-python

Latest version: v6.3.3

Safety actively analyzes 623035 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

6.4.0

Changed

- The top level `cortex` package acts a namespace and no longer exports the `Cortex` or `Message` types.
- Update any instances of `from cortex import Cortex` to `from cortex.client import Cortex`
- Update any instances of `from cortex import Message` to `from cortex.message import Message`
- Update any instances of `from cortex import __version__` to `from cortex.__version__ import __version__`

6.1.0

Added

- Support for Model CRUD methods
- Configurable artifact key for loading a Model from an Experiment
- Support for creating Experiments using Model

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.