A list of links to track my open source contributions. The purpose of this page is partly for display, but also just for me to track my PRs across multiple repos. Favorites are in bold Enjoy!
ClickHouse - A real-time analytics DBMS
-
Pull Requests:
- pull request #71403: New Feature: Add aliases to avoid weird functions names with mixed casing style like anyLast_respect_nullsStateIf when used with combinators
- pull request #69657: New feature: Added a thread-safe feature that enables developers to dynamically filter logs using regular expressions
- pull request #68989: New feature: Added an arrayUnion() function, providing a more efficient and developer-friendly alterative to the previous workaround
- pull request #68455: Bug Fix: Fixed a bug where TRIM() throws an unexpected exception for a certain edge case
- pull request #68164: New feature: Added a new setting that allows users to set IF NOT EXISTS behavior by default
- pull request #71774: Improvement: Update enable_http_compression setting to make performance improvement more accessible
- pull request #67334: New feature: Added an alias for window functions
- pull request #72016: Doc Fix: Fix Typos
- pull request #71779: Doc Fix: Fix typo
- pull request #68497: Doc Fix. Fixed an incorrectly documented setting
PyTorch Geometric - An extension of PyTorch for Graph Neural Networks
- Pull Requests:
- pull request #9592: New feature: A new LineDiGraph transformation module in collaboration in a researcher (in review).
Ray - A distributed compute framework for scaling data processing and machine learning workloads
-
Pull Requests:
- pull request #47763: Fixed issue where some users couldn't install package due to a required dependency (in review)
- pull request #46821: Clarified documentation to avoid confusion
Other Misc Repos:
- first-contributions repo: pull request #86857