Intermediary release - Replacing Candidate by Parameter
Pre-release
Pre-release
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
parametrizationinstead ofinstrumentationfor consistency (deprecation warning) - Old instrumentation classes now raise deprecation warnings.
create_candidateraises deprecation warnings.Candidateclass is completely removed, and is completely replaced byParameter
See CHANGELOG for more details. All deprecated code will be removed in the following version (v0.4.0)