Skip to content

Releases: san-soucie/sgdrf

v0.2.1

18 Oct 21:10
a96e3cd
Compare
Choose a tag to compare

small bug fix

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

18 Oct 17:56
1632805
Compare
Choose a tag to compare

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

v0.1.1

02 Oct 01:13
f4ba37e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1