Skip to content

Lightning Utilities 0.4.0

Compare
Choose a tag to compare
@carmocca carmocca released this 28 Oct 09:03
· 308 commits to main since this release
c3bcba0

What's Changed

  • Don't require fire as base dependency and add lightning_tools[dev] installation by @akihironitta in #42
  • CI: pip list action by @akihironitta in #17
  • CI: Add reusable workflow to clear caches within a repository by @akihironitta in #43
  • CI: increase verbosity and comment schema file location by @akihironitta in #49
  • Rename lightning_utilities.dev to lightning_utilities.cli by @akihironitta in #46
  • CI: docs require by @Borda in #50
  • Bump actions/cache from 2 to 3 by @dependabot in #53
  • Provide installation instructions in RequirementCache error message by @carmocca in #54
  • Add lightning_utilities.test.warning.no_warning_call by @carmocca in #55
  • remove --flake8 from make test by @WrRan in #56
  • Set 0.4.0 version for a release by @carmocca in #58
  • Bump JamesIves/github-pages-deploy-action from 4.4.0 to 4.4.1 by @dependabot in #61
  • Bump actions/checkout from 2 to 3 by @dependabot in #60
  • Added get_dependency_min_version_spec function by @mauvilsa in #62

Full Changelog: v0.3.0...v0.4.0


New Contributors