From ede9d978519d0a77015b7c6000c9e8a778569d14 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Tue, 18 Jun 2024 15:32:41 -0700 Subject: [PATCH] Rename repo to match package name --- CHANGELOG.md | 194 ++++++++++++++++++++++++------------------------- README.md | 4 +- RELEASE.md | 10 +-- pyproject.toml | 2 +- 4 files changed, 105 insertions(+), 105 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e73c2b..f702572 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,49 +1,49 @@ -# lazy_loader 0.4 +# lazy-loader 0.4 -We're happy to announce the release of 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](https://github.com/scientific-python/lazy_loader/pull/48)). -- Add version as **version** ([#97](https://github.com/scientific-python/lazy_loader/pull/97)). +- ENH: Add require argument to load() to accept version specifiers ([#48](https://github.com/scientific-python/lazy-loader/pull/48)). +- Add version as **version** ([#97](https://github.com/scientific-python/lazy-loader/pull/97)). ## Bug Fixes -- Avoid exception when \_\_frame_data["code_context"] is None ([#83](https://github.com/scientific-python/lazy_loader/pull/83)). -- Make `lazy_load.load` partially thread-safe ([#90](https://github.com/scientific-python/lazy_loader/pull/90)). +- Avoid exception when \_\_frame_data["code_context"] is None ([#83](https://github.com/scientific-python/lazy-loader/pull/83)). +- Make `lazy_load.load` partially thread-safe ([#90](https://github.com/scientific-python/lazy-loader/pull/90)). ## Documentation -- Add security contact ([#91](https://github.com/scientific-python/lazy_loader/pull/91)). -- Recommend newer Python versions to avoid race ([#102](https://github.com/scientific-python/lazy_loader/pull/102)). +- Add security contact ([#91](https://github.com/scientific-python/lazy-loader/pull/91)). +- Recommend newer Python versions to avoid race ([#102](https://github.com/scientific-python/lazy-loader/pull/102)). ## Maintenance -- Use label-check and attach-next-milestone-action ([#64](https://github.com/scientific-python/lazy_loader/pull/64)). -- Use setuptools ([#65](https://github.com/scientific-python/lazy_loader/pull/65)). -- Specify what goes in sdist ([#66](https://github.com/scientific-python/lazy_loader/pull/66)). -- Use changelist ([#67](https://github.com/scientific-python/lazy_loader/pull/67)). -- Used dependabot ([#68](https://github.com/scientific-python/lazy_loader/pull/68)). -- Bump pre-commit from 3.3 to 3.3.3 ([#69](https://github.com/scientific-python/lazy_loader/pull/69)). -- Bump scientific-python/attach-next-milestone-action from f94a5235518d4d34911c41e19d780b8e79d42238 to a4889cfde7d2578c1bc7400480d93910d2dd34f6 ([#72](https://github.com/scientific-python/lazy_loader/pull/72)). -- Bump scientific-python/attach-next-milestone-action from a4889cfde7d2578c1bc7400480d93910d2dd34f6 to bc07be829f693829263e57d5e8489f4e57d3d420 ([#74](https://github.com/scientific-python/lazy_loader/pull/74)). -- Bump actions/checkout from 3 to 4 ([#75](https://github.com/scientific-python/lazy_loader/pull/75)). -- Bump changelist from 0.1 to 0.3 ([#77](https://github.com/scientific-python/lazy_loader/pull/77)). -- Bump pre-commit from 3.3.3 to 3.4.0 ([#76](https://github.com/scientific-python/lazy_loader/pull/76)). -- Use trusted publisher ([#78](https://github.com/scientific-python/lazy_loader/pull/78)). -- Bump pre-commit from 3.4.0 to 3.5.0 ([#80](https://github.com/scientific-python/lazy_loader/pull/80)). -- Bump changelist from 0.3 to 0.4 ([#81](https://github.com/scientific-python/lazy_loader/pull/81)). -- Bump actions/checkout from 3 to 4 ([#82](https://github.com/scientific-python/lazy_loader/pull/82)). -- Bump actions/setup-python from 4 to 5 ([#85](https://github.com/scientific-python/lazy_loader/pull/85)). -- Bump pre-commit from 3.5.0 to 3.6.0 ([#84](https://github.com/scientific-python/lazy_loader/pull/84)). -- Update pre-commit ([#87](https://github.com/scientific-python/lazy_loader/pull/87)). -- Use setup-python pip cache ([#95](https://github.com/scientific-python/lazy_loader/pull/95)). -- Bump codecov/codecov-action from 3 to 4 ([#93](https://github.com/scientific-python/lazy_loader/pull/93)). -- Bump pre-commit from 3.6.0 to 3.6.2 ([#100](https://github.com/scientific-python/lazy_loader/pull/100)). -- Bump changelist from 0.4 to 0.5 ([#99](https://github.com/scientific-python/lazy_loader/pull/99)). -- Refuse star imports in stub loader ([#101](https://github.com/scientific-python/lazy_loader/pull/101)). -- Bump pre-commit from 3.6.2 to 3.7.0 ([#103](https://github.com/scientific-python/lazy_loader/pull/103)). -- Update pre-commit repos ([#104](https://github.com/scientific-python/lazy_loader/pull/104)). +- Use label-check and attach-next-milestone-action ([#64](https://github.com/scientific-python/lazy-loader/pull/64)). +- Use setuptools ([#65](https://github.com/scientific-python/lazy-loader/pull/65)). +- Specify what goes in sdist ([#66](https://github.com/scientific-python/lazy-loader/pull/66)). +- Use changelist ([#67](https://github.com/scientific-python/lazy-loader/pull/67)). +- Used dependabot ([#68](https://github.com/scientific-python/lazy-loader/pull/68)). +- Bump pre-commit from 3.3 to 3.3.3 ([#69](https://github.com/scientific-python/lazy-loader/pull/69)). +- Bump scientific-python/attach-next-milestone-action from f94a5235518d4d34911c41e19d780b8e79d42238 to a4889cfde7d2578c1bc7400480d93910d2dd34f6 ([#72](https://github.com/scientific-python/lazy-loader/pull/72)). +- Bump scientific-python/attach-next-milestone-action from a4889cfde7d2578c1bc7400480d93910d2dd34f6 to bc07be829f693829263e57d5e8489f4e57d3d420 ([#74](https://github.com/scientific-python/lazy-loader/pull/74)). +- Bump actions/checkout from 3 to 4 ([#75](https://github.com/scientific-python/lazy-loader/pull/75)). +- Bump changelist from 0.1 to 0.3 ([#77](https://github.com/scientific-python/lazy-loader/pull/77)). +- Bump pre-commit from 3.3.3 to 3.4.0 ([#76](https://github.com/scientific-python/lazy-loader/pull/76)). +- Use trusted publisher ([#78](https://github.com/scientific-python/lazy-loader/pull/78)). +- Bump pre-commit from 3.4.0 to 3.5.0 ([#80](https://github.com/scientific-python/lazy-loader/pull/80)). +- Bump changelist from 0.3 to 0.4 ([#81](https://github.com/scientific-python/lazy-loader/pull/81)). +- Bump actions/checkout from 3 to 4 ([#82](https://github.com/scientific-python/lazy-loader/pull/82)). +- Bump actions/setup-python from 4 to 5 ([#85](https://github.com/scientific-python/lazy-loader/pull/85)). +- Bump pre-commit from 3.5.0 to 3.6.0 ([#84](https://github.com/scientific-python/lazy-loader/pull/84)). +- Update pre-commit ([#87](https://github.com/scientific-python/lazy-loader/pull/87)). +- Use setup-python pip cache ([#95](https://github.com/scientific-python/lazy-loader/pull/95)). +- Bump codecov/codecov-action from 3 to 4 ([#93](https://github.com/scientific-python/lazy-loader/pull/93)). +- Bump pre-commit from 3.6.0 to 3.6.2 ([#100](https://github.com/scientific-python/lazy-loader/pull/100)). +- Bump changelist from 0.4 to 0.5 ([#99](https://github.com/scientific-python/lazy-loader/pull/99)). +- Refuse star imports in stub loader ([#101](https://github.com/scientific-python/lazy-loader/pull/101)). +- Bump pre-commit from 3.6.2 to 3.7.0 ([#103](https://github.com/scientific-python/lazy-loader/pull/103)). +- Update pre-commit repos ([#104](https://github.com/scientific-python/lazy-loader/pull/104)). ## Contributors @@ -67,107 +67,107 @@ duplicates._ # Changelog -## [v0.3](https://github.com/scientific-python/lazy_loader/tree/v0.3) (2023-06-30) +## [v0.3](https://github.com/scientific-python/lazy-loader/tree/v0.3) (2023-06-30) -[Full Changelog](https://github.com/scientific-python/lazy_loader/compare/v0.2...v0.3) +[Full Changelog](https://github.com/scientific-python/lazy-loader/compare/v0.2...v0.3) **Merged pull requests:** -- Announce Python 3.12 support [\#63](https://github.com/scientific-python/lazy_loader/pull/63) ([jarrodmillman](https://github.com/jarrodmillman)) -- Ignore B028 [\#62](https://github.com/scientific-python/lazy_loader/pull/62) ([jarrodmillman](https://github.com/jarrodmillman)) -- Use dependabot to update requirements [\#61](https://github.com/scientific-python/lazy_loader/pull/61) ([jarrodmillman](https://github.com/jarrodmillman)) -- Use dependabot to update GH actions [\#60](https://github.com/scientific-python/lazy_loader/pull/60) ([jarrodmillman](https://github.com/jarrodmillman)) -- Use ruff [\#59](https://github.com/scientific-python/lazy_loader/pull/59) ([jarrodmillman](https://github.com/jarrodmillman)) -- Update requirements [\#58](https://github.com/scientific-python/lazy_loader/pull/58) ([jarrodmillman](https://github.com/jarrodmillman)) -- Warn and discourage lazy.load of subpackages [\#57](https://github.com/scientific-python/lazy_loader/pull/57) ([dschult](https://github.com/dschult)) -- Test on Python 3.12.0-beta.2 [\#53](https://github.com/scientific-python/lazy_loader/pull/53) ([jarrodmillman](https://github.com/jarrodmillman)) +- Announce Python 3.12 support [\#63](https://github.com/scientific-python/lazy-loader/pull/63) ([jarrodmillman](https://github.com/jarrodmillman)) +- Ignore B028 [\#62](https://github.com/scientific-python/lazy-loader/pull/62) ([jarrodmillman](https://github.com/jarrodmillman)) +- Use dependabot to update requirements [\#61](https://github.com/scientific-python/lazy-loader/pull/61) ([jarrodmillman](https://github.com/jarrodmillman)) +- Use dependabot to update GH actions [\#60](https://github.com/scientific-python/lazy-loader/pull/60) ([jarrodmillman](https://github.com/jarrodmillman)) +- Use ruff [\#59](https://github.com/scientific-python/lazy-loader/pull/59) ([jarrodmillman](https://github.com/jarrodmillman)) +- Update requirements [\#58](https://github.com/scientific-python/lazy-loader/pull/58) ([jarrodmillman](https://github.com/jarrodmillman)) +- Warn and discourage lazy.load of subpackages [\#57](https://github.com/scientific-python/lazy-loader/pull/57) ([dschult](https://github.com/dschult)) +- Test on Python 3.12.0-beta.2 [\#53](https://github.com/scientific-python/lazy-loader/pull/53) ([jarrodmillman](https://github.com/jarrodmillman)) -## [v0.2](https://github.com/scientific-python/lazy_loader/tree/v0.2) +## [v0.2](https://github.com/scientific-python/lazy-loader/tree/v0.2) -[Full Changelog](https://github.com/scientific-python/lazy_loader/compare/v0.1...v0.2) +[Full Changelog](https://github.com/scientific-python/lazy-loader/compare/v0.1...v0.2) There were no changes since the release candidate, so see release notes for v0.2rc0 below for details. -## [v0.2rc0](https://github.com/scientific-python/lazy_loader/tree/v0.2rc0) +## [v0.2rc0](https://github.com/scientific-python/lazy-loader/tree/v0.2rc0) -[Full Changelog](https://github.com/scientific-python/lazy_loader/compare/v0.1...v0.2rc0) +[Full Changelog](https://github.com/scientific-python/lazy-loader/compare/v0.1...v0.2rc0) **Closed issues:** -- Allow to not fail on stub attach in frozen apps [\#38](https://github.com/scientific-python/lazy_loader/issues/38) -- Stub files with absolute imports [\#36](https://github.com/scientific-python/lazy_loader/issues/36) -- Help to packaging Debian package [\#35](https://github.com/scientific-python/lazy_loader/issues/35) -- conda upload [\#33](https://github.com/scientific-python/lazy_loader/issues/33) -- Possible issues with partial lazy loading [\#32](https://github.com/scientific-python/lazy_loader/issues/32) -- Type hints/Mypy best practices? [\#28](https://github.com/scientific-python/lazy_loader/issues/28) -- Re-export non descendant attribute? [\#27](https://github.com/scientific-python/lazy_loader/issues/27) -- This is awesome [\#6](https://github.com/scientific-python/lazy_loader/issues/6) +- Allow to not fail on stub attach in frozen apps [\#38](https://github.com/scientific-python/lazy-loader/issues/38) +- Stub files with absolute imports [\#36](https://github.com/scientific-python/lazy-loader/issues/36) +- Help to packaging Debian package [\#35](https://github.com/scientific-python/lazy-loader/issues/35) +- conda upload [\#33](https://github.com/scientific-python/lazy-loader/issues/33) +- Possible issues with partial lazy loading [\#32](https://github.com/scientific-python/lazy-loader/issues/32) +- Type hints/Mypy best practices? [\#28](https://github.com/scientific-python/lazy-loader/issues/28) +- Re-export non descendant attribute? [\#27](https://github.com/scientific-python/lazy-loader/issues/27) +- This is awesome [\#6](https://github.com/scientific-python/lazy-loader/issues/6) **Merged pull requests:** -- 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)) -- Update tests to improve coverage [\#45](https://github.com/scientific-python/lazy_loader/pull/45) ([jarrodmillman](https://github.com/jarrodmillman)) -- Use codecov GH action [\#44](https://github.com/scientific-python/lazy_loader/pull/44) ([jarrodmillman](https://github.com/jarrodmillman)) -- Update year [\#43](https://github.com/scientific-python/lazy_loader/pull/43) ([jarrodmillman](https://github.com/jarrodmillman)) -- Update GH actions [\#42](https://github.com/scientific-python/lazy_loader/pull/42) ([jarrodmillman](https://github.com/jarrodmillman)) -- Update pre-commit [\#41](https://github.com/scientific-python/lazy_loader/pull/41) ([jarrodmillman](https://github.com/jarrodmillman)) -- Update optional depedencies [\#40](https://github.com/scientific-python/lazy_loader/pull/40) ([jarrodmillman](https://github.com/jarrodmillman)) -- Fix extension substitution to work with `\*.pyc` files [\#39](https://github.com/scientific-python/lazy_loader/pull/39) ([Czaki](https://github.com/Czaki)) -- Sort returned \_\_all\_\_ [\#34](https://github.com/scientific-python/lazy_loader/pull/34) ([stefanv](https://github.com/stefanv)) +- 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)) +- Update tests to improve coverage [\#45](https://github.com/scientific-python/lazy-loader/pull/45) ([jarrodmillman](https://github.com/jarrodmillman)) +- Use codecov GH action [\#44](https://github.com/scientific-python/lazy-loader/pull/44) ([jarrodmillman](https://github.com/jarrodmillman)) +- Update year [\#43](https://github.com/scientific-python/lazy-loader/pull/43) ([jarrodmillman](https://github.com/jarrodmillman)) +- Update GH actions [\#42](https://github.com/scientific-python/lazy-loader/pull/42) ([jarrodmillman](https://github.com/jarrodmillman)) +- Update pre-commit [\#41](https://github.com/scientific-python/lazy-loader/pull/41) ([jarrodmillman](https://github.com/jarrodmillman)) +- Update optional depedencies [\#40](https://github.com/scientific-python/lazy-loader/pull/40) ([jarrodmillman](https://github.com/jarrodmillman)) +- Fix extension substitution to work with `\*.pyc` files [\#39](https://github.com/scientific-python/lazy-loader/pull/39) ([Czaki](https://github.com/Czaki)) +- Sort returned \_\_all\_\_ [\#34](https://github.com/scientific-python/lazy-loader/pull/34) ([stefanv](https://github.com/stefanv)) -## [v0.1](https://github.com/scientific-python/lazy_loader/tree/v0.1) (2022-09-21) +## [v0.1](https://github.com/scientific-python/lazy-loader/tree/v0.1) (2022-09-21) -[Full Changelog](https://github.com/scientific-python/lazy_loader/compare/v0.1rc3...v0.1) +[Full Changelog](https://github.com/scientific-python/lazy-loader/compare/v0.1rc3...v0.1) **Merged pull requests:** -- Update classifiers [\#31](https://github.com/scientific-python/lazy_loader/pull/31) ([jarrodmillman](https://github.com/jarrodmillman)) -- Update precommit hooks [\#30](https://github.com/scientific-python/lazy_loader/pull/30) ([jarrodmillman](https://github.com/jarrodmillman)) -- Refer to SPEC for stub usage [\#29](https://github.com/scientific-python/lazy_loader/pull/29) ([stefanv](https://github.com/stefanv)) +- Update classifiers [\#31](https://github.com/scientific-python/lazy-loader/pull/31) ([jarrodmillman](https://github.com/jarrodmillman)) +- Update precommit hooks [\#30](https://github.com/scientific-python/lazy-loader/pull/30) ([jarrodmillman](https://github.com/jarrodmillman)) +- Refer to SPEC for stub usage [\#29](https://github.com/scientific-python/lazy-loader/pull/29) ([stefanv](https://github.com/stefanv)) -## [v0.1rc3](https://github.com/scientific-python/lazy_loader/tree/v0.1rc3) (2022-08-29) +## [v0.1rc3](https://github.com/scientific-python/lazy-loader/tree/v0.1rc3) (2022-08-29) -[Full Changelog](https://github.com/scientific-python/lazy_loader/compare/v0.1rc2...v0.1rc3) +[Full Changelog](https://github.com/scientific-python/lazy-loader/compare/v0.1rc2...v0.1rc3) **Merged pull requests:** -- Add test and coverage badges [\#26](https://github.com/scientific-python/lazy_loader/pull/26) ([jarrodmillman](https://github.com/jarrodmillman)) -- Fix typos [\#25](https://github.com/scientific-python/lazy_loader/pull/25) ([jarrodmillman](https://github.com/jarrodmillman)) -- Measure test coverage [\#23](https://github.com/scientific-python/lazy_loader/pull/23) ([jarrodmillman](https://github.com/jarrodmillman)) -- Document release process [\#22](https://github.com/scientific-python/lazy_loader/pull/22) ([jarrodmillman](https://github.com/jarrodmillman)) -- Add classifiers [\#21](https://github.com/scientific-python/lazy_loader/pull/21) ([jarrodmillman](https://github.com/jarrodmillman)) -- Lint toml files [\#20](https://github.com/scientific-python/lazy_loader/pull/20) ([jarrodmillman](https://github.com/jarrodmillman)) -- Test on more versions and platforms [\#19](https://github.com/scientific-python/lazy_loader/pull/19) ([jarrodmillman](https://github.com/jarrodmillman)) -- Update GH actions [\#18](https://github.com/scientific-python/lazy_loader/pull/18) ([jarrodmillman](https://github.com/jarrodmillman)) -- Split out linting CI from testing [\#17](https://github.com/scientific-python/lazy_loader/pull/17) ([jarrodmillman](https://github.com/jarrodmillman)) -- Update precommit hooks [\#16](https://github.com/scientific-python/lazy_loader/pull/16) ([jarrodmillman](https://github.com/jarrodmillman)) -- Specify lower bounds on dependencies [\#15](https://github.com/scientific-python/lazy_loader/pull/15) ([jarrodmillman](https://github.com/jarrodmillman)) -- Lower min required Python version to 3.7 [\#14](https://github.com/scientific-python/lazy_loader/pull/14) ([donatasm](https://github.com/donatasm)) -- feat: add attach_stub function to load imports from type stubs [\#10](https://github.com/scientific-python/lazy_loader/pull/10) ([tlambert03](https://github.com/tlambert03)) -- Avoid conflicts when function is implemented in same-named submodule [\#9](https://github.com/scientific-python/lazy_loader/pull/9) ([stefanv](https://github.com/stefanv)) -- DOC fix missing comma in usage example in README.md [\#7](https://github.com/scientific-python/lazy_loader/pull/7) ([adrinjalali](https://github.com/adrinjalali)) - -## [v0.1rc2](https://github.com/scientific-python/lazy_loader/tree/v0.1rc2) (2022-03-10) - -[Full Changelog](https://github.com/scientific-python/lazy_loader/compare/v0.1rc1...v0.1rc2) +- Add test and coverage badges [\#26](https://github.com/scientific-python/lazy-loader/pull/26) ([jarrodmillman](https://github.com/jarrodmillman)) +- Fix typos [\#25](https://github.com/scientific-python/lazy-loader/pull/25) ([jarrodmillman](https://github.com/jarrodmillman)) +- Measure test coverage [\#23](https://github.com/scientific-python/lazy-loader/pull/23) ([jarrodmillman](https://github.com/jarrodmillman)) +- Document release process [\#22](https://github.com/scientific-python/lazy-loader/pull/22) ([jarrodmillman](https://github.com/jarrodmillman)) +- Add classifiers [\#21](https://github.com/scientific-python/lazy-loader/pull/21) ([jarrodmillman](https://github.com/jarrodmillman)) +- Lint toml files [\#20](https://github.com/scientific-python/lazy-loader/pull/20) ([jarrodmillman](https://github.com/jarrodmillman)) +- Test on more versions and platforms [\#19](https://github.com/scientific-python/lazy-loader/pull/19) ([jarrodmillman](https://github.com/jarrodmillman)) +- Update GH actions [\#18](https://github.com/scientific-python/lazy-loader/pull/18) ([jarrodmillman](https://github.com/jarrodmillman)) +- Split out linting CI from testing [\#17](https://github.com/scientific-python/lazy-loader/pull/17) ([jarrodmillman](https://github.com/jarrodmillman)) +- Update precommit hooks [\#16](https://github.com/scientific-python/lazy-loader/pull/16) ([jarrodmillman](https://github.com/jarrodmillman)) +- Specify lower bounds on dependencies [\#15](https://github.com/scientific-python/lazy-loader/pull/15) ([jarrodmillman](https://github.com/jarrodmillman)) +- Lower min required Python version to 3.7 [\#14](https://github.com/scientific-python/lazy-loader/pull/14) ([donatasm](https://github.com/donatasm)) +- feat: add attach_stub function to load imports from type stubs [\#10](https://github.com/scientific-python/lazy-loader/pull/10) ([tlambert03](https://github.com/tlambert03)) +- Avoid conflicts when function is implemented in same-named submodule [\#9](https://github.com/scientific-python/lazy-loader/pull/9) ([stefanv](https://github.com/stefanv)) +- DOC fix missing comma in usage example in README.md [\#7](https://github.com/scientific-python/lazy-loader/pull/7) ([adrinjalali](https://github.com/adrinjalali)) + +## [v0.1rc2](https://github.com/scientific-python/lazy-loader/tree/v0.1rc2) (2022-03-10) + +[Full Changelog](https://github.com/scientific-python/lazy-loader/compare/v0.1rc1...v0.1rc2) **Merged pull requests:** -- Add contributor README [\#5](https://github.com/scientific-python/lazy_loader/pull/5) ([stefanv](https://github.com/stefanv)) -- Simplify delayed exception handling and improve reporting [\#4](https://github.com/scientific-python/lazy_loader/pull/4) ([stefanv](https://github.com/stefanv)) +- Add contributor README [\#5](https://github.com/scientific-python/lazy-loader/pull/5) ([stefanv](https://github.com/stefanv)) +- Simplify delayed exception handling and improve reporting [\#4](https://github.com/scientific-python/lazy-loader/pull/4) ([stefanv](https://github.com/stefanv)) -## [v0.1rc1](https://github.com/scientific-python/lazy_loader/tree/v0.1rc1) (2022-03-01) +## [v0.1rc1](https://github.com/scientific-python/lazy-loader/tree/v0.1rc1) (2022-03-01) -[Full Changelog](https://github.com/scientific-python/lazy_loader/compare/v0.0...v0.1rc1) +[Full Changelog](https://github.com/scientific-python/lazy-loader/compare/v0.0...v0.1rc1) **Closed issues:** -- Create package on pypi [\#1](https://github.com/scientific-python/lazy_loader/issues/1) +- Create package on pypi [\#1](https://github.com/scientific-python/lazy-loader/issues/1) **Merged pull requests:** -- Run pre-commit hooks [\#3](https://github.com/scientific-python/lazy_loader/pull/3) ([tupui](https://github.com/tupui)) -- Add the packaging infrastructure [\#2](https://github.com/scientific-python/lazy_loader/pull/2) ([tupui](https://github.com/tupui)) +- Run pre-commit hooks [\#3](https://github.com/scientific-python/lazy-loader/pull/3) ([tupui](https://github.com/tupui)) +- Add the packaging infrastructure [\#2](https://github.com/scientific-python/lazy-loader/pull/2) ([tupui](https://github.com/tupui)) \* _This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)_ diff --git a/README.md b/README.md index 64b3d9c..e1f9ec4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![PyPI](https://img.shields.io/pypi/v/lazy_loader)](https://pypi.org/project/lazy_loader/) -[![Test status](https://github.com/scientific-python/lazy_loader/workflows/test/badge.svg?branch=main)](https://github.com/scientific-python/lazy_loader/actions?query=workflow%3A%22test%22) -[![Test coverage](https://codecov.io/gh/scientific-python/lazy_loader/branch/main/graph/badge.svg)](https://app.codecov.io/gh/scientific-python/lazy_loader/branch/main) +[![Test status](https://github.com/scientific-python/lazy-loader/workflows/test/badge.svg?branch=main)](https://github.com/scientific-python/lazy-loader/actions?query=workflow%3A%22test%22) +[![Test coverage](https://codecov.io/gh/scientific-python/lazy-loader/branch/main/graph/badge.svg)](https://app.codecov.io/gh/scientific-python/lazy-loader/branch/main) `lazy_loader` makes it easy to load subpackages and functions on demand. diff --git a/RELEASE.md b/RELEASE.md index bb2c617..a749d39 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,4 +1,4 @@ -# Release process for `lazy_loader` +# Release process for `lazy-loader` ## Introduction @@ -17,7 +17,7 @@ Example `version number` export VERSION= export PREVIOUS= export ORG="scientific-python" - export REPO="lazy_loader" + export REPO="lazy-loader" export LOG="CHANGELOG.md" - Autogenerate release notes @@ -46,17 +46,17 @@ Example `version number` git push --tags origin main - where `origin` is the name of the `github.com:scientific-python/lazy_loader` + where `origin` is the name of the `github.com:scientific-python/lazy-loader` repository - Create release from tag - - go to https://github.com/scientific-python/lazy_loader/releases/new?tag=v${VERSION} + - go to https://github.com/scientific-python/lazy-loader/releases/new?tag=v${VERSION} - add v${VERSION} for the `Release title` - paste contents (or upload) of ${VERSION}.md in the `Describe this release section` - if pre-release check the box labelled `Set as a pre-release` -- Update https://github.com/scientific-python/lazy_loader/milestones: +- Update https://github.com/scientific-python/lazy-loader/milestones: - close old milestone - ensure new milestone exists (perhaps setting due date) diff --git a/pyproject.toml b/pyproject.toml index 40cb233..19edefc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dev = ["changelist == 0.5"] [project.urls] Home = "https://scientific-python.org/specs/spec-0001/" -Source = "https://github.com/scientific-python/lazy_loader" +Source = "https://github.com/scientific-python/lazy-loader" [tool.changelist]