| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-27 | 3.8 kB | |
| v1.5.26 source code.tar.gz | 2026-07-27 | 3.4 MB | |
| v1.5.26 source code.zip | 2026-07-27 | 4.3 MB | |
| Totals: 3 Items | 7.6 MB | 1 | |
What's Changed
- docs: align SimCLR transform docstrings with Google style by @saud5150 in https://github.com/lightly-ai/lightly/pull/1948
- docs: add docstrings to BYOLView1Transform and BYOLView2Transform by @saud5150 in https://github.com/lightly-ai/lightly/pull/1946
- docs: add docstrings to DINOViewTransform and IBOTViewTransform by @saud5150 in https://github.com/lightly-ai/lightly/pull/1950
- docs: add docstrings to MSN, SimSiam, VICReg, and VICRegL view transforms by @saud5150 in https://github.com/lightly-ai/lightly/pull/1951
- chore: add codespell pre-commit hook and fix typos by @Borda in https://github.com/lightly-ai/lightly/pull/1952
- docs: add docstrings to SwaVViewTransform and SmoGViewTransform by @saud5150 in https://github.com/lightly-ai/lightly/pull/1954
- chore: add mypy to pre-commit by @saud5150 in https://github.com/lightly-ai/lightly/pull/1947
- docs: add docstrings to FDAView1Transform, FDAView2Transform, and DetConSViewTransform by @saud5150 in https://github.com/lightly-ai/lightly/pull/1955
- Add PatchKernelAlignmentLoss (PaKa paper) by @IgorSusmelj in https://github.com/lightly-ai/lightly/pull/1953
- examples: add FDA training example (pytorch) by @saud5150 in https://github.com/lightly-ai/lightly/pull/1959
- examples: add FDA training examples (pytorch_lightning, pytorch_lightning_distributed) by @saud5150 in https://github.com/lightly-ai/lightly/pull/1964
- Add DetConS pytorch training example by @saud5150 in https://github.com/lightly-ai/lightly/pull/1961
- Add FroSSL by @jacobsn in https://github.com/lightly-ai/lightly/pull/1962
- examples: add scikit-image segmentation path to DetConS pytorch example by @saud5150 in https://github.com/lightly-ai/lightly/pull/1969
- examples: add DetConS training examples (pytorch_lightning, pytorch_lightning_distributed) by @saud5150 in https://github.com/lightly-ai/lightly/pull/1971
- test(models): loosen tolerance in test_singular_mask for FP summation noise by @gabrielfruet in https://github.com/lightly-ai/lightly/pull/1970
- Add VISRegLoss (VISReg paper) by @saud5150 in https://github.com/lightly-ai/lightly/pull/1968
- docs: add DetConS documentation page and README entry by @saud5150 in https://github.com/lightly-ai/lightly/pull/1973
- Remove Codecov integration by @yashkuceriya in https://github.com/lightly-ai/lightly/pull/1967
- Add Pixio by @lorinczszabolcs in https://github.com/lightly-ai/lightly/pull/1965
- docs: sort model table by release date instead of alphabetically by @minagayid in https://github.com/lightly-ai/lightly/pull/1975
- fix(loss): use autograd-aware all_reduce in BarlowTwinsLoss by @saud5150 in https://github.com/lightly-ai/lightly/pull/1980
- Add CLAUDE.md for AI assistant guidance by @gabrielfruet in https://github.com/lightly-ai/lightly/pull/1984
- feat(transforms): add mask_fn to DetConSTransform for callable segmentation by @saud5150 in https://github.com/lightly-ai/lightly/pull/1981
- docs: add Pixio to README methods table by @lorinczszabolcs in https://github.com/lightly-ai/lightly/pull/1986
- Pre-release v1.5.26 by @gabrielfruet in https://github.com/lightly-ai/lightly/pull/2003
New Contributors
- @Borda made their first contribution in https://github.com/lightly-ai/lightly/pull/1952
- @jacobsn made their first contribution in https://github.com/lightly-ai/lightly/pull/1962
- @yashkuceriya made their first contribution in https://github.com/lightly-ai/lightly/pull/1967
- @lorinczszabolcs made their first contribution in https://github.com/lightly-ai/lightly/pull/1965
- @minagayid made their first contribution in https://github.com/lightly-ai/lightly/pull/1975
Full Changelog: https://github.com/lightly-ai/lightly/compare/v1.5.25...v1.5.26