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