|
| 1 | +# lazy-loader 0.5 |
| 2 | + |
| 3 | +## Enhancements |
| 4 | + |
| 5 | +- Add `suppress_warning` parameter to the `load` function ([#146](https://github.com/scientific-python/lazy-loader/pull/146)). |
| 6 | + |
| 7 | +## Bug Fixes |
| 8 | + |
| 9 | +- fix: Remove problematic try/finally block ([#137](https://github.com/scientific-python/lazy-loader/pull/137)). |
| 10 | +- Make sure that `__dir__` returns new copies of `__all__` ([#135](https://github.com/scientific-python/lazy-loader/pull/135)). |
| 11 | +- Allow disabled eager loading with EAGER_IMPORT=0 ([#166](https://github.com/scientific-python/lazy-loader/pull/166)). |
| 12 | + |
| 13 | +## Documentation |
| 14 | + |
| 15 | +- Update release process doc ([#105](https://github.com/scientific-python/lazy-loader/pull/105)). |
| 16 | + |
| 17 | +## Maintenance |
| 18 | + |
| 19 | +- Drop Python 3.7 support ([#106](https://github.com/scientific-python/lazy-loader/pull/106)). |
| 20 | +- Update ruff config ([#110](https://github.com/scientific-python/lazy-loader/pull/110)). |
| 21 | +- Update label check action ([#112](https://github.com/scientific-python/lazy-loader/pull/112)). |
| 22 | +- Rename repo to match package name ([#119](https://github.com/scientific-python/lazy-loader/pull/119)). |
| 23 | +- Test on Python 3.13 development releases ([#120](https://github.com/scientific-python/lazy-loader/pull/120)). |
| 24 | +- Update pre-commit ([#122](https://github.com/scientific-python/lazy-loader/pull/122)). |
| 25 | +- Update ruff config ([#123](https://github.com/scientific-python/lazy-loader/pull/123)). |
| 26 | +- Update GH actions ([#124](https://github.com/scientific-python/lazy-loader/pull/124)). |
| 27 | +- Add codespell pre-commit ([#125](https://github.com/scientific-python/lazy-loader/pull/125)). |
| 28 | +- Update pytest config ([#126](https://github.com/scientific-python/lazy-loader/pull/126)). |
| 29 | +- Update pre-commit (12/2024) ([#138](https://github.com/scientific-python/lazy-loader/pull/138)). |
| 30 | +- Support Python 3.13 ([#139](https://github.com/scientific-python/lazy-loader/pull/139)). |
| 31 | +- Drop Python 3.8 support ([#140](https://github.com/scientific-python/lazy-loader/pull/140)). |
| 32 | +- rf: Use list.copy() instead of list() ([#148](https://github.com/scientific-python/lazy-loader/pull/148)). |
| 33 | +- Switch to src layout, move tests to root ([#151](https://github.com/scientific-python/lazy-loader/pull/151)). |
| 34 | +- Update development status as Production/Stable ([#108](https://github.com/scientific-python/lazy-loader/pull/108)). |
| 35 | +- Add spin configuration ([#152](https://github.com/scientific-python/lazy-loader/pull/152)). |
| 36 | +- test: Update test cases to get full coverage ([#153](https://github.com/scientific-python/lazy-loader/pull/153)). |
| 37 | +- Support for Python 3.14 ([#158](https://github.com/scientific-python/lazy-loader/pull/158)). |
| 38 | +- Set dependabot cooldown and schedule for 15th of each month ([#162](https://github.com/scientific-python/lazy-loader/pull/162)). |
| 39 | + |
| 40 | +## Contributors |
| 41 | + |
| 42 | +7 authors added to this release (alphabetically): |
| 43 | + |
| 44 | +- Brigitta Sipőcz ([@bsipocz](https://github.com/bsipocz)) |
| 45 | +- Chris Markiewicz ([@effigies](https://github.com/effigies)) |
| 46 | +- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman)) |
| 47 | +- Lars Grüter ([@lagru](https://github.com/lagru)) |
| 48 | +- Mark Harfouche ([@hmaarrfk](https://github.com/hmaarrfk)) |
| 49 | +- Ofek Lev ([@ofek](https://github.com/ofek)) |
| 50 | +- Stefan van der Walt ([@stefanv](https://github.com/stefanv)) |
| 51 | + |
| 52 | +7 reviewers added to this release (alphabetically): |
| 53 | + |
| 54 | +- Brigitta Sipőcz ([@bsipocz](https://github.com/bsipocz)) |
| 55 | +- Chris Markiewicz ([@effigies](https://github.com/effigies)) |
| 56 | +- Dan Schult ([@dschult](https://github.com/dschult)) |
| 57 | +- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman)) |
| 58 | +- Lars Grüter ([@lagru](https://github.com/lagru)) |
| 59 | +- Ofek Lev ([@ofek](https://github.com/ofek)) |
| 60 | +- Stefan van der Walt ([@stefanv](https://github.com/stefanv)) |
| 61 | + |
| 62 | +_These lists are automatically generated, and may not be complete or may contain |
| 63 | +duplicates._ |
| 64 | + |
1 | 65 | # lazy-loader 0.4 |
2 | 66 |
|
3 | 67 | We're happy to announce the release of lazy-loader 0.4! |
|
0 commit comments