pr_id
int64
repo_id
null
repo_name
string
text
string
76
null
run-llama/workflows-py
# Repository Context Name: run-llama/workflows-py Description: # Pull Request ## Revert "feat: simplify the fan-in/fan-out logic (#64)" This reverts commit 5947de2f13e7dd7e81fc7f06357f16e46ed58e2d. Unfortunately this approach doesn't work the way we think. `gather_events()` will return when more than one event i...
15
null
jetbridge/flask_cognito
# Repository Context Name: jetbridge/flask_cognito Description: # Pull Request ## Make Header Prefix Optional This commit makes it possible to use an empty header prefix, it also adds some basic unit tests for this functionality. # Relevant Files Found ## flask_cognito.py ``` from collections import OrderedD...
625
null
PyTables/PyTables
# Repository Context Name: PyTables/PyTables Description: # Pull Request ## feat(attributes): __dir__() autocompletes also valid py-indentifiers Similar to #624, implement also `AttributeSet.__dir__()` to return in its autocompletion list those attributes that are named as valid python identifiers. + Docs updat...
121
null
meghdadFar/wordview
# Repository Context Name: meghdadFar/wordview Description: # Pull Request ## add sentence length distribution plot Resolves #89. Implements sentence length distribution plot. Fixes to documentation accordingly. @meghdadFar Thank you for your previous reply. Unfortunately, it is not possible to push from my local ...
379
null
Azure/cyclecloud-slurm
# Repository Context Name: Azure/cyclecloud-slurm Description: # Pull Request ## support ssh for block topology change srun interface for blocktopology to parallel-ssh support multiple partitions # Relevant Files Found ## azure-slurm/slurmcc/topology.py ``` """Module providing slurm topology.conf""" import os ...
80,543
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Fix invalid type hint in scrape ## Proposed change <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be ...
134
null
jazzband/django-analytical
# Repository Context Name: jazzband/django-analytical Description: # Pull Request ## Support Intercom HMAC identity verification This adds support for Intercom's HMAC identity verification, as documented here: https://www.intercom.com/help/configure-intercom-for-your-product-or-site/staying-secure/enable-identit...
2,531
null
ytdl-org/youtube-dl
# Repository Context Name: ytdl-org/youtube-dl Description: # Pull Request ## [pornhub] Unquote password Video URLs are encrypted with a password. The password can be found on the web page. Apart from replacing "+"s by a spaces (as done before), special chars have also be unquoted as well. Example: "Don%27t+tell"...
2,003
null
django-oscar/django-oscar
# Repository Context Name: django-oscar/django-oscar Description: # Pull Request ## Fix Customizing the Base Dashboard App When customizing the base `dashboard` app, the `config_name` should be `DashboardConfig`, not `DashboardDashboardConfig`. # Relevant Files Found ## src/oscar/core/customisation.py ``` from ...
3,727
null
alphagov/notifications-api
# Repository Context Name: alphagov/notifications-api Description: # Pull Request ## Add feature flags for letter and email formatting This adds feature flags to the database for additional email and letter template formatting options. These are separate permissions to allow more flexibility with rolling out new fe...
51
null
ucfopen/canvasapi
# Repository Context Name: ucfopen/canvasapi Description: # Pull Request ## Expand SIS ID Support Added optional `use_sis_id` argument to methods for getting an account, course, group and section. Allows use of SIS IDs in appropriate id variables. Resolves #50 # Relevant Files Found ## canvasapi/canvas.py ``...
1,710
null
wenet-e2e/wenet
# Repository Context Name: wenet-e2e/wenet Description: # Pull Request ## [dataset/processor] add doc for spec_sub # Relevant Files Found ## wenet/dataset/processor.py ``` # Copyright (c) 2021 Mobvoi Inc. (authors: Binbin Zhang) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not u...
1,405
null
microsoft/qlib
# Repository Context Name: microsoft/qlib Description: # Pull Request ## [DDG-DA] Update crowd-sourced data results [DDG-DA] Update crowd-sourced data results ## Description Updating the experiment results on crowd-sourced data. ## Types of changes - [ ] Fix bugs - [ ] Add new feature - [x] Update documen...
423
null
packit/packit
# Repository Context Name: packit/packit Description: # Pull Request ## clone dist-git repos with fedpkg-clone b/c pygit doesn't work with the fedora setup Fixes #421 TODO: * [x] add fedpkg and cccoutils as a dep # Relevant Files Found ## packit/distgit.py ``` # MIT License # # Copyright (c) 2018-2019 Red...
1,039
null
joblib/joblib
# Repository Context Name: joblib/joblib Description: # Pull Request ## bump vendored loky to v2.7.0 cc @ogrisel @tomMoral # Relevant Files Found ## joblib/externals/loky/__init__.py ``` r"""The :mod:`loky` module manages a pool of worker that can be re-used across time. It provides a robust and dynamic impleme...
505
null
mozilla-ai/any-llm
# Repository Context Name: mozilla-ai/any-llm Description: # Pull Request ## fix(databricks): Update `SUPPORTED` properties. # Relevant Files Found ## src/any_llm/providers/databricks/databricks.py ``` from any_llm.providers.openai.base import BaseOpenAIProvider class DatabricksProvider(BaseOpenAIProvider): ...
65
null
IBM/spectrum-protect-sppmon
# Repository Context Name: IBM/spectrum-protect-sppmon Description: # Pull Request ## Exception handling to get_spp_version_build() to allow alternate REST… … endpoint. # Relevant Files Found ## python/sppConnection/rest_client.py ``` """This module provides the rest client which allows a connection to the REST-...
135
null
PaddlePaddle/PaddleFleetX
# Repository Context Name: PaddlePaddle/PaddleFleetX Description: # Pull Request ## add recompute to resnet benchmark Add a benchmark for RecomputeOptimizer as it is an important strategy in Fleet. I have tested the code on PaddleCloud. ### Results: #### with max batch size ||speed with max batch size|max...
33,861
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## py-vermin: add latest version 1.5.1 Bugfix release: [v1.5.1](https://github.com/netromdk/vermin/releases/tag/v1.5.1) @adamjstewart # Relevant Files Found ## var/spack/repos/builtin/packages/py-vermin/package.py ``` # Copyright 2013-2022 La...
3
null
jtwhite79/pyemu
# Repository Context Name: jtwhite79/pyemu Description: # Pull Request ## Feat ppubuild Adds some hackery to CI to build pypestutils on the fly during GitHub Actions workflow run. # Relevant Files Found ## autotest/utils_tests.py ``` import os import shutil import pytest # if not os.path.exists("temp"): # os...
85
null
timmyomahony/django-pagedown
# Repository Context Name: timmyomahony/django-pagedown Description: # Pull Request ## Add Django 3.0 and Python 3.8 as supported versions. # Relevant Files Found ## setup.py ``` from os import path from setuptools import setup from subprocess import check_call from distutils.command.build import build from set...
120
null
Garden-AI/garden
# Repository Context Name: Garden-AI/garden Description: # Pull Request ## remote pipelines can set env vars Closes #102 ## Overview - Fixes(?) code coverage - Remote execution via a `RegisteredPipeline`, when instantiated like `remote_pipeline = client.get_registered_pipeline(doi_or_uuid)`, will set the n...
113,510
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Remove modbus create_issue from init <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Breaking change <!-- If your PR contains a break...
10
null
amundsen-io/amundsenmetadatalibrary
# Repository Context Name: amundsen-io/amundsenmetadatalibrary Description: # Pull Request ## Add manager info in user endpoint payload Add the manager full name as user endpoint payload. Note: We need to verify whether we have the data correctly in manager. # Relevant Files Found ## metadata_service/api/user....
310
null
akrherz/pyWWA
# Repository Context Name: akrherz/pyWWA Description: # Pull Request ## Address thread safety issue # Relevant Files Found ## src/pywwa/common.py ``` """Support lib for the parser scripts found in this directory""" import datetime import getpass import inspect import logging import os import socket import sys ...
32,576
null
langchain-ai/langchain
# Repository Context Name: langchain-ai/langchain Description: # Pull Request ## chore(cli): add ruff rules ANN401 and D1 # Relevant Files Found ## libs/cli/langchain_cli/namespaces/migrate/generate/utils.py ``` """Generate migrations utilities.""" import ast import inspect import os import pathlib from pathli...
1,559
null
Qiskit/qiskit-serverless
# Repository Context Name: Qiskit/qiskit-serverless Description: # Pull Request ## Remove extension limitation in files <!-- ⚠️ If you do not respect this template, your pull request will be closed. ⚠️ Your pull request title should be short detailed and understandable for all. ⚠️ Also, please add a release note...
97
null
adamritter/pageql
# Repository Context Name: adamritter/pageql Description: # Pull Request ## Add deletion case to reactive count test ## Summary - support generic Signal objects in `render_param` - update `#set` to preserve and update Signals directly - ensure reactive SQL parameter dependency handling treats all Signal types - ext...
73
null
angr/rex
# Repository Context Name: angr/rex Description: # Pull Request ## the second coming of the ultimate innovation in automatic exploitation # Relevant Files Found ## rex/crash.py ``` import os import angr import random import hashlib import logging import operator import pickle from typing import Union, Tuple fr...
289
null
EnricoMi/publish-unit-test-result-action
# Repository Context Name: EnricoMi/publish-unit-test-result-action Description: # Pull Request ## Add support for NUnit files # Relevant Files Found ## python/publish/junit.py ``` import math import os from collections import defaultdict from typing import Optional, Iterable, Union, List, Dict, Callable, Tuple...
276
null
aliyun/wuying-agentbay-sdk
# Repository Context Name: aliyun/wuying-agentbay-sdk Description: # Pull Request ## feat: add captcha ut & sample code Add ut, intergration test and sample code of captcha # Relevant Files Found ## python/tests/integration/test_browser_agent.py ``` import json import os import random import sys import time impo...
220
null
antonrh/anydi
# Repository Context Name: antonrh/anydi Description: # Pull Request ## Fix scoped dependencies resolution # Relevant Files Found ## anydi/_container.py ``` """AnyDI core implementation module.""" from __future__ import annotations import contextlib import functools import inspect import logging import types ...
339
null
PyCQA/flake8-pyi
# Repository Context Name: PyCQA/flake8-pyi Description: # Pull Request ## Introduce Y052: Disallow assignments to constant values in global or class namespaces where the assignments don't have type annotations Following #326, we now allow constructs such as these in a stub file: ```python x = 1 y = "foo" z =...
1,954
null
kalaspuff/tomodachi
# Repository Context Name: kalaspuff/tomodachi Description: # Pull Request ## aiobotocore + opentelemetry-prometheus-exporter support * aiobotocore 2.12.x and 2.13.x support. * support for recent versions of OTEL prometheus exporter. * updated localstack for tests to version 3.5.0. # Relevant Files Found ## tom...
16
null
awslabs/cli-agent-orchestrator
# Repository Context Name: awslabs/cli-agent-orchestrator Description: # Pull Request ## Add comprehensive test suite for Q CLI provider ## Summary Adds complete test coverage for the Q CLI provider with 51 tests achieving 100% code coverage. ## What's Included - **42 unit tests**: Fast, mocked tests covering ...
19
null
uw-it-aca/uw-restclients-canvas
# Repository Context Name: uw-it-aca/uw-restclients-canvas Description: # Pull Request ## add parens for python3 # Relevant Files Found ## examples/get_all_terms.py ``` from uw_canvas.terms import Terms from commonconf.backends import use_configparser_backend import os def get_all_terms(): settings_path =...
45
null
CeuAzul/Vivace
# Repository Context Name: CeuAzul/Vivace Description: # Pull Request ## Create Celula and Balança classes # Relevant Files Found ## code/ajudante.py ``` #!/usr/bin/python # -*- coding: utf-8 -*- import time from datetime import datetime import threading from libs.datilografo import Escritor from libs.telepat...
1,347
null
pika/pika
# Repository Context Name: pika/pika Description: # Pull Request ## use channel.connection instead of passing in the connection for simplification in the threaded consumer example ## Proposed Changes i find in the `examples/basic_consumer_threaded.py` passing in the connection might be unnecessary, as the channe...
37
null
hdmifish/petal
# Repository Context Name: hdmifish/petal Description: # Pull Request ## LFG Find and Clear Commands to search the DB for people who want to play a game, and to fully delete your own LFG entries # Relevant Files Found ## petal/commands.py ``` import asyncio import json import discord import random import praw im...
1,216
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## hook organization settings into new format for UI # Relevant Files Found ## corehq/apps/domain/urls.py ``` import sys from django.conf.urls.defaults import * from django.contrib.auth.views import password_reset from django.shortcuts im...
73
null
devbis/ble2mqtt
# Repository Context Name: devbis/ble2mqtt Description: # Pull Request ## manager: add Home Assistant origin to discovery Implements https://github.com/home-assistant/core/pull/98782. # Relevant Files Found ## ble2mqtt/manager.py ``` import asyncio as aio import json import logging import typing as ty import ai...
234
null
singleron-RD/CeleScope
# Repository Context Name: singleron-RD/CeleScope Description: # Pull Request ## flv_CR - add refine_vdj step in flv_CR # Relevant Files Found ## celescope/flv_CR/__init__.py ``` __STEPS__ = ['sample', 'barcode', 'convert', 'assemble', 'summarize', 'match', 'mapping'] __ASSAY__ = 'flv_CR' ``` ## celescope/flv_...
103
null
nycmeshnet/nycmesh-support-bot
# Repository Context Name: nycmeshnet/nycmesh-support-bot Description: # Pull Request ## Fix: install numbers don't work correctly & default to user's NN https://nycmesh.slack.com/archives/C06GW3Q92TY/p1711829307911599 # Relevant Files Found ## mesh-database-client/mesh_database_client/endpoints.py ``` import os...
12,246
null
red-hat-storage/ocs-ci
# Repository Context Name: red-hat-storage/ocs-ci Description: # Pull Request ## Adding Resiliency POD distruption scenarios This PR introduces automated resiliency test cases that simulate and validate system behavior under various pod disruption scenarios. It aims to ensure ODF components can recover gracefully f...
8
null
XGraph-Team/XFlow
# Repository Context Name: XGraph-Team/XFlow Description: # Pull Request ## Update FlowTask # Relevant Files Found ## xflow/FlowTasks.py ``` #!/usr/bin/env python # coding: utf-8 # ### Necessary imports # In[1]: import xflow from xflow.util import run import cosasi import networkx as nx from xflow.dataset.n...
4
null
jessamynsmith/eggtimer-server
# Repository Context Name: jessamynsmith/eggtimer-server Description: # Pull Request ## Django18 Upgrade to Django 1.8 # Relevant Files Found ## eggtimer/settings.py ``` # Django settings for eggtimer project. import dateutil.parser import os import dj_database_url from email.utils import formataddr BASE_DIR...
293
null
Teemu/pytest-sugar
# Repository Context Name: Teemu/pytest-sugar Description: # Pull Request ## Add Python 3.13 to test configuration This PR adds Python 3.13 to the test configuration. Note: all tests pass when running `tox` locally, but the following `flake8` violation appeared: ``` qa: commands[0]> flake8 conftest.py pytest...
22
null
LCSL/iterreg
# Repository Context Name: LCSL/iterreg Description: # Pull Request ## ENH: Add warm start to sparse tikhonov solvers # Relevant Files Found ## iterreg/sparse/solvers.py ``` import numpy as np from numba import njit from numpy.linalg import norm from scipy import sparse from scipy.sparse.linalg import svds fr...
2,668
null
snowflakedb/snowflake-cli
# Repository Context Name: snowflakedb/snowflake-cli Description: # Pull Request ## feat: [SNOW-2251139] Remove dbt feature flags ### Pre-review checklist * [x] I've confirmed that instructions included in README.md are still correct after my changes in the codebase. * [x] I've added or updated automated un...
74
null
ElectronicBabylonianLiterature/ebl-api
# Repository Context Name: ElectronicBabylonianLiterature/ebl-api Description: # Pull Request ## cli option for number of jobs in update_fragments.py # Relevant Files Found ## ebl/fragmentarium/application/fragment_matcher.py ``` import itertools from typing import ClassVar, Tuple, List, Dict import attr from...
239
null
pennlabs/penn-clubs
# Repository Context Name: pennlabs/penn-clubs Description: # Pull Request ## Optional subscription Subscription feature is optional and can be changed by club admins. # Relevant Files Found ## backend/clubs/admin.py ``` import datetime import re import simple_history from django import forms from django.contri...
31
null
ecmwf/earthkit-maps
# Repository Context Name: ecmwf/earthkit-maps Description: # Pull Request ## Alter style auto flow This pull request implements a new flow to allow defaults to be used by default. Closes #32 # Relevant Files Found ## docs/conf.py ``` # Configuration file for the Sphinx documentation builder. # # This file only...
32,408
null
langchain-ai/langchain
# Repository Context Name: langchain-ai/langchain Description: # Pull Request ## fix: Support no-args tools by defaulting args to empty dict Description: This PR ensures that tool calls without explicitly provided `args` will default to an empty dictionary (`{}`), allowing tools with no parameters (e.g. `def foo...
64,846
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Add data update coordinator to Whois <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Proposed change <!-- Describe the big picture of...
50
null
anmarkoulis/clickup-to-jira
# Repository Context Name: anmarkoulis/clickup-to-jira Description: # Pull Request ## Add link from Jira to ClickUp (optional, configurable by env var) Add link from Jira to ClickUp (optional, configurable by environment variable) # Relevant Files Found ## clickup_to_jira/converter.py ``` import os from logging ...
143
null
jorgensd/adios4dolfinx
# Repository Context Name: jorgensd/adios4dolfinx Description: # Pull Request ## Add function for reading timestamps # Relevant Files Found ## src/adios4dolfinx/__init__.py ``` # Copyright (C) 2023 Jørgen Schartum Dokken # # This file is part of adios4dolfinx # # SPDX-License-Identifier: MIT """Top-level pa...
3,998
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## [AIRFLOW-XXX] Fixing the issue in Documentation Fixing the operator name from DataFlowOperation to DataFlowJavaOperator in Documentation # Relevant Files Found ## airflow/contrib/operators/dataflow_operator.py ``` # -*- coding: utf-8 -...
153,917
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Move agent functionality from http ## Proposed change <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, ...
352
null
googleads/google-ads-python
# Repository Context Name: googleads/google-ads-python Description: # Pull Request ## Add link_feed_item_set example Ran this through FT and got success message # Relevant Files Found # Edits This pull request adds a new example script that demonstrates how to link a feed item set to a feed item using the Goog...
112
null
facebookresearch/matrix
# Repository Context Name: facebookresearch/matrix Description: # Pull Request ## add extra_body in make_request ## Why ? to support controlling reasoning model to turn it on and off ## How ? add extra_body as a parameter ## Test plan ``` matrix deploy_applications --applications "[{'model_name': '/ho...
7,566
null
mouredev/roadmap-retos-programacion
# Repository Context Name: mouredev/roadmap-retos-programacion Description: # Pull Request ## #00 - Python ## Describe tus cambios ***(Opcional)*** *Sobre todo aconsejable si la "Pull Request" se corresponde con una corrección adicional y no con la presentación de un ejercicio.* ## Comprobaciones Asegúrate de ...
1,330
null
ray-project/ray
# Repository Context Name: ray-project/ray Description: # Pull Request ## Add a distributed Dataframe API to Ray ## What do these changes do? Adds a Pandas DataFrame wrapper for use in Ray: * Distributes the DataFrame. * Operates on the DataFrame partitions in remote tasks. * Currently provides some simple fu...
1,167
null
modal-labs/modal-examples
# Repository Context Name: modal-labs/modal-examples Description: # Pull Request ## speed up ltx-video and reorganize text Explicitly moved the pipeline to the GPU, dropped the CPU offload, and set the dtype to bf16. This cuts inference time down substantially -- for a twenty second 480p video, can complete 10 step...
90
null
CybersecurityForDemocracy/FacebookApiPolAdsCollector
# Repository Context Name: CybersecurityForDemocracy/FacebookApiPolAdsCollector Description: # Pull Request ## correct start and end date filtering. make sure ad_cluster_metadata min and max ad_creation_time are within start and end ranges. Add indices on ad_cluster_metadata min and max ad_creation_time to increas...
1,579
null
useblocks/sphinx-needs
# Repository Context Name: useblocks/sphinx-needs Description: # Pull Request ## 🧪 Improve schema process benchmarking Have standard test, to make sure the build works, and separate benchmark test. The standard test runs during standard testing, e.g. running `tox`, and the benchmark test can be run using e.g. ...
236
null
wagnerdelima/drf-social-oauth2
# Repository Context Name: wagnerdelima/drf-social-oauth2 Description: # Pull Request ## Update package version to 3.0.1 The version number in three places: __init__.py, conf.py in the docs source, and the installation instructions in the docs source has been updated from 3.0.0 to 3.0.1 to reflect the latest change...
4
null
ZoomTen/chipchune
# Repository Context Name: ZoomTen/chipchune Description: # Pull Request ## Setup fixes The setup.py file does not package all of the necessary files. Specifically, the root chipchune package is missing, breaking the _util imports. This adds the missing packages, and also adds build files to .gitignore. # Relevant...
144
null
MAVENSDC/PyTplot
# Repository Context Name: MAVENSDC/PyTplot Description: # Pull Request ## now extracting the coordinate system from the variable attributes storing the coordinate system at: metadata['data_att']['coord_sys'] # Relevant Files Found ## pytplot/importers/cdf_to_tplot.py ``` # Copyright 2020 Regents of the Univers...
56
null
jmsv/ety-python
# Repository Context Name: jmsv/ety-python Description: # Pull Request ## Fix ISO-639-2 lookup fixes #54 # Relevant Files Found ## ety/__init__.py ``` #!/usr/local/bin/python # -*- coding: utf-8 -*- from random import choice from . import data from .census import Census from .cli import cli # noqa: F401 from ...
13,441
null
pantsbuild/pants
# Repository Context Name: pantsbuild/pants Description: # Pull Request ## Remove deprecated `--list-provides` option [ci skip-rust] [ci skip-build-wheels] # Relevant Files Found ## src/python/pants/backend/project_info/list_targets.py ``` # Copyright 2020 Pants project contributors (see CONTRIBUTORS.md). # L...
96,246
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Migrate TPLink to has entity name <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Proposed change <!-- Describe the big picture of yo...
6
null
panyang/Wikipedia_Word2vec
# Repository Context Name: panyang/Wikipedia_Word2vec Description: # Pull Request ## Fix output.write bug on macOS Python3 environment b' ' to bytes() Old: `output.write(b' '.join(text).decode('utf-8') + '\n')` New: `output.write(bytes(' '.join(text), 'utf-8').decode('utf-8') + '\n')` # Relevant Files Found...
4,001
null
getsentry/sentry-python
# Repository Context Name: getsentry/sentry-python Description: # Pull Request ## Handle MultiPartParserError to avoid internal sentry crash Handles an internal error in sentry_sdk if there is an issue with parsing request.POST. See attached stack trace of this internal error that we experienced in production. I...
44
null
ECP-CANDLE/Benchmarks
# Repository Context Name: ECP-CANDLE/Benchmarks Description: # Pull Request ## Updated save / load weights for multi-gpu model # Relevant Files Found ## Pilot1/Uno/uno_baseline_keras2.py ``` #! /usr/bin/env python from __future__ import division, print_function import logging import os import random import ...
5,362
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## [AIRFLOW-4669] Make airflow/dag Pylint compatible Make sure you have checked _all_ steps below. ### Jira - [x] My PR addresses the following [Airflow Jira](https://issues.apache.org/jira/browse/AIRFLOW/) issues and references them in the...
1,538
null
DIAGNijmegen/grand-challenge
# Repository Context Name: DIAGNijmegen/grand-challenge Description: # Pull Request ## Fixes DOI import for papers with consortium authors #1073 # Relevant Files Found ## app/grandchallenge/publications/models.py ``` import re from copy import deepcopy from pathlib import Path from citeproc import ( Citati...
30
null
UBC-MDS/KMediansPy
# Repository Context Name: UBC-MDS/KMediansPy Description: # Pull Request ## edge case changed # Relevant Files Found ## test_file/kmedians_test.py ``` # coding: utf-8 # In[43]: import numpy as np import pytest X = np.array([[1, 2],[9, 8],[1.5, 2]]) def test_toy_data(): """ Tests that the algo...
3,577
null
boto/botocore
# Repository Context Name: boto/botocore Description: # Pull Request ## Add CLI v1 to v2 migration debug feature iD ### Notes * The feature ID added in this PR is not expected to be registered in boto3. It is only expected to be registered in AWS CLI v1. ### Changes * Added `CLI_V1_TO_V2_MIGRATION_DEBUG_MO...
156
null
arokem/python-matlab-bridge
# Repository Context Name: arokem/python-matlab-bridge Description: # Pull Request ## Do not show the splash screen Fixes #154. # Relevant Files Found ## pymatbridge/pymatbridge.py ``` """ pymatbridge =========== This is a module for communicating and running Matlab from within python Example ------- >>> imp...
942
null
faucetsdn/poseidon
# Repository Context Name: faucetsdn/poseidon Description: # Pull Request ## store updates to state on start # Relevant Files Found ## poseidon/main.py ``` #!/usr/bin/env python # -*- coding: utf-8 -*- """ The main entrypoint for Poseidon, schedules the threads, connects to SDN controllers and defines the Monit...
794
null
google/clusterfuzz
# Repository Context Name: google/clusterfuzz Description: # Pull Request ## Make REVISION_VARS_URL work, remove unused config attribute. Fixes #793. # Relevant Files Found ## src/appengine/handlers/configuration.py ``` # Copyright 2019 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"...
8
null
adafruit/Adafruit_CircuitPython_MPR121
# Repository Context Name: adafruit/Adafruit_CircuitPython_MPR121 Description: # Pull Request ## add repeated start support tested on M4 and raspi. also a warning note for piano example # Relevant Files Found ## adafruit_mpr121.py ``` # MPR121 capacitive touch breakout driver. Port of Raspberry Pi/BeagleBone Bl...
1,066
null
akrherz/pyIEM
# Repository Context Name: akrherz/pyIEM Description: # Pull Request ## 💥 Mark pyiem.prism for removal # Relevant Files Found ## src/pyiem/prism.py ``` """Helper for PRISM BIL data""" import datetime import numpy as np from affine import Affine NX = 1405 NY = 621 # This is the center of the upper left pixe...
271
null
iree-org/wave
# Repository Context Name: iree-org/wave Description: # Pull Request ## hip-iree-target parsing non-colon fix This fixes the parsing of gpu's base name for radeon-gpu's which does not have semicolon and extra features included the gpu-name full name that is returned by the pytorch method that wave-lang uses: ...
5
null
SebastianCzoch/influx-line-protocol
# Repository Context Name: SebastianCzoch/influx-line-protocol Description: # Pull Request ## Release version v0.1.2 # Relevant Files Found ## setup.py ``` import setuptools with open("README.md", "r") as fh: long_description = fh.read() def read_file(file_name): with open(file_name, 'r') as f: ...
142
null
antonrh/anydi
# Repository Context Name: antonrh/anydi Description: # Pull Request ## Do not set the context instance if it is created within an override # Relevant Files Found ## anydi/_container.py ``` """AnyDI core implementation module.""" from __future__ import annotations import contextlib import functools import imp...
1,491
null
NVIDIA-NeMo/RL
# Repository Context Name: NVIDIA-NeMo/RL Description: # Pull Request ## feat: allow uv-less execution and fingerprint the environment Closes #1480 # Dependency Management & Container Fingerprinting ## Overview This PR allows users to use bare `python` for the driver script and exposes all the other venvs ...
9
null
run-x/opta
# Repository Context Name: run-x/opta Description: # Pull Request ## [OPTA-3] Use modules from gh and augment registry # Relevant Files Found ## opta/module.py ``` import os from typing import Any, Dict, Iterable, Mapping import yaml from plugins.derived_providers import DerivedProviders from utils import deep...
270
null
WagnerGroup/pyqmc
# Repository Context Name: WagnerGroup/pyqmc Description: # Pull Request ## add function gradient_value to avoid extra evaluation in vmc and dmc add gradient_value to wf objects (slater, jastrow, multiplywf, manybody_jastrow) and to func3d objects. also add tests to verify correctness. # Relevant Files Found ##...
5,254
null
cloud-custodian/cloud-custodian
# Repository Context Name: cloud-custodian/cloud-custodian Description: # Pull Request ## Fill AWS lambda assume role variable with partition name (#5253) Currently AWS lambda assume role hard code with default partition name `aws`[1], it doesn't work in any other partition such as China. This patch gets partio...
1,406
null
openshift-eng/art-tools
# Repository Context Name: openshift-eng/art-tools Description: # Pull Request ## release:gen-payload: never crash on emergency # Relevant Files Found ## doozer/doozerlib/cli/release_gen_payload.py ``` import asyncio from datetime import datetime, timezone, timedelta import hashlib import traceback import sys i...
132
null
populationgenomics/saige-tenk10k
# Repository Context Name: populationgenomics/saige-tenk10k Description: # Pull Request ## test weight name # Relevant Files Found ## make_group_file.py ``` #!/usr/bin/env python3 """ This script will - open genotype file - open gene cis window files - create gene rv group files these files will be used as i...
915
null
rtdip/core
# Repository Context Name: rtdip/core Description: # Pull Request ## remove deprecated parameters # Relevant Files Found ## src/api/v1/models.py ``` # Copyright 2022 RTDIP # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You...
2
null
geospatial-jeff/cognition-datasources
# Repository Context Name: geospatial-jeff/cognition-datasources Description: # Pull Request ## Dg open data Adding the Digital Globe Open Data Program datasource. # Relevant Files Found ## datasources/sources/__init__.py ``` from .landsat8 import Landsat8 from .naip import NAIP from .sentinel1 import Sentinel1 ...
166
null
dos-group/vessim
# Repository Context Name: dos-group/vessim Description: # Pull Request ## Added Some Logging to SiL Cherry-picked that one commit from the sil documentation PR. # Relevant Files Found ## vessim/sil.py ``` """Vessim Software-in-the-Loop (SiL) components. This module is still experimental, the public API might c...
472
null
googleapis/python-bigquery-pandas
# Repository Context Name: googleapis/python-bigquery-pandas Description: # Pull Request ## chore(main): release 0.17.0 :robot: I have created a release *beep* *boop* --- ## [0.17.0](https://github.com/googleapis/python-bigquery-pandas/compare/v0.16.0...v0.17.0) (2022-01-19) ### ⚠ BREAKING CHANGES * use nullab...
496
null
openreview/openreview-py
# Repository Context Name: openreview/openreview-py Description: # Pull Request ## Feature/improve get pdf This pull requests adds: - A way to retrieve PDF revisions using the same `get_pdf` method by passing a new argument `is_reference`. If `is_reference` is True, then the passed id is assumed to be a Reference ...
6,082
null
sqlfluff/sqlfluff
# Repository Context Name: sqlfluff/sqlfluff Description: # Pull Request ## Databricks: Add support for GROUP BY ALL ### Brief summary of the change made Add support for GROUP BY ALL to the Databricks dialect. This syntax is not yet supported by the SparkSQL dialect, so I've added a new GroupByClauseSegment to the...
911
null
PaddlePaddle/PaddleFormers
# Repository Context Name: PaddlePaddle/PaddleFormers Description: # Pull Request ## Update ocr 1. add angle classification threshold 2. update ocr server module # Relevant Files Found ## hub_module/modules/image/text_recognition/chinese_ocr_db_crnn_mobile/module.py ``` # -*- coding:utf-8 -*- from __future__ im...
5,693
null
dmwm/WMCore
# Repository Context Name: dmwm/WMCore Description: # Pull Request ## fix reqmgr2 assignment validation and WQ cleanup library # Relevant Files Found ## src/python/WMCore/Database/CMSCouch.py ``` #!/usr/bin/env python """ _CMSCouch_ A simple API to CouchDB that sends HTTP requests to the REST interface. http:...