pyfemtet 1.0.6__tar.gz → 1.0.8__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pyfemtet might be problematic. Click here for more details.
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/PKG-INFO +2 -2
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/optimizer/_base_optimizer.py +1 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/_complex_components/detail_graphs.py +18 -13
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyproject.toml +2 -2
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/LICENSE +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/LICENSE_THIRD_PARTY.txt +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/README.md +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/__init__.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/_i18n/1. make_pot_and_update_po.bat +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/_i18n/2. build_mo.bat +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/_i18n/__init__.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/_i18n/babel.cfg +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/_i18n/i18n.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/_i18n/locales/ja/LC_MESSAGES/messages.mo +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/_i18n/locales/ja/LC_MESSAGES/messages.po +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/_i18n/locales/messages.pot +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/_i18n/messages.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/_util/__init__.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/_util/closing.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/_util/dask_util.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/_util/df_util.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/_util/excel_macro_util.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/_util/excel_parse_util.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/_util/femtet_access_inspection.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/_util/femtet_autosave.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/_util/femtet_exit.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/_util/femtet_version.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/_util/helper.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/_util/process_util.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/_util/sample.xlsx +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/_util/str_enum.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/core.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/dispatch_extensions/__init__.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/dispatch_extensions/_impl.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/logger/__init__.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/logger/_impl.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/__init__.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/exceptions.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/femopt.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/history/__init__.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/history/_history.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/history/_hypervolume.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/history/_optimality.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/interface/__init__.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/interface/_base_interface.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/interface/_excel_interface/__init__.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/interface/_excel_interface/debug-excel-interface.xlsm +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/interface/_excel_interface/excel_interface.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/interface/_femtet_interface/__init__.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/interface/_femtet_interface/_femtet_parametric.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/interface/_femtet_interface/femtet_interface.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/interface/_femtet_with_nx_interface/__init__.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/interface/_femtet_with_nx_interface/femtet_with_nx_interface.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/interface/_femtet_with_nx_interface/model1.prt +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/interface/_femtet_with_nx_interface/model1.x_t +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/interface/_femtet_with_nx_interface/update_model.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/interface/_femtet_with_solidworks/__init__.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/interface/_femtet_with_solidworks/femtet_with_solidworks_interface.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/interface/_solidworks_interface/__init__.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/interface/_solidworks_interface/solidworks_interface.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/interface/_surrogate_model_interface/__init__.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/interface/_surrogate_model_interface/base_surrogate_interface.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/interface/_surrogate_model_interface/botorch_interface.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/interface/_surrogate_model_interface/debug-pof-botorch.reccsv +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/interface/_with_excel_settings/__init__.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/interface/_with_excel_settings/with_excel_settings.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/meta_script/YAML_Generator.xlsm +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/meta_script/__init__.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/meta_script/__main__.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/meta_script/sample/sample.bas +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/meta_script/sample/sample.femprj +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/optimizer/__init__.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/optimizer/optuna_optimizer/__init__.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/optimizer/optuna_optimizer/_optuna_attribute.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/optimizer/optuna_optimizer/_optuna_optimizer.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/optimizer/optuna_optimizer/_pof_botorch/__init__.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/optimizer/optuna_optimizer/_pof_botorch/debug-pof-botorch.reccsv +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/optimizer/optuna_optimizer/_pof_botorch/enable_nonlinear_constraint.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/optimizer/optuna_optimizer/_pof_botorch/pof_botorch_sampler.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/optimizer/optuna_optimizer/wat_ex14_parametric_jp.femprj +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/optimizer/scipy_optimizer/__init__.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/optimizer/scipy_optimizer/_scipy_optimizer.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/prediction/__init__.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/prediction/_botorch_utils.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/prediction/_gpytorch_modules_extension.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/prediction/_helper.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/prediction/_model.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/problem/__init__.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/problem/problem.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/problem/variable_manager/__init__.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/problem/variable_manager/_string_as_expression.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/problem/variable_manager/_variable_manager.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/__init__.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/_create_wrapped_components.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/__init__.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/__main__.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/_base_application.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/_common_pages.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/_complex_components/__init__.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/_complex_components/alert_region.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/_complex_components/control_femtet.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/_complex_components/main_graph.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/_complex_components/pm_graph.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/_detail_page.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/_process_monitor/__init__.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/_process_monitor/_application.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/_process_monitor/_pages.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/_wrapped_components/__init__.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/_wrapped_components/dbc.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/_wrapped_components/dcc.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/_wrapped_components/html.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/_wrapped_components/str_enum.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/.gitignore +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/__init__.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/__main__.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/_application.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/_pages.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08.csv +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08.db +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8.jpg +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8.log +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8.pdt +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_1.jpg +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_1.pdt +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_10.jpg +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_10.pdt +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_11.jpg +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_11.pdt +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_12.jpg +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_12.pdt +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_13.jpg +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_13.pdt +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_14.jpg +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_14.pdt +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_15.jpg +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_15.pdt +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_16.jpg +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_16.pdt +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_17.jpg +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_17.pdt +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_18.jpg +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_18.pdt +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_19.jpg +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_19.pdt +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_2.jpg +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_2.pdt +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_20.jpg +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_20.pdt +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_3.jpg +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_3.pdt +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_4.bgr +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_4.bnd +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_4.btr +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_4.jpg +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_4.mtl +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_4.pdt +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_4.prm +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_5.jpg +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_5.pdt +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_6.jpg +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_6.pdt +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_7.jpg +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_7.pdt +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_8.jpg +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_8.pdt +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_9.jpg +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_9.pdt +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.femprj +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/plotter/__init__.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/plotter/contour_creator.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/plotter/main_figure_creator.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/plotter/parallel_plot_creator.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/plotter/pm_graph_creator.py +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/wat_ex14_parametric_jp.femprj +0 -0
- {pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/worker_status.py +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: pyfemtet
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.8
|
|
4
4
|
Summary: Design parameter optimization using Femtet.
|
|
5
5
|
License: MIT
|
|
6
|
-
Author:
|
|
6
|
+
Author: pyfemtet
|
|
7
7
|
Author-email: 148934231+pyfemtet@users.noreply.github.com
|
|
8
8
|
Requires-Python: >= 3.10, < 3.14
|
|
9
9
|
Classifier: License :: OSI Approved :: MIT License
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
from __future__ import annotations
|
|
2
2
|
|
|
3
|
-
from typing import Literal
|
|
3
|
+
from typing import Literal, TypeAlias
|
|
4
4
|
|
|
5
5
|
import pandas as pd
|
|
6
6
|
import optuna
|
|
@@ -21,6 +21,9 @@ from pyfemtet.opt.visualization.plotter.parallel_plot_creator import parallel_pl
|
|
|
21
21
|
from pyfemtet.opt.visualization.plotter.contour_creator import contour_creator
|
|
22
22
|
|
|
23
23
|
|
|
24
|
+
ItemKind: TypeAlias = Literal['prm', 'all_output', 'obj', 'cns', 'other_output']
|
|
25
|
+
|
|
26
|
+
|
|
24
27
|
class SelectablePlot(AbstractPage):
|
|
25
28
|
location: dcc.Location
|
|
26
29
|
graph: dcc.Graph
|
|
@@ -29,8 +32,8 @@ class SelectablePlot(AbstractPage):
|
|
|
29
32
|
InputItemsClass = dcc.Checklist
|
|
30
33
|
OutputItemsClass = dcc.Checklist
|
|
31
34
|
alerts: html.Div
|
|
32
|
-
input_item_kind: set[
|
|
33
|
-
output_item_kind: set[
|
|
35
|
+
input_item_kind: set[ItemKind] = {'prm'}
|
|
36
|
+
output_item_kind: set[ItemKind] = {'all_output'}
|
|
34
37
|
description_markdown: str = ''
|
|
35
38
|
|
|
36
39
|
def __init__(self, title='base-page', rel_url='/', application=None,
|
|
@@ -109,21 +112,23 @@ class SelectablePlot(AbstractPage):
|
|
|
109
112
|
return history, df, main_df
|
|
110
113
|
|
|
111
114
|
@staticmethod
|
|
112
|
-
def _return_checklist_options_and_value(history, types) -> tuple[list[dict], list[str]]:
|
|
115
|
+
def _return_checklist_options_and_value(history, types: set[Literal]) -> tuple[list[dict], list[str]]:
|
|
113
116
|
|
|
114
117
|
keys = []
|
|
115
118
|
|
|
116
|
-
if 'all' in types:
|
|
117
|
-
keys.extend(history.prm_names)
|
|
118
|
-
keys.extend(history.obj_names)
|
|
119
|
-
keys.extend(history.cns_names)
|
|
120
|
-
|
|
121
119
|
if 'prm' in types:
|
|
122
120
|
keys.extend(history.prm_names)
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
121
|
+
|
|
122
|
+
if 'all_output' in types:
|
|
123
|
+
keys.extend(history.all_output_names)
|
|
124
|
+
|
|
125
|
+
else:
|
|
126
|
+
if 'obj' in types:
|
|
127
|
+
keys.extend(history.obj_names)
|
|
128
|
+
if 'cns' in types:
|
|
129
|
+
keys.extend(history.cns_names)
|
|
130
|
+
if 'other_output' in types:
|
|
131
|
+
keys.extend(history.other_output_names)
|
|
127
132
|
|
|
128
133
|
return [dict(label=key, value=key) for key in keys], keys
|
|
129
134
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name = "pyfemtet"
|
|
3
3
|
dynamic = []
|
|
4
4
|
description = "Design parameter optimization using Femtet."
|
|
5
|
-
authors = [{ name = "
|
|
5
|
+
authors = [{ name = "pyfemtet", email = "148934231+pyfemtet@users.noreply.github.com" }]
|
|
6
6
|
requires-python = ">= 3.10, < 3.14"
|
|
7
7
|
readme = "README.md"
|
|
8
8
|
license = "MIT"
|
|
@@ -33,7 +33,7 @@ dependencies = [
|
|
|
33
33
|
|
|
34
34
|
#[project.optional-dependencies]
|
|
35
35
|
#brep = ["brepmatching>=0.1.8,<0.2"]
|
|
36
|
-
version = "1.0.
|
|
36
|
+
version = "1.0.8"
|
|
37
37
|
|
|
38
38
|
[project.urls]
|
|
39
39
|
Repository = "https://github.com/pyfemtet/pyfemtet"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/interface/_excel_interface/debug-excel-interface.xlsm
RENAMED
|
File without changes
|
{pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/interface/_excel_interface/excel_interface.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/interface/_femtet_interface/_femtet_parametric.py
RENAMED
|
File without changes
|
{pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/interface/_femtet_interface/femtet_interface.py
RENAMED
|
File without changes
|
{pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/interface/_femtet_with_nx_interface/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/interface/_femtet_with_nx_interface/model1.prt
RENAMED
|
File without changes
|
{pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/interface/_femtet_with_nx_interface/model1.x_t
RENAMED
|
File without changes
|
{pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/interface/_femtet_with_nx_interface/update_model.py
RENAMED
|
File without changes
|
{pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/interface/_femtet_with_solidworks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/interface/_surrogate_model_interface/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/interface/_with_excel_settings/with_excel_settings.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/optimizer/optuna_optimizer/_optuna_attribute.py
RENAMED
|
File without changes
|
{pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/optimizer/optuna_optimizer/_optuna_optimizer.py
RENAMED
|
File without changes
|
{pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/optimizer/optuna_optimizer/_pof_botorch/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/optimizer/scipy_optimizer/_scipy_optimizer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/problem/variable_manager/_string_as_expression.py
RENAMED
|
File without changes
|
{pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/problem/variable_manager/_variable_manager.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/_base_application.py
RENAMED
|
File without changes
|
{pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/_common_pages.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/.gitignore
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/history_viewer/result_viewer/_pages.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyfemtet-1.0.6 → pyfemtet-1.0.8}/pyfemtet/opt/visualization/plotter/parallel_plot_creator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|