v2.16.0
ローカルで巨大な field データを誤って読み込まないための remote 必須モードを追加したリリースです。Windows 環境でのテスト互換性も改善しています。
Highlights
- Add local field data access policy with
remote_requiredmode (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-
Emoutlocal field data access policy controls (2731dd2) - Add remote rendering fallback for disabled local field plots through
Emout.remote()andremote_figure()workflows (2731dd2)
Bug Fixes
- Fix local-data-policy gaps for
remote_figure()without a session, relocated field creation,Data3dexports, 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