Skip to content

Releases: Lightning-AI/utilities

v0.11.7

02 Sep 20:37
Compare
Choose a tag to compare

What's Changed

  • ci/cron: fix inputs by @Borda in #297
  • Pass include-hidden-files: true to actions/upload-artifact by @shino16 in #303

New Contributors

Full Changelog: v0.11.6...v0.11.7

Package version parsing fixes

23 Jul 11:37
f0fa61e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.5...v0.11.6

Fixed version checks

15 Jul 08:12
2e4e185
Compare
Choose a tag to compare

What's Changed

  • Fix extras check in RequirementCache (#283)

Full Changelog: v0.11.4...v0.11.5

Resolved used `pkg_resources`

14 Jul 20:11
d42f7c0
Compare
Choose a tag to compare

What's Changed

  • Replace deprecated pkg_resources (#281)

Full Changelog: v0.11.3...v0.11.4

Fixed package check

26 Jun 13:13
Compare
Choose a tag to compare

What's Changed

Fixed

  • CI: freeze tools for Pkg action (#273)

Full Changelog: v0.11.2...v0.11.3.post0

Minor patch 0.11.2

27 Mar 23:45
Compare
Choose a tag to compare

What's Changed

Fixed

  • docs: fix parsing non-trivial package name (#247)

Full Changelog: v0.11.1...v0.11.2

Minor patch 0.11.1

25 Mar 14:21
Compare
Choose a tag to compare

What's Changed

Changed

  • docs: fix/use PyPI versions for pinning links (#243)
  • CI: enable setting python version for package build (#244)

Fixed

  • docs: do not replace external link for itself (#245)

Full Changelog: v0.11.0...v0.11.1

Docs adjustment

18 Mar 23:42
Compare
Choose a tag to compare

What's Changed

Added

  • docs: enable pin version in links to external docs (#236)

Changed

  • CI: parametrize source folder for typing check (#228)
  • bump py3.8 and Ruff cleaning (#234)

Full Changelog: v0.10.1...v0.11.0

Minor patch 0.10.1

18 Jan 17:56
Compare
Choose a tag to compare

What's Changed

Fixed

  • Avoid accidental namedtuple conversion in apply_to_collection (#210)

Full Changelog: v0.10.0...v0.10.1


New Contributors

Lightning Utilities 0.10.0

17 Nov 19:54
Compare
Choose a tag to compare

What's Changed

Added

  • CI: added install-extras in install check allowing deduplication eventual circular install dependency (#184, #185)
  • Added rank_zero_only(..., default=?) argument to return a default value on rank > 1 (#187)

Changed

  • Updated/Extended the requires wrapper (#146)
  • CI: updated/extended cleaning old and/or specific caches (#159)
  • CI: unified/extended docs makes flows (#162)
  • CI: allow Other targets for building docs (#179)
  • CI: narrow scope for md links check (#183)
  • CI: split code checks & enable pre-commit updates (#191, #193, #194)

Deprecated

  • Deprecated ModuleAvailableCache in favor of RequirementCache (#147)

Fixed

  • Fixed issue with is_overridden falsely returning True when the parent method is wrapped (#149)
  • CI: optional freeze version of schema check (#148)
  • CI: fixed guard for pkg-check workflow on canceled (#180)
  • CI: resolve latex dependency for docs builds (#181)
  • CI: fixed branch for md links check (#183)

Full Changelog: v0.9.0...v0.10.0


New Contributors