I have been mainly contributing to scikit-learn and pandas, and you can see the collection of my contributions below:
- Merged pull requests in pandas; contribution details
- Merged pull requests in scikit-learn; contribution details
As follows is the list of specific contributions I made during the semester (not counting my contributions to scikit-learn since it is my final group project):
Date # | Contribution (Link) | Type | Description |
---|---|---|---|
2/3 | Link | OpenStreetMap Feature | I updated information about the apartment buildings around my home. |
2/7 | Link | MDN Web Docs Issue | I opened an issue about adding a note in this page, which was closed by @hamishwillee. |
2/15 | Link | Wikipedia Edit | I reformatted the math formulas on the Subderivative page into LaTeX style. |
2/16 | Link | Add-on Project | I fixed a bug, edited the documentation, and modified CSS for Team 8 add-on project TabColor. |
2/18 | Link | Weekly Blogs Issue | I opened an issue about removing double titles of @seoeunHong’s weekly posts, which was closed by herself. |
2/26 | Link 1, Link 2, Link 3 | Wikipedia Edit (Multiple) | I reformatted the math formulas on the Riemann Mapping Theorem page into LaTeX style. |
2/28 | Link | VSCode Jupyter Issue | I opened an issue reporting a bug on the suspended and uninterruptable cell. However, this turned out to be a Jupyter issue. |
3/13 | Link | Pandas Code Contribution | I claimed this issue suggesting enhancement for the error message of DataFrame.merge , and made a pull request which has been approved, merged, and added to Milestone 2.1. |
3/25 | Link | Weekly Blog Issue | I opened an issue about fixing the week number of @cto234’s post for Week 9. |
4/14 | Link | Imbalanced-learn Doc Contribution | I made a pull request fixing the CircleCI badge in the README file, which has not been reviewed yet. |
4/23 | Link | Wikipedia Edit | I updated scikit-learn releases since 2021 and fixed some incorrect links on the scikit-learn page. |
5/3 | Link | Pandas Code Contribution | I claimed this issue reporting a bug of displaying MultiIndex objects with long elements, and made a pull request which has been approved and merged. |
5/3 | Link | Pandas Code Contribution | I claimed this issue reporting that GroupBy.quantile implicitly sorts the index levels even if sort=False , and made a pull request which is still under review. |
5/7 | Link | Pandas Code Contribution | I claimed this issue reporting that mask is not working as desired for missing values, and made a pull request which is still under review (maintainers are debating). |