Skip to content

Releases: Lightning-AI/utilities

v0.11.8

15 Oct 19:48
Compare
Choose a tag to compare

What's Changed

  • ci: enable custom env. vars in pkg check by @Borda in #317

Full Changelog: v0.11.7...v0.11.8

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