Target date: April 10 2025
General Updates:
Examples:
Documentation:
Before release:
From ax colab examples: should use this conditional install in the LibE examples
import sys
in_colab = 'google.colab' in sys.modules
if in_colab:
%pip install ax-platform
Target date: April 10 2025
General Updates:
pyproject.toml(withpixisupport). Add pyproject.toml, with pixi as project management tool. add pixi.lock #1459autodoc_mock_imports. Use autodoc_mock_imports #1497ensemble.save_output()/save_libE_output()functions can save without appending attributesappend_attrs=False. Examples/gpcam notebook #1531persis_infofields when they are not initially provided. Examples/gpcam notebook #1531final_gen_sendwhen there are no worker-specificpersis_infofields.persis_infofields.persis_infois initialized to an empty dictionary in user functions instead of None.Examples:
Ax v0.5.0. Update Ax multitask generator for Ax > 0.4.0 #1508persistent_gpCAM_ask_telltopersistent_gpCAMpersistent_gpCAM_simpletopersistent_gpCAM_covar(in fact less simple)Noneas first return value unlessH_ois updated. Return None from persistent gens #1515Documentation:
Before release:
!pip install libensembleto!pip install git+https://github.com/Libensemble/libensemble.git@developFrom ax colab examples: should use this conditional install in the LibE examples