Skip to content

v2.16.0

Choose a tag to compare

@Nkzono99 Nkzono99 released this 18 May 13:06
· 22 commits to main since this release

ローカルで巨大な field データを誤って読み込まないための remote 必須モードを追加したリリースです。Windows 環境でのテスト互換性も改善しています。

Highlights

  • Add local field data access policy with remote_required mode (2731dd2)
  • Refuse additional local analysis and visualization paths when local field access is disabled (41931a7)
  • Make distributed and CLI tests portable on Windows (273e6c7)

New Features

  • Add process-wide, context, environment, and per-Emout local field data access policy controls (2731dd2)
  • Add remote rendering fallback for disabled local field plots through Emout.remote() and remote_figure() workflows (2731dd2)

Bug Fixes

  • Fix local-data-policy gaps for remote_figure() without a session, relocated field creation, Data3d exports, surface plotting, PyVista rendering, and vector plotting (41931a7)
  • Fix Windows portability for process checks, default port selection, POSIX permission tests, source encoding reads, and path string expectations (273e6c7)

Documentation

  • Document strict local field data policy usage in README and distributed guides (2731dd2)
  • Add Codex plugin installation guide (7b38834)

Full Changelog: v2.15.0...v2.16.0