Hello everyone!
GSoC 2019 has almost come to an end! It's the time to wrap up this mega event started back in May 2019. Under the mentorship of Mentor Hayen, my learning experience has undergone a roller-coaster ride and it has not only boosted my growth as a developer but also as an individual. Over the last 3 months the followings are my major contributions to this project:
Built-ins Optimizations
- "any": PR #246 <https://github.com/Nuitka/Nuitka/pull/246> * Issue reported and closed Issue #349 <https://github.com/Nuitka/Nuitka/issues/349>
- "all": PR #407 <https://github.com/Nuitka/Nuitka/pull/407>
- "abs": PR #419 <https://github.com/Nuitka/Nuitka/pull/419>
The following are in progress: * "max" and "min": PR #442 <https://github.com/Nuitka/Nuitka/pull/442> * "zip": PR #462 <https://github.com/Nuitka/Nuitka/pull/462>
Test suite
- Search mode "All": PR #378 <https://github.com/Nuitka/Nuitka/pull/378>
- Search mode "Only": PR #333 <https://github.com/Nuitka/Nuitka/pull/333>
- Reported and closed Issue #334: PR #336 <https://github.com/Nuitka/Nuitka/pull/336>
Documentation
- Nuitka git work flow: PR #485 https://github.com/Nuitka/Nuitka/pull/485
And other minor doc fixes are added with their respective pull requests.
Over this period of time I have learnt a lot, starting from how to add new nodes to Nuitka and optimize them to optimization using reformulations. I plan to keep learning and contributing to Nuikta,
Thanks for stopping by!
bksahu