Skip to content

v0.2.0

Compare
Choose a tag to compare
@san-soucie san-soucie released this 18 Oct 17:56
· 3 commits to main since this release
1632805

What's Changed

This release features a rework of the SGDRF constructor API and the removal of enum-based classes for subsamplers, optimizers, and kernels. In particular, SGDRFs are now created by passing in a single SGDRFConfig object, which holds all SGDRF configuration. It includes variables for pyro kernels and optimizers (which should be constructed by the user), as well as a variable for a Subsampler. Subsampler is a new family of classes which implement subsampling strategies. Three base subsamplers are defined, as well as a MixingSubsampler which takes two base subsamplers.

  • build(deps): bump the pip-dependencies group with 6 updates by @dependabot in #46
  • build(deps): bump the gh-actions-dependencies group with 1 update by @dependabot in #45
  • feat: subsampler class and sgdrf config object by @san-soucie in #47
  • bump: preparing for release 0.2.0 by @san-soucie in #48

Full Changelog: v0.1.1...v0.2.0