Commit e43f332
miranov25
refactor: move files to package structure (preserve history)
Moved with git mv to preserve full commit history:
- groupby_regression.py → groupby_regression/
- groupby_regression_optimized.py → groupby_regression/
- test_*.py → groupby_regression/tests/
- bench_*.py → groupby_regression/benchmarks/
- *.md → groupby_regression/docs/
No functional changes. History preserved with --follow.
Files can be tracked across rename with:
git log --follow <file>1 parent 823c60a commit e43f332
File tree
6 files changed
+0
-0
lines changed- UTILS/dfextensions/groupby_regression
- benchmarks
- docs
- tests
6 files changed
+0
-0
lines changedFile renamed without changes.
File renamed without changes.
0 commit comments