First release, aligned with funz-fz 1.1 on PyPI.
fzi(input_path, model) — parse variable names and defaults from a template filefzc(input_path, input_variables, model, output_dir) — compile template by substituting variable valuesfzo(output_path, model) — read and parse output filesfzr(input_path, input_variables, model, ...) — run full parametric studyfzl(models, calculators, check) — list installed models and calculatorsfzd(input_path, input_variables, model, output_expression, algorithm, ...) — iterative algorithm-driven design of experimentsinstall_model(source, global) / install_algorithm(source, global) — install from GitHub, URL, or local zipuninstall_model(model_name, global) / uninstall_algorithm(algorithm_name, global) — remove installed itemslist_installed_models(global) / list_installed_algorithms(global) — list what is installedlist_models() — alias for list_installed_models()install() / uninstall() — generic aliases for model install/uninstallget_interpreter() / set_interpreter(interpreter) — get or set the formula interpreter ("python" or "R")get_log_level() / set_log_level(level) — control logging verbosityget_config() / print_config() / reload_config() — inspect and reload FZ_* environment variable settingsfz_install() — install the funz-fz Python package via reticulatefz_available() — check whether the Python package is importable