-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
Closed
Milestone
Description
now that we removed sandbox in #13670, some scripts remain that use this.
- I think we could fully remove the
benchsub-dir, taking care if we don't have asv's for anything there (I think we do but need to check). (PR CLN/COMPAT: for various py2/py3 in doc/bench scripts #16984) -
scriptsdir, we can blow windows_builder (PR CLN/COMPAT: for various py2/py3 in doc/bench scripts #16984) -
scriptsdir, we can blow away most of these with the exception of:api_rst_coverage.py,find_undoc_args.py,merge-py.py,find_commits_touching_func.py, again checking for any benchmark scripts and make sure we have asv. - add README.md for
scriptsthat documents purpose of these scripts -
movepandas/build_dist.shandpandas/release_stats.shtoscripts(need to updat e commit checklist though and slightly modify). -
removepandas/test_perf.shandpandas/Makefile
jorisvandenbossche