AI agent opens PR for easy first issue meant for onboarding new contributors, writes rant blog after rejection
AI agent opens PR for easy first issue meant for onboarding new contributors, writes rant blog after rejection
github.com
[PERF] Replace np.column_stack with np.vstack().T by crabby-rathbun · Pull Request #31132 · matplotlib/matplotlib
This PR addresses issue #31130 by replacing specific safe occurrences of np.column_stack with np.vstack().T for better performance. IMPORTANT: This is a more targeted fix than originally proposed. ......