pr_id
int64
repo_id
null
repo_name
string
text
string
3,635
null
cloudify-cosmo/cloudify-manager
# Repository Context Name: cloudify-cosmo/cloudify-manager Description: # Pull Request ## RD-4615 Extend `valid_values` based on types hierarchy # Relevant Files Found ## rest-service/manager_rest/rest/resources_v3_1/searches.py ``` from collections import defaultdict from flask import request from flask_restf...
21
null
RemDelaporteMathurin/h-transport-materials-dashboard
# Repository Context Name: RemDelaporteMathurin/h-transport-materials-dashboard Description: # Pull Request ## Add all button # Relevant Files Found ## app.py ``` from plotly.colors import DEFAULT_PLOTLY_COLORS import numpy as np from graph import ( all_diffusivities, all_solubilities, make_diffusiv...
697
null
raspberrypi/picamera2
# Repository Context Name: raspberrypi/picamera2 Description: # Pull Request ## QGlPicamera2: ensure the cleanup() method gets called Some paths by which a Qt application can quit were not invoking the cleanup() method. Now we use the destroyed signal to ensure that this happens. The cleanup() method needs a sli...
219
null
linkedin/Liger-Kernel
# Repository Context Name: linkedin/Liger-Kernel Description: # Pull Request ## Fix compatibility issue on triton=2.3.1 ## Summary Fix #215 num_warps can't be passed to the kernel function if `num_warps` is declared at the kernel function. tl.constexpr can't be automatically casted to int when comparing to ...
49
null
theastropath/turbot
# Repository Context Name: theastropath/turbot Description: # Pull Request ## Updates some pandas code to make it cleaner As I learn more about how pandas work I realize some code could have been much cleaner. # Relevant Files Found ## turbot/__init__.py ``` #!/usr/bin/env python import inspect import logging i...
31
null
Idein/py-videocore
# Repository Context Name: Idein/py-videocore Description: # Pull Request ## Remove dangerous default arguments Default arguments of `AddEmitter` and `MulEmitter` made program dangerous. Before this fix, `iadd (r0, r1)` was legal thanks to default arguments of `AddEmitter._emit` (`r0` is completed). # Relevant ...
38
null
SimonBoothroyd/nonbonded
# Repository Context Name: SimonBoothroyd/nonbonded Description: # Pull Request ## Refactor the Unique Mixin to be More Clear and Concise ## Description This PR tightens up the database ``UniqueMixin`` class and adds the missing docstrings. ## Status - [X] Ready to go # Relevant Files Found ## nonbonded/back...
1,082
null
adamchainz/django-mysql
# Repository Context Name: adamchainz/django-mysql Description: # Pull Request ## Use uv for requirements # Relevant Files Found ## requirements/compile.py ``` #!/usr/bin/env python from __future__ import annotations import os import subprocess import sys from pathlib import Path if __name__ == "__main__": ...
4,436
null
autogluon/autogluon
# Repository Context Name: autogluon/autogluon Description: # Pull Request ## [tabular] Add AdaptiveES support to NN_TORCH *Issue #, if available:* *Description of changes:* - Add AdaptiveES support to NN_TORCH - Switch default ES to use adaptive early stopping - Update default num_epochs from 500 to 1000 ...
924
null
monarch-initiative/dipper
# Repository Context Name: monarch-initiative/dipper Description: # Pull Request ## Revert Gallus gallus URL from Dipper Cache to NCBI URL The Gallus gallus file we're ingest still exists at NCBI, so it'd improve the metadata slightly to use this URL instead of the DipperCache URL. Also added some comments in ca...
1,098
null
google/orbax
# Repository Context Name: google/orbax Description: # Pull Request ## Validate merged and saved checkpoint params by comparing it against its `.zarray` counterpart. Validate merged and saved checkpoint params by comparing it against its `.zarray` counterpart. # Relevant Files Found ## checkpoint/orbax/checkpoin...
3,389
null
deepspeedai/DeepSpeed
# Repository Context Name: deepspeedai/DeepSpeed Description: # Pull Request ## remove megatron-lm, no longer pip installable - [x] remove megatron-lm from dev reqs - [x] either get megatron from source install or fix/skip unit tests that depend on it # Relevant Files Found ## tests/unit/compression/test_compres...
1,453
null
holoviz/holoviews
# Repository Context Name: holoviz/holoviews Description: # Pull Request ## Exposing inargs and inkwargs as Callable.args and .kwargs Simple PR to address #1307 - before it is called the callable ``.args`` and ``.kwargs`` attributes are None, afterwards they reflect how the callable was invoked. # Relevant Files F...
60
null
muatik/flask-profiler
# Repository Context Name: muatik/flask-profiler Description: # Pull Request ## implemented #59 implements the feature mentioned in #59 now you can ignore some routes by just adding regex patterns to config. # Relevant Files Found ## examples/app.py ``` # your app.py from flask import Flask import flask_prof...
30
null
whiletruelearn/termichess
# Repository Context Name: whiletruelearn/termichess Description: # Pull Request ## Add a different sound for whenever there is check Fixes #26 # Relevant Files Found ## termichess/app.py ``` from textual.app import App, ComposeResult from textual.containers import Container, Horizontal from textual.widgets imp...
280
null
FlagAI-Open/FlagAI
# Repository Context Name: FlagAI-Open/FlagAI Description: # Pull Request ## fix data_loader sampler for ds&mpu --- name: Pull Request title: '[PR]' assignees: 'BAAI-OpenPlatform,ftgreat' --- ### Description Please describe here what the PR does. ### Checklist - [x] bug fixed - [ ] new feature provid...
28
null
lgienapp/aquarel
# Repository Context Name: lgienapp/aquarel Description: # Pull Request ## correct some parameter description I fixed some small mistakes in the parameter description. # Relevant Files Found ## aquarel/theme.py ``` from typing import Union, Optional, List from cycler import cycler import matplotlib as mpl import...
98
null
testofthings/toolsaf
# Repository Context Name: testofthings/toolsaf Description: # Pull Request ## Fix/88 only letters and numbers accepted for security statement upload tag Closes #88. # Relevant Files Found ## toolsaf/builder_backend.py ``` """Model builder backend""" import argparse import ipaddress import logging import pathli...
29,153
null
frappe/frappe
# Repository Context Name: frappe/frappe Description: # Pull Request ## perf: Skip one dump + load on boot.json Since we are json.dumping it, there's no point in sanitizing using SCRIPT_TAG_PATTERN. This removes dumb json dump + load + dump. # Relevant Files Found ## frappe/www/app.py ``` # Copyright (c) 2015,...
16
null
community-of-python/any-llm-client
# Repository Context Name: community-of-python/any-llm-client Description: # Pull Request ## Let request params be changed via model config # Relevant Files Found ## any_llm_client/clients/openai.py ``` import contextlib import dataclasses import os import types import typing from http import HTTPStatus import...
1
null
YangRucheng/nonebot-adapter-wxmp
# Repository Context Name: YangRucheng/nonebot-adapter-wxmp Description: # Pull Request ## fix: 修复 Bot 事件处理和 API 调用中的类型问题,兼容Pydantic V1 # Relevant Files Found ## nonebot/adapters/wxmp/adapter.py ``` import asyncio import hashlib import json import secrets from typing import Any, ClassVar from urllib.parse impor...
1,272
null
py-why/dowhy
# Repository Context Name: py-why/dowhy Description: # Pull Request ## Fix issue in KL divergence estimator with non-unique values Related to: https://github.com/py-why/dowhy/issues/1213 # Relevant Files Found ## dowhy/gcm/divergence.py ``` from functools import partial from typing import Callable, Union import...
9
null
msu-denver/bili-core
# Repository Context Name: msu-denver/bili-core Description: # Pull Request ## Created new node to inject the UTC date time into the llm Created new node to inject the date time into the system prompt message. This enables the llm to have the current UTC time. It does this by taking the current system message, remo...
3,255
null
tskit-dev/tskit
# Repository Context Name: tskit-dev/tskit Description: # Pull Request ## Numba perf Stacked on #3225 These changes in https://github.com/tskit-dev/tskit/commit/6fa1f9c18174447914fa55bce61c50246259b8d3 give a 25% time reduction for the JIT code for diversity on chr 21 of the simulated French Canadians. Pytho...
1,116
null
microsoft/RD-Agent
# Repository Context Name: microsoft/RD-Agent Description: # Pull Request ## feat: analyze feedback based on sota numbers <!--- Thank you for submitting a Pull Request! In order to make our work smoother. --> <!--- please make sure your Pull Request meets the following requirements: --> <!--- 1. Provide a gener...
29,337
null
ray-project/ray
# Repository Context Name: ray-project/ray Description: # Pull Request ## Resolve xgboost benchmark failure ## Why are these changes needed? After batch_size in predictor is applied correctly, we can reduce flakiness of our release test by using larger batch size for xgboost, since default 4096 is too small. Thi...
541
null
amaranth-lang/amaranth
# Repository Context Name: amaranth-lang/amaranth Description: # Pull Request ## Fix Record Operators Proxy Operator calls on Record through to Value implementation, using explicit enumeration to avoid depending on future changes to Value. Fixes #533 . # Relevant Files Found ## nmigen/hdl/rec.py ``` from enum...
216
null
chrismattmann/tika-python
# Repository Context Name: chrismattmann/tika-python Description: # Pull Request ## standalone test to check ssl issue @chrismattmann I've added test to check the url https://www.nasa.gov/sites/default/files/thumbnails/image/j2m-shareable.jpg on python 2.6. The test just uses the urlretrieve and does not use any py...
93
null
SSI-Site/saphira
# Repository Context Name: SSI-Site/saphira Description: # Pull Request ## feat(utils): implement check_and_assign_gifts function to assign gifts ao cadastrar presenças Closes #51 # Relevant Files Found ## src/api/serializers.py ``` from rest_framework import serializers from .models import * from .utils impor...
122
null
khirotaka/enchanter
# Repository Context Name: khirotaka/enchanter Description: # Pull Request ## Feature/#119 #119 Support TensorFlow Dataset # Relevant Files Found ## enchanter/engine/modules.py ``` # *************************************************** # _____ _ _ # | ____|_ __ ___| |__ __ _ _ __ |...
143
null
galliot-us/smart-social-distancing
# Repository Context Name: galliot-us/smart-social-distancing Description: # Pull Request ## Fix crash when logging without classifier Also avoid downloading sample video when not using it # Relevant Files Found ## libs/cv_engine.py ``` import csv import cv2 as cv import logging import numpy as np import os fro...
229
null
tancheng/VectorCGRA
# Repository Context Name: tancheng/VectorCGRA Description: # Pull Request ## Task switching. # Relevant Files Found ## cgra/test/CgraWithContextSwitchRTL_test.py ``` """ ========================================================================== CgraRTL_fir_test.py ==============================================...
21,197
null
conan-io/conan-center-index
# Repository Context Name: conan-io/conan-center-index Description: # Pull Request ## tcp-wrappers: use correct license identifier https://spdx.org/licenses/TCP-wrappers.html The license file of the project for reference: http://ftp.porcupine.org/pub/security/tcp_wrappers_license # Relevant Files Found ## recipe...
9,136
null
PaddlePaddle/PaddleNLP
# Repository Context Name: PaddlePaddle/PaddleNLP Description: # Pull Request ## [Auto Parallel] Fix ckpt_converter for auto_parallel <!-- Demo: https://github.com/PaddlePaddle/PaddleNLP/pull/26 --> ### PR types <!-- One of [ New features | Bug fixes | Function optimization | Performance optimization | Breaking c...
2,492
null
vnpy/vnpy
# Repository Context Name: vnpy/vnpy Description: # Pull Request ## Dev bybit usdt 建议每次发起的PR内容尽可能精简,复杂的修改请拆分为多次PR,便于管理合并。 ## 改进内容 1. 2. 3. ## 相关的Issue号(如有) Close # # Relevant Files Found ## vnpy/gateway/bybit/bybit_gateway.py ``` """""" import hashlib import hmac import time import sys from datet...
62
null
dragonfly/dragonfly
# Repository Context Name: dragonfly/dragonfly Description: # Pull Request ## Add comment about ask in example @kirthevasank added comment about ask in the demo # Relevant Files Found ## examples/detailed_use_cases/in_code_demo_ask_tell.py ``` """ A demo on the ask-tell interface of Dragonfly. -- anthonyhsyu...
28
null
Pentusha/edgeql-qb
# Repository Context Name: Pentusha/edgeql-qb Description: # Pull Request ## feat(queries): allow to filter nested shapes (Sourcery refactored) Pull Request #26 refactored by [Sourcery](https://sourcery.ai/github/). If you're happy with these changes, merge this Pull Request using the *Squash and merge* strategy. ...
362
null
aiqm/torchani
# Repository Context Name: aiqm/torchani Description: # Pull Request ## Cleanup some junks inside ANIModel introduced due to JIT # Relevant Files Found ## torchani/nn.py ``` import torch from typing import Tuple class ANIModel(torch.nn.Module): """ANI model that compute properties from species and AEVs. ...
56
null
archivy/archivy
# Repository Context Name: archivy/archivy Description: # Pull Request ## improve error handling for elasticsearch - use ES built-in health report instead of platform-dependant subprocess call - print user-friendly error messages instead of running subprocess commands with sudo # Relevant Files Found ## ar...
391
null
adap/flower
# Repository Context Name: adap/flower Description: # Pull Request ## Fixes path/module resolution of autodoc # Relevant Files Found ## doc/source/conf.py ``` # Copyright 2020 Adap GmbH. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except i...
1,503
null
agno-agi/agno
# Repository Context Name: agno-agi/agno Description: # Pull Request ## #1326: Add clickhouse as a VectorDb. Resolves: #1326 # Relevant Files Found # Edits This pull request adds ClickHouse as a new VectorDB option to the framework, enabling efficient vector storage and similarity search for large-scale AI/ML...
1,551
null
docling-project/docling
# Repository Context Name: docling-project/docling Description: # Pull Request ## fix(settings): fix nested settings load via environment variables <!-- Thank you for contributing to Docling! --> <!-- STEPS TO FOLLOW: 1. Add a description of the changes (frequently the same as the commit description) 2. En...
5,328
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## Improve caffe dependency detection with extra CMake flags Caffe's CMake finds different installations of dependency resulting in link issues. Here is example where I install dependencies in `new_spack_path` and Caffe find some from `old_path`: ...
241
null
opentensor/async-substrate-interface
# Repository Context Name: opentensor/async-substrate-interface Description: # Pull Request ## No continual reconnection without cause A bug can occur to where if a reconnection is triggered, but there's nothing in the queue, ASI will continually reconnect with nothing ever able to reset its attempts counter (becau...
929
null
nilmtk/nilmtk
# Repository Context Name: nilmtk/nilmtk Description: # Pull Request ## Add labels to the graph of the API prediction output To make the graphs a bit more self explaining, labels for the axis of the graphs are added. # Relevant Files Found ## nilmtk/api.py ``` from nilmtk.dataset import DataSet from nilmtk.mete...
1,069
null
cloudify-cosmo/cloudify-common
# Repository Context Name: cloudify-cosmo/cloudify-common Description: # Pull Request ## Align schemas for inputs and node type operation inputs # Relevant Files Found ## dsl_parser/elements/inputs.py ``` ######## # Copyright (c) 2019 Cloudify Platform Ltd. All rights reserved # # Licensed under the Apache Lice...
359
null
macrocosm-os/mainframe
# Repository Context Name: macrocosm-os/mainframe Description: # Pull Request ## Staging * updated the `install_rqlite.sh` script * bug fix # Relevant Files Found ## folding/store.py ``` import os import json import string import random import sqlite3 import requests from queue import Queue from typing import D...
560
null
WillCodeForCats/solaredge-modbus-multi
# Repository Context Name: WillCodeForCats/solaredge-modbus-multi Description: # Pull Request ## Fix debug string format Fix debug string format # Relevant Files Found ## custom_components/solaredge_modbus_multi/hub.py ``` from __future__ import annotations import asyncio import logging from collections import ...
98
null
LSSTDESC/CLMM
# Repository Context Name: LSSTDESC/CLMM Description: # Pull Request ## Issue/93/add print to galaxy cluster Added new nice print to GalaxyCluster object and cleaned print of 'no data found with these lookup_specs' for necessary cases only. # Relevant Files Found ## clmm/core/datatypes.py ``` """ Define the cust...
146
null
KlimaDAO/dash-apps
# Repository Context Name: KlimaDAO/dash-apps Description: # Pull Request ## tooltip definitions- 'retirement' and 'redemption' Resolves #126 # Relevant Files Found ## src/apps/tco2_dashboard/retirement_trends/impl/retirement_trends_pool.py ``` from src.apps.tco2_dashboard.figures import ( pool_klima_retire...
120
null
Kaggle/docker-python
# Repository Context Name: Kaggle/docker-python Description: # Pull Request ## add some visualization tools simply add plotly and ggplot to the test_build # Relevant Files Found ## test_build.py ``` # This script should run without errors whenever we update the # kaggle/python container. It checks that all our ...
1
null
gaia-unlimited/gaiaunlimited
# Repository Context Name: gaia-unlimited/gaiaunlimited Description: # Pull Request ## Add tcg sf # Relevant Files Found ## src/gaiasf/selectionfunctions/__init__.py ``` from .survey import * ``` # Edits This pull request adds a new selection function module for the Gaia DR3 survey based on the TCG (Trista...
342
null
CGATOxford/CGATPipelines
# Repository Context Name: CGATOxford/CGATPipelines Description: # Pull Request ## Kb foldchange pipeline enrichment - added plotting function to enrichment - added log2fold change to enrichment # Relevant Files Found ## CGATPipelines/PipelineGSEnrichment.py ``` import pandas as pd import CGAT.IOTools as IOTool...
670
null
morganstanley/testplan
# Repository Context Name: morganstanley/testplan Description: # Pull Request ## Add LogLink docs & example. ## Bug / Requirement Description Clearly and concisely describe the problem. ## Solution description Describe your code changes in detail for reviewers. ## Checklist: - [ ] Test - [ ] Example (both...
588
null
AI4Bharat/Chitralekha-Backend
# Repository Context Name: AI4Bharat/Chitralekha-Backend Description: # Pull Request ## Bug fix in RT format # Relevant Files Found ## backend/translation/utils.py ``` import requests from uuid import UUID import json import webvtt from rest_framework.response import Response from rest_framework import status i...
27
null
jbohnslav/opencv_transforms
# Repository Context Name: jbohnslav/opencv_transforms Description: # Pull Request ## Fix pre-commit hooks and type checking errors ## Summary • Fixed all pre-commit hook violations (ruff linting and formatting) • Resolved all type checking errors identified by `uv run ty check` • Improved code quality and type saf...
948
null
missionpinball/mpf
# Repository Context Name: missionpinball/mpf Description: # Pull Request ## add playerX_score at the end of the game. this prevents races which might result in a 0 score for the last game # Relevant Files Found ## mpf/modes/game/code/game.py ``` """Contains the Game class which is the Machine Mode that actually...
9,216
null
streamlit/streamlit
# Repository Context Name: streamlit/streamlit Description: # Pull Request ## Use overloads to make the return types of st.feedback more precise. (with type tests) ## Describe your changes Inspired by the adventures of @Asaurus1 in issue #9048, I thought it would be nice for the return type of st.feedback to be ...
84
null
Common-Longitudinal-ICU-data-Format/clifpy
# Repository Context Name: Common-Longitudinal-ICU-data-Format/clifpy Description: # Pull Request ## feat: added overlapping admits check # Relevant Files Found ## clifpy/tables/adt.py ``` from datetime import datetime from typing import Optional, List, Dict import pandas as pd from .base_table import BaseTable...
820
null
ecmwf/WeatherGenerator
# Repository Context Name: ecmwf/WeatherGenerator Description: # Pull Request ## Fix to io problems. ## Description Fix to io problems when there are partially empty samples ## Type of Change - [X] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds fu...
8
null
WildBunnie/DarkSoulsII-Archipelago
# Repository Context Name: WildBunnie/DarkSoulsII-Archipelago Description: # Pull Request ## make death link an option instead of the default - made it so we only send/receive death link when it is set as active - added slot data to the world to send the options to the client - client now checks the slot data and...
6,275
null
akfamily/akshare
# Repository Context Name: akfamily/akshare Description: # Pull Request ## Dev # Relevant Files Found ## akshare/__init__.py ``` """ AKShare 是基于 Python 的开源财经数据接口库,实现对股票、期货、期权、基金、债券、外汇、加密货币等金 融产品的量价数据,基本面数据和另类数据从数据采集,数据清洗到数据下载的工具,满足金融数据科学 家,数据科学爱好者在数据获取方面的需求。它的特点是利用 AKShare 获取的是基于可信任数据源 发布的原始数据,广大数据科学家可以利用原始数据进行...
152
null
brianhie/scanorama
# Repository Context Name: brianhie/scanorama Description: # Pull Request ## update csr_matrix namespace Fixed a namespace deprecation which I guess was an oversight because everything else was correctly implemented this PR is related to an issue in OpenProblems openproblems-bio/openproblems-v2#247 # Relevant F...
1,162
null
django-components/django-components
# Repository Context Name: django-components/django-components Description: # Pull Request ## refactor: rename `context_data` field to `template_data` Made this a separate PR from https://github.com/django-components/django-components/pull/1161 so that https://github.com/django-components/django-components/pull/116...
435
null
hugsy/gef
# Repository Context Name: hugsy/gef Description: # Pull Request ## hijack-fd: Convert fd to signed integer ## hijack-fd: Convert fd to signed integer ## ### Description/Motivation/Screenshots ### <!-- Describe technically what your patch does. --> <!-- Why is this change required? What problem does it solve? ...
4,828
null
holoviz/holoviews
# Repository Context Name: holoviz/holoviews Description: # Pull Request ## Fix plotting Graph on top of Tiles/Annotation Fixes https://github.com/holoviz/holoviews/issues/4786 # Relevant Files Found ## holoviews/plotting/bokeh/element.py ``` from __future__ import absolute_import, division, unicode_literals im...
4,363
null
owid/etl
# Repository Context Name: owid/etl Description: # Pull Request ## 📊 mars mdim Work on an MDIM for the topic page "War and Peace". Based on Mars project, it provides a long-term perspective. It has few views, and could be easily implemented manually solely via a YAML file. Nonetheless, I found some functionalit...
1,631
null
adap/flower
# Repository Context Name: adap/flower Description: # Pull Request ## Log Driver API address # Relevant Files Found ## src/py/flwr/driver/driver.py ``` # Copyright 2022 Adap GmbH. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compl...
500
null
pykeen/pykeen
# Repository Context Name: pykeen/pykeen Description: # Pull Request ## ✂️ 🐛 Fix non-deterministic splitting References #499 # Relevant Files Found ## src/pykeen/triples/splitting.py ``` # -*- coding: utf-8 -*- """Implementation of triples splitting functions.""" import logging import typing from typing im...
4,631
null
ansys/pyfluent
# Repository Context Name: ansys/pyfluent Description: # Pull Request ## build: Bump version to v0.37.dev0 Bump version to v0.37.dev0 # Relevant Files Found ## src/ansys/fluent/core/__init__.py ``` # Copyright (C) 2021 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # # Permission is h...
825
null
MarketSquare/robotframework-browser
# Repository Context Name: MarketSquare/robotframework-browser Description: # Pull Request ## Calling Set Browser Timeout should not fail Fixes #391 # Relevant Files Found ## Browser/keywords/browser_control.py ``` # Copyright 2020- Robot Framework Foundation # # Licensed under the Apache License, Version 2....
1,170
null
minio/minio-py
# Repository Context Name: minio/minio-py Description: # Pull Request ## Update set_object_lock_config.py Fixes #1169 # Relevant Files Found ## examples/set_object_lock_config.py ``` # -*- coding: utf-8 -*- # MinIO Python Library for Amazon S3 Compatible Cloud Storage. # Copyright (C) 2020 MinIO, Inc. # # Licen...
442
null
OCR-D/core
# Repository Context Name: OCR-D/core Description: # Pull Request ## PAGE validator: respect reading/textline order/direction (in multi-level text consistency checks) This takes existing ideas from `ocrd_tesserocr.recognize.page_update_higher_textequiv_levels()` into the validator (only slightly more general). ...
807
null
se-sic/VaRA-Tool-Suite
# Repository Context Name: se-sic/VaRA-Tool-Suite Description: # Pull Request ## Adds decorator to latex interface for more customizability # Relevant Files Found ## varats/varats/table/table_utils.py ``` """Module for table related utility functionality.""" import typing as tp import pandas as pd from pylat...
129
null
credmark/credmark-model-framework-py
# Repository Context Name: credmark/credmark-model-framework-py Description: # Pull Request ## Creation of Currency DTO with string or kwargs If you have a DTO like: ``` class PriceDTO(DTO): quote: Currency ``` You can do construct with `quote` as a string or kwargs (json object): ``` c = C...
24
null
calmjm/tojota
# Repository Context Name: calmjm/tojota Description: # Pull Request ## Statistics improvement # Relevant Files Found ## statistics.py ``` # Copyright 2020 Janne Määttä # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You ma...
13
null
NillionNetwork/nuc-py
# Repository Context Name: NillionNetwork/nuc-py Description: # Pull Request ## feat: allow making payments using auth client This adds a client for https://github.com/NillionNetwork/authority-service/pull/9. This for now only allows making payments and doesn't allow validating if your subscription exists or can...
1,905
null
learningequality/studio
# Repository Context Name: learningequality/studio Description: # Pull Request ## Fixed a couple of UI issues on the details modal * Expandable list toggle text wasn't switching betwen `Show more` and `Show less` * Sample content thumbnails were using deprecated default thumbnails # Relevant Files Found ## conte...
54
null
nggit/httpout
# Repository Context Name: nggit/httpout Description: # Pull Request ## add exit to builtins Before: ```python import sys if True: sys.exit() ``` After: ```python if True: exit() ``` Although `exit` is almost always available in regular Python, this change is to ensure it is always there. ...
175
null
crestalnetwork/intentkit
# Repository Context Name: crestalnetwork/intentkit Description: # Pull Request ## Fix: telegram_enabled changed to telegram_entrypoint_enabled ## Description Please include a summary of the changes and the related issue. ## Type of Change - [x] Bugfix - [ ] New Feature - [ ] Improvement - [ ] Document...
35
null
pengfeng/ask.py
# Repository Context Name: pengfeng/ask.py Description: # Pull Request ## Use chonkie as the default chunker. The first run will take a bit time, but it is pretty fast the second time. # Relevant Files Found ## ask.py ``` import csv import io import json import logging import os import queue import urllib.parse ...
37,655
null
huggingface/transformers
# Repository Context Name: huggingface/transformers Description: # Pull Request ## typo update in the parameter name See L118 and L143 for the class attribute `hidden_dim` # What does this PR do? <!-- Congratulations! You've made it this far! You're not quite done yet though. Once merged, your PR is going...
603
null
zai-org/CogVideo
# Repository Context Name: zai-org/CogVideo Description: # Pull Request ## [fix]fix typo in train_cogvideox_image_to_video_lora.py # Relevant Files Found ## finetune/train_cogvideox_image_to_video_lora.py ``` # Copyright 2024 The CogView team, Tsinghua University & ZhipuAI and The HuggingFace Team. All rights r...
10,618
null
PaddlePaddle/PaddleNLP
# Repository Context Name: PaddlePaddle/PaddleNLP Description: # Pull Request ## Fix fp8 in dtype_byte_size <!-- Demo: https://github.com/PaddlePaddle/PaddleNLP/pull/26 --> #### Before submitting - [ ] Lint code. If there are lint issues, please format the code first. ```shell # Install and register `pre-co...
521
null
trustgraph-ai/trustgraph
# Repository Context Name: trustgraph-ai/trustgraph Description: # Pull Request ## Cassandra performance enhancement Core Performance Optimizations: 1. Multi-table schema - Replaced single table with 3 optimized tables 2. Eliminated ALLOW FILTERING - get_po queries now use direct partition access 3. Ba...
579
null
i-am-bee/beeai-framework
# Repository Context Name: i-am-bee/beeai-framework Description: # Pull Request ## ci: add python e2e test workflow This adds the following improvements: - Add new `Python - E2E Tests` workflow that will run when a push to `main` includes changes in `/python/` - similar to the `TypeScript - E2E Examples` work...
209
null
AstraZeneca/runnable
# Repository Context Name: AstraZeneca/runnable Description: # Pull Request ## fix: argo env, catalog put bugs # Relevant Files Found ## extensions/pipeline_executor/__init__.py ``` import copy import logging import os from typing import Any, Dict, List, Optional, cast from runnable import ( console, c...
825
null
UCL/TLOmodel
# Repository Context Name: UCL/TLOmodel Description: # Pull Request ## Add improved scenario parameter grid generation function Fixes #824 (indirectly). Removes the previous `BaseScenario.make_grid` method in favour of a new module level function `make_cartesian_parameter_grid` in `tlo.scenario`. This function p...
31
null
Hi-Dolphin/datamax
# Repository Context Name: Hi-Dolphin/datamax Description: # Pull Request ## Support the access of multimodal models for parsing and annotation of multimodal fine-tuning training data ## Change description Support the access of multimodal models for parsing and annotation of multimodal fine-tuning training data ...
6,690
null
pyg-team/pytorch_geometric
# Repository Context Name: pyg-team/pytorch_geometric Description: # Pull Request ## fix(sampler): properly compute `num_hops` with default values # Relevant Files Found ## torch_geometric/sampler/base.py ``` import copy import math from abc import ABC from dataclasses import dataclass from enum import Enum fro...
155
null
vllm-project/vllm-ascend
# Repository Context Name: vllm-project/vllm-ascend Description: # Pull Request ## [ModelRunner] Fix cuda hard code in model runner <!-- Thanks for sending a pull request! BEFORE SUBMITTING, PLEASE READ https://docs.vllm.ai/en/latest/contributing/overview.html --> ### What this PR does / why we need it? <!...
69
null
lmnr-ai/lmnr-python
# Repository Context Name: lmnr-ai/lmnr-python Description: # Pull Request ## 0.4.39 partial packages, remove user_id # Relevant Files Found ## src/lmnr/sdk/decorators.py ``` from lmnr.openllmetry_sdk.decorators.base import ( entity_method, aentity_method, ) from opentelemetry.trace import INVALID_SPAN,...
175
null
bytedance/Protenix
# Repository Context Name: bytedance/Protenix Description: # Pull Request ## Fix typo # Relevant Files Found ## configs/configs_model_type.py ``` # Copyright 2024 ByteDance and/or its affiliates. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance...
36
null
crickets-and-comb/bfb_delivery
# Repository Context Name: crickets-and-comb/bfb_delivery Description: # Pull Request ## Feature/kaleb coberly/use rebuilt shared Reinits shared git submodule. Also: - Pins Pandera to avoid breaking change with 0.23.0. - Reformats now that comb_utils in known imports. # Relevant Files Found ## src/bfb_delive...
19,246
null
django/django
# Repository Context Name: django/django Description: # Pull Request ## Used _expression_refs_exclude() hook in CheckConstraint/UniqueConstraint.validate(). https://github.com/django/django/pull/19236#issuecomment-2709000654 # Relevant Files Found ## django/db/models/constraints.py ``` from enum import Enum from...
4,438
null
geldata/gel
# Repository Context Name: geldata/gel Description: # Pull Request ## Write some more comments in the compiler And make some code cleanups # Relevant Files Found ## edb/pgsql/compiler/relctx.py ``` # # This source file is part of the EdgeDB open source project. # # Copyright 2008-present MagicStack Inc. and the ...
180
null
okigan/awscurl
# Repository Context Name: okigan/awscurl Description: # Pull Request ## Feature/handle null x amz security token Re-do of https://github.com/okigan/awscurl/pull/179 with updates. # Relevant Files Found ## awscurl/awscurl.py ``` #!/usr/bin/env python """ Awscurl implementation """ from __future__ import print_fu...
5
null
xarray-contrib/sphinx-autosummary-accessors
# Repository Context Name: xarray-contrib/sphinx-autosummary-accessors Description: # Pull Request ## rename accessors to sphinx_autosummary_accessors as mentioned in #3, this renames the extension to `sphinx-autosummary-accessors`. # Relevant Files Found ## docs/conf.py ``` # Configuration file for the Sphinx d...
35
null
tvhong/incremental-reading
# Repository Context Name: tvhong/incremental-reading Description: # Pull Request ## Properly handle importing a page when title is missing # Relevant Files Found ## ir/importer.py ``` # Copyright 2018 Timothée Chauvin # Copyright 2017-2019 Joseph Lorimer <joseph@lorimer.me> # # Permission to use, copy, modify,...
23
null
arangoml/pyg-adapter
# Repository Context Name: arangoml/pyg-adapter Description: # Pull Request ## Code Cleanup Warrants a `1.1.2` release Note: the diff is large due to the output notebook change from [48160f1](https://github.com/arangoml/pyg-adapter/pull/23/commits/48160f1cf7c2f2f95d4151de51e1474b3862041e) [![Open In Collab](h...