Skip to content

Intermediary release - Replacing Candidate by Parameter

Pre-release
Pre-release

Choose a tag to compare

@jrapin jrapin released this 05 Feb 12:42
9c8a694

This is the second step to propagate the new instrumentation/parametrization framework.
Learn more on the Facebook user group

If you are looking for stability, await for version 0.4.0, but the intermediary releases will help by providing deprecation warnings. In particular here are the important changes for this release:

  • Fist argument of optimizers is renamed to parametrization instead of instrumentation for consistency (deprecation warning)
  • Old instrumentation classes now raise deprecation warnings.
  • create_candidate raises deprecation warnings.
  • Candidate class is completely removed, and is completely replaced by Parameter

See CHANGELOG for more details. All deprecated code will be removed in the following version (v0.4.0)