Skip to content

Latest commit

 

History

History
173 lines (125 loc) · 12.3 KB

CHANGELOG.md

File metadata and controls

173 lines (125 loc) · 12.3 KB

lazy_loader 0.4

We're happy to announce the release of lazy_loader 0.4!

Enhancements

  • ENH: Add require argument to load() to accept version specifiers (#48).
  • Add version as version (#97).

Bug Fixes

  • Avoid exception when __frame_data["code_context"] is None (#83).
  • Make lazy_load.load partially thread-safe (#90).

Documentation

  • Add security contact (#91).
  • Recommend newer Python versions to avoid race (#102).

Maintenance

  • Use label-check and attach-next-milestone-action (#64).
  • Use setuptools (#65).
  • Specify what goes in sdist (#66).
  • Use changelist (#67).
  • Used dependabot (#68).
  • Bump pre-commit from 3.3 to 3.3.3 (#69).
  • Bump scientific-python/attach-next-milestone-action from f94a5235518d4d34911c41e19d780b8e79d42238 to a4889cfde7d2578c1bc7400480d93910d2dd34f6 (#72).
  • Bump scientific-python/attach-next-milestone-action from a4889cfde7d2578c1bc7400480d93910d2dd34f6 to bc07be829f693829263e57d5e8489f4e57d3d420 (#74).
  • Bump actions/checkout from 3 to 4 (#75).
  • Bump changelist from 0.1 to 0.3 (#77).
  • Bump pre-commit from 3.3.3 to 3.4.0 (#76).
  • Use trusted publisher (#78).
  • Bump pre-commit from 3.4.0 to 3.5.0 (#80).
  • Bump changelist from 0.3 to 0.4 (#81).
  • Bump actions/checkout from 3 to 4 (#82).
  • Bump actions/setup-python from 4 to 5 (#85).
  • Bump pre-commit from 3.5.0 to 3.6.0 (#84).
  • Update pre-commit (#87).
  • Use setup-python pip cache (#95).
  • Bump codecov/codecov-action from 3 to 4 (#93).
  • Bump pre-commit from 3.6.0 to 3.6.2 (#100).
  • Bump changelist from 0.4 to 0.5 (#99).
  • Refuse star imports in stub loader (#101).
  • Bump pre-commit from 3.6.2 to 3.7.0 (#103).
  • Update pre-commit repos (#104).

Contributors

4 authors added to this release (alphabetically):

5 reviewers added to this release (alphabetically):

These lists are automatically generated, and may not be complete or may contain duplicates.

Changelog

v0.3 (2023-06-30)

Full Changelog

Merged pull requests:

Full Changelog

There were no changes since the release candidate, so see release notes for v0.2rc0 below for details.

Full Changelog

Closed issues:

  • Allow to not fail on stub attach in frozen apps #38
  • Stub files with absolute imports #36
  • Help to packaging Debian package #35
  • conda upload #33
  • Possible issues with partial lazy loading #32
  • Type hints/Mypy best practices? #28
  • Re-export non descendant attribute? #27
  • This is awesome #6

Merged pull requests:

v0.1 (2022-09-21)

Full Changelog

Merged pull requests:

v0.1rc3 (2022-08-29)

Full Changelog

Merged pull requests:

v0.1rc2 (2022-03-10)

Full Changelog

Merged pull requests:

  • Add contributor README #5 (stefanv)
  • Simplify delayed exception handling and improve reporting #4 (stefanv)

v0.1rc1 (2022-03-01)

Full Changelog

Closed issues:

  • Create package on pypi #1

Merged pull requests:

  • Run pre-commit hooks #3 (tupui)
  • Add the packaging infrastructure #2 (tupui)

* This Changelog was automatically generated by github_changelog_generator