pr_id
int64
repo_id
null
repo_name
string
text
string
578
null
PyWavelets/pywt
# Repository Context Name: PyWavelets/pywt Description: # Pull Request ## Add Python 3.9 to CI and classifiers # Relevant Files Found ## setup.py ``` #!/usr/bin/env python #-*- coding: utf-8 -*- import os import sys import subprocess import textwrap import warnings from functools import partial from distutils....
19
null
rmartin16/qbittorrent-api
# Repository Context Name: rmartin16/qbittorrent-api Description: # Pull Request ## Torrent Endpoints Fixes and Tests # Relevant Files Found ## qbittorrentapi/decorators.py ``` import logging from functools import wraps from json import loads from qbittorrentapi.exceptions import APIError from qbittorrentapi.e...
9
null
leffff/graphormer-pyg
# Repository Context Name: leffff/graphormer-pyg Description: # Pull Request ## Batch-wise parallelisation in Floyd-Warshall algorithm # Relevant Files Found ## graphormer/functional.py ``` from typing import Tuple, Dict, List import networkx as nx from torch_geometric.data import Data from torch_geometric.uti...
128
null
alteryx/compose
# Repository Context Name: alteryx/compose Description: # Pull Request ## Update Tests in CircleCI This closes #127 by removing tests that use Python 3.5 and adding Python 3.8 in CircleCI. # Relevant Files Found ## composeml/demos/__init__.py ``` import pandas as pd import os DATA = os.path.join(os.path.dirname...
8,028
null
rucio/rucio
# Repository Context Name: rucio/rucio Description: # Pull Request ## Clients: Rich client with `short` option prints plaintext Closes #8026 # Relevant Files Found ## lib/rucio/cli/bin_legacy/rucio.py ``` #!/usr/bin/env python # Copyright European Organization for Nuclear Research (CERN) since 2012 # # Licensed...
12,051
null
django/django
# Repository Context Name: django/django Description: # Pull Request ## Fixed #30973 -- Converted selenium tests wait_page_loaded() to context manager. https://code.djangoproject.com/ticket/30973 # Relevant Files Found ## django/contrib/admin/tests.py ``` from django.contrib.staticfiles.testing import StaticLive...
21
null
trungdong/prov
# Repository Context Name: trungdong/prov Description: # Pull Request ## updating rdf branch with upstream commits # Relevant Files Found ## prov/model/__init__.py ``` '''Python implemetation of the W3C Provenance Data Model (PROV-DM) Support for PROV-JSON import/export References: PROV-DM: http://www.w3.or...
1,015
null
graphql-python/graphene-django
# Repository Context Name: graphql-python/graphene-django Description: # Pull Request ## Extract query function from GraphQLTestCase making it possible to use in a pytest fixture Needed this for my own project and figured it was something useful for more people. Remove unused `GRAPHQL_SCHEMA` related code and re...
1,738
null
redis/redis-py
# Repository Context Name: redis/redis-py Description: # Pull Request ## COMMAND GETKEYS support ### Pull Request check-list _Please make sure to review and check all of these items:_ - [x] Does `$ tox` pass with this change (including linting)? - [x] Do the CI tests pass with this change (enable it first in...
396
null
RLBot/RLBot
# Repository Context Name: RLBot/RLBot Description: # Pull Request ## KILL. TERMINATE. EXTERMINATE. End bot processes when training is done. https://youtu.be/e59guruVL4o # Relevant Files Found ## src/main/python/rlbot/botmanager/helper_process_manager.py ``` import multiprocessing as mp import subprocess from mu...
7,841
null
pytest-dev/pytest
# Repository Context Name: pytest-dev/pytest Description: # Pull Request ## py36+: resolve py36 TODOs See #7808 # Relevant Files Found ## src/_pytest/mark/structures.py ``` import collections.abc import inspect import warnings from typing import Any from typing import Callable from typing import Collection from ...
2,773
null
Flexget/Flexget
# Repository Context Name: Flexget/Flexget Description: # Pull Request ## [add] transmission - Added possibility to bypass queue in transmission ### Motivation for changes: Currently it's not possible to bypass the transmission queue ### Detailed changes: Added option to start torrents immediately ### C...
1,755
null
ipython/ipython
# Repository Context Name: ipython/ipython Description: # Pull Request ## test for pygments before running qt tests otherwise running without pygments will raise ImportErrors # Relevant Files Found ## IPython/testing/iptest.py ``` # -*- coding: utf-8 -*- """IPython Test Suite Runner. This module provides a mai...
2,289
null
modal-labs/modal-client
# Repository Context Name: modal-labs/modal-client Description: # Pull Request ## Change sandbox tunnels to return a dict instead of list ## Describe your changes This change makes it easier for users to get back specific port data rather than needing to loop through the resulting tunnels object. <details> <s...
3,076
null
EleutherAI/lm-evaluation-harness
# Repository Context Name: EleutherAI/lm-evaluation-harness Description: # Pull Request ## [vllm] remove system message if `TemplateError` for chat_template # Relevant Files Found ## lm_eval/models/vllm_causallms.py ``` import copy import gc import inspect import logging import os from importlib.metadata import...
794
null
sunpy/sunpy
# Repository Context Name: sunpy/sunpy Description: # Pull Request ## Remove h5py from intersphinx and add pandas This needs to be merged asap as it fixes the travis build. # Relevant Files Found ## doc/source/conf.py ``` # -*- coding: utf-8 -*- # Licensed under a 3-clause BSD style license - see LICENSE.rst # ...
70
null
FutureSharks/invokust
# Repository Context Name: FutureSharks/invokust Description: # Pull Request ## Update version of locust to 2.15.0 # Relevant Files Found ## setup.py ``` from setuptools import setup with open("README.md", "r") as fh: long_description = fh.read() setup( name="invokust", version="0.76", author=...
1,294
null
wenet-e2e/wenet
# Repository Context Name: wenet-e2e/wenet Description: # Pull Request ## [transducer] transducer embedding predictor TODO: - [x] embedding predictor - [x] tie embedding - [x] aishell results using embedding predictor # Relevant Files Found ## wenet/transducer/predictor.py ``` from typing import Optional, Tup...
931
null
bcgov/sbc-pay
# Repository Context Name: bcgov/sbc-pay Description: # Pull Request ## 12050/12047 - FAS - Incorrectly saying balance is less than transaction amount *Issue #:* https://github.com/bcgov/entity/issues/12050 https://github.com/bcgov/entity/issues/12047 *Description of changes:* Adjust quantity calculation, so ...
199
null
choderalab/openmoltools
# Repository Context Name: choderalab/openmoltools Description: # Pull Request ## Added SystemGenerator and tests This adds `SystemGenerator`, a wrapper for generating OpenMM systems from `Topology` objects with prespecified options. # Relevant Files Found ## openmoltools/forcefield_generators.py ``` #!/usr/bin...
27
null
tbowmo/chrome2mqtt
# Repository Context Name: tbowmo/chrome2mqtt Description: # Pull Request ## Misc fixups # Relevant Files Found ## chrome2mqtt/chromeevent.py ``` from time import sleep from chrome2mqtt.chromestate import ChromeState from os import path import logging from chrome2mqtt.mqtt import MQTT from pychromecast import C...
52,838
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Json to xml psget fix ### What does this PR do? win_psget.py drops Json to use Xml. This is because Power-Shell Json does not write to file/buffer correctly. ### What issues does this PR fix or reference? https://github.com/saltstack/sa...
2,415
null
vertexproject/synapse
# Repository Context Name: vertexproject/synapse Description: # Pull Request ## Clarify and sanitize an aha related log message # Relevant Files Found ## synapse/telepath.py ``` ''' An RMI framework for synapse. ''' import os import time import asyncio import logging import collections import aiohttp import ...
1,059
null
Akuli/jou
# Repository Context Name: Akuli/jou Description: # Pull Request ## Add support for LLVM built without aarch64 Fixes #969. As far as I know, this only affects @taahol's linux installation. If LLVM does not know anything about aarch64, it is now possible to use Jou like this: 1. Try to bootstrap as usual by runn...
147
null
a4k-openproject/a4kScrapers
# Repository Context Name: a4k-openproject/a4kScrapers Description: # Pull Request ## release: v2.72.0 # Relevant Files Found ## providerModules/a4kScrapers/request.py ``` # -*- coding: utf-8 -*- import threading import time import traceback import sys import re import os import json import requests from coll...
22
null
petermorrowdev/gybe
# Repository Context Name: petermorrowdev/gybe Description: # Pull Request ## Add optional `--set` CLI argument to patch an input value from the command line This is a convenience tool to support common use cases like setting a container image in CI/CD after it's been pushed to the registry for deployment. # Relev...
126
null
gregoil/rotest
# Repository Context Name: gregoil/rotest Description: # Pull Request ## added server entrypoint, travis, django.setup # Relevant Files Found ## setup.py ``` """Setup file for handling packaging and distribution.""" from __future__ import absolute_import from setuptools import setup, find_packages __version__...
1,649
null
urllib3/urllib3
# Repository Context Name: urllib3/urllib3 Description: # Pull Request ## Stop using unittest This pull request builds on the work of @RatanShreshtha, specifically pull requests #1614 and #1624 that contain the bulk of the work. This allows us to switch to the latest pytest version compatible with Python 2.7: ht...
385
null
Libensemble/libensemble
# Repository Context Name: Libensemble/libensemble Description: # Pull Request ## Feature/periodic aposmm test Adding a test to cover the `'periodic'` option in APOSMM # Relevant Files Found ## libensemble/comms/logs.py ``` """ Support for logging over comms ==================================================== ...
589
null
crate/croud
# Repository Context Name: crate/croud Description: # Pull Request ## Add subcommand to update a cluster's subscription ## Summary of the changes / Why this is an improvement This adds a new subscommand to transfer a CrateDB cluster between subscriptions. ``` croud clusters subscription update \ --cluster-id ...
8,287
null
oppia/oppia
# Repository Context Name: oppia/oppia Description: # Pull Request ## Fix part of #7450: Modify private method in collection_services_test <!-- - Thanks for submitting code to Oppia! Please fill out the following as part of - your pull request so we can review your code more easily. --> ## Explanation ...
3
null
zaibacu/rita-dsl
# Repository Context Name: zaibacu/rita-dsl Description: # Pull Request ## Buch of new syntax # Relevant Files Found ## rita/lexer.py ``` import logging import ply.lex as lex from rita import macros logger = logging.getLogger(__name__) class RitaLexer(object): tokens = [ "KEYWORD", "LITE...
8
null
oremanj/stackscope
# Repository Context Name: oremanj/stackscope Description: # Pull Request ## Support tracing across Trio/thread boundaries # Relevant Files Found ## stackscope/_extract.py ``` from __future__ import annotations # Basic logic for extracting stacks import collections.abc import functools import gc import inspec...
352
null
adlnet/ADL_LRS
# Repository Context Name: adlnet/ADL_LRS Description: # Pull Request ## Revert "Removed Delete Test" Reverts adlnet/ADL_LRS#351 # Relevant Files Found ## lrs/models.py ``` import json from datetime import datetime from jsonfield import JSONField from django_extensions.db.fields import UUIDField from django.db...
3
null
alexopryshko/django-serializer
# Repository Context Name: alexopryshko/django-serializer Description: # Pull Request ## Make exception_wrapper in BaseView a staticmethod # Relevant Files Found ## django_serializer/__init__.py ``` __version__ = '0.0.7' ``` ## django_serializer/base_views.py ``` import json from django.http import HttpRes...
5
null
YoushaaMurhij/FMFNet
# Repository Context Name: YoushaaMurhij/FMFNet Description: # Pull Request ## removed shuffling # Relevant Files Found ## FMF/det3d/datasets/pipelines/loading.py ``` import os.path as osp import warnings import numpy as np from functools import reduce import pycocotools.mask as maskUtils from pathlib import ...
6,670
null
hail-is/hail
# Repository Context Name: hail-is/hail Description: # Pull Request ## dev deploy dont wait for batch Currently, dev deploy always eventually returns a timeout in the terminal because it tries to wait for the entire batch deploy / tests to run before returning. Now it will just create the batch and return the batch...
98
null
pennlabs/penn-clubs
# Repository Context Name: pennlabs/penn-clubs Description: # Pull Request ## Fix event bugs - Fix description being a required field on the backend. - Fix no status being shown on form submit. # Relevant Files Found ## backend/clubs/models.py ``` import datetime import os import uuid from urllib.parse import u...
4,649
null
angr/angr
# Repository Context Name: angr/angr Description: # Pull Request ## add a DeadblockRemover to remove disconnected or unsatisfiable blocks during decompilation # Relevant Files Found ## angr/analyses/decompiler/condition_processor.py ``` from collections import defaultdict, OrderedDict from typing import Any fro...
76
null
radio-astro-tools/pvextractor
# Repository Context Name: radio-astro-tools/pvextractor Description: # Pull Request ## Fixing configparser imports for python 3.5.2 # Relevant Files Found ## docs/conf.py ``` # -*- coding: utf-8 -*- # Licensed under a 3-clause BSD style license - see LICENSE.rst # # Astropy documentation build configuration fi...
17
null
Imageomics/dashboard-prototype
# Repository Context Name: Imageomics/dashboard-prototype Description: # Pull Request ## Feature/map `components/prototype-map.py` generates interactive map of the specimen locations colored by subspecies, with size of bubbles proportional to the number of specimens of that subspecies at that locality. Renames `...
308
null
smicallef/spiderfoot
# Repository Context Name: smicallef/spiderfoot Description: # Pull Request ## Add httpHeaders to sfp_hackertarget Add `httpHeaders` function to `sfp_hackertarget` module to retrieve the HTTP headers for each `IP_ADDRESS`. # Relevant Files Found ## modules/sfp_hackertarget.py ``` # -*- coding: utf-8 -*- # ----...
574
null
microsoft/superbenchmark
# Repository Context Name: microsoft/superbenchmark Description: # Pull Request ## Benchmarks: micro benchmarks - add int8 support for cublaslt function **Description** add int8 support for cublaslt function. # Relevant Files Found ## superbench/benchmarks/micro_benchmarks/cublaslt_function.py ``` # Copyr...
426
null
cheran-senthil/TLE
# Repository Context Name: cheran-senthil/TLE Description: # Pull Request ## Fix #384 # Relevant Files Found ## tle/util/db/user_db_conn.py ``` import sqlite3 from enum import IntEnum from collections import namedtuple from discord.ext import commands from tle.util import codeforces_api as cf _DEFAULT_VC_RAT...
746
null
joaorb64/TournamentStreamHelper
# Repository Context Name: joaorb64/TournamentStreamHelper Description: # Pull Request ## Fixes for Challonge - Fixed the Cloudfare initialisation for Challonge to retry upon firs encountering a non-200 response - Increased the number of retries for Cloudfare initialisation for Challonge - Added human-readable stre...
2
null
timesler/lr-momentum-scheduler
# Repository Context Name: timesler/lr-momentum-scheduler Description: # Pull Request ## Implement base lr+momentum schduler classes. #1 # Relevant Files Found ## scheduler.py ``` import torch from torch.optim import SGD, lr_scheduler import numpy as np class LRUpdate(object): """A callable class used to ...
646
null
astrolabsoftware/fink-science-portal
# Repository Context Name: astrolabsoftware/fink-science-portal Description: # Pull Request ## Add a new endpoint dedicated to conesearch Closes #644 # Relevant Files Found ## apps/api/api.py ``` # Copyright 2020-2023 AstroLab Software # Author: Julien Peloton # # Licensed under the Apache License, Version 2.0 ...
265
null
iKonoTelecomunicaciones/menuflow
# Repository Context Name: iKonoTelecomunicaciones/menuflow Description: # Pull Request ## feat: :sparkles: Added module configuration # Relevant Files Found ## menuflow/db/__init__.py ``` from mautrix.util.async_db import Database from .client import Client from .flow import Flow from .flow_backup import Flow...
53
null
neetjn/pyselenium-js
# Repository Context Name: neetjn/pyselenium-js Description: # Pull Request ## Updated visibility check to detect elements hidden by attribute. # Relevant Files Found ## pyseleniumjs/e2ejs.py ``` # Licensed to the Software Freedom Conservancy (SFC) under one # or more contributor license agreements. See the NO...
495
null
neptune-ai/neptune-client
# Repository Context Name: neptune-ai/neptune-client Description: # Pull Request ## Minor improvements - Remove unneccessary global function - Get rid of mock dependency # Relevant Files Found ## neptune/internal/api_clients/hosted_api_clients/hosted_backend_api_client.py ``` # # Copyright (c) 2019, Neptune Lab...
2,101
null
ipython/ipython
# Repository Context Name: ipython/ipython Description: # Pull Request ## fix completer deletting newline should fixes #2082 do not forget to backport to 0.13.1 # Relevant Files Found ## IPython/frontend/qt/console/console_widget.py ``` """ An abstract base class for console-type widgets. """ #----------------...
7
null
collab-uniba/pynblint
# Repository Context Name: collab-uniba/pynblint Description: # Pull Request ## Number of classes function in utils.py and example notebook Aggiunto al modulo python la funzione che data una stringa di codice python, ritorna il numero di definizioni di classe. Non ho sviluppato la parte riguardante gli import di mo...
366
null
kurusugawa-computer/annofab-cli
# Repository Context Name: kurusugawa-computer/annofab-cli Description: # Pull Request ## [statistics visualize] 不具合修正 # Relevant Files Found ## annofabcli/__version__.py ``` __version__ = "1.36.5" ``` ## annofabcli/common/download.py ``` import asyncio import logging.config import warnings from functools im...
888
null
intel/neural-compressor
# Repository Context Name: intel/neural-compressor Description: # Pull Request ## Optimize the Running time of Keras Mix-precision UTs ## Type of Change API not changed ## Description Jiar: [ILITV-2904](https://jira.devtools.intel.com/browse/ILITV-2904) ## Expected Behavior & Potential Risk Shorten r...
47
null
David-Wobrock/sqlvalidator
# Repository Context Name: David-Wobrock/sqlvalidator Description: # Pull Request ## Added support to tab as token separator. Hi David, This code adds support for the tab as a query token separator. Currently, sqlvalidator fails with queries containing tabs. Tab '\t' is a valid token separator according to ...
563
null
SwissDataScienceCenter/renku-data-services
# Repository Context Name: SwissDataScienceCenter/renku-data-services Description: # Pull Request ## fix: add Renku env variables to Renku 2.0 sessions Closes #528. Add the following environment variables: * RENKU_MOUNT_DIR Folder which contains the container state between hibernation...
274
null
analysiscenter/batchflow
# Repository Context Name: analysiscenter/batchflow Description: # Pull Request ## Research The last version of Research from Dataset. All pylint warnings are not from research module. # Relevant Files Found # Edits This pull request enhances the `Research` module in BatchFlow by adding functionality to load ...
52,280
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Filter MQTT climate JSON attributes <!-- 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 breaki...
54,426
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Add REST sensor/binary_sensor/switch templated headers & params ## 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...
2,381
null
openshift/assisted-test-infra
# Repository Context Name: openshift/assisted-test-infra Description: # Pull Request ## Add default model when libvirt add_intrerface Current add_interface set the interface speed to 100M and limit the internal traffic between nodes when set the interface as CIDR and VIP Added default to virtio, configured the atta...
37,676
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## routinator: update, deprecate old version # Relevant Files Found ## var/spack/repos/builtin/packages/routinator/package.py ``` # Copyright 2013-2023 Lawrence Livermore National Security, LLC and other # Spack Project Developers. See the top-l...
5
null
dlanger/nose-parallel
# Repository Context Name: dlanger/nose-parallel Description: # Pull Request ## add option --parallel-salt This PR adds support for randomizing the distribution of test cases to each node. Currently unless you rename your test methods or change the number of nodes, the same tests will run on the same nodes every ti...
4,842
null
alphagov/notifications-admin
# Repository Context Name: alphagov/notifications-admin Description: # Pull Request ## Change language UI Add a flow for changing the language(s) for a letter template between just English (the default), and Welsh & English. Note: this PR allows us to change the setting, but nothing actually changes visibly on t...
196
null
srl-labs/vrnetlab
# Repository Context Name: srl-labs/vrnetlab Description: # Pull Request ## Add vJunos-router support Modified the vJunos-switch template for vJunos-router - Modified Makefile to support vJunos-router regex. - Modified launch.py for smbios string for VMX type and lab license. - Modified launch.py class name fo...
924
null
singnet/snet-marketplace-service
# Repository Context Name: singnet/snet-marketplace-service Description: # Pull Request ## add different scenarios for update event # Relevant Files Found ## registry/consumer/organization_event_consumer.py ``` import os import traceback from web3 import Web3 from common.blockchain_util import BlockChainUtil...
797
null
app-sre/qontract-reconcile
# Repository Context Name: app-sre/qontract-reconcile Description: # Pull Request ## add logs:CreateLogGroup permission to cloudwatch provider covers https://projects.engineering.redhat.com/browse/RHCLOUD-6817 since we give permissions for the specific log group, adding this shouldn't be harmful despite the fact...
258
null
lukas-blecher/LaTeX-OCR
# Repository Context Name: lukas-blecher/LaTeX-OCR Description: # Pull Request ## qt6 migration leftover & wlroots fix # Relevant Files Found ## pix2tex/gui.py ``` from shutil import which import sys import os import tempfile from PyQt6 import QtCore, QtGui from PyQt6.QtCore import Qt, pyqtSlot, pyqtSignal, QTh...
32
null
bachya/pyiqvia
# Repository Context Name: bachya/pyiqvia Description: # Pull Request ## Make aiohttp ClientSession optional **Describe what the PR does:** This PR makes the `aiohttp` `ClientSession` an optional parameter when creating an API object. **Does this fix a specific issue?** N/A **Checklist:** - [x] Con...
943
null
camel-ai/camel
# Repository Context Name: camel-ai/camel Description: # Pull Request ## docs: core modules doc polish ## Description Describe your changes in detail. ## Motivation and Context - [ ] I have raised an issue to propose this change ([required](https://github.com/camel-ai/camel/issues) for new features and bug...
2,542
null
apache/tvm
# Repository Context Name: apache/tvm Description: # Pull Request ## Fix typo in Evaluate inference time cost code Fix typo in Evaluate inference time cost code # Relevant Files Found ## tutorials/autotvm/tune_nnvm_mobile_gpu.py ``` """ Auto-tuning a convolutional network for Mobile GPU =======================...
134
null
yukinarit/pyserde
# Repository Context Name: yukinarit/pyserde Description: # Pull Request ## style: Fix some mypy/flake8 warnings # Relevant Files Found ## serde/core.py ``` """ pyserde core module. """ import dataclasses import logging import re from dataclasses import dataclass, field from typing import Any, Callable, Dict, I...
4,222
null
yt-dlp/yt-dlp
# Repository Context Name: yt-dlp/yt-dlp Description: # Pull Request ## [extractor/rtl.nl] Add rtl.lu extractor <!-- # Please follow the guide below - You will be asked some questions, please read them **carefully** and answer honestly - Put an `x` into all the boxes `[ ]` relevant to your *pull request* (like...
19,285
null
ray-project/ray
# Repository Context Name: ray-project/ray Description: # Pull Request ## Revert "[Hotfix] Revert "[tune/wip] Exclude trial checkpoints in experiment sync"" Reverts ray-project/ray#19245 Going to fix those import issues... # Relevant Files Found ## python/ray/tune/experiment.py ``` from typing import Dict, Se...
22,790
null
scikit-learn/scikit-learn
# Repository Context Name: scikit-learn/scikit-learn Description: # Pull Request ## DOC fix the docstring of sklearn.datasets._samples_generator.make_biclusters #### Reference Issues/PRs #21350 #### What does this implement/fix? Explain your changes. Fix the doctrings: - Reference part after the See Also par...
44
null
mimirsystems/20Qs
# Repository Context Name: mimirsystems/20Qs Description: # Pull Request ## Update requirements and switch from flask-cache to flask-caching # Relevant Files Found ## app/server.py ``` """ Sets up the server core """ import os from functools import wraps from flask import Flask, request from flask_cache import ...
47
null
kaufland-ecommerce/esque
# Repository Context Name: kaufland-ecommerce/esque Description: # Pull Request ## fix and rename ensure_kafka_future_done, add operation_timeout to .cl… …uster.confluent_client.create_topics # Relevant Files Found ## esque/cluster.py ``` import operator import pykafka from confluent_kafka.admin import AdminCli...
108
null
AllenInstitute/render-python
# Repository Context Name: AllenInstitute/render-python Description: # Pull Request ## updated pointmatch client to take 2 arguments Added second optional stack argument to point match client # Relevant Files Found ## integration_tests/test_client_integrated.py ``` import renderapi import pytest import tempfile ...
177
null
metakgp/gyft
# Repository Context Name: metakgp/gyft Description: # Pull Request ## Cache Academic Calendar Cache the Academic Calendar PDF so that timetable generation doesn't fail due to a bad iitkgp.ac.in request. Fixes #173 # Relevant Files Found ## app.py ``` """ This file contains the Flask application that serves ...
1,107
null
oscal-compass/compliance-trestle
# Repository Context Name: oscal-compass/compliance-trestle Description: # Pull Request ## fix: check for circular imports during profile resolution ## Types of changes <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [ ] Hot fix (emergency fix and release) ...
705
null
jertel/elastalert2
# Repository Context Name: jertel/elastalert2 Description: # Pull Request ## Update requirements.txt and setup.py ## Description Update requirements.txt and setup.py **memo** - The latest version of `envparse` will be released in 2015. - I'm worried that `statsd-tags` doesn't have a github repository. The l...
535
null
Bluetooth-Devices/dbus-fast
# Repository Context Name: Bluetooth-Devices/dbus-fast Description: # Pull Request ## fix: ordering in BaseMessageBus.export() Move the assignment of `self._path_exports[path][interface.name]` after the call to `ServiceInterface._add_bus()`. The latter can raise an exception, which would leave the former in a bad s...
32
null
ConservationInternational/trends.earth-algorithms
# Repository Context Name: ConservationInternational/trends.earth-algorithms Description: # Pull Request ## Generate Productivity trajectory (significance) # Relevant Files Found ## te_algorithms/gdal/drought.py ``` import dataclasses import datetime as dt import json import logging import math import multiproc...
75
null
Lightning-AI/lit-llama
# Repository Context Name: Lightning-AI/lit-llama Description: # Pull Request ## LLaMA-Adapter This PR adds a basic implementation of the paper [LLaMA-Adapter: Efficient Fine-tuning of Language Models with Zero-init Attention](https://arxiv.org/abs/2303.16199.pdf) on top of our LLaMA base model. It adds 1) the mode...
988
null
griptape-ai/griptape
# Repository Context Name: griptape-ai/griptape Description: # Pull Request ## Set default service_name for GriptapeCloudObservabilityDriver Changes: - Set a default open telemetry service name in GriptapeCloudObservabilityDriver as it is not meaningful within in Griptape cloud. - Fixing ruff changes after rebase...
36,379
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Fix windows osrelease grain ### What does this PR do? Properly gets the osrelease grain for Server versions of Windows. ### What issues does this PR fix or reference? https://github.com/saltstack/salt/issues/36307 ### Previous Behavior OS ...
4,325
null
readthedocs/readthedocs.org
# Repository Context Name: readthedocs/readthedocs.org Description: # Pull Request ## Update tastypie Ref to https://github.com/rtfd/readthedocs.org/pull/4319#issuecomment-402039200 and https://github.com/rtfd/readthedocs.org/issues/3570#issuecomment-401184862 Closes #3570 # Relevant Files Found ## readthedoc...
18
null
google-research/e3x
# Repository Context Name: google-research/e3x Description: # Pull Request ## Add Delley quadrature Add Delley quadrature # Relevant Files Found ## e3x/so3/__init__.py ``` # Copyright 2024 The e3x Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in ...
77
null
avast/ep-stats
# Repository Context Name: avast/ep-stats Description: # Pull Request ## Fixing broken links in documentation, deprecation warnings + adding `format_metrics_long` to format long data frame with metric evaluations nicely. # Relevant Files Found ## src/epstats/toolkit/experiment.py ``` import logging from typing i...
291
null
jonescompneurolab/hnn-core
# Repository Context Name: jonescompneurolab/hnn-core Description: # Pull Request ## [MRG] reset net.cell_response in simulate_dipole `net.cell_response` must be reset (lists emptied) in `simulate_dipole` to prevent cell response attributes being appended. The use case is pathological (see #290 and the gist therein...
314
null
pfnet-research/chainer-compiler
# Repository Context Name: pfnet-research/chainer-compiler Description: # Pull Request ## Suppress the width of status line in runtests.py # Relevant Files Found ## scripts/runtests.py ``` #!/usr/bin/env python3 import argparse import copy import glob import multiprocessing import os import re import sys impor...
1,237
null
Metro-Records/la-metro-councilmatic
# Repository Context Name: Metro-Records/la-metro-councilmatic Description: # Pull Request ## Allow for two wagtail manageable calendars ## Overview This branch allows users to manage two calendars in wagtail - one `current` and one `upcoming`. After implementing this initially with just one calendar, it became ...
18
null
devchat-ai/devchat
# Repository Context Name: devchat-ai/devchat Description: # Pull Request ## 17 abstract assistant class to replace openaiassistant # Relevant Files Found ## devchat/_cli.py ``` """ This module contains the main function for the DevChat CLI. """ import os import time from typing import Optional import json im...
16
null
blockwork-eda/blockwork
# Repository Context Name: blockwork-eda/blockwork Description: # Pull Request ## style fixes for #13 snake_casify # Relevant Files Found ## blockwork/common/yamldataclasses.py ``` # Copyright 2023, Blockwork, github.com/intuity/blockwork # # Licensed under the Apache License, Version 2.0 (the "License"); # you ...
2
null
City-of-Helsinki/yjdh
# Repository Context Name: City-of-Helsinki/yjdh Description: # Pull Request ## YJDH-37 | Add backend automated CI tests and code style checks - Fix static files access. - Add pre-commit config. - Reformat files according to the style checks. # Relevant Files Found ## backend/kesaseteli/settings.py ``` import ...
438
null
pymc-labs/CausalPy
# Repository Context Name: pymc-labs/CausalPy Description: # Pull Request ## Get plot data for prepostfit experiments - Closes #418 - Allows access to the data of PrePostFit experiments through the use of `.get_plot_data()` function ___ Note: First time doing a proper PR so not sure if all pre-requisites ar...
51
null
zkoppert/innersource-crawler
# Repository Context Name: zkoppert/innersource-crawler Description: # Pull Request ## fix error with description fix #50 Changes: - add field/key `description` for repositories with empty description - add type for variable `innersource_repo` # Relevant Files Found ## crawler.py ``` #!/usr/bin/env python i...
1,000
null
raiden-network/raiden-services
# Repository Context Name: raiden-network/raiden-services Description: # Pull Request ## remove handle_member_join pinning to the latest raiden develop `handle_member_join` keword in `make_client()` was removed # Relevant Files Found ## src/raiden_libs/matrix.py ``` import sys from datetime import datetime, time...
1,842
null
langchain-ai/langchain
# Repository Context Name: langchain-ai/langchain Description: # Pull Request ## Harrison/subtitles # Relevant Files Found ## langchain/document_loaders/youtube.py ``` """Loader that loads YouTube transcript.""" from __future__ import annotations from pathlib import Path from typing import Any, Dict, List, Opt...
503
null
AllenInstitute/neuron-proofreader
# Repository Context Name: AllenInstitute/neuron-proofreader Description: # Pull Request ## Bug read updates # Relevant Files Found ## src/neuron_proofreader/merge_proofreading/inference.py ``` """ Created on Wed August 4 16:00:00 2025 @author: Anna Grim @email: anna.grim@alleninstitute.org Code for detecting...
10
null
PkuRH/PKURunningHelper
# Repository Context Name: PkuRH/PKURunningHelper Description: # Pull Request ## Update client.py # Relevant Files Found ## PKURunner/client.py ``` #!/usr/bin/env python3 # -*- coding: utf-8 -*- # filename: PKURunner/client.py # # PKURunner 客户端 # import os import uuid import requests from requests.auth import ...