|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [v0.2rc0](https://github.com/scientific-python/lazy_loader/tree/v0.2rc0) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/scientific-python/lazy_loader/compare/v0.1...v0.2rc0) |
| 6 | + |
| 7 | +**Closed issues:** |
| 8 | + |
| 9 | +- Allow to not fail on stub attach in frozen apps [\#38](https://github.com/scientific-python/lazy_loader/issues/38) |
| 10 | +- Stub files with absolute imports [\#36](https://github.com/scientific-python/lazy_loader/issues/36) |
| 11 | +- Help to packaging Debian package [\#35](https://github.com/scientific-python/lazy_loader/issues/35) |
| 12 | +- conda upload [\#33](https://github.com/scientific-python/lazy_loader/issues/33) |
| 13 | +- Possible issues with partial lazy loading [\#32](https://github.com/scientific-python/lazy_loader/issues/32) |
| 14 | +- Type hints/Mypy best practices? [\#28](https://github.com/scientific-python/lazy_loader/issues/28) |
| 15 | +- Re-export non descendant attribute? [\#27](https://github.com/scientific-python/lazy_loader/issues/27) |
| 16 | +- This is awesome [\#6](https://github.com/scientific-python/lazy_loader/issues/6) |
| 17 | + |
| 18 | +**Merged pull requests:** |
| 19 | + |
| 20 | +- Add information that `pyi` files are used in runtime when use `attach\_stub` [\#47](https://github.com/scientific-python/lazy_loader/pull/47) ([Czaki](https://github.com/Czaki)) |
| 21 | +- Update tests to improve coverage [\#45](https://github.com/scientific-python/lazy_loader/pull/45) ([jarrodmillman](https://github.com/jarrodmillman)) |
| 22 | +- Use codecov GH action [\#44](https://github.com/scientific-python/lazy_loader/pull/44) ([jarrodmillman](https://github.com/jarrodmillman)) |
| 23 | +- Update year [\#43](https://github.com/scientific-python/lazy_loader/pull/43) ([jarrodmillman](https://github.com/jarrodmillman)) |
| 24 | +- Update GH actions [\#42](https://github.com/scientific-python/lazy_loader/pull/42) ([jarrodmillman](https://github.com/jarrodmillman)) |
| 25 | +- Update pre-commit [\#41](https://github.com/scientific-python/lazy_loader/pull/41) ([jarrodmillman](https://github.com/jarrodmillman)) |
| 26 | +- Update optional depedencies [\#40](https://github.com/scientific-python/lazy_loader/pull/40) ([jarrodmillman](https://github.com/jarrodmillman)) |
| 27 | +- Fix extension substitution to work with `\*.pyc` files [\#39](https://github.com/scientific-python/lazy_loader/pull/39) ([Czaki](https://github.com/Czaki)) |
| 28 | +- Sort returned \_\_all\_\_ [\#34](https://github.com/scientific-python/lazy_loader/pull/34) ([stefanv](https://github.com/stefanv)) |
| 29 | + |
3 | 30 | ## [v0.1](https://github.com/scientific-python/lazy_loader/tree/v0.1) (2022-09-21)
|
4 | 31 |
|
5 | 32 | [Full Changelog](https://github.com/scientific-python/lazy_loader/compare/v0.1rc3...v0.1)
|
|
0 commit comments