File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -292,6 +292,15 @@ TorchJD provides many existing aggregators from the literature, listed in the fo
292292| [ Sum] ( https://torchjd.org/stable/docs/aggregation/sum#torchjd.aggregation.Sum ) | [ SumWeighting] ( https://torchjd.org/stable/docs/aggregation/sum#torchjd.aggregation.SumWeighting ) | - |
293293| [ Trimmed Mean] ( https://torchjd.org/stable/docs/aggregation/trimmed_mean#torchjd.aggregation.TrimmedMean ) | - | [ Byzantine-Robust Distributed Learning: Towards Optimal Statistical Rates] ( https://proceedings.mlr.press/v80/yin18a/yin18a.pdf ) |
294294
295+ ## Release Methodology
296+
297+ We try to make a release whenever have something worth sharing to users (bug fix, minor or large
298+ feature, etc.). TorchJD follows [ semantic versioning] ( https://semver.org/ ) . Since the library is
299+ still in beta (` 0.x.y ` ), we sometimes make interface changes in minor versions. We prioritize the
300+ long-term quality of the library, which occasionally means introducing breaking changes. Whenever a
301+ release contains breaking changes, the [ changelog] ( CHANGELOG.md ) and the GitHub release notes always
302+ include clear instructions on how to migrate.
303+
295304## Contribution
296305Please read the [ Contribution page] ( CONTRIBUTING.md ) .
297306
You can’t perform that action at this time.
0 commit comments