Skip to content

Release 1.6.0 #1606

@shuds13

Description

@shuds13

Pre-requisite:

  • Release of gest-api.
  • Merge of ASK/TELL DEVELOP #1307.
  • Agreed naming of new functions/args (e.g. export / user_fields).
  • Check dependencies - eg. docs/examples/ax_multitask.rst:Required: ax-platform_>=0.5.0 should be ==0.5.0
  • Examples of Optimas and Xopt generators directly in libEnsemble.
  • How are gen_classes / gest_api interfaces documented in libE / docs (inc. access to all xopt gens).
  • Time release with gest-api/xopt/optimas - Ensure pyproject / CI installs package from releases where possible.

Release:

  • Support for gest-api generators (plus selected generators provided in gest-api format).
  • ibcdfo/jax example
  • Botorch example Add botorch_mfkg use-case. #1608
  • Removed Pydantic v.1 support
  • Fix Shape error in GP_CAM ingest #1611
  • Fix Required sim_id key in APOSMM #1612 (Needs to work with ingest - but we currently dont start remote gen until suggest).
  • Fix CommFinishedException from APOSMM after initial evaluations are done #1613
  • Make sure for gest-api, GenSpecs can be set by vocs (so not duplicating info)
  • Provide appropriate _validate_vocs for APOSMM (inc. if does not take constants/constraints etc...)
  • Fix docs failure to autodoc persistent_ax_multitask
  • Any new notebook links update to develop (from branch - eg. xopt_bayesian_gen.rst) - also colab link may need import lines at top - once gest-api/xopt released.
  • Updating forces and other examples (inc. notebooks) to use gen on manager. Update platform tutorials.
  • Add any approritae links in docs etc... to xopt forces and/or xopt notebook.

See what else to include from #1350

Relevant but not the issue with #1612

  • If aposmm.py needs _id should be specified - also the line entry["sim_id"] = entry.pop("_id") modifies incoming structure - setting of sim_id should be internal only. Can self.variables_mapping be used? E.g.:
    self.variables_mapping["sim_id"] = ["_id"]

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions