pr_id
int64
repo_id
null
repo_name
string
text
string
38
null
Bioprotocols/labop
# Repository Context Name: Bioprotocols/labop Description: # Pull Request ## Ordered values Added ordered value class and included it in behavior parameters. # Relevant Files Found ## setup.py ``` from setuptools import setup setup(name='paml', description='Protocol Activity Modeling Language', vers...
6
null
h2oai/sql-sidekick
# Repository Context Name: h2oai/sql-sidekick Description: # Pull Request ## Add ability to build pkg(.whl) # Relevant Files Found ## sidekick/examples/sample_data.py ``` sample_values = """ Column Name: id Column Type: uuid PRIMARY KEY Column Name: ts Column Type: TIMESTAMP WITH TIME ZONE NOT NULL Column Na...
1,066
null
ludwig-ai/ludwig
# Repository Context Name: ludwig-ai/ludwig Description: # Pull Request ## Fix minor errors related to commas and spaces With this pull request, I intend to fix minor issues related to: - A missing comma separating elements of a list. - Add some spaces to the text presented to the user when the ValueError excepti...
390
null
huawei-noah/SMARTS
# Repository Context Name: huawei-noah/SMARTS Description: # Pull Request ## Add support for multiple traffic history files (#226) * Scenarios now will use all traffic history files in traffic_histories * Added one test case for checking traffic histories # Relevant Files Found ## smarts/core/scenario.py ``` ...
11,172
null
conan-io/conan-center-index
# Repository Context Name: conan-io/conan-center-index Description: # Pull Request ## fix: package/ignition-math ## Description * The current recipe of ignition-math has bugs - it doesn't provide `Eigen` compoent - It doesn't set the ignition-math cmake VERSION info which is used in downstream dependencie...
2,054
null
app-sre/qontract-reconcile
# Repository Context Name: app-sre/qontract-reconcile Description: # Pull Request ## [jira-watcher] use token instead of basic auth basic auth is no longer supported: https://docs.jboss.org/display/RH1/Personal+Access+Token+Usage if this ever goes open-source, we'd probably consider allowing both. in addition to...
51
null
bitpicky/dbt-sugar
# Repository Context Name: bitpicky/dbt-sugar Description: # Pull Request ## feat: implement model documentation task BE flow # Description # How was the change tested (If you have implemented unit tests you can list them and give some context on what they cover. If you did not implement unit testing or the c...
616
null
flairNLP/fundus
# Repository Context Name: flairNLP/fundus Description: # Pull Request ## Update `TheTelegraph` # Relevant Files Found ## src/fundus/publishers/uk/the_telegraph.py ``` import datetime from typing import List, Optional from lxml.cssselect import CSSSelector from fundus.parser import ArticleBody, BaseParser, Pa...
12,662
null
TheAlgorithms/Python
# Repository Context Name: TheAlgorithms/Python Description: # Pull Request ## Adding time and a half pay calculator algorithm to financial folder ### Describe your change: * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [ ] Add or change doctests? -- Note: Please avoid changing...
4
null
HubertSotnowski/cainapp-old
# Repository Context Name: HubertSotnowski/cainapp-old Description: # Pull Request ## test # Relevant Files Found ## 1.py ``` import discord from discord.ext import commands ###################### from inspect import cleandoc from typing import Union import os import cv2 import shutil ####################### im...
144,529
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Add backup tests showing that unknown files are not ciphered <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Proposed change <!-- Des...
1,673
null
urllib3/urllib3
# Repository Context Name: urllib3/urllib3 Description: # Pull Request ## Percent-encode targets and URLs in ConnectionPool This will fix our issues with the source address error tests and Python 3.7.4 exploding when we include ` `, `\r`, or `\n` in the request target. cc @pquentin # Relevant Files Found ## d...
158
null
django/django-contrib-comments
# Repository Context Name: django/django-contrib-comments Description: # Pull Request ## Deal with deprecation warnings in Django 3.1 Can be seen in the test log here: https://travis-ci.org/github/django/django-contrib-comments/jobs/690397515 # Relevant Files Found ## django_comments/signals.py ``` """ Signals ...
19
null
astariul/discord_interactive_help
# Repository Context Name: astariul/discord_interactive_help Description: # Pull Request ## Fix example code for latest discord version # Relevant Files Found ## main.py ``` import os from keep_alive import keep_alive import discord from discord_interactive import Help, Page # Start client global client clien...
79
null
centreborelli/s2p
# Repository Context Name: centreborelli/s2p Description: # Pull Request ## use finer initialization for rpc localization + rpc triangulation from stereo (1) to avoid rpc iterative localization from crashing, add a factor 'delta' to control the magnitude of the initial lon and lat values employed in the process (gu...
80
null
zivid/zivid-python-samples
# Repository Context Name: zivid/zivid-python-samples Description: # Pull Request ## Update values for acquisitions Update of settings variables for acquisitions to match other samples' settings. # Relevant Files Found ## source/camera/basic/capture.py ``` """Capture sample.""" import datetime import zivid def...
44
null
awslabs/idf-modules
# Repository Context Name: awslabs/idf-modules Description: # Pull Request ## license headers for mwaa *Issue #, if available:* *Description of changes:* license headers for mwaa By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of ...
708
null
pyfar/pyfar
# Repository Context Name: pyfar/pyfar Description: # Pull Request ## add verbose to read_sofa verbose was always True since it was not possible to change it when sf.read_sofa is called interanally. Maybe we can make it in this releae ^^ # Relevant Files Found ## pyfar/io/io.py ``` """ Read and write objects to ...
373
null
analysiscenter/batchflow
# Repository Context Name: analysiscenter/batchflow Description: # Pull Request ## Rebatch test 2 fixes for rebatch + test # Relevant Files Found ## batchflow/batch.py ``` """ Contains basic Batch classes """ import os import traceback import threading import warnings from copy import deepcopy import dill try:...
172
null
arangodb/docs-hugo
# Repository Context Name: arangodb/docs-hugo Description: # Pull Request ## Migration script adjustments - Fix bindVars and code indentation - mostly have 1 blank line between code blocks - Remove special case, rather fix it in content: https://github.com/arangodb/docs/pull/1463 - Move headlines out of `` ```op...
57
null
xgcm/xhistogram
# Repository Context Name: xgcm/xhistogram Description: # Pull Request ## Test chunking (including Hypothesis tests) This builds on #49 by adding a pretty comprehensive set of tests of different chunking arrangements. There are some normal tests, and some tests that use the [Hypothesis library](https://github.c...
32
null
flare561/berry
# Repository Context Name: flare561/berry Description: # Pull Request ## 2.7 has no .parse in this lib and was breaking the command # Relevant Files Found ## commands.py ``` # -*- coding: utf-8 -*- import HTMLParser,re,json,random,requests,datetime,socket,os,sys,oembed,urllib2,urllib,threading,urlparse,sys,trac...
141
null
OpShin/opshin
# Repository Context Name: OpShin/opshin Description: # Pull Request ## Feat/restructure tests # Relevant Files Found ## opshin/tests/test_misc.py ``` import unittest import frozendict from hypothesis import given from hypothesis import strategies as st from parameterized import parameterized from uplc import ...
3,156
null
ludwig-ai/ludwig
# Repository Context Name: ludwig-ai/ludwig Description: # Pull Request ## Fixed confidence_penalty for newer versions of pytorch It looks like PyTorch changed the meaning of `torch.maximum` at some point, as setting `confidence_penalty` was causing the function to be called with invalid inputs. Unfortunately, we d...
376
null
gee-community/geetools
# Repository Context Name: gee-community/geetools Description: # Pull Request ## Fix profiler I found out that sometimes the profiler returns `CurrMem` and sometimes it doesn't. If it does, the indices change, so instead of adding a lot of conditionals, I decided to create a mapping for headers and functions to pro...
503
null
nonebot/nonebot2
# Repository Context Name: nonebot/nonebot2 Description: # Pull Request ## Fix exception raised when constructing `MessageChain` from string The incoming string will be defaulted to `MessageSegment.plain` type # Relevant Files Found ## packages/nonebot-adapter-mirai/nonebot/adapters/mirai/message.py ``` from enu...
38
null
andyp-79/cablemodem-status
# Repository Context Name: andyp-79/cablemodem-status Description: # Pull Request ## Coda56 # Relevant Files Found ## src/docsismodem/__init__.py ``` # from . import retriever __version__ = '0.0.33' ``` ## src/docsismodem/collectionJob.py ``` import datetime import functools from logging import Logger from ...
83
null
astropy/pyregion
# Repository Context Name: astropy/pyregion Description: # Pull Request ## Add Sphinx automod API docs This PR implements #53 and adds Sphinx automod API docs for `pyregion`. It currently looks like this: ![screen shot 2016-08-02 at 09 26 07](https://cloud.githubusercontent.com/assets/852409/17320344/5cdbdb7c-589...
14,797
null
pantsbuild/pants
# Repository Context Name: pantsbuild/pants Description: # Pull Request ## Support `package` goal for Helm charts Builds upon initial implementation of the Helm backend implementing the `package` goal for `helm_chart` targets. # Relevant Files Found ## src/python/pants/backend/experimental/helm/register.py ``` ...
52,848
null
ray-project/ray
# Repository Context Name: ray-project/ray Description: # Pull Request ## [Serve.llm][Bugfix] in stream batching, first part of the stream was always consumed and not streamed back from the router This PR addresses a bug in stream batching where extra tokens in the first batch were being discarded and adds comprehe...
16
null
jesper-raemaekers/python-polarion
# Repository Context Name: jesper-raemaekers/python-polarion Description: # Pull Request ## Typo in workitem status As reported in #15 # Relevant Files Found ## polarion/workitem.py ``` from zeep import Client from zeep.plugins import HistoryPlugin from lxml.etree import Element from lxml import etree import c...
4,216
null
huggingface/trl
# Repository Context Name: huggingface/trl Description: # Pull Request ## Fix callable annotations Fix callable annotations: replace `callable` annotations with `collections.abc.Callable`. This PR standardizes our type hints to use `collections.abc.Callable` instead of the lowercase `callable`. It updates functi...
697
null
cjolowicz/cutty
# Repository Context Name: cjolowicz/cutty Description: # Pull Request ## 👷 [github] Test against Python 3.11 - 👷 [github] Test against Python 3.11 - 👷 [github] Group matrix entries by Python version - 👷 [github] Build and install libgit2 on Python 3.11 - 👷 [github] Do not compile extensions for yarl on Python...
826
null
pfnet-research/chainer-compiler
# Repository Context Name: pfnet-research/chainer-compiler Description: # Pull Request ## Refactor elichika typing This PR tries to enhance the readability of elichika/typing with the following changes: * Remove unused `__eq__` of types * Move some functions in `types.py` that are related to applying symbolic sha...
4
null
tatarize/vpype-dxf
# Repository Context Name: tatarize/vpype-dxf Description: # Pull Request ## 0.0.4 # Relevant Files Found ## setup.py ``` from setuptools import setup with open("README.md") as f: readme = f.read() setup( name="vpype-dxf", version="0.0.3", description="vpype dxf plugin", long_description=...
305
null
khanlab/snakebids
# Repository Context Name: khanlab/snakebids Description: # Pull Request ## Test magic args ## Proposed changes Closes #94. The tests aren't super comprehensive but definitely increase the code coverage to the point that they would have caught #287. # Relevant Files Found ## snakebids/cli.py ``` from __future...
141
null
ros-visualization/qt_gui_core
# Repository Context Name: ros-visualization/qt_gui_core Description: # Pull Request ## Doc widget title bar executable fixing the doc widget title bar executable # Relevant Files Found ## qt_gui/src/qt_gui/dock_widget_title_bar.py ``` # Copyright (c) 2011, Dirk Thomas, Dorian Scholz, TU Darmstadt # All rights r...
21
null
getyourguide/auto-pr
# Repository Context Name: getyourguide/auto-pr Description: # Pull Request ## Correct case of GitHub # Relevant Files Found ## autopr/__init__.py ``` from pathlib import Path from typing import Optional import click from autopr import workdir, config, github, repo, database __version__ = "0.1.2" from autop...
127
null
TsubakiBotPad/misc-cogs
# Repository Context Name: TsubakiBotPad/misc-cogs Description: # Pull Request ## [StreamCopy] Add await to coroutine call # Relevant Files Found ## streamcopy/streamcopy.py ``` import asyncio import discord import logging import random import traceback from io import BytesIO from redbot.core import checks from...
8,487
null
DemocracyClub/UK-Polling-Stations
# Repository Context Name: DemocracyClub/UK-Polling-Stations Description: # Pull Request ## log/handle errors 2 Refs https://app.asana.com/0/1204880927741389/1209455180573675/f This PR is a the follow up to https://github.com/DemocracyClub/UK-Polling-Stations/pull/8366#discussion_r1991541110 and replaces https:...
4,338
null
TobikoData/sqlmesh
# Repository Context Name: TobikoData/sqlmesh Description: # Pull Request ## Chore!: bump sqlglot to v26.17.1 Changes in the tests were triggered by this [commit](https://github.com/tobymao/sqlglot/commit/807fbbc5a89925fd3c98e823003a9dc929fcaff6) and are expected. For future reference: - https://github.com/toby...
38
null
cisagov/trustymail
# Repository Context Name: cisagov/trustymail Description: # Pull Request ## If a domain is its own base domain, the base domain records will now be populated For example: ``` $ trustymail --json --dns=8.8.8.8 --dmarc gsa.gov [ { "Base Domain": "gsa.gov", "DMARC Policy": "none", "DMARC Record":...
841
null
PennLINC/qsiprep
# Repository Context Name: PennLINC/qsiprep Description: # Pull Request ## [FIX] Add denoising reportlets back to html Closes #833 # Relevant Files Found ## qsiprep/workflows/dwi/finalize.py ``` """ Final steps on the preprocessed data ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. autofunction:: init_dwi_finalize_wf...
18
null
mgedmin/objgraph
# Repository Context Name: mgedmin/objgraph Description: # Pull Request ## Add lint rules to objgraph # Relevant Files Found ## objgraph.py ``` """ Tools for drawing Python object reference graphs with graphviz. You can find documentation online at http://mg.pov.lt/objgraph/ Copyright (c) 2008-2014 Marius Ged...
115
null
Code4SA/mma-dexter
# Repository Context Name: Code4SA/mma-dexter Description: # Pull Request ## Change to API # Relevant Files Found ## dexter/processing/extractors/calais.py ``` import requests import json from .base import BaseExtractor from ...models import DocumentEntity, Entity, Utterance, DocumentTaxonomy import logging l...
2,994
null
alphagov/notifications-admin
# Repository Context Name: alphagov/notifications-admin Description: # Pull Request ## Let users archive their own trial mode services At the moment we have a blanket rule that users can’t archive their own services, to prevent someone accidentally deleting a real live service, because that would be Very Bad. Bu...
6
null
CNChTu/Diffusion-SVC
# Repository Context Name: CNChTu/Diffusion-SVC Description: # Pull Request ## Add a naive conformer-based acoustic model # Relevant Files Found ## diffusion/unit2mel.py ``` import os import yaml import torch import torch.nn as nn import numpy as np from .diffusion import GaussianDiffusion from .wavenet import ...
84
null
specklesystems/specklepy
# Repository Context Name: specklesystems/specklepy Description: # Pull Request ## Fix failing tests after many `console.log`s, I realised the real issue was that I was sharing objects across streams. due to cristi's new security patches, this is no longer possible! oopsies, all fixed now 😊 closes #83 # Relev...
72
null
scaleapi/scaleapi-python-client
# Repository Context Name: scaleapi/scaleapi-python-client Description: # Pull Request ## adding proxy support to SDK # Pull Request Summary - Adding proxy support to SDK Client initialization. Now users can pass `proxies`, `cert` and `verify` parameters to their `requests` ```py proxies = { 'https': 'ht...
448
null
anthropics/anthropic-sdk-python
# Repository Context Name: anthropics/anthropic-sdk-python Description: # Pull Request ## release: 0.25.0 Automated Release PR --- ## 0.25.0 (2024-04-09) Full Changelog: [v0.24.0...v0.25.0](https://github.com/anthropics/anthropic-sdk-python/compare/v0.24.0...v0.25.0) ### Features * **bedrock:** add `copy` / `w...
152,895
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Skip ignored discovery entries when showing migrate/setup config flow steps for ZHA and Hardware <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). ...
18
null
battery-data-alliance/pyctiarbin
# Repository Context Name: battery-data-alliance/pyctiarbin Description: # Pull Request ## Update version to 0.0.13 - Reconnect when receive exception # Relevant Files Found ## pyctiarbin/cycler_interface.py ``` import socket import logging import struct import dotenv import os from pydantic import BaseModel fro...
616
null
SEKOIA-IO/automation-library
# Repository Context Name: SEKOIA-IO/automation-library Description: # Pull Request ## Fix an exception in CrowdStrike Falcon # Relevant Files Found ## CrowdStrikeFalcon/crowdstrike_falcon/event_stream_trigger.py ``` import json import queue import threading import time from collections.abc import Generator fro...
4,066
null
vertexproject/synapse
# Repository Context Name: vertexproject/synapse Description: # Pull Request ## Fix function type detection (SYN-8534, SYN-8536) # Relevant Files Found ## synapse/lib/ast.py ``` import types import asyncio import decimal import fnmatch import hashlib import logging import binascii import itertools import contex...
1,095
null
genialis/resolwe-bio
# Repository Context Name: genialis/resolwe-bio Description: # Pull Request ## Rewrite STAR aligner to Python This PR rewrites the STAR align and index processes from YAML to a Python process The change is backwards incompatible due to the change to the input field structure and following major changes: - removed...
20
null
rmartin16/qbittorrent-api
# Repository Context Name: rmartin16/qbittorrent-api Description: # Pull Request ## ReadTheDocs # Relevant Files Found ## qbittorrentapi/__init__.py ``` from qbittorrentapi.client import Client from qbittorrentapi.exceptions import * from qbittorrentapi.request import Request from qbittorrentapi.app import App...
3,886
null
haiiliin/abqpy
# Repository Context Name: haiiliin/abqpy Description: # Pull Request ## [docs] Update docs theme and update pyproject.toml (backport #3880) This is an automatic backport of pull request #3880 done by [Mergify](https://mergify.com). --- <details> <summary>Mergify commands and options</summary> <br /> More con...
375
null
picklepete/pyicloud
# Repository Context Name: picklepete/pyicloud Description: # Pull Request ## Remove support for Python 3.6 <!-- You are amazing! Thanks for contributing to our project <3 Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Breaking change <!-- If your PR contains a breaking chang...
339
null
data-gov-my/datagovmy-back
# Repository Context Name: data-gov-my/datagovmy-back Description: # Pull Request ## Feat/data request agency emails ## Changes Made 1. Add `emails` field to Agency model. This field is an ArrayField of EmailField values. FK relationship is avoided for simplicity. 2. `AgencyCreateAPIView` is updated to handle an...
14
null
voltrondata-labs/benchmarks
# Repository Context Name: voltrondata-labs/benchmarks Description: # Pull Request ## Add partitioned dataset filtering from arrowbench I have tests, but they are skipped — the tests work if one has the NY taxi dataset in the data directory. I'll try and see if I can come up with a way to make a test-able sampl...
613
null
panoptes/POCS
# Repository Context Name: panoptes/POCS Description: # Pull Request ## Use unit_id for sequence and image ids * **Behavior Change** Enables `pan_id` in the config by default. `PAN000` as simulator? Closes #586 # Relevant Files Found ## pocs/camera/camera.py ``` from pocs.base import PanBase from pocs.utils ...
20,623
null
frappe/frappe
# Repository Context Name: frappe/frappe Description: # Pull Request ## fix: allow filter values to be saved in custom report A user was needing to set some custom filter values every time they opened a standard report, so I'm allowing filter values to be saved in custom reports. So now, users can set their filter ...
238
null
librosa/librosa
# Repository Context Name: librosa/librosa Description: # Pull Request ## autocorrelate should persist type for complex or real-typed input #237 forgot to cast back down to real types after ifft # Relevant Files Found ## librosa/core/audio.py ``` #!/usr/bin/env python # -*- coding: utf-8 -*- """Core IO, DSP and...
279
null
icanbwell/SparkPipelineFramework
# Repository Context Name: icanbwell/SparkPipelineFramework Description: # Pull Request ## dfp 1905 loop transformer mlflow fixes - fix issue where run name will be empty causing mlflow to assign a random name. - added logging to the automapper to fhir transformer so we can see which views get mapped and exported...
8,060
null
run-llama/llama_index
# Repository Context Name: run-llama/llama_index Description: # Pull Request ## Javier/llama 485 support sqlalchemy<2 # Description Some database drivers don't support sqlalchemy 2.0 yet (snowflake, bigquery). This PR makes the changes so our minimum sqlalchemy version is 1.4, while still working with version 2....
45
null
flaper87/pyhelm
# Repository Context Name: flaper87/pyhelm Description: # Pull Request ## Further additions to unit tests # Relevant Files Found ## pyhelm/repo.py ``` import cStringIO import itertools import os from git import Repo from urlparse import urlparse import requests import shutil import tarfile import tempfile impor...
51
null
sayanarijit/expandvars
# Repository Context Name: sayanarijit/expandvars Description: # Pull Request ## Fix substitute of empty vars Ref: https://github.com/sayanarijit/expandvars/issues/49 # Relevant Files Found ## expandvars.py ``` # -*- coding: utf-8 -*- import os from io import TextIOWrapper __author__ = "Arijit Basu" __email__ ...
163
null
alan-turing-institute/AutSPACEs
# Repository Context Name: alan-turing-institute/AutSPACEs Description: # Pull Request ## Feat: Add static images for development # Description Just a small PR that adds support for adding images to the website. This doesn't correct all image references, but only shows how to add additional static images for d...
7
null
Xilinx/logicnets
# Repository Context Name: Xilinx/logicnets Description: # Pull Request ## [jsc] Feat/jsc load checkpoint Allow preloading a checkpoint during training of the JSC networks. # Relevant Files Found ## examples/jet_substructure/train.py ``` # Copyright (C) 2021 Xilinx, Inc # # Licensed under the Apache License, V...
725
null
google/mobly
# Repository Context Name: google/mobly Description: # Pull Request ## Prefer monotonic time from perf_counter for time measurement. Reference: https://docs.python.org/3/library/time.html#time.perf_counter https://www.webucator.com/blog/2015/08/python-clocks-explained/ <!-- Reviewable:start --> --- This chan...
41
null
hendrix/hendrix
# Repository Context Name: hendrix/hendrix Description: # Pull Request ## improved a usage wart around async functions I cleaned up a small usability issue, functions called by short_tasks can now use named arguments instead of needing to take *args # Relevant Files Found ## hendrix/contrib/async/processing.py ...
5,170
null
mitodl/micromasters
# Repository Context Name: mitodl/micromasters Description: # Pull Request ## Release 0.217.0 ## Umar Asghar - [x] Stop automated updates of edX data for users in certain programs (#5165) ([d89b2927](../commit/d89b29272d57d0291ada4ffdcf4fa3d669556f05)) # Relevant Files Found ## dashboard/api.py ``` """ Apis f...
53,806
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Clean Xiaomi Miio humidifier services <!-- 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 brea...
2,920
null
mozilla/pontoon
# Repository Context Name: mozilla/pontoon Description: # Pull Request ## Fix for Importing Translations from messages.json Files in Pontoon Fix #2892 This pull request addresses a critical bug in Pontoon where translations from existing `messages.json` files were not being correctly imported. Despite Pontoon's...
114
null
cython/cython
# Repository Context Name: cython/cython Description: # Pull Request ## Cleanup of charptr handling to improve typedef support The main issue that this is fixing is that user defined ctypedefs for char\* and friends (e.g. unsigned or const) do not currently coerce from and to Python bytes objects. It comes as a so...
190
null
redhat-imaging/imagefactory
# Repository Context Name: redhat-imaging/imagefactory Description: # Pull Request ## Feature/fedora sparse copy This speeds things up quite a bit and reduces disk usage. # Relevant Files Found ## imagefactory-plugins/FedoraOS/FedoraOS.py ``` # # Copyright 2011 Red Hat, Inc. # # Licensed under the Apache Li...
379
null
getavalon/core
# Repository Context Name: getavalon/core Description: # Pull Request ## Only pop warning when module path not found ### Problem I have some loader plugins that is only for me to diagnose the pipeline health or testing, like printing representation ID. But those plugins are in a place that only I can have acces...
954
null
SuffolkLITLab/docassemble-AssemblyLine
# Repository Context Name: SuffolkLITLab/docassemble-AssemblyLine Description: # Pull Request ## Hotfix issue with upsert in update_session_metadata # Relevant Files Found ## docassemble/AssemblyLine/sessions.py ``` import psycopg2 from psycopg2.extras import DictCursor from collections.abc import Iterable fro...
51
null
PEOPLE-ER/spectral-recovery
# Repository Context Name: PEOPLE-ER/spectral-recovery Description: # Pull Request ## DOC: Misc. typos # Relevant Files Found ## src/spectral_recovery/indices.py ``` """Methods for computing spectral indices. Most functions are decorated with `compatible_with` and `requires_bands` decorators, which check that...
1,036
null
beetbox/beets
# Repository Context Name: beetbox/beets Description: # Pull Request ## Re: issue #1028: "embedart: Resize images only once per album Added function resize_image. embedart now calls resize_image once in embed_album before it calls embed_item once per track. resize_image is also called in embed_item if embed_item is...
78
null
matsuo-group24-PinkTrombone/SpeechGeneration
# Repository Context Name: matsuo-group24-PinkTrombone/SpeechGeneration Description: # Pull Request ## #56 voc stateの再構築追加 ## 概要 voc state decoderの追加 ## 変更内容 とりあえずLinear一層のvoc_decoderを追加 - src/models/components/observation_auto_encoder.py - tests/models/components/test_observation_auto_encoder.py <!-- ビューの変...
1,843
null
mopidy/mopidy
# Repository Context Name: mopidy/mopidy Description: # Pull Request ## config: Handle config files as text `surrogateescape` error handling should give us enough support to support arbitrary file paths in the config file. # Relevant Files Found ## mopidy/__main__.py ``` import logging import signal import sys ...
224
null
redis/redis-vl-python
# Repository Context Name: redis/redis-vl-python Description: # Pull Request ## adds filter fields to cache key name hash This PR aims to prevent cache entries being overwritten when the exact same prompt string is used, but other cache entry data - like user id, or some other field - is different. # Relevant File...
811
null
karmab/kcli
# Repository Context Name: karmab/kcli Description: # Pull Request ## Add unitnumber to vsphere iso connect/disconnect We recently updated our vsphere to 8.0.3. If unitnumber is not set, disconnecting an ISO/cdrom results in an unclear error: "The attempted operation cannot be performed in the current state (Powere...
159
null
hypothesis/checkmate
# Repository Context Name: hypothesis/checkmate Description: # Pull Request ## Add a class for getting public suffixes Splitting up #144 for practicality. # Relevant Files Found ## checkmate/url/domain/__init__.py ``` ``` # Edits This pull request adds a `PublicSuffix` class to handle domain suffix classifi...
2,021
null
deepset-ai/haystack-core-integrations
# Repository Context Name: deepset-ai/haystack-core-integrations Description: # Pull Request ## fix: fix Snowflake types + add py.typed ### Related Issues - part of #1771 ### Proposed Changes: - run `hatch run test:types` (this means testing with all dependencies installed, differently from `hatch run lin...
305
null
dhermes/bezier
# Repository Context Name: dhermes/bezier Description: # Pull Request ## Prepare for 2023.7.26 release # Relevant Files Found ## noxfile.py ``` # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the Lice...
341
null
WHOIGit/ifcbdb
# Repository Context Name: WHOIGit/ifcbdb Description: # Pull Request ## fix for trigger count bug in accession this fixes a bug where the number of triggers for each bin was computed as the number of lines in the ADC file rather than the trigger number on the last row of the ADC file (or zero if the ADC file has n...
1,142
null
nltk/nltk
# Repository Context Name: nltk/nltk Description: # Pull Request ## Removed invalid parameter from docstring example As proposed in #1112 i fixed the example in the docstring, there was still an out-of-date parameter that we had earlier but then got removed sometime without updating the docstring. # Relevant File...
76
null
tskit-dev/tstrait
# Repository Context Name: tskit-dev/tstrait Description: # Pull Request ## CODE: Docstring Modify docstring in the Python codes for documentation # Relevant Files Found ## tstrait/genetic_value.py ``` import collections from dataclasses import dataclass import numba import numpy as np import pandas as pd impor...
84
null
PEOPLE-ER/spectral-recovery
# Repository Context Name: PEOPLE-ER/spectral-recovery Description: # Pull Request ## ENH: Windowed Mean Target ## Current Changes This PR introduces the Windowed Mean target method. Changes include: - `compute_recovery_metrics` in the `targets` module - Handles calling the requested recovery target method w...
1,166
null
stfc/PSyclone
# Repository Context Name: stfc/PSyclone Description: # Pull Request ## (Closes #1152) add Unary SUM operation # Relevant Files Found ## src/psyclone/psyir/frontend/fparser2.py ``` # BSD 3-Clause License # # Copyright (c) 2017-2021, Science and Technology Facilities Council. # All rights reserved. # # Redistrib...
14,790
null
hongbo-miao/hongbomiao.com
# Repository Context Name: hongbo-miao/hongbomiao.com Description: # Pull Request ## feat(can): decode can data # Relevant Files Found # Edits This pull request adds functionality to decode CAN (Controller Area Network) data from a BLF file using DBC database definitions, enabling structured analysis of autom...
544
null
pyfar/pyfar
# Repository Context Name: pyfar/pyfar Description: # Pull Request ## replace old naming convention description ### Changes proposed in this pull request: - fix concepts explaination # Relevant Files Found ## pyfar/_concepts/coordinates.py ``` r""" The following introduces the concept of the :py:class:`~pyfar....
1,795
null
spotify/luigi
# Repository Context Name: spotify/luigi Description: # Pull Request ## Parameterized poll_time for SGEJobTask. <!--- This template is optional. Please use it as a starting point to help guide PRs --> <!--- Provide a general summary of your changes in the Title above --> ## Description I added the --poll-time par...
156
null
robweber/xbmcbackup
# Repository Context Name: robweber/xbmcbackup Description: # Pull Request ## Guisettings fix fixes #154 # Relevant Files Found ## resources/lib/backup.py ``` import xbmc import xbmcgui import xbmcvfs import utils as utils import time import json from datetime import datetime from vfs import XBMCFileSyst...
188
null
WagnerGroup/pyqmc
# Repository Context Name: WagnerGroup/pyqmc Description: # Pull Request ## Defaults let default_jastrow decide what ion_cusps to set based on ecps let default_jastrow choose rcut based on lattice pass kwargs `optimize_orbitals` and `twist` through default_sj and default_slater remove hard-coded 3 and 4 that sho...
1,219
null
feast-dev/feast
# Repository Context Name: feast-dev/feast Description: # Pull Request ## Refactor staging client uploader and use it in EMR launcher <!-- Thanks for sending a pull request! Here are some tips for you: 1. Ensure that your code follows our code conventions: https://github.com/feast-dev/feast/blob/master/docs/co...
5,263
null
scikit-learn/scikit-learn
# Repository Context Name: scikit-learn/scikit-learn Description: # Pull Request ## check_X_y: Added mention that function returns y array I noticed that the documentation for `sklearn.utils.check_X_y` didn't specify that the function returned a `y` array. This is a quick fix to add that. ![screenshot 2015-09-12 1...
517
null
vocodedev/vocode-core
# Repository Context Name: vocodedev/vocode-core Description: # Pull Request ## Update whisper params to match the struct in whisper.h # Context The params in the file `vocode/utils/whisper_cpp/whisper_params.py` no longer matched the struct in `whisper.h`. # Changes The params were updated to better match. Fo...