Skip to content

Wandas 0.6.2

Wandas 0.6.2 makes channel concatenation contracts explicit and removes the legacy Recipe replay adapter for the former overloaded operation. Wandas 0.6.2はchannel連結の契約を明確化し、従来のoverload operation用の legacy Recipe replay adapterを削除します。

Compatibility / 互換性

The following compatibility changes became effective in 0.6.2 and were approved as exceptions to the normal one-feature-release deprecation window: 次の互換性変更は0.6.2で有効になり、通常の1 feature releaseのdeprecation期間に 対する例外として承認されました。

Affected surface Classification Deprecation start Change version Replacement and exception record
ChannelFrame.add_channel(ChannelFrame) Stable user surface None 0.6.2 Use frame.concat_frame(other, label_prefix="prefix"). The overloaded array/Frame contract was split to keep the public and persisted bindings unambiguous; PR #342 approved the immediate migration.
wandas.channel.add_channel Recipe version 1 replay Serialized operation-version compatibility None 0.6.2 Recreate raw-array workflows with add_channel() version 2 and ChannelFrame workflows with concat_frame() version 1. Issue #353 and PR #354 approved removal because no external saved-v1 users were known and retaining the replay-only adapter would extend an ambiguous binding contract.
対象surface 分類 deprecation開始 変更version 移行方法と例外記録
ChannelFrame.add_channel(ChannelFrame) 安定したuser surface なし 0.6.2 frame.concat_frame(other, label_prefix="prefix")を使用します。public bindingと永続化bindingを明確に分離するため、array/Frameのoverloadを分割しました。PR #342で即時移行を承認しました。
wandas.channel.add_channel Recipe version 1の再生 serialize済みoperation versionの互換性 なし 0.6.2 raw-array workflowはadd_channel() version 2、ChannelFrame workflowはconcat_frame() version 1で作り直します。外部の保存済みv1利用者が確認されず、再生専用adapterの維持が曖昧なbinding契約を延長するため、Issue #353PR #354で削除を承認しました。