Friday, August 28, 2020

PSF GSoC students blogs: udiff: Project Summary

0. Github

https://github.com/Quansight-Labs/udiff

1. Describe my work briefly

Complete and package udiff.

2. What is done (commits)

3. TODO

  • Merge the code in branch dev to master if the functions implemented in unumpy.
  • Implement JVP.
  • Add more test cases to improve test coverage to over 80%(70% now).
  • Fix bugs and issues in udiff.


from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...