pr_id
int64
repo_id
null
repo_name
string
text
string
294
null
googleapis/synthtool
# Repository Context Name: googleapis/synthtool Description: # Pull Request ## feat: add java helper for fixing missing license headers We have common functionality needed to fix the generated code's license headers. # Relevant Files Found ## synthtool/languages/java.py ``` # Copyright 2018 Google LLC # # Licens...
1,265
null
pydantic/logfire
# Repository Context Name: pydantic/logfire Description: # Pull Request ## Add `min_level` argument to `logfire.configure` Replaces https://github.com/pydantic/logfire/pull/1159. This version applies to all exporters. Docs preview: https://alex-min-level.logfire-docs.pages.dev/guides/onboarding-checklist/add-man...
8,018
null
skypilot-org/skypilot
# Repository Context Name: skypilot-org/skypilot Description: # Pull Request ## Install tomli explicitly during Runpod setup <!-- Describe the changes in this PR --> The conditional install of tomli interferes with https://github.com/skypilot-org/skypilot/blob/64f419c0cd0d00ac09c2afe330d4565754253d4a/sky/utils/con...
13
null
jeromekelleher/phylokit
# Repository Context Name: jeromekelleher/phylokit Description: # Pull Request ## Added initial dataset and UPGMA inference Had some good fun with this - the idea is to start defining the initial interface so that we can nicely connect up with data. It's essentially a mash-up between the interfaces of tskit and sgk...
4
null
k2kobayashi/crank
# Repository Context Name: k2kobayashi/crank Description: # Pull Request ## Synthesis stage: support PWG neural vocoder & GL This is PR for synthesis (w/ neural vocoder) support. - [x] implement GL 1. I put the pretrained model in google drive, and I used the download script from ESPnet. Is it okay...? 2....
31,870
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## libedit: Make sure libedit linkes to the correct terminfo lib from spack This makes sure that libedit links to the terminfo provided by spack and not one it finds elsewhere on the system. Fixes the llvm build failure #31808 # Relevant Files Fou...
314
null
MolSSI/QCFractal
# Repository Context Name: MolSSI/QCFractal Description: # Pull Request ## PostgresHarness update ## Description This PR gives some face lifts to the PostgresHarness: - Better errors if Postgres is not found, closes #309. - Will ignore Postgres if already started and data directory is correct. ## Status - ...
62
null
anthill/open-moulinette
# Repository Context Name: anthill/open-moulinette Description: # Pull Request ## Python 3: print "msg" => print("msg") The script to download the datasets from INSEE seems to use python 3, but the script doesn't work with python 3 because print is now a function. I just replaced `print "msg"` with `print("msg")`,...
913
null
datachain-ai/datachain
# Repository Context Name: datachain-ai/datachain Description: # Pull Request ## Inline script metadata Adding class called `ScriptMeta` that knows how to parse script inline metadata (https://packaging.python.org/en/latest/specifications/inline-script-metadata/#inline-script-metadata) . Data that we collect fro...
3,823
null
modoboa/modoboa
# Repository Context Name: modoboa/modoboa Description: # Pull Request ## Better handling of negative datetime timezone offsets. Fix an issue with Autoreply message definition and also a bug in the frontend form. Original credit: https://github.com/modoboa/modoboa/pull/3765 # Relevant Files Found ## modoboa/au...
112
null
Remmeauth/remme-core
# Repository Context Name: Remmeauth/remme-core Description: # Pull Request ## F move to poetry Changes introduced in this pull request: - Move to Poetry instead of `requirements.txt` and `setup.py` bundle. This brings us more consistent configuration for the Python part of the project. # Relevant Files Found ...
119
null
ynput/ayon-python-api
# Repository Context Name: ynput/ayon-python-api Description: # Pull Request ## GraphQlQueryFailed exception path conversion ## Description Make sure all path items from error are strings. # Relevant Files Found ## ayon_api/exceptions.py ``` import copy class UrlError(Exception): """Url cannot be parsed a...
803
null
spec-first/connexion
# Repository Context Name: spec-first/connexion Description: # Pull Request ## fix up array style defaults Fixes #801 Changes proposed in this pull request: - include the default array parsing styles from the openapi 3.0.2 spec # Relevant Files Found ## connexion/decorators/uri_parsing.py ``` # Decorator...
8,529
null
prowler-cloud/prowler
# Repository Context Name: prowler-cloud/prowler Description: # Pull Request ## fix(github): solve Github APP auth method ### Description The previous methods for discovering App installations were unreliable, leading to persistent `401 Unauthorized` errors with GraphQL. The final solution centralizes the dis...
3,524
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Upgrade fuzzywuzzy to 0.12.0 ## 0.12.0 (2016-09-14) - Declare support for universal wheels. [Thomas Grainger] - Clarify that license is GPLv2. [Gareth Tan] Tested with the following configuration: ``` yaml conversation: ``` # Relevant...
952
null
uwcirg/truenth-portal
# Repository Context Name: uwcirg/truenth-portal Description: # Pull Request ## adding necessary migration script to correct constraints. # Relevant Files Found # Edits This pull request fixes a database constraint issue in the `questionnaire_bank_questionnaires` table by correcting a unique constraint defini...
355
null
DavidVujic/python-polylith
# Repository Context Name: DavidVujic/python-polylith Description: # Pull Request ## fix: poly check performance for large repos <!--- Provide a general summary of your changes in the Title above --> ## Description <!--- Describe your changes in detail --> The `poly check` command performs AST parsing to find ...
4,014
null
onepercentclub/bluebottle
# Repository Context Name: onepercentclub/bluebottle Description: # Pull Request ## Hotfix/show refunded funding donations # Relevant Files Found ## bluebottle/funding/filters.py ``` from django.contrib.admin import SimpleListFilter from django.contrib.contenttypes.models import ContentType from django.utils.tr...
121
null
open-mmlab/OpenPCDet
# Repository Context Name: open-mmlab/OpenPCDet Description: # Pull Request ## remove warning from yaml and dbsampler # Relevant Files Found ## pcdet/config.py ``` from easydict import EasyDict from pathlib import Path import yaml def log_config_to_file(cfg, pre='cfg', logger=None): for key, val in cfg.it...
886
null
abrignoni/iLEAPP
# Repository Context Name: abrignoni/iLEAPP Description: # Pull Request ## module and docs - update ashHistory - update artifact info doc # Relevant Files Found ## scripts/artifacts/AshHistory.py ``` import codecs import csv from scripts.artifact_report import ArtifactHtmlReport from scripts.ilapfuncs import lo...
33
null
PaddlePaddle/PaddleMaterials
# Repository Context Name: PaddlePaddle/PaddleMaterials Description: # Pull Request ## feat: support mp20 dataset # Relevant Files Found ## ppmat/datasets/__init__.py ``` import copy import os import signal from paddle.io import BatchSampler # noqa from paddle.io import DataLoader from paddle.io import Distri...
2,418
null
IFRCGo/go-api
# Repository Context Name: IFRCGo/go-api Description: # Pull Request ## Fix start-date on emergency and add name on readonly fields # Relevant Files Found ## api/admin.py ``` import csv import time from django.conf import settings from django.contrib import admin, messages from django.contrib.auth.admin import...
51
null
LavermanJJ/home-assistant-solarfocus
# Repository Context Name: LavermanJJ/home-assistant-solarfocus Description: # Pull Request ## add import of CONF_FRESH_WATER_MODULE clean PR to add missing `CONF_FRESH_WATER_MODULE` for https://github.com/LavermanJJ/home-assistant-solarfocus/issues/46 replaces https://github.com/LavermanJJ/home-assistant-sola...
109
null
jy0205/Pyramid-Flow
# Repository Context Name: jy0205/Pyramid-Flow Description: # Pull Request ## Revert "Use MPS backend on Apple Silicon devices if it's available." Reverts jy0205/Pyramid-Flow#108 # Relevant Files Found ## app.py ``` import os import uuid import gradio as gr import torch import PIL from PIL import Image from pyra...
38
null
hobuinc/doppkit
# Repository Context Name: hobuinc/doppkit Description: # Pull Request ## Add download progress to gui This is a bit of a large-ish PR for the project but allows for better download progress reporting in the GUI. A CI job has been added to upload artifacts of pyinstaller generated binaries. # Relevant Files...
816
null
sumanth-0/100LinesOfPythonCode
# Repository Context Name: sumanth-0/100LinesOfPythonCode Description: # Pull Request ## added AI_Chat_Companion This issue Solves #806 with a proper folder format # Relevant Files Found # Edits This pull request adds a new AI chatbot feature (AI_Chat_Companion) that allows users to interact with an AI model...
23
null
open-thought/reasoning-gym
# Repository Context Name: open-thought/reasoning-gym Description: # Pull Request ## Adds "Quantum Lock" Puzzle ``` In front of you are some buttons, a light, and a number. The light will toggle between red and green whenever you press a button. Each button performs a mathematical operation to the number, but the ...
759
null
sigma67/ytmusicapi
# Repository Context Name: sigma67/ytmusicapi Description: # Pull Request ## fix #758 fixes #758 # Relevant Files Found ## tests/mixins/test_search.py ``` import pytest from ytmusicapi import YTMusic from ytmusicapi.exceptions import YTMusicUserError from ytmusicapi.parsers.search import ALL_RESULT_TYPES, API_...
64
null
cfpb/website-indexer
# Repository Context Name: cfpb/website-indexer Description: # Pull Request ## Limit pages to single domain by default Currently the crawl result can generate pages that live off of the www.consumerfinance.gov domain, due to a quirk in the way that wget works and generates its output: <img width="1193" alt="imag...
487
null
nerfstudio-project/nerfstudio
# Repository Context Name: nerfstudio-project/nerfstudio Description: # Pull Request ## moving timing around # Relevant Files Found ## nerfactory/engine/trainer.py ``` # Copyright 2022 The Plenoptix Team. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use ...
1,751
null
bridgecrewio/checkov
# Repository Context Name: bridgecrewio/checkov Description: # Pull Request ## Fix - Local Module Loading on Windows Hello, Work to resolve the issue where Checkov regressed to stop loading local modules on Windows. @JamesWoolfenden It's only a one-line change but took a few hours and 2 computers aha. #...
1,112
null
keras-team/autokeras
# Repository Context Name: keras-team/autokeras Description: # Pull Request ## bump tf version to 2.2.0rc4 <!-- STEP 1: Give the pull request a meaningful title. --> ### Which issue(s) does this Pull Request fix? <!-- STEP 2: Replace the "000" with the issue ID this pull request resolves. --> resolves #000 ##...
233
null
uselotus/lotus
# Repository Context Name: uselotus/lotus Description: # Pull Request ## Serializer demo fixes # Relevant Files Found ## backend/metering_billing/management/commands/demo2_up.py ``` import datetime import itertools import os import random import time import uuid from datetime import timezone import numpy as np...
179
null
eylles/pywal16
# Repository Context Name: eylles/pywal16 Description: # Pull Request ## Change behaviour of --saturate flag this should modify the internal behaviour of the saturation flag so that it is more intuitive as it now adds the passed value onto the color's saturation instead of replacing it. # Relevant Files Found ## ...
142
null
Point72/ccflow
# Repository Context Name: Point72/ccflow Description: # Pull Request ## Allow call annotation types to subclass generic types # Relevant Files Found ## ccflow/callable.py ``` """This module defines the "Callable Model" framework. This framework helps define fairly generic calculations with strongly typed, val...
1,160
null
pycontribs/jira
# Repository Context Name: pycontribs/jira Description: # Pull Request ## add support for ranking after Adds a parameter to `JIRA.rank` to support ranking an issue *after* another one, as well as before. The reason this is necessary is if you have a list of issues, to move one to the end, the "rank before" opera...
131
null
CPFL/AMS
# Repository Context Name: CPFL/AMS Description: # Pull Request ## modify state machine resource schema # Relevant Files Found ## ams/structures/state_machine.py ``` #!/usr/bin/env python # coding: utf-8 from ams import get_structure_superclass template = { "initial_state": "s0", "variables": { ...
242
null
raspberrypi/picamera2
# Repository Context Name: raspberrypi/picamera2 Description: # Pull Request ## Allow JpegEncoder to select colour subsampling It now defaults to YUV420 as well, though YUV422 or YUV444 can still be requested in the class constructor (pass colour_subsample as '422' or '444'). Signed-off-by: David Plowman <davi...
38
null
blorm-network/ZerePy
# Repository Context Name: blorm-network/ZerePy Description: # Pull Request ## Stop self liking tweets ### Overview In `agent.py`, there is logic to ensure that replies are not made to our own tweet. To do so, we are skipping processing of the current tweet and adding some replies to the current queue. In this ...
125
null
compsci-adl/duckbot
# Repository Context Name: compsci-adl/duckbot Description: # Pull Request ## fix(skullboard): Update threshold calculation for stats collection ### Description Update skullboard threshold calculation for stats collection. ### Changes Made Update skullboard threshold calculation for stats collection. ### Re...
565
null
PyFstat/PyFstat
# Repository Context Name: PyFstat/PyFstat Description: # Pull Request ## Add spectogram plot function Add a utility function to plot a spectogram and use it in the spectogram example. - refs #491 # Relevant Files Found ## examples/other_examples/PyFstat_example_spectrogram.py ``` """ Compute a spectrogram =...
103
null
milvus-io/milvus-lite
# Repository Context Name: milvus-io/milvus-lite Description: # Pull Request ## Add long_description # Relevant Files Found ## python/setup.py ``` # Copyright (C) 2019-2024 Zilliz. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except # in comp...
420
null
XPixelGroup/BasicSR
# Repository Context Name: XPixelGroup/BasicSR Description: # Pull Request ## Fix an error when `weight` is `None` Fix an error when `weight` is `None` in `WeightedTVLoss` # Relevant Files Found ## basicsr/losses/losses.py ``` import math import torch from torch import autograd as autograd from torch import nn a...
1,454
null
coiled/benchmarks
# Repository Context Name: coiled/benchmarks Description: # Pull Request ## Fix numerical instability in DuckDB Q15 The revenue calculation was numerically unstable and Q15 could (incorrectly) return no results. # Relevant Files Found ## tests/tpch/test_duckdb.py ``` import botocore.session import pytest pytest...
97
null
awslabs/aws-well-architected-labs
# Repository Context Name: awslabs/aws-well-architected-labs Description: # Pull Request ## REL updated lab guide *Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. # Relevant Files Found ...
32,274
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## deCONZ - Race condition between sensor and binary_sensor platforms <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Breaking change <!-- ...
796
null
CityOfZion/neo3-boa
# Repository Context Name: CityOfZion/neo3-boa Description: # Pull Request ## Implement manifest 'permissions' modifier **Related issue** #784 **Summary or solution description** Added the possibility to the user add a `Permission` on the manifest. **How to Reproduce** https://github.com/CityOfZion/neo3-...
10
null
openforcefield/openff-recharge
# Repository Context Name: openforcefield/openff-recharge Description: # Pull Request ## Expand BCC Smirks to Nitrogen and Halogens ## Description This PR predominantly expands the conversion script to now also include nitrogen, halogen, lactam and lactone parameters. ## Status - [ ] Ready to go # Relevant Fi...
81
null
Azure/LinuxPatchExtension
# Repository Context Name: Azure/LinuxPatchExtension Description: # Pull Request ## Add zypper process tree telemetry If there is a process that is locking the zypper package manager, then its details (such as process name and call tree) are shown in the logs. Call tree is used because sometimes the name of the pro...
3,395
null
open-telemetry/opentelemetry-python-contrib
# Repository Context Name: open-telemetry/opentelemetry-python-contrib Description: # Pull Request ## botocore: add some more content to the README # Description Move the extensions to from the `__init__.py` to the README. ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non...
105
null
BloomTech-Labs/Groa-ds
# Repository Context Name: BloomTech-Labs/Groa-ds Description: # Pull Request ## Avoid duplicate ratings, watchlist items, and notwatchlist items # Description Adds remove routes and avoids duplicates for ratings, watchlist items, and notwatchlist items. Tests included. ## Type of change - [X] Bug fix (non...
16
null
nyucel/blm304
# Repository Context Name: nyucel/blm304 Description: # Pull Request ## 130401022 Hasan SESLİ # Relevant Files Found # Edits This pull request adds a complete UDP-based client-server file transfer system for a data communications project. The server (`sunucu.py`) listens for client requests, lists available f...
236
null
deepset-ai/haystack-experimental
# Repository Context Name: deepset-ai/haystack-experimental Description: # Pull Request ## docs: Add missing imports to Agent usage example ### Related Issues - None ### Proposed Changes: - Add two missing imports to usage example ### How did you test it? ### Notes for the reviewer <!-- E.g. point...
9
null
mascDriver/ruuffs_bot
# Repository Context Name: mascDriver/ruuffs_bot Description: # Pull Request ## Update main.py # Relevant Files Found ## main.py ``` from datetime import date, datetime, timedelta from os import getenv import httpx from apscheduler.schedulers.asyncio import AsyncIOScheduler from dateutil.parser import parse fr...
13
null
winemug/omnipy
# Repository Context Name: winemug/omnipy Description: # Pull Request ## Flush omnipy.log before archive As per this message on slack. New line 75. I _think_ this should work, but I've not tested it (and not sure how best to test it?....) --- Dan Evans @winemug - Thanks for accepting my various pr. On the log ar...
1,299
null
Arize-ai/openinference
# Repository Context Name: Arize-ai/openinference Description: # Pull Request ## fix(llama-index): Capture tool call id from additional_kwargs Resolves #1293 # Relevant Files Found ## python/instrumentation/openinference-instrumentation-llama-index/src/openinference/instrumentation/llama_index/_handler.py ``` im...
1,983
null
IFRCGo/go-api
# Repository Context Name: IFRCGo/go-api Description: # Pull Request ## Add default image for dref static url ## Changes - set default image for dref sectors ## Checklist Things that should succeed before merging. - [ ] Updated/ran unit tests - [ ] Updated CHANGELOG.md ## Release If there is a versi...
1,974
null
alan-turing-institute/data-safe-haven
# Repository Context Name: alan-turing-institute/data-safe-haven Description: # Pull Request ## Add new priority for workspace denied ## :white_check_mark: Checklist <!-- Thank you for your pull request! - Before going any further, please review the [guidelines for contributing](../CONTRIBUTING.md) to this r...
607
null
Opentrons/opentrons
# Repository Context Name: Opentrons/opentrons Description: # Pull Request ## adds Pipette.set_flow_rate() to set aspirate/dispense speeds in ul/sec <!-- Thanks for taking the time to open a pull request! Please make sure you've read the "Opening Pull Requests" section of our Contributing Guide: https://...
1
null
opencobra/driven
# Repository Context Name: opencobra/driven Description: # Pull Request ## Modify model accordingly with experiment data, mixin class # Relevant Files Found # Edits This pull request introduces a `ModelModificationMixin` class that enables programmatic modification of metabolic models based on experimental da...
2,466
null
desihub/desispec
# Repository Context Name: desihub/desispec Description: # Pull Request ## Added support to return redrock models in read_spectra ### Summary Since **kibo**, we have added support in **redrock** to write out best-fit model files (`rrmodel-?*.fits`) alongside the redshift fits. These files are now available on **...
93
null
geobeyond/fastgeoapi
# Repository Context Name: geobeyond/fastgeoapi Description: # Pull Request ## Enhancements to FastGeoAPI with Keycloak and PostgreSQL Integration This pull request introduces several improvements and enhancements to the FastGeoAPI project. ## Changes : 1. **Keycloak Predefined RealmJSON Import at Startup with...
61,322
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Use new CoverDeviceClass in bond ## 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...
147
null
gramaziokohler/compas_timber
# Repository Context Name: gramaziokohler/compas_timber Description: # Pull Request ## replaced Artist with the new Scene <!-- Thank you for your pull request! --> <!-- Please start by describing your change in a few sentences. --> <!-- You can erase any parts of this template not applicable to your Pull Request...
522
null
metatensor/metatensor
# Repository Context Name: metatensor/metatensor Description: # Pull Request ## Implementations of `is_contiguous` and `make_contiguous` <!-- What does this implement/fix? Explain your changes here. --> In this PR, we attempt to roll out python-based functions that allow one to check whether or not the values in...
43
null
f5devcentral/NGINX-Declarative-API
# Repository Context Name: f5devcentral/NGINX-Declarative-API Description: # Pull Request ## API v4.2.2 Added authorization support # Relevant Files Found ## src/V4_2_CreateConfig.py ``` """ Configuration creation based on jinja2 templates """ import base64 import json import pickle import time import uuid from...
367
null
openscopeproject/InteractiveHtmlBom
# Repository Context Name: openscopeproject/InteractiveHtmlBom Description: # Pull Request ## (Eagle) Handle edges in footprints (fix #366) # Relevant Files Found ## InteractiveHtmlBom/ecad/fusion_eagle.py ``` import io import math import os import string import zipfile from datetime import datetime from xml.et...
30,640
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## test no changes ## Technical Summary <!-- Provide a link to the ticket or document which prompted this change, Describe the rationale and design decisions. --> Adding tests as follow up for https://github.com/dimagi/commcare-h...
1,008
null
talonhub/community
# Repository Context Name: talonhub/community Description: # Pull Request ## keys: Use real words for "dub quote" Similar rationale to #944, but targets the more problematic command. # Relevant Files Found ## core/keys/keys.py ``` from talon import Context, Module, actions, app default_alphabet = "air bat cap d...
317
null
adamchainz/patchy
# Repository Context Name: adamchainz/patchy Description: # Pull Request ## Add pyupgrade pre-commit hook # Relevant Files Found ## src/patchy/api.py ``` import __future__ import ast import inspect import os import shutil import subprocess import sys from functools import wraps from tempfile import mkdtemp fro...
36
null
hanjinliu/acryo
# Repository Context Name: hanjinliu/acryo Description: # Pull Request ## Coverage report # Relevant Files Found ## acryo/loader/_base.py ``` # pyright: reportPrivateImportUsage=false from __future__ import annotations from abc import ABC, abstractmethod from typing import ( Callable, TYPE_CHECKING, ...
23,483
null
commaai/openpilot
# Repository Context Name: commaai/openpilot Description: # Pull Request ## Ignore statsd process for comms error # Relevant Files Found ## selfdrive/controls/controlsd.py ``` #!/usr/bin/env python3 import os import math from numbers import Number from cereal import car, log from common.numpy_fast import clip ...
486
null
haiiliin/abqpy
# Repository Context Name: haiiliin/abqpy Description: # Pull Request ## Backport 'Update AbaqusBoolean and SymbolicConstants classes' into V2021 (backport #468) This is an automatic backport of pull request #485 done by [Mergify](https://mergify.com). Backport #468. --- <details> <summary>Mergify comma...
5,520
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## make custom datasource visible from the UI @czue # Relevant Files Found ## corehq/apps/userreports/models.py ``` from copy import copy import json from couchdbkit import ResourceNotFound from couchdbkit.ext.django.schema import Docume...
2,918
null
narwhals-dev/narwhals
# Repository Context Name: narwhals-dev/narwhals Description: # Pull Request ## chore(typing): Fix `(Compliant|Polars)Series` namespaces ## What type of PR is this? (check all applicable) - [ ] 💾 Refactor - [ ] ✨ Feature - [ ] 🐛 Bug Fix - [ ] 🔧 Optimization - [ ] 📝 Documentation - [ ] ✅ Test - [x] 🐳 O...
30
null
openmc-dev/openmc_mcnp_adapter
# Repository Context Name: openmc-dev/openmc_mcnp_adapter Description: # Pull Request ## Support READ cards Closes #29 Where a `READ` card is found, recursively insert the contents of the target `FILE=...`. Other keywords (`ECHO`, `NOECHO`, `ENCODE=...`, and `DECODE=...`) are ignored. ---- ### Example: ...
899
null
huggingface/datasets
# Repository Context Name: huggingface/datasets Description: # Pull Request ## Allow arrow based builder in auto dummy data generation Following #898 I added support for arrow based builder for the auto dummy data generator # Relevant Files Found ## src/datasets/commands/dummy_data.py ``` import fnmatch import j...
612
null
ably/ably-python
# Repository Context Name: ably/ably-python Description: # Pull Request ## chore: upgrade websockets dependency to support 15+ and update import statements Resolves https://github.com/ably/ably-python/issues/606 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - ...
331
null
openfun/richie
# Repository Context Name: openfun/richie Description: # Pull Request ## Use the new fill_* pattern on the person factory and improve its i18n support ## Purpose Update the person factory to use the same fill_* pattern as the other factories and improve its i18n support. ## Proposal - [x] replace the "with...
3,257
null
exercism/python
# Repository Context Name: exercism/python Description: # Pull Request ## [Maintenance]: Update sgf-parsing. # Relevant Files Found ## exercises/practice/sgf-parsing/.meta/example.py ``` class SgfTree: def __init__(self, properties=None, children=None): self.properties = properties or {} sel...
5,530
null
quantumlib/Cirq
# Repository Context Name: quantumlib/Cirq Description: # Pull Request ## Tools to disable op validation Fixes #5517. Does what it says on the tin: turns off op validation in the provided context. The try/except block in the manager ensures that validation is **always** re-enabled, regardless of what terrible th...
118
null
HewlettPackard/cmf
# Repository Context Name: HewlettPackard/cmf Description: # Pull Request ## metadata pull change for file name. # Related Issues / Pull Requests metadata pull change for file name. List all related issues and/or pull requests if there are any. # Description Include a brief summary of the proposed changes...
772
null
espnet/espnet
# Repository Context Name: espnet/espnet Description: # Pull Request ## Fix pytorch for chainer v6.0.0 The corrections for pytorch with chainer v6.0.0 are included in this PR, to solve #760. - Modified LMTest; this returned gpuid as a GPUId class, set self.device inside __init__ - Replaced extensions.snapshot_ob...
23
null
roxyboy/xwavelet
# Repository Context Name: roxyboy/xwavelet Description: # Pull Request ## Chunk angle to reduce memory usage Without chunking the angle, the transform results in a huge increase in memory usage. # Relevant Files Found ## xwavelet/wavelet.py ``` import warnings import operator import sys import functools as ft f...
16,275
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## ENH: add validate argument to merge - [x] closes #16270 - [x] tests added / passed - [x] passes ``git diff upstream/master --name-only -- '*.py' | flake8 --diff`` - [x] whatsnew entry Open question: does not currently check for w...
1,061
null
fledge-iot/fledge
# Repository Context Name: fledge-iot/fledge Description: # Pull Request ## FOGL-7709 enabled KV pair across control pipeline # Relevant Files Found ## python/fledge/services/core/api/control_pipeline.py ``` # -*- coding: utf-8 -*- # FLEDGE_BEGIN # See: http://fledge-iot.readthedocs.io/ # FLEDGE_END import co...
35
null
Hugo35974/AI_MTU
# Repository Context Name: Hugo35974/AI_MTU Description: # Pull Request ## Bug # Relevant Files Found ## contener/DataCollector.py ``` import os import sys import time from datetime import datetime, timedelta, timezone from pathlib import Path import numpy as np import pandas as pd import psycopg2 import reque...
2,982
null
log2timeline/plaso
# Repository Context Name: log2timeline/plaso Description: # Pull Request ## Changed lz4 to be required dependency #2952 Changed lz4 to be required dependency #2952 # Relevant Files Found ## plaso/dependencies.py ``` # -*- coding: utf-8 -*- """Functionality to check for the availability and version of dependenci...
1,321
null
google/orbax
# Repository Context Name: google/orbax Description: # Pull Request ## Refactor metadata/tree_test.py and move common test types to `test_tree_utils.py` for better reusability. Refactor metadata/tree_test.py and move common test types to `test_tree_utils.py` for better reusability. # Relevant Files Found ## chec...
9
null
asmith26/jax_toolkit
# Repository Context Name: asmith26/jax_toolkit Description: # Pull Request ## Bump isort from 4.3.21 to 5.0.3 Bumps [isort](https://github.com/timothycrosley/isort) from 4.3.21 to 5.0.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/timothycrosley/isort/releases">isort'...
16
null
tsv1/amqp-mock
# Repository Context Name: tsv1/amqp-mock Description: # Pull Request ## fix publish while consuming # Relevant Files Found ## amqp_mock/_storage.py ``` from asyncio import Queue from collections import OrderedDict from typing import AsyncGenerator, Dict, List from ._message import Message, MessageStatus, Queu...
13
null
praw-dev/prawcore
# Repository Context Name: praw-dev/prawcore Description: # Pull Request ## Add Authenticator.revoke_token method. # Relevant Files Found ## prawcore/auth.py ``` """Provides Authentication and Authorization classes.""" import time from . import const, util from .exceptions import InvalidInvocation, OAuthExcepti...
85
null
prithvijitguha/MyView
# Repository Context Name: prithvijitguha/MyView Description: # Pull Request ## precommit checks - [x] Ensure all linting tests/pre-commit pass, see [here](https://myview.readthedocs.io/en/latest/contributing_guide_code.html) for how to run them. - [x] added thumbnail to index.html - [x] added video.html page ...
44
null
rubiin/Tsumiki
# Repository Context Name: rubiin/Tsumiki Description: # Pull Request ## feat: battery service <!-- DO NOT IGNORE THE TEMPLATE! Thank you for contributing! Before submitting the PR, please make sure you do the following: - Read the [Contributing Guide](https://github.com/rubiin/.github/blob/main/CONTRIBUTI...
42
null
kodsnack/advent_of_code
# Repository Context Name: kodsnack/advent_of_code Description: # Pull Request ## day1, day2, day3 # Relevant Files Found # Edits This pull request adds solutions for the first three days of the 2024 Advent of Code challenge in Python, including both parts for each day. It introduces a structured codebase wit...
31
null
williamgilpin/pypdb
# Repository Context Name: williamgilpin/pypdb Description: # Pull Request ## [`get_pdb_file`] - Factored out `get_pdb_file` logic from `pypdb.py`. ## Change * Factored out `get_pdb_file` function from `pypdb.py` to `pypdb/clients/pdb/pdb_client.py`. * Left deprecated-warning function within `pypdb.py`. * Adde...
34,643
null
Azure/azure-sdk-for-python
# Repository Context Name: Azure/azure-sdk-for-python Description: # Pull Request ## Increment version for search releases Increment package version after release of azure-search-documents # Relevant Files Found ## sdk/search/azure-search-documents/azure/search/documents/_version.py ``` # -----------------------...
84
null
safe-scan-ai/cancer-ai
# Repository Context Name: safe-scan-ai/cancer-ai Description: # Pull Request ## Making model path not required for submit mode # Relevant Files Found ## cancer_ai/validator/competition_manager.py ``` import time from typing import List, Tuple import bittensor as bt import wandb from dotenv import load_dotenv ...
37
null
Robovalidator/harmony_autobidder
# Repository Context Name: Robovalidator/harmony_autobidder Description: # Pull Request ## Separate out bls key strings to avoid merge conflicts into separate file # Relevant Files Found ## config.py ``` import os HOME = os.environ.get('HOME') or "." NODE_API_URL = "https://api.s0.t.hmny.io" # Set to False to ...
1,587
null
google/fuzzbench
# Repository Context Name: google/fuzzbench Description: # Pull Request ## Fix report generation by replacing all `NaN`s in experiment dataframe with `0`s. Report generation breaks with error `pandas.errors.IntCastingNaNError: Cannot convert non-finite values (NA or inf) to integer`, after we upgrade `pandas` to a ...