Releases: san-soucie/sgdrf
Releases · san-soucie/sgdrf
v0.2.1
small bug fix
What's Changed
- fix: subsample length bug by @san-soucie in #49
- bump: preparing for v0.2.1 by @san-soucie in #50
Full Changelog: v0.2.0...v0.2.1
v0.2.0
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
What's Changed
- build(deps-dev): bump pytest from 6.2.5 to 7.4.2 by @dependabot in #10
- build(deps-dev): bump coverage from 6.5.0 to 7.3.1 by @dependabot in #9
- build(deps): bump github/codeql-action from 1 to 2 by @dependabot in #5
- build(deps): bump lannonbr/issue-label-manager-action from 3.0.0 to 4.0.0 by @dependabot in #4
- build(deps): bump actions/checkout from 2 to 4 by @dependabot in #3
- build(deps): bump actions/setup-python from 2 to 4 by @dependabot in #2
- build(deps-dev): bump xdoctest from 0.15.10 to 1.1.1 by @dependabot in #6
- build(deps): bump tomlkit from 0.7.2 to 0.12.1 by @dependabot in #8
- build(deps-dev): bump flake8 from 3.9.2 to 6.1.0 by @dependabot in #7
- fix: Rename .readthedocs.yml to .readthedocs.yaml by @san-soucie in #12
- Update .readthedocs.yaml by @san-soucie in #13
- fix: build docs with python3.10 by @san-soucie in #14
- fix: updated docs requirements by @san-soucie in #15
- fix: downgrade tomlkit minimum version by @san-soucie in #16
- fix: bring settings.yml in line with repo settings by @san-soucie in #17
- Remove integrations by @san-soucie in #18
- commit message details in CONTRIBUTING.md by @san-soucie in #19
- fix: remove codeQL from actions by @san-soucie in #25
- build(deps-dev): bump pytest-cov from 3.0.0 to 4.1.0 by @dependabot in #24
- build(deps-dev): bump flake8-bugbear from 23.3.12 to 23.9.16 by @dependabot in #20
- build(deps): bump sphinx-copybutton from 0.4.0 to 0.5.2 by @dependabot in #21
- build(deps-dev): bump mypy from 0.910 to 1.5.1 by @dependabot in #22
- build(deps): bump typer from 0.3.2 to 0.9.0 by @dependabot in #23
- feat: python38 support and tox without errors by @san-soucie in #26
- fix: coverage by @san-soucie in #27
- fix: coverage by @san-soucie in #28
- fix: cibuildwheel action version by @san-soucie in #29
- fix: cibw env python requires by @san-soucie in #30
- Fix_wheel by @san-soucie in #31
- fix: downgrade label action by @san-soucie in #32
- fix: no labels by @san-soucie in #33
- fix: publish checkout by @san-soucie in #34
- fix: job permissions by @san-soucie in #35
- bump: v0.1.1 by @san-soucie in #36
New Contributors
- @dependabot made their first contribution in #10
Full Changelog: v0.1.0...v0.1.1