File tree Expand file tree Collapse file tree 3 files changed +4
-14
lines changed
Expand file tree Collapse file tree 3 files changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -7,29 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88---
99
10- ## [ Unreleased ] - YYYY-MM-DD
10+ ## [ 0.15.0 ] - 2025-07-26
1111
1212### Added
1313
1414- CI: add ` force-check-all ` input to MD link check workflow ([ #408 ] ( https://github.com/Lightning-AI/utilities/pull/408 ) )
15-
16-
1715- CLI: replace min dependencies also in ` pyproject.toml ` ([ #414 ] ( https://github.com/Lightning-AI/utilities/pull/414 ) )
1816
1917
2018### Changed
2119
2220- CLI: switch from ` fire ` to ` jsonargparse ` ([ #371 ] ( https://github.com/Lightning-AI/utilities/pull/371 ) )
23-
24-
2521- CI: relax markdown-link-check ([ #416 ] ( https://github.com/Lightning-AI/utilities/pull/416 ) )
2622
27-
28- ### Fixed
29-
30- -
31-
32-
3323---
3424
3525
Original file line number Diff line number Diff line change 11# Lightning Utilities
22
33[ ![ PyPI Status] ( https://badge.fury.io/py/lightning-utilities.svg )] ( https://badge.fury.io/py/lightning-utilities )
4- [ ![ license] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://github.com/Lightning-AI/utilities/blob/master /LICENSE )
4+ [ ![ license] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://github.com/Lightning-AI/utilities/blob/main /LICENSE )
55[ ![ PyPI - Downloads] ( https://img.shields.io/pypi/dm/lightning-utilities )] ( https://pepy.tech/project/lightning-utilities )
66[ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/lightning-utilities )] ( https://pypi.org/project/lightning-utilities/ )
77
Original file line number Diff line number Diff line change 11import time
22
3- __version__ = "0.15.0dev "
3+ __version__ = "0.15.0 "
44__author__ = "Lightning AI et al."
5- __author_email__ = "pytorch @lightning.ai"
5+ __author_email__ = "developer @lightning.ai"
66__license__ = "Apache-2.0"
77__copyright__ = f"Copyright (c) 2022-{ time .strftime ('%Y' )} , { __author__ } ."
88__homepage__ = "https://github.com/Lightning-AI/utilities"
You can’t perform that action at this time.
0 commit comments