Wandas 0.6.1¶
Wandas 0.6.1 is a maintenance release focused on explicit metadata ownership and recoverable release automation. Wandas 0.6.1は、metadataの所有権の明確化と、復旧可能なrelease automationに 重点を置いたmaintenance releaseです。
Highlights / ハイライト¶
- Private channel-metadata storage keys now have a single internal owner without adding a public xarray API or changing WDF 0.4 serialized names. privateなchannel-metadata storage keyの内部所有者を一箇所に集約しました。 public xarray APIおよびWDF 0.4のserialized nameは変更していません。
- Frame derivation and calibration avoid redundant nested metadata copies while preserving source/result independence, metadata/history, Recipe behavior, and Dask laziness. Frameの派生とcalibrationで不要なnested metadata copyを避けつつ、source/resultの 独立性、metadata/history、Recipeの挙動、Dask lazinessを維持します。
- Release notifications to
kasahart/wandas-agentnow validate strictvX.Y.Ztags, support explicit replay, and provide a clear repository-owned warning when the least-privilege credential is unavailable.kasahart/wandas-agentへのrelease通知は、厳密なvX.Y.Ztagを検証し、明示的な replayをサポートします。least-privilege credentialが利用できない場合は、 repository側の明確なwarningを表示します。
Changes / 変更内容¶
- #330: Centralize private channel-metadata storage keys. privateなchannel-metadata storage keyを一箇所に集約しました。
- #331: Make channel-metadata ownership explicit. channel-metadataの所有権を明確化しました。
- #332: Restore recoverable
wandas-agentnotifications. 復旧可能なwandas-agent通知を整備しました。 - #333: Simplify the generated-artifact cleanup lifecycle. 生成artifactのcleanup lifecycleを簡素化しました。
- #334: Prepare the Wandas 0.6.1 release. Wandas 0.6.1のrelease準備を行いました。
Compatibility / 互換性¶
This release does not change the public numerical-data boundary: use frame.data.
WDF 0.4 and Recipe schema 2 remain unchanged. Cross-repository agent notification
requires the documented WANDAS_AGENT_TOKEN. When the token is unavailable, the
optional notification is skipped without invalidating the package release; the
downstream submodule can be reconciled manually or the tag can be replayed after
configuration is corrected.
このreleaseでもpublicな数値data境界は変わりません。frame.dataを使用してください。
WDF 0.4とRecipe schema 2も変更していません。repository間のAgent通知には、文書化された
WANDAS_AGENT_TOKENが必要です。tokenが利用できない場合、package releaseを失敗扱いに
せず任意の通知をskipします。下流submoduleは手動で同期でき、設定修正後にtagをreplay
することもできます。