You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(py)!: enable Model as default BINARY envelope format (#2317)
- Makes default binary config MODEL_WITH_EXTS with default zstd
compression
- Validates tests against default text and binary configs
- Skips Value Function tests (not supported by model and intended to be
removed in core)
Closes#2305
BREAKING CHANGE: `EnvelopeConfig::BINARY` now uses the model binary
encoding.
BREAKING CHANGE: `EnvelopeFormat.MODULE` is now `EnvelopeFormat.MODEL`.
`EnvelopeFormat.MODULE_WITH_EXTS` is now
`EnvelopeFormat.MODEL_WITH_EXTS`
0 commit comments