What did you do this week?
- Finished General implementation of supporting immediate arguments
- GSoC submission: blog
- Merge some cases WIP: TST: add tests for Pythran somersd
What is coming up next?
- ENH: optimize min max and median scipy.stats.binned_statistic by another contributor His performance is even better than our Pythran improvement( ENH: improved binned_statistic_dd via Pythran) He did vectorization improvement and reduced two loops into one. Maybe we can try Pythran again based on his implementation?
- Finish WIP: TST: add tests for Pythran somersd