Skip to content

Releases: Lightning-AI/utilities

Extend CLI for pyproject.toml

06 Aug 13:56
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed


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

script for standalone tests

16 Mar 19:09
Compare
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
Compare
Choose a tag to compare

What's Changed


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

Enable azure schema version

04 Mar 21:48
Compare
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
Compare
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

Actions compatibility & py3.9+

31 Jan 10:26
Compare
Choose a tag to compare

[0.12.0] - 2025-01-31

Changed

  • Bump minimal Python version to be 3.9 (#331)
  • CLI: update parsing inputs (#333)
  • CI: bump upload/download artifact v4 (#344, #345)
  • CI: make actions-ref optional if used only for listing packages (#345)
  • CI: split install action for archive and wheel (#347)

Full Changelog: v0.11.0...v0.12.0