pyfemtet 1.0.3__tar.gz → 1.0.4__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.3 → pyfemtet-1.0.4}/PKG-INFO +1 -1
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/interface/__init__.py +12 -1
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyproject.toml +1 -1
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/LICENSE +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/LICENSE_THIRD_PARTY.txt +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/README.md +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/__init__.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/_i18n/1. make_pot_and_update_po.bat +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/_i18n/2. build_mo.bat +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/_i18n/__init__.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/_i18n/babel.cfg +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/_i18n/i18n.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/_i18n/locales/ja/LC_MESSAGES/messages.mo +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/_i18n/locales/ja/LC_MESSAGES/messages.po +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/_i18n/locales/messages.pot +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/_i18n/messages.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/_util/__init__.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/_util/closing.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/_util/dask_util.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/_util/df_util.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/_util/excel_macro_util.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/_util/excel_parse_util.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/_util/femtet_access_inspection.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/_util/femtet_autosave.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/_util/femtet_exit.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/_util/femtet_version.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/_util/helper.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/_util/process_util.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/_util/sample.xlsx +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/_util/str_enum.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/core.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/dispatch_extensions/__init__.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/dispatch_extensions/_impl.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/logger/__init__.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/logger/_impl.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/__init__.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/exceptions.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/femopt.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/history/__init__.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/history/_history.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/history/_hypervolume.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/history/_optimality.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/interface/_base_interface.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/interface/_excel_interface/__init__.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/interface/_excel_interface/debug-excel-interface.xlsm +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/interface/_excel_interface/excel_interface.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/interface/_femtet_interface/__init__.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/interface/_femtet_interface/_femtet_parametric.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/interface/_femtet_interface/femtet_interface.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/interface/_femtet_with_nx_interface/__init__.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/interface/_femtet_with_nx_interface/femtet_with_nx_interface.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/interface/_femtet_with_nx_interface/model1.prt +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/interface/_femtet_with_nx_interface/model1.x_t +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/interface/_femtet_with_nx_interface/update_model.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/interface/_femtet_with_solidworks/__init__.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/interface/_femtet_with_solidworks/femtet_with_solidworks_interface.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/interface/_solidworks_interface/__init__.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/interface/_solidworks_interface/solidworks_interface.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/interface/_surrogate_model_interface/__init__.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/interface/_surrogate_model_interface/base_surrogate_interface.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/interface/_surrogate_model_interface/botorch_interface.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/interface/_surrogate_model_interface/debug-pof-botorch.reccsv +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/interface/_with_excel_settings/__init__.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/interface/_with_excel_settings/with_excel_settings.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/meta_script/YAML_Generator.xlsm +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/meta_script/__init__.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/meta_script/__main__.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/meta_script/sample/sample.bas +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/meta_script/sample/sample.femprj +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/optimizer/__init__.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/optimizer/_base_optimizer.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/optimizer/optuna_optimizer/__init__.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/optimizer/optuna_optimizer/_optuna_attribute.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/optimizer/optuna_optimizer/_optuna_optimizer.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/optimizer/optuna_optimizer/_pof_botorch/__init__.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/optimizer/optuna_optimizer/_pof_botorch/debug-pof-botorch.reccsv +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/optimizer/optuna_optimizer/_pof_botorch/enable_nonlinear_constraint.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/optimizer/optuna_optimizer/_pof_botorch/pof_botorch_sampler.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/optimizer/optuna_optimizer/wat_ex14_parametric_jp.femprj +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/optimizer/scipy_optimizer/__init__.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/optimizer/scipy_optimizer/_scipy_optimizer.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/prediction/__init__.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/prediction/_botorch_utils.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/prediction/_gpytorch_modules_extension.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/prediction/_helper.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/prediction/_model.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/problem/__init__.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/problem/problem.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/problem/variable_manager/__init__.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/problem/variable_manager/_string_as_expression.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/problem/variable_manager/_variable_manager.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/__init__.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/_create_wrapped_components.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/__init__.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/__main__.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/_base_application.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/_common_pages.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/_complex_components/__init__.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/_complex_components/alert_region.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/_complex_components/control_femtet.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/_complex_components/main_graph.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/_complex_components/pm_graph.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/_process_monitor/__init__.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/_process_monitor/_application.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/_process_monitor/_pages.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/_wrapped_components/__init__.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/_wrapped_components/dbc.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/_wrapped_components/dcc.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/_wrapped_components/html.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/_wrapped_components/str_enum.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/.gitignore +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/__init__.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/__main__.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/_application.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/_pages.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08.csv +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08.db +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8.jpg +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8.log +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8.pdt +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_1.jpg +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_1.pdt +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_10.jpg +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_10.pdt +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_11.jpg +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_11.pdt +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_12.jpg +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_12.pdt +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_13.jpg +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_13.pdt +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_14.jpg +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_14.pdt +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_15.jpg +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_15.pdt +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_16.jpg +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_16.pdt +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_17.jpg +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_17.pdt +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_18.jpg +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_18.pdt +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_19.jpg +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_19.pdt +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_2.jpg +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_2.pdt +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_20.jpg +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_20.pdt +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_3.jpg +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_3.pdt +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_4.bgr +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_4.bnd +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_4.btr +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_4.jpg +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_4.mtl +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_4.pdt +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_4.prm +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_5.jpg +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_5.pdt +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_6.jpg +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_6.pdt +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_7.jpg +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_7.pdt +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_8.jpg +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_8.pdt +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_9.jpg +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_9.pdt +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.femprj +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/plotter/__init__.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/plotter/main_figure_creator.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/plotter/pm_graph_creator.py +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/wat_ex14_parametric_jp.femprj +0 -0
- {pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/worker_status.py +0 -0
|
@@ -9,6 +9,16 @@ if platform.system() == 'Windows':
|
|
|
9
9
|
from ._excel_interface import ExcelInterface
|
|
10
10
|
from ._with_excel_settings import *
|
|
11
11
|
from ._with_excel_settings import __all__ as _with_excel_settings__all__
|
|
12
|
+
else:
|
|
13
|
+
class DummyInterface:
|
|
14
|
+
def __init__(self, args, kwargs):
|
|
15
|
+
raise RuntimeError(f'{type(self).__name__} is only for Windows OS.')
|
|
16
|
+
|
|
17
|
+
class FemtetInterface(DummyInterface, AbstractFEMInterface): pass
|
|
18
|
+
class FemtetWithNXInterface(DummyInterface, AbstractFEMInterface): pass
|
|
19
|
+
class FemtetWithSolidworksInterface(DummyInterface, AbstractFEMInterface): pass
|
|
20
|
+
class ExcelInterface(DummyInterface, AbstractFEMInterface): pass
|
|
21
|
+
|
|
12
22
|
|
|
13
23
|
from ._surrogate_model_interface import AbstractSurrogateModelInterfaceBase
|
|
14
24
|
from ._surrogate_model_interface import BoTorchInterface
|
|
@@ -27,4 +37,5 @@ __all__ = [
|
|
|
27
37
|
'PoFBoTorchInterface',
|
|
28
38
|
]
|
|
29
39
|
|
|
30
|
-
|
|
40
|
+
if platform.system() == 'Windows':
|
|
41
|
+
__all__.extend(_with_excel_settings__all__)
|
|
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.3 → pyfemtet-1.0.4}/pyfemtet/opt/interface/_excel_interface/debug-excel-interface.xlsm
RENAMED
|
File without changes
|
{pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/interface/_excel_interface/excel_interface.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/interface/_femtet_interface/_femtet_parametric.py
RENAMED
|
File without changes
|
{pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/interface/_femtet_interface/femtet_interface.py
RENAMED
|
File without changes
|
{pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/interface/_femtet_with_nx_interface/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/interface/_femtet_with_nx_interface/model1.prt
RENAMED
|
File without changes
|
{pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/interface/_femtet_with_nx_interface/model1.x_t
RENAMED
|
File without changes
|
{pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/interface/_femtet_with_nx_interface/update_model.py
RENAMED
|
File without changes
|
{pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/interface/_femtet_with_solidworks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyfemtet-1.0.3 → pyfemtet-1.0.4}/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.3 → pyfemtet-1.0.4}/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
|
|
File without changes
|
{pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/optimizer/optuna_optimizer/_optuna_attribute.py
RENAMED
|
File without changes
|
{pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/optimizer/optuna_optimizer/_optuna_optimizer.py
RENAMED
|
File without changes
|
{pyfemtet-1.0.3 → pyfemtet-1.0.4}/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.3 → pyfemtet-1.0.4}/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.3 → pyfemtet-1.0.4}/pyfemtet/opt/problem/variable_manager/_string_as_expression.py
RENAMED
|
File without changes
|
{pyfemtet-1.0.3 → pyfemtet-1.0.4}/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.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/_base_application.py
RENAMED
|
File without changes
|
{pyfemtet-1.0.3 → pyfemtet-1.0.4}/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
|
{pyfemtet-1.0.3 → pyfemtet-1.0.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/.gitignore
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyfemtet-1.0.3 → pyfemtet-1.0.4}/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
|
|
File without changes
|
|
File without changes
|