pr_id
int64
repo_id
null
repo_name
string
text
string
7,829
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Flux led fix ## Description: Revert https://github.com/home-assistant/home-assistant/pull/7221 to fix issue https://github.com/home-assistant/home-assistant/issues/7814 # Relevant Files Found ## homeassistant/components/light/flux_le...
48
null
google-deepmind/chex
# Repository Context Name: google-deepmind/chex Description: # Pull Request ## Disallow reserved field names. Disallow reserved field names. # Relevant Files Found ## chex/_src/dataclass.py ``` # Copyright 2020 DeepMind Technologies Limited. All Rights Reserved. # # Licensed under the Apache License, Version 2....
4
null
ai-forever/DataProcessingFramework
# Repository Context Name: ai-forever/DataProcessingFramework Description: # Pull Request ## Tiny fix # Relevant Files Found ## DPF/filters/images/hash_filters.py ``` from typing import List, Optional import os import pandas as pd from PIL import Image import io import hashlib import numpy as np from numba impo...
4
null
sambhav/ltr-demo
# Repository Context Name: sambhav/ltr-demo Description: # Pull Request ## Change 'description' field in links to 'anchor' # Relevant Files Found ## indexer.py ``` #!/usr/local/bin/python import gzip import json import re import pysolr import click SOLR_URL = "http://solr:8983/solr/wikipedia" USED_FIELDS = ...
100
null
erikrose/parsimonious
# Repository Context Name: erikrose/parsimonious Description: # Pull Request ## Remove duplicate VisitationError import. # Relevant Files Found ## parsimonious/__init__.py ``` """Parsimonious's public API. Import from here. Things may move around in modules deeper than this one. """ from parsimonious.exceptio...
785
null
Labelbox/labelbox-python
# Repository Context Name: Labelbox/labelbox-python Description: # Pull Request ## add get_one and get_many methods to paginated collection Adding more convenience to users when they want to get a predefined number of results from the paginated collection. old way: ``` data_rows = dataset.data_rows() data_row...
11,362
null
Azure/azure-sdk-for-python
# Repository Context Name: Azure/azure-sdk-for-python Description: # Pull Request ## Instruct Azure CLI to not color output The Azure CLI supports colored output by using colorama which resets the color after execution by printing "[0m" if the terminal supports color. This can in some cases cause the AzureCliCreden...
1,572
null
catalystneuro/neuroconv
# Repository Context Name: catalystneuro/neuroconv Description: # Pull Request ## improve conversion gallery documentation for `CsvTimeIntervalsInterface` During a conversation with Matthew A. Smith, I suggested that the simplest path for converting MATLAB trial data to NWB is to export to CSV and use the `CsvTimeI...
21
null
lance-format/lance-ray
# Repository Context Name: lance-format/lance-ray Description: # Pull Request ## feat: implement add_columns function for Lance datasets # Relevant Files Found ## lance_ray/__init__.py ``` """ Lance-Ray: Ray integration for Lance columnar format. This package provides integration between Ray and Lance for dist...
65
null
Suor/django-cacheops
# Repository Context Name: Suor/django-cacheops Description: # Pull Request ## Fix error `AttributeError: 'module' object has no attribute 'PY2'` # Relevant Files Found ## setup.py ``` from setuptools import setup setup( name='django-cacheops', version='1.2', author='Alexander Schepanovski', au...
1,954
null
ROCm/Tensile
# Repository Context Name: ROCm/Tensile Description: # Pull Request ## Change line length for formatting to 100 characters Use 100 characters for line length to improve readability of TensileCreateLibrary. # Relevant Files Found ## Tensile/TensileCreateLibrary.py ``` #############################################...
71
null
PaloAltoNetworks/prismacloud-cli
# Repository Context Name: PaloAltoNetworks/prismacloud-cli Description: # Pull Request ## Change API version ## Description Updated API version ## Types of changes - New feature (non-breaking change which adds functionality) ## Checklist - [x] I have updated the documentation accordingly. - [x] I h...
14
null
alexras/boomslang
# Repository Context Name: alexras/boomslang Description: # Pull Request ## I added some error bar properties to the PlotInfo params. I think some of those were strangely masked historically. # Relevant Files Found ## Bar.py ``` from matplotlib import pyplot from PlotInfo import * from boomslang.Label import La...
1,528
null
google/orbax
# Repository Context Name: google/orbax Description: # Pull Request ## Add `CompositeCheckpointHandler._get_metadata_from_temporary_paths()` for metadata access during saving (before finalize). Add `CompositeCheckpointHandler._get_metadata_from_temporary_paths()` for metadata access during saving (before finalize)....
3,984
null
hpcaitech/ColossalAI
# Repository Context Name: hpcaitech/ColossalAI Description: # Pull Request ## [checkpointio] General Checkpointing of Sharded Optimizers ## 📌 Checklist before creating the PR - [x] I have created an issue for this PR for traceability - [x] The title follows the standard format: `[doc/gemini/tensor/...]: A con...
2,428
null
wevote/WeVoteServer
# Repository Context Name: wevote/WeVoteServer Description: # Pull Request ## First draft of VolunteerTeam functionality on Scoreboard. First draft of VolunteerTeam functionality on Scoreboard. # Relevant Files Found ## activity/controllers.py ``` # activity/controllers.py # Brought to you by We Vote. Be good. #...
31
null
LLNL/scraper
# Repository Context Name: LLNL/scraper Description: # Pull Request ## Add support for Gitlab languages This request includes support for reading language metadata for GitLab projects. Unfortunately, the GitLab api requires a separate call out to each project to read the APIs and that can take a while. One of my Gi...
394
null
graph4ai/graph4nlp
# Repository Context Name: graph4ai/graph4nlp Description: # Pull Request ## [Lint] fix code lint ## Description <!-- Brief description. Refer to the related issues if existed. It'll be great if relevant reviewers can be assigned as well.--> ## Checklist Please feel free to remove inapplicable items for your ...
21
null
arcesium/poetry-plugin-pypi-mirror
# Repository Context Name: arcesium/poetry-plugin-pypi-mirror Description: # Pull Request ## Fix incorrect call to LegacyRepository.__init__() in Poetry 2.0 # Relevant Files Found ## src/poetry_plugin_pypi_mirror/plugins.py ``` from __future__ import annotations import os from cleo.io.io import IO from poetry...
182
null
mode-network/synth-subnet
# Repository Context Name: mode-network/synth-subnet Description: # Pull Request ## fix score gold with new format # Relevant Files Found ## synth/utils/helpers.py ``` from typing import Optional from datetime import datetime, timedelta, timezone more_paths_launch_time = datetime(2025, 11, 12, 14, 0, 0, 0, ti...
412
null
google/grain
# Repository Context Name: google/grain Description: # Pull Request ## Add a test for empty dataset to `FlatMapLazyMapDatasetTest`. Add a test for empty dataset to `FlatMapLazyMapDatasetTest`. # Relevant Files Found ## grain/_src/python/lazy_dataset/transformations/flatmap_test.py ``` # Copyright 2023 Google LL...
607
null
singnet/snet-marketplace-service
# Repository Context Name: singnet/snet-marketplace-service Description: # Pull Request ## configuration based notification # Relevant Files Found ## notification/lambda_handler.py ``` import json import boto3 from botocore.exceptions import ClientError from common.logger import get_logger logger = get_logge...
328
null
mistio/mist-ce
# Repository Context Name: mistio/mist-ce Description: # Pull Request ## Docker update # Relevant Files Found ## src/mist/io/methods.py ``` import os import shutil import random import tempfile import json import requests import subprocess import re from time import sleep, time from datetime import datetime fro...
3,956
null
dmwm/T0
# Repository Context Name: dmwm/T0 Description: # Pull Request ## add error dataset support to repack, fixes #3579 Add an extra output to the RepackMerge step in the Repack spec and pass a useErrorDataset parameter with the job baggage in the RepackMerge job splitter if needed. The needed changes in the runtime cod...
295
null
CQCL/pytket-qiskit
# Repository Context Name: CQCL/pytket-qiskit Description: # Pull Request ## Release/0.50.0 # Description Please summarise the changes. # Related issues Please mention any github issues addressed by this PR. # Checklist - [ ] I have performed a self-review of my code. - [ ] I have commented hard-to-...
8
null
amjltc295/PythonHomework
# Repository Context Name: amjltc295/PythonHomework Description: # Pull Request ## Add grading server and client ## Why * We need a server/client to see the grading results ## How * Add a Flask server `src/server.py` that will grade all files under `src/students/` once started and return the results with API `...
200
null
yezz123/ormdantic
# Repository Context Name: yezz123/ormdantic Description: # Pull Request ## 🔨 Migrate to use UV For Dependencies Management # Relevant Files Found ## tests/test_errors.py ``` from __future__ import annotations import asyncio import unittest from typing import Callable from uuid import UUID, uuid4 import pyte...
902
null
AcademySoftwareFoundation/rez
# Repository Context Name: AcademySoftwareFoundation/rez Description: # Pull Request ## fix for rez occasionally installed into lib64 dir Fixes #901 # Relevant Files Found ## src/rez/system.py ``` import os import os.path import re import sys import platform from rez import __version__ from rez.utils.platform_...
44
null
hotgluexyz/gluestick
# Repository Context Name: hotgluexyz/gluestick Description: # Pull Request ## Deals with title and required possible fields # Relevant Files Found ## gluestick/singer.py ``` """Singer related util functions.""" import ast import datetime import json import os from contextlib import redirect_stdout import pan...
1
null
DeveloperCielo/API-3.0-Python
# Repository Context Name: DeveloperCielo/API-3.0-Python Description: # Pull Request ## Adicionado suporte a python3 na exception do base.py e criando o requirements Requirements criado me baseando no que foi necessário pra testar. # Relevant Files Found ## cieloApi3/request/base.py ``` import uuid, json from r...
15
null
BigDataBiology/GMSC-mapper
# Repository Context Name: BigDataBiology/GMSC-mapper Description: # Pull Request ## Minor touchups # Relevant Files Found ## gmsc_mapper/main.py ``` import subprocess import argparse import sys import os from os import path import pandas as pd import tempfile from atomicwrites import atomic_write import loggin...
138
null
frostming/legit
# Repository Context Name: frostming/legit Description: # Pull Request ## Use `is_published` named arg with `Branch` This is more explicit when reading the code. # Relevant Files Found ## legit/scm.py ``` # -*- coding: utf-8 -*- """ legit.scm ~~~~~~~~~ This module provides the main interface to Git. """ impo...
288
null
alibaba/TorchEasyRec
# Repository Context Name: alibaba/TorchEasyRec Description: # Pull Request ## [feat] speed up create dynamic embedding init checkpoint from embedding table # Relevant Files Found ## tzrec/datasets/csv_dataset.py ``` # Copyright (c) 2024, Alibaba Group; # Licensed under the Apache License, Version 2.0 (the "Lic...
162
null
genialis/resolwe-bio
# Repository Context Name: genialis/resolwe-bio Description: # Pull Request ## Add feature search filter by source Deployment consideration: * Knowledge base search indices must be rebuilt. # Relevant Files Found ## resolwe_bio/kb/search_indexes.py ``` """.. Ignore pydocstyle D400. ============== Search Inde...
130
null
Ukraine-Relief-Efforts/scraper
# Repository Context Name: Ukraine-Relief-Efforts/scraper Description: # Pull Request ## Fix Poland scraper after latest website changes # Relevant Files Found ## integ_test/test_scrapers.py ``` from unittest.mock import MagicMock, patch import pytest import utils.dynamo from scrapers.hungary_hu import Hungar...
1,868
null
google/adk-python
# Repository Context Name: google/adk-python Description: # Pull Request ## feat: Add ability to send state change with message feat: Add ability to send state change with message # Relevant Files Found ## src/google/adk/cli/fast_api.py ``` # Copyright 2025 Google LLC # # Licensed under the Apache License, Vers...
6
null
benawad/food_network_wrapper
# Repository Context Name: benawad/food_network_wrapper Description: # Pull Request ## Removing now-unnecessary block This block of code is no longer needed as the previous commit does all the work # Relevant Files Found ## food_network_wrapper/__init__.py ``` import requests from bs4 import BeautifulSoup import...
500
null
holoviz/lumen
# Repository Context Name: holoviz/lumen Description: # Pull Request ## Support aggregate without specifying numeric columns Recent versions of Pandas perform aggregation on all (including non-numeric columns) by default. This restores the old behavior for the `aggregate` operation. # Relevant Files Found ## lume...
4,923
null
dmwm/T0
# Repository Context Name: dmwm/T0 Description: # Pull Request ## Pypi upload workflow and required files The files in this PR are: - github workflow for automatic uploads to PyPi after published release - Files required for the upload to succeed, according to instructions in https://cmst0.docs.cern.ch/cookbook/P...
1,319
null
open-mmlab/mmpretrain
# Repository Context Name: open-mmlab/mmpretrain Description: # Pull Request ## [Fix] Fix retrieval multi gpu bug ## Motivation Fix retriever multi-GPUs bug refer to #1310 ## Modification 1. handle with DDP-wrapper model 2. remove the return statement in `progress.track_on_main_process`, (since there i...
17
null
joyfulhouse/eg4_web_monitor
# Repository Context Name: joyfulhouse/eg4_web_monitor Description: # Pull Request ## Gold Tier Refinements: Address Code Review Feedback ## Summary This PR addresses all recommendations from the [Gold Tier code review feedback](https://github.com/joyfulhouse/eg4_web_monitor/pull/16#issuecomment-3536753870), imple...
7,220
null
DemocracyClub/UK-Polling-Stations
# Repository Context Name: DemocracyClub/UK-Polling-Stations Description: # Pull Request ## Import script for Herefordshire (2024-07-04) (closes #7219) PR triggered by upload at https://github.com/DemocracyClub/UK-Polling-Stations/issues/7219 # Relevant Files Found ## polling_stations/apps/data_importers/manageme...
2,392
null
open-mmlab/mmdeploy
# Repository Context Name: open-mmlab/mmdeploy Description: # Pull Request ## fix mmdet export for coreml backend ## Motivation fix mmdet export with pytorch 2.0 ## Modification add torch_alias # Relevant Files Found ## mmdeploy/backend/coreml/ops.py ``` # Copyright (c) OpenMMLab. All rights reserved....
2,235
null
shapely/shapely
# Repository Context Name: shapely/shapely Description: # Pull Request ## ENH: Add `include_m` to `to_ragged_array` This enhancement allows [`to_ragged_array()`](https://shapely.readthedocs.io/en/2.0.7/reference/shapely.to_ragged_array.html) to get M coordinate data with `include_m`, which behaves similar to `inclu...
50
null
py-why/dodiscover
# Repository Context Name: py-why/dodiscover Description: # Pull Request ## [ENH] Add ability to learn skeleton with latent confounders using potentially d-separated sets (PDS) <!-- To ensure we can review your pull request promptly please complete this template entirely. --> <!-- Please reference the issue numb...
31
null
ifduyue/urlfetch
# Repository Context Name: ifduyue/urlfetch Description: # Pull Request ## add "lazy response" support 用途:调用第三方接口时,可以先向第三方发送请求然后去干别的事,干完之后再获取response。 用法: ``` # send request r = urlfetch.get('http://third-party-url/', lazy=True) # do other stuff data1 = query_database() # get response print r.text, data1 ``` ...
17
null
pycontribs/python-vagrant
# Repository Context Name: pycontribs/python-vagrant Description: # Pull Request ## Allow no command output capture For some use case it can be helpful to have vagrant output to know what is going on. # Relevant Files Found ## vagrant/__init__.py ``` ''' Python bindings for working with Vagrant and Vagrantfiles...
7,185
null
quantumlib/Cirq
# Repository Context Name: quantumlib/Cirq Description: # Pull Request ## Fix flakes in pauli_string_measurement_with_readout_mitigation_test Ensure random Pauli strings have a non-identity operator for real. Also add missing spaces to the exception message. This fixes randomly-seed dependent test failure for ...
18
null
Megvii-BaseDetection/BEVDepth
# Repository Context Name: Megvii-BaseDetection/BEVDepth Description: # Pull Request ## [Fix]: Fix da exp. Remove cbgs in val_dataset, change weight_decay. # Relevant Files Found ## exps/bev_depth_lss_r50_256x704_128x128_20e_cbgs_2key_da.py ``` # Copyright (c) Megvii Inc. All rights reserved. from argparse impor...
24
null
xarray-contrib/cupy-xarray
# Repository Context Name: xarray-contrib/cupy-xarray Description: # Pull Request ## Fix broken dask_array_type import By this pull request I tried to solve the [issue](https://github.com/xarray-contrib/cupy-xarray/issues/23#issue-1518784549) # Relevant Files Found ## cupy_xarray/accessors.py ``` import cupy as ...
2,626
null
hail-is/hail
# Repository Context Name: hail-is/hail Description: # Pull Request ## Clean up api2 java HailContext, remove HailContext from object # Relevant Files Found ## python/hail/api1/dataset.py ``` from __future__ import print_function # Python 2 and 3 print compatibility import warnings from hail.api1.keytable im...
34,169
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## omegah: new scorec version, fix cuda flags This PR adds the newest SCOREC version of Omega_h and fixes an issue passing the CUDA architecture flags to CMake. # Relevant Files Found ## var/spack/repos/builtin/packages/omega-h/package.py ``` # ...
83
null
smokin-salmon/smoked-salmon
# Repository Context Name: smokin-salmon/smoked-salmon Description: # Pull Request ## Improve musicbrainz None catalog numbers Fix #80 # Relevant Files Found ## salmon/tagger/sources/musicbrainz.py ``` import re from collections import defaultdict import musicbrainzngs from salmon.errors import ScrapeError fr...
16
null
jannisborn/paperscraper
# Repository Context Name: jannisborn/paperscraper Description: # Pull Request ## ChemRxiv update Reflecting the shutdown of the chemrXiv API. Decided to keep the chemrxiv-related code in the package to ensure backwards compatibility. This PR will release `paperscraper` version 0.1.1. - attempting to download ...
300
null
pypi/warehouse
# Repository Context Name: pypi/warehouse Description: # Pull Request ## Added reverse dependencies to the project details page Fixes #149. # Relevant Files Found ## tests/packaging/test_views.py ``` # Copyright 2013 Donald Stufft # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not...
121
null
srounet/Pymem
# Repository Context Name: srounet/Pymem Description: # Pull Request ## add encoding parameter to read_string add encoding parameter to read_string # Relevant Files Found ## pymem/__init__.py ``` import ctypes import ctypes.util import functools import logging import platform import struct import sys import typi...
4
null
ahmedheakl/drone-vis
# Repository Context Name: ahmedheakl/drone-vis Description: # Pull Request ## base connection and control Updates: - Drone Movement(Forward, Backwards, Right, Left, Up, reset, rotate left, rotate right, calibrate, hover). - Video stream with threading - Added main configs # Relevant Files Found ## src/dronev...
321
null
lisa-lab/pylearn2
# Repository Context Name: lisa-lab/pylearn2 Description: # Pull Request ## Make GPU tests pass on GTX-285 # Relevant Files Found ## pylearn2/models/mlp.py ``` """ Multilayer Perceptron Note to developers and code reviewers: when making any changes to this module, ensure that the changes do not break pylearn2/...
9,851
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Darksky enhancements ## Description: Made "Dew Point" capitalization in Darksky consistent with other two word sensors in Darksky, and added UV Index to supported sensors. All changes contained in darksky.py and no additional requirement...
37
null
mltrip/ccf
# Repository Context Name: mltrip/ccf Description: # Pull Request ## Models # Relevant Files Found ## src/ccf/train_mlflow.py ``` import sys from pprint import pprint from datetime import datetime, timedelta, timezone import shutil from pathlib import Path from copy import deepcopy import pandas as pd import n...
4,787
null
mlrun/mlrun
# Repository Context Name: mlrun/mlrun Description: # Pull Request ## [Datastore] Fix datastore hadoop based profiles handling in Spark (s3) https://jira.iguazeng.com/browse/ML-5292 (WIP - still does not resolve it) # Relevant Files Found ## mlrun/datastore/s3.py ``` # Copyright 2023 Iguazio # # Licensed under t...
105
null
national-voter-file/national-voter-file
# Repository Context Name: national-voter-file/national-voter-file Description: # Pull Request ## Reshape script for Ohio history # What's in this PR? * After looking at the voter history file formats for the different states, it looks like only New York and Ohio don't have separate files with the voter ID, elec...
11
null
ppqm/ppqm
# Repository Context Name: ppqm/ppqm Description: # Pull Request ## Small adjustments for PR I adjusted some problems regarding Orca 4 vs Orca 5 in the test suite. The tests now checks which version is used and adds (or doesn't add) specifications for the integration grid. Otherwise there are deviations of the ener...
4
null
previsionio/prevision-python
# Repository Context Name: previsionio/prevision-python Description: # Pull Request ## Refactor/events - https://app.clickup.com/t/bf1n0f - Mina Pecheux / Pierre Guilbert pour le moment # Relevant Files Found ## previsionio/dataset.py ``` # -*- coding: utf-8 -*- from __future__ import print_function from iterto...
10
null
lanl/pyHarmonySearch
# Repository Context Name: lanl/pyHarmonySearch Description: # Pull Request ## Allow user to provide specific initial harmonies A parameter called initial_harmonies, which is a list of lists (i.e., a list of incipient harmonies), is added to harmony_search(). This allows for the user to provide specific starting po...
914
null
learning-unlimited/ESP-Website
# Repository Context Name: learning-unlimited/ESP-Website Description: # Pull Request ## Re-add part of formstack module # Relevant Files Found ## esp/esp/django_settings.py ``` """ Django settings for ESP website. """ __author__ = "Individual contributors (see AUTHORS file)" __date__ = "$DATE$" __rev__...
32
null
openknowledge-archive/dpr-api
# Repository Context Name: openknowledge-archive/dpr-api Description: # Pull Request ## [Fix] Update manager.py and index.html login route # Relevant Files Found ## manager.py ``` from flask_script import Manager from flask_migrate import Migrate, MigrateCommand from flask import current_app, json from os.path ...
6
null
MushroomRL/mushroom-rl-benchmark
# Repository Context Name: MushroomRL/mushroom-rl-benchmark Description: # Pull Request ## DDPG, TD3 and SAC configurations per environment # Relevant Files Found ## mushroom_rl_benchmark/builders/ddpg_builder.py ``` import numpy as np import torch.optim as optim import torch.nn.functional as F from mushroom_r...
302
null
open-lm-engine/lm-engine
# Repository Context Name: open-lm-engine/lm-engine Description: # Pull Request ## [DATASET] cleanup Megatron dataset # Relevant Files Found ## lm_engine/data/megatron/__init__.py ``` import logging from ...arguments import TrainingArgs from ...defaults import INPUT_FORMAT, OUTPUT_FORMAT from ...tokenizers imp...
8,616
null
sgl-project/sglang
# Repository Context Name: sgl-project/sglang Description: # Pull Request ## Support MHA with chunked prefix cache for flashinfer/flashmla backend, support page size > 1 for MHA chunked prefix <!-- Thank you for your contribution! We appreciate it. The following guidelines will help improve your pull request and fa...
1,396
null
laminlabs/lamindb
# Repository Context Name: laminlabs/lamindb Description: # Pull Request ## ✨ Load json and html files # Relevant Files Found ## lamindb/dev/_run_context.py ``` import builtins import hashlib import os import re from datetime import datetime, timezone from pathlib import Path, PurePath from typing import Dict, ...
27
null
AI-SDC/SACRO-ML
# Repository Context Name: AI-SDC/SACRO-ML Description: # Pull Request ## 23 delete rf binned output probspy Quick check -- removed rf_binned_output_probs.py from the repo. All tests still passed. # Relevant Files Found ## safemodel/classifiers/__init__.py ``` from .dp_svc import DPSVC from .rf_binned_output_pro...
93
null
Curts0/PyTabular
# Repository Context Name: Curts0/PyTabular Description: # Pull Request ## 0.5.0 - Create Measures - Dropped 3.6 support. - Added method `_first_visible_object` to `PyObjects` class. - Added `add_measure` to `PyMeasures`. - Made `PyMeasures` callable, which creates measure. - Update `docstr-coverage.yml` to spe...
76
null
ugorsahin/TalkingHeads
# Repository Context Name: ugorsahin/TalkingHeads Description: # Pull Request ## May fixes ### Fix - XPATH elements updated for ChatGPT, Gemini, and LeChat - **gemini**: The response is retrieved repeatedly and is returned once the streaming has finished. - **lechat**: Fixed the model button click. - **chatgpt*...
148
null
PyLabRobot/pylabrobot
# Repository Context Name: PyLabRobot/pylabrobot Description: # Pull Request ## [STAR] Remove unused argument from docstring # Relevant Files Found ## pylabrobot/liquid_handling/backends/hamilton/STAR.py ``` """ This file defines interfaces for all supported Hamilton liquid handling robots. """ # pylint: disabl...
201
null
acoustid/acoustid-server
# Repository Context Name: acoustid/acoustid-server Description: # Pull Request ## Add pending_submission table # Relevant Files Found ## acoustid/data/submission.py ``` # Copyright (C) 2011 Lukas Lalinsky # Distributed under the MIT license, see the LICENSE file for details. import array import datetime impor...
408
null
ytdl-org/youtube-dl
# Repository Context Name: ytdl-org/youtube-dl Description: # Pull Request ## Add arte.tv to InfoExtractors arte.tv is a french/german television channel with live stream and possibility to watch selected broadcasts up to 7 days after broadcasting. # Relevant Files Found ## youtube_dl/InfoExtractors.py ``` #!/u...
98
null
datarobot-community/pulumi-datarobot
# Repository Context Name: datarobot-community/pulumi-datarobot Description: # Pull Request ## Upgrade terraform-provider-datarobot to v0.5.1 This PR was generated via `$ upgrade-provider datarobot-community/pulumi-datarobot --upstream-provider-name terraform-provider-datarobot`. --- - Upgrading terraform-provide...
1,258
null
sunpy/sunpy
# Repository Context Name: sunpy/sunpy Description: # Pull Request ## Stray show replaced with peek # Relevant Files Found ## sunpy/net/helioviewer.py ``` """ This module provides a wrapper around the Helioviewer API. """ from __future__ import absolute_import #pylint: disable=E1101,F0401,W0231 __author__ = [...
1,449
null
haiiliin/abqpy
# Repository Context Name: haiiliin/abqpy Description: # Pull Request ## Add the `abqpy` Command Line Application (backport #1435) This is an automatic backport of pull request #1435 done by [Mergify](https://mergify.com). --- <details> <summary>Mergify commands and options</summary> <br /> More conditions an...
527
null
PyMoDAQ/PyMoDAQ
# Repository Context Name: PyMoDAQ/PyMoDAQ Description: # Pull Request ## using new loading of png icons # Relevant Files Found ## src/pymodaq/post_treatment/daq_measurement/__init__.py ``` ``` ## src/pymodaq/post_treatment/daq_measurement/daq_measurement_GUI.py ``` # -*- coding: utf-8 -*- # Form implementa...
128
null
unytics/bigfunctions
# Repository Context Name: unytics/bigfunctions Description: # Pull Request ## fix: add error message for permission denied api in bigquery connections # Relevant Files Found ## bigfun/utils.py ``` import tempfile import shutil import os import sys import subprocess import math import google.api_core.exception...
1,504
null
BLSQ/iaso
# Repository Context Name: BLSQ/iaso Description: # Pull Request ## IA-3192 Update the payment lot XLS export Update the payment lot XLS export. This will allow to "make payments applicable to only certain change request types" (IA-3192). Related JIRA tickets : [IA-3192](https://bluesquare.atlassian.net/brows...
29
null
napalm-automation-community/napalm-vyos
# Repository Context Name: napalm-automation-community/napalm-vyos Description: # Pull Request ## Fix installation fails with the pip > 10 As described in the following PR https://github.com/napalm-automation-community/napalm-vyos/issues/28 there is a problem with the installation of the napalm-vyos package. ...
4,644
null
aws-powertools/powertools-lambda-python
# Repository Context Name: aws-powertools/powertools-lambda-python Description: # Pull Request ## chore(deps-dev): bump ruff from 0.4.10 to 0.5.0 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.10 to 0.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/astral-sh...
56
null
proDreams/taiga_wh_notifier
# Repository Context Name: proDreams/taiga_wh_notifier Description: # Pull Request ## refactor(logger_utils.py): improved log message format # Relevant Files Found ## src/utils/logger_utils.py ``` import logging from logging.handlers import RotatingFileHandler from pathlib import Path import dynaconf from src...
456
null
willfind/nimble
# Repository Context Name: willfind/nimble Description: # Pull Request ## Add parameter to apply filter to a query for axis structural methods Add a parameter to the structural axis methods (copy, extract, delete, retain) that limits the scope of the target function. For `Points`, a `features` parameter was added a...
15
null
splunk/addonfactory-ucc-library
# Repository Context Name: splunk/addonfactory-ucc-library Description: # Pull Request ## fix: Remove duplicate import # Relevant Files Found ## splunktaucclib/cim_actions.py ``` # SPDX-FileCopyrightText: 2020 2020 # # SPDX-License-Identifier: Apache-2.0 from past.builtins import basestring from builtins impor...
2,857
null
dmlc/dgl
# Repository Context Name: dmlc/dgl Description: # Pull Request ## [Distributed] Return the ID mapping in graph partitioning. ## Description When we partition a graph, we reshuffle node/edge IDs. Sometimes users need this ID mapping between shuffled IDs and the original IDs so that they can adjust other data relat...
8
null
MoH-Malaysia/kkmnow-back
# Repository Context Name: MoH-Malaysia/kkmnow-back Description: # Pull Request ## Update heatmap builder, postgres insertion and deletion # Relevant Files Found ## kkmnow/utils/chart_builder.py ``` import pandas as pd import json import numpy as np import copy import ast from mergedeep import merge import date...
66
null
cloudenvy/cloudenvy
# Repository Context Name: cloudenvy/cloudenvy Description: # Pull Request ## Hook up default values for remote_user and flavor_name The remote_user and flavor_name project config values were explicitly documented as having specific defaults, yet they weren't being loaded in. This hooks up the default functionality...
1,009
null
transferwise/pipelinewise
# Repository Context Name: transferwise/pipelinewise Description: # Pull Request ## release v0.48.2 release v0.48.2 # Relevant Files Found ## setup.py ``` #!/usr/bin/env python from setuptools import find_packages, setup with open('README.md') as f: LONG_DESCRIPTION = f.read() setup(name='pipelinewise', ...
372
null
LUXROBO/pymodi
# Repository Context Name: LUXROBO/pymodi Description: # Pull Request ## Add exception handling of post close ##### - Summary Add exception handling of post close ##### - Related Issues ##### - PR Overview - [ ] This PR closes one of the issues [y/n] (issue #issue_number_here) - [ ] This PR requires new un...
193
null
CybOXProject/python-cybox
# Repository Context Name: CybOXProject/python-cybox Description: # Pull Request ## Object Field Normalization Code for normalizing certain Object fields for better correlation, etc. # Relevant Files Found # Edits This pull request adds a feature to normalize fields in CybOX object properties to improve corre...
250
null
IntelPython/dpnp
# Repository Context Name: IntelPython/dpnp Description: # Pull Request ## Add docstring template with limitations # Relevant Files Found ## doc/conf.py ``` # -*- coding: utf-8 -*- # # Configuration file for the Sphinx documentation builder. # # This file does only contain a selection of the most common options...
20,535
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## concurrent forms followup This second commit is very important @proteusvacuum @snopoke # Relevant Files Found ## corehq/apps/app_manager/tests/test_bulk_app_translation.py ``` # coding=utf-8 from __future__ import absolute_import fr...
15,900
null
astropy/astropy
# Repository Context Name: astropy/astropy Description: # Pull Request ## Tweak the `Distance` constructor ### Description Some of the Ruff rules highlight the `Distance` constructor as a complicated function that might be a good candidate for refactoring. I was able to decrease both McCabe complexity ([Ruff rul...
7
null
geetarista/ST2-Arduino
# Repository Context Name: geetarista/ST2-Arduino Description: # Pull Request ## Wrong variable reference for keywords file Reference to KEYWORDS_FILE variable in lowercase causes the file to not be found. # Relevant Files Found ## arduino.py ``` import sublime import sublime_plugin import os import thread imp...
57
null
marcelotrevisani/souschef
# Repository Context Name: marcelotrevisani/souschef Description: # Pull Request ## Add outputs section Issues: conda-forge linting complains that the `outputs` section is on the wrong place: https://github.com/conda-forge/pypushflow-feedstock/pull/1#issuecomment-1231757611 @marcelotrevisani It seems that the...
50,080
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Ensure all string kwargs passed to Tornado's httpclient are str types Failing to do so will result in a `TypeError` when running setopt in pycurl, as it does not support `unicode` types on Python 2. Fixes #49275. # Relevant Files Found ## s...