Lightning Utilities 0.10.0
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 ofRequirementCache
(#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