Skip to content

Releases: Lightning-AI/utilities

Release v0.15.3

11 Feb 08:38
86fe1b2

Choose a tag to compare

What's Changed

Added

  • Added support for Python 3.14 (#464)
  • Added AGENTS.md (#428)
  • feat: specify standalone port (#447)
  • chore(ci): add python version to build matrix (#465)

Changed

  • Dropped support for Python 3.9, now requires Python >=3.10 (#463)
  • feat: upgrade GitHub Actions/workflows to uv (#453)
  • Replace deprecated macOS 13 runner (#446)
  • Use maintained fork for markdown link check workflow (#445)
  • Update documentation (#430)
  • setuptools is removed as a core requirement (#461)
  • Bump version from 0.15.2 to 0.15.3 (#474)

Fixed

  • Fixed compare_version if runtime error (#427)
  • Remove deprecated pkg_resources usage for setuptools >= 82 compatibility (#473)
Dependency Updates

GitHub Actions

  • build(deps): bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #426
  • build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #425
  • build(deps): bump codecov/codecov-action from 5.4.3 to 5.5.0 by @dependabot[bot] in #429
  • build(deps): bump actions/labeler from 5 to 6 by @dependabot[bot] in #434
  • build(deps): bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 by @dependabot[bot] in #435
  • build(deps): bump codecov/codecov-action from 5.5.0 to 5.5.1 by @dependabot[bot] in #436
  • build(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #437
  • build(deps): bump actions/download-artifact from 5 to 6 by @dependabot[bot] in #444
  • build(deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #443
  • build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #450
  • build(deps): bump actions/download-artifact from 6 to 7 by @dependabot[bot] in #455
  • build(deps): bump codecov/codecov-action from 5.5.1 to 5.5.2 by @dependabot[bot] in #456
  • build(deps): bump JamesIves/github-pages-deploy-action from 4.7.3 to 4.7.6 by @dependabot[bot] in #457
  • build(deps): bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #458
  • build(deps): bump actions/cache from 4 to 5 by @dependabot[bot] in #466
  • build(deps): bump JamesIves/github-pages-deploy-action from 4.7.6 to 4.8.0 by @dependabot[bot] in #467

Python Dependencies

  • build(deps): bump pytest-cov from 6.2.1 to 6.3.0 in /requirements by @dependabot[bot] in #432
  • build(deps): update twine requirement from ==6.1.* to ==6.2.* in /requirements by @dependabot[bot] in #433
  • build(deps): bump pytest-cov from 6.3.0 to 7.0.0 in /requirements by @dependabot[bot] in #438
  • build(deps): update check-jsonschema requirement from ==0.33.* to ==0.34.* in /requirements by @dependabot[bot] in #439
  • build(deps): update coverage requirement from ==7.10.* to ==7.11.* in /requirements by @dependabot[bot] in #442
  • build(deps): update pytest requirement from ==8.4.* to ==9.0.* in /requirements by @dependabot[bot] in #449
  • build(deps): update check-jsonschema requirement from ==0.34.* to ==0.36.* in /requirements by @dependabot[bot] in #460
  • build(deps): update build requirement from ==1.3.* to ==1.4.* in /requirements by @dependabot[bot] in #462
  • build(deps): update coverage requirement from ==7.11.* to ==7.13.* in /requirements by @dependabot[bot] in #454
  • build(deps): update wheel requirement from ==0.45.* to ==0.46.* in /requirements by @dependabot[bot] in #468
  • build(deps): bump packaging from 25.0 to 26.0 in /requirements by @dependabot[bot] in #470
  • build(deps): update setuptools requirement from ==80.9.* to ==80.10.* in /requirements by @dependabot[bot] in #469

pre-commit.ci

New Contributors

Full Changelog: v0.15.2...v0.15.3

Extend CLI for pyproject.toml

06 Aug 13:56

Choose a tag to compare

What's Changed

  • CLI: replace dependencies also in pyproject.toml by @Borda in #423

Full Changelog: v0.15.1...v0.15.2

CLI fix for keyword arguments

04 Aug 20:09

Choose a tag to compare

What's Changed


Full Changelog: v0.15.0...v0.15.1

Extend CLI for older req.

26 Jul 08:46

Choose a tag to compare

What's Changed

  • CLI: replace min dependencies also in pyproject.toml by @Borda in #414
  • switch CLI from fire to jsonargparse by @Borda in #371
  • CI: make timeout configurable for install jobs in check-package.yml by @Borda in #412
  • CI: relax markdown-link-check by @Borda in #416
  • CI: simplify internal testing workflow by @Borda in #415
  • fix: correct regex in adjust to match library names at line start only by @Borda in #411
  • fix standalone script w/ coverage by @Borda in #391
  • reorder type checking for collections in _apply_to_collection_slow by @fschlatt in #406

New Contributors


Full Changelog: v0.14.2...v0.15.0

Fixed parsing Azure schema

03 Apr 15:59

Choose a tag to compare

What's Changed

  • CI: fix parsing Azure schema by @Borda in #384
  • script: update usage of coverage in standalone by @Borda in #383
  • docs: fix building rtfd by @Borda in #379

Full Changelog: v0.14.2...v0.14.3

Fixed schema check

20 Mar 12:52

Choose a tag to compare

What's Changed


Full Changelog: v0.14.1...v0.14.2

script for standalone tests

16 Mar 19:09

Choose a tag to compare

What's Changed

  • add generic testing for standalone by @Borda in #374
  • fix python version parsing for stacklevel by @Borda in #375
  • build(deps): update twine requirement from ==6.0.* to ==6.1.* in /requirements by @dependabot in #360
  • build(deps): update check-jsonschema requirement from ==0.30.* to ==0.31.* in /requirements by @dependabot in #361
  • build(deps): update setuptools requirement from ==75.8.* to ==76.0.* in /requirements by @dependabot in #373

Full Changelog: v0.14.0...v0.14.1

CLI replace pkg

07 Mar 15:07

Choose a tag to compare

What's Changed


Full Changelog: v0.13.0...v0.14.0

Enable azure schema version

04 Mar 21:48

Choose a tag to compare

What's Changed


Full Changelog: v0.13.0...v0.13.1

Fixed dataclass & bump ubuntu in CI

04 Mar 16:37
1fcd48f

Choose a tag to compare

Changed

Fixed

  • fixed resetting dataclass's cached_property once apply_to_collection is called by @GdoongMathew in #363

Full Changelog: v0.12.0...v0.13.0