Skip to content

Release v0.2.0: Updating to PennyLane v0.26

Compare
Choose a tag to compare
@bdoolittle bdoolittle released this 07 Oct 13:05
· 100 commits to main since this release
e1e3b45

Breaking Changes

  • Network settings are now stored in a 1D list rather than the nested ragged array structure used previously. As part of this change, requires_grad can be set individually for each network parameter. As a result, there is no longer a need for the static_settings attribute to be set at the node level. Instead, fixed or static settings are specified when creating settings with the rand_network_settings and similar functions.