From 5026aa8e47e544eaa5da33b7e4ad8b62c4da2fcc Mon Sep 17 00:00:00 2001 From: Ameen-KM10 Date: Thu, 1 May 2025 02:42:05 +0530 Subject: [PATCH 1/3] PR templete update --- docs/pull_request_template.md | 53 +++++++++++++++++++++++++++++++++-- 1 file changed, 50 insertions(+), 3 deletions(-) diff --git a/docs/pull_request_template.md b/docs/pull_request_template.md index 617c67445e..82375a4efa 100644 --- a/docs/pull_request_template.md +++ b/docs/pull_request_template.md @@ -1,5 +1,52 @@ -### Pull Request Description -(replace this text with your description) +# Description + + +## Type of Change + +- [ ] Feature Engineering Primitive +- [ ] Performance Improvement +- [ ] Bug Fix +- [ ] Documentation Update +- [ ] Testing Enhancement +- [ ] Core Framework Change +- [ ] Other (please describe) + +## Scope + +- [ ] Deep Feature Synthesis +- [ ] EntitySet +- [ ] Primitives +- [ ] Performance Optimization +- [ ] Documentation +- [ ] Examples/Demos +- [ ] Testing Framework + +## Checklist +- [ ] I have added docstrings that follow NumPy/SciPy format +- [ ] I have added unit tests that cover the new code +- [ ] I have updated relevant documentation +- [ ] I have added type hints where applicable +- [ ] My code passes all existing tests +- [ ] My code follows PEP 8 style guidelines +- [ ] I have added example usage (if applicable) + +## Testing Details + +- Python version: +- Operating system: +- Key packages tested with: + +## Performance Impact + + +## Breaking Changes + + +## Related Issues + + +## Additional Notes + ----- -*After creating the pull request: in order to pass the **release_notes_updated** check you will need to update the "Future Release" section of* `docs/source/release_notes.rst` *to include this pull request.* +*After creating the pull request: in order to pass the **release_notes_updated** check you will need to update the "Future Release" section of* `docs/source/release_notes.rst` *to include this pull request.* \ No newline at end of file From 15ba0570e911bbc8b1e7b10611fdf809c70a79be Mon Sep 17 00:00:00 2001 From: Ameen-KM10 Date: Thu, 1 May 2025 14:06:35 +0530 Subject: [PATCH 2/3] releasenote --- docs/source/release_notes.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 7357ed4b0d..69b4f72f27 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -6,6 +6,12 @@ Release Notes Future Release ============== * Enhancements + * Added comprehensive primitive docstrings with detailed examples (#XXXX) + * Enhanced documentation for NumUnique, Absolute, and Weekend primitives + * Added basic usage examples with sample data + * Included EntitySet integration examples + * Demonstrated primitive combinations + * Improved overall documentation clarity and usability * Fixes * Changes * Restrict numpy to <2.0.0 (:pr:`2743`) From b1f59520812ea890dedac1216a963c2b608caf10 Mon Sep 17 00:00:00 2001 From: Ameen-KM10 Date: Thu, 1 May 2025 14:07:52 +0530 Subject: [PATCH 3/3] releasenote_1 --- docs/source/release_notes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 69b4f72f27..bd43133d42 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -6,7 +6,7 @@ Release Notes Future Release ============== * Enhancements - * Added comprehensive primitive docstrings with detailed examples (#XXXX) + * Added comprehensive primitive docstrings with detailed examples * Enhanced documentation for NumUnique, Absolute, and Weekend primitives * Added basic usage examples with sample data * Included EntitySet integration examples