Week #8: Support keepdims in numpy mean, hunt potential algorithms to be improved

Xingyu-Liu
Published: 08/03/2021

What did you do this week?

What is coming up next?

Since it is not easy to find good algorithms anymore and we've already improved some, it is time to change the plan. Therefore, I will work on:
  • Use Pytest and Decorator to support different dype input testing for Pythran imporved functions.
  • Revisit the algorithms we worked, get a final conclusion maybe.
  • Finish supporting keepdims in numpy mean in Pythran

Did you get stuck anywhere?

Stuck in supporting keepdims in numpy mean in Pythran and finding potential algorithms.