pr_id
int64
repo_id
null
repo_name
string
text
string
13,373
null
mesonbuild/meson
# Repository Context Name: mesonbuild/meson Description: # Pull Request ## Clean up leftover files from source dirs. # Relevant Files Found ## mesonbuild/utils/universal.py ``` # SPDX-License-Identifier: Apache-2.0 # Copyright 2012-2020 The Meson development team """A library of random helper functionality.""...
76
null
Azure/msrest-for-python
# Repository Context Name: Azure/msrest-for-python Description: # Pull Request ## Bug fixes # Relevant Files Found ## msrest/serialization.py ``` # -------------------------------------------------------------------------- # # Copyright (c) Microsoft Corporation. All rights reserved. # # The MIT License (MIT) ...
27
null
pulgamecanica/42Portfolio
# Repository Context Name: pulgamecanica/42Portfolio Description: # Pull Request ## Added relations between our models Added the relations between the already existing models. These relations are based on the database diagram in the wiki. I added the following tables: - ProjectUser - CursusUser - ProjectCursu...
2
null
JunMa11/FLARE
# Repository Context Name: JunMa11/FLARE Description: # Pull Request ## [FIX] fix bug :bug: : make code more robustness and add more log to track error info # Relevant Files Found ## Evaluation/Efficiency.py ``` import os, time import json,glob import argparse from pynvml.smi import nvidia_smi from multiproc...
26
null
PRIDE-Archive/pridepy
# Repository Context Name: PRIDE-Archive/pridepy Description: # Pull Request ## final refinements ### **PR Type** enhancement, dependencies ___ ### **Description** - Improved code readability by adjusting indentation and formatting in `files.py` and `pridepy.py`. - Added `urllib3` to the dependencies in both `en...
1,319
null
ApeWorX/ape
# Repository Context Name: ApeWorX/ape Description: # Pull Request ## fix: issue with providing str for bytes in calldata [APE-667] ### What I did Just opening this to show @Ninjagod1251 what to do and get it started. See comments for more info! fixes: #1289 fixes: APE-627 ### How I did it <!-- Discus...
3,006
null
mars-project/mars
# Repository Context Name: mars-project/mars Description: # Pull Request ## [BACKPORT] Fix incorrect result for df.sort_values when specifying multiple ascending (#2984) Backport of #2984, #2999, #3004 and part of #3005. # Relevant Files Found ## mars/core/operand/base.py ``` # Copyright 1999-2021 Alibaba Group ...
66
null
alperensert/capmonster_python
# Repository Context Name: alperensert/capmonster_python Description: # Pull Request ## feat: TenDI task - Added TenDI task according to [this forum post](https://zenno.club/discussion/threads/capmonster-cloud-tencent-tendi-captcha-solving.119469/). - Fixed complex image task's if statement Original documentati...
19
null
scrapinghub/splash
# Repository Context Name: scrapinghub/splash Description: # Pull Request ## [MRG] full page screenshots (as discussed in GH-14) # Relevant Files Found ## splash/defaults.py ``` # timeouts TIMEOUT = 30 WAIT_TIME = 0.0 # png rendering options VWIDTH = 1024 VHEIGHT = 768 # defaults for render.json endpoint DO_...
61
null
shaarli/python-shaarli-client
# Repository Context Name: shaarli/python-shaarli-client Description: # Pull Request ## CI: replace Travis CI with Github Actions + fix test_get_info_invalid_uri tests - CI: replace Travis CI with Github Actions - tests: fix tests expecting MissingSchema exception (exception message changed) /cc @ArthurHoaro @v...
1,578
null
quantumlib/Qualtran
# Repository Context Name: quantumlib/Qualtran Description: # Pull Request ## Support spare Prepare with log_block_size=0 Fixes #1547 `PrepareSparse` would fail to decompose with `log_block_size=0`, which is extra unfortunate since the automatic-block-size determination would choose this sometimes. It looks lik...
2,881
null
SciTools/iris
# Repository Context Name: SciTools/iris Description: # Pull Request ## Change behaviour of 'error' level Changed the behaviour of the 'error' level for `iris.FUTURE` options so that if a user sets them to `True` a warning is raised rather than an error. (As an aside, I'm only able to test this behaviour because...
164
null
ACCESS-NRI/access-spack-packages
# Repository Context Name: ACCESS-NRI/access-spack-packages Description: # Pull Request ## access-generic-tracers: create an SPD for ACCESS-NRI's fork SPDs `access-mocsy` and `access-fms` have been merged. This is the last SPD needed to add generic-tracers support to MOM. # Relevant Files Found # Edits This pu...
770
null
ssl-hep/ServiceX
# Repository Context Name: ssl-hep/ServiceX Description: # Pull Request ## Uproot-raw: copy histograms, import awkward functions for cuts Implements more sophisticated functions for cuts, allow copying of histograms for e.g. ATLAS TopCP output. Details: * in the JSON query specifier for uproot-raw, a new `copy...
29
null
tyki6/rawsec_cli
# Repository Context Name: tyki6/rawsec_cli Description: # Pull Request ## enhacement issue add version option & -h option - add (-V /--version) option - add commit to version message - add -h for trigger help command # Relevant Files Found ## rawsec_cli/__init__.py ``` ``` ## rawsec_cli/cli/cli.py ``` """...
11
null
ibug-group/face_detection
# Repository Context Name: ibug-group/face_detection Description: # Pull Request ## Slightly relax the condition for detecting gimbal lock # Relevant Files Found ## ibug/face_detection/utils/head_pose_estimator.py ``` import os import cv2 import math import numpy as np from typing import Optional, Tuple __all...
166
null
deep-learning-indaba/Baobab
# Repository Context Name: deep-learning-indaba/Baobab Description: # Pull Request ## Add ethnicity question Resolves #163 # Relevant Files Found # Edits This pull request adds an ethnicity question to the application form for South African applicants applying for travel support, addressing a requirement for ...
1,926
null
PyAV-Org/PyAV
# Repository Context Name: PyAV-Org/PyAV Description: # Pull Request ## Make video/stream pure # Relevant Files Found ## av/video/stream.pyx ``` cimport libav as lib from av.packet cimport Packet from av.utils cimport avrational_to_fraction, to_avrational from .frame cimport VideoFrame cdef class VideoStrea...
8,864
null
great-expectations/great_expectations
# Repository Context Name: great-expectations/great_expectations Description: # Pull Request ## [MAINTENANCE] Increase docker compose up services timeout Increasing due to feedback that `cloud-tests` job is failing due to unhealthy services. This timeout increase only waits longer for the services to become healthy...
1,508
null
XENONnT/straxen
# Repository Context Name: XENONnT/straxen Description: # Pull Request ## Clean chunk after computing `records` Depends on https://github.com/AxFoundation/strax/pull/942 # Relevant Files Found ## straxen/plugins/records/records.py ``` from typing import Tuple from immutabledict import immutabledict import numba ...
128
null
BobTheBuidler/ez-a-sync
# Repository Context Name: BobTheBuidler/ez-a-sync Description: # Pull Request ## chore: fix mypy errs # Relevant Files Found ## a_sync/_bound.py ``` # mypy: disable-error-code=valid-type # mypy: disable-error-code=misc import functools from inspect import isawaitable from a_sync import _helpers from a_sync._t...
133,110
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Cookidoo reauth config flow for silver ## 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 reque...
356
null
marshmallow-code/flask-smorest
# Repository Context Name: marshmallow-code/flask-smorest Description: # Pull Request ## Bump pre-commit from 2.18.1 to 2.19.0 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.18.1 to 2.19.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pre-commit/pre...
3,804
null
huggingface/trl
# Repository Context Name: huggingface/trl Description: # Pull Request ## 💇 Add soft overlong punishment reward function and update documentation Just get soft overlong punishment from Open-R1, because I saw it in several papers # Relevant Files Found ## tests/test_rewards.py ``` # Copyright 2020-2025 The Huggi...
515
null
FutureTense/keymaster
# Repository Context Name: FutureTense/keymaster Description: # Pull Request ## Fix/schlage be469 parent child sync ## Breaking change None - This PR does not introduce breaking changes. All changes are defensive workarounds for Schlage-specific firmware behavior that only activate when Schlage quirks are detect...
528
null
saleor/saleor
# Repository Context Name: saleor/saleor Description: # Pull Request ## Feature/email improvement Using different email in the case of order, payment and refund is common. I mostly use `DEFAULT_FROM_EMAIL` for subscription email. This way, if the users can also add `ORDER_FROM_EMAIL` if it's necessary. # Relevant...
36
null
kennyhml/pyinterception
# Repository Context Name: kennyhml/pyinterception Description: # Pull Request ## [Windows] Added manual extended key flag for some keys I try to automate game and find out that Page Down button doesn't work in it. After investigation I found JDK source code which [works](https://github.com/openjdk/jdk/blob/3da689...
602
null
fedspendingtransparency/usaspending-api
# Repository Context Name: fedspendingtransparency/usaspending-api Description: # Pull Request ## agency load refactor # Relevant Files Found ## usaspending_api/references/management/commands/load_agencies.py ``` from django.db import connection from django.core.management.base import BaseCommand, CommandError ...
2,957
null
faucetsdn/faucet
# Repository Context Name: faucetsdn/faucet Description: # Pull Request ## Support for port remapping/randomization Add an option (`-p`) to the integration tests to specify OvS port numbers, either explicitly or randomly, defaulting to `random`. We generate a list of random port numbers (`port_base`) which is ex...
1,930
null
vertexproject/synapse
# Repository Context Name: vertexproject/synapse Description: # Pull Request ## Model additions to represent education and awards and risk additions # Relevant Files Found ## synapse/models/inet.py ``` import socket import hashlib import logging import ipaddress import email.utils import regex import synapse....
96
null
google/python-spanner-orm
# Repository Context Name: google/python-spanner-orm Description: # Pull Request ## Add trailing comma to some parameter lists. I'm going to be moving these around and changing type annotations in a future commit; this change should make it easier to see those changes. # Relevant Files Found ## spanner_orm/model...
974
null
red-hat-storage/cephci
# Repository Context Name: red-hat-storage/cephci Description: # Pull Request ## Retrieve correct number of available devices Signed-off-by: sunilkumarn417 <sunnagar@redhat.com> Comparison of available device count was not matched perfectly to the number of deployed OSD daemons. If one OSD is already depoyed it...
196
null
XENONnT/fuse
# Repository Context Name: XENONnT/fuse Description: # Pull Request ## Scale S2 pattern map to correct S2 AFT This PR modifies the code of s2_aft_rescaling of s2 pattern by setting dead PMTs to be zero before rescaling, otherwise the aft could be changed even after the rescaling. # Relevant Files Found ## fuse/co...
753
null
ReliaQualAssociates/ramstk
# Repository Context Name: ReliaQualAssociates/ramstk Description: # Pull Request ## refactor: move Function panel methods to RAMSTKPanel ## Does this PR introduce a breaking change? - [ ] Yes - [X] No <!-- If yes, describe the impact and migration path below. --> ## Describe the purpose of this pull reques...
7
null
localstack/localstack-python-client
# Repository Context Name: localstack/localstack-python-client Description: # Pull Request ## Add functions to retrieve service port mappings * Add functions to retrieve service port mappings * Release version 0.4 # Relevant Files Found ## localstack_client/config.py ``` import os import json _service_endpoint...
14,023
null
Qiskit/qiskit
# Repository Context Name: Qiskit/qiskit Description: # Pull Request ## Introduce custom sympy srepr parser [stable/2.0] <!-- ⚠️ If you do not respect this template, your pull request will be closed. ⚠️ Your pull request title should be short detailed and understandable for all. ⚠️ Also, please add a release no...
171
null
HackAssistant/registration
# Repository Context Name: HackAssistant/registration Description: # Pull Request ## Add reimbursement stats <!-- Thanks for sending a pull request! Here are some tips for you: 1. If this is your first time, read our contributor guidelines https://github.com/HackAssistant/registration/blob/master/.github/CONTRI...
120
null
scikit-learn-contrib/qolmat
# Repository Context Name: scikit-learn-contrib/qolmat Description: # Pull Request ## Dev # Relevant Files Found ## setup.py ``` import codecs from setuptools import find_packages, setup DISTNAME = "qolmat" VERSION = "0.1.1" DESCRIPTION = "A Python library for optimal data imputation." LONG_DESCRIPTION_CONTEN...
1,692
null
ag2ai/faststream
# Repository Context Name: ag2ai/faststream Description: # Pull Request ## Add OTel baggage support # Description Add sugar OpenTelemetry baggage processing. ## Type of change Please delete options that are not relevant. - [x] New feature (a non-breaking change that adds functionality) - [x] This chang...
954
null
Azure/azure-sdk-for-python
# Repository Context Name: Azure/azure-sdk-for-python Description: # Pull Request ## Deploy packages to PyPI from a tag using Travis # Relevant Files Found ## build_package.py ``` #!/usr/bin/env python #------------------------------------------------------------------------- # Copyright (c) Microsoft Corporat...
26,226
null
commaai/openpilot
# Repository Context Name: commaai/openpilot Description: # Pull Request ## test_models: run on route list Includes one segment from every dongle id. Catching some bugs: ```python FAILED run_test_models.py::TestCarModel_11_NISSAN_LEAF_2018::test_panda_safety_carstate - AssertionError: 1 is not false : panda ...
128
null
long2ice/asyncmy
# Repository Context Name: long2ice/asyncmy Description: # Pull Request ## refactor: migrate lint tool from isort+black to ruff and apply future style type hints # Description Base on #125 1. `[tool.ruff.lint]` section was copied from tortoise/pypika-tortoise 2. add 'from __future__ import annotations' by th...
319
null
JuliaRegistries/TagBot
# Repository Context Name: JuliaRegistries/TagBot Description: # Pull Request ## Update to PyGitHub 2.3.0 Depends on #318 # Relevant Files Found ## tagbot/action/changelog.py ``` import json import re from datetime import datetime, timedelta from typing import TYPE_CHECKING, Dict, List, Optional, Tuple, Union ...
1,204
null
pybamm-team/PyBaMM
# Repository Context Name: pybamm-team/PyBaMM Description: # Pull Request ## Add ECM variables # Description Some extra variables for the ecm model based on using pybamm in an external equivalent circuit model Fixes # (issue) ## Type of change Please add a line in the relevant section of [CHANGELOG.md](...
1,996
null
microsoft/qlib
# Repository Context Name: microsoft/qlib Description: # Pull Request ## fix: spelling errors <!--- Thank you for submitting a Pull Request! In order to make our work smoother. --> <!--- please make sure your Pull Request meets the following requirements: --> <!--- 1. Provide a general summary of your changes i...
12
null
jmespath-community/jmespath.terminal
# Repository Context Name: jmespath-community/jmespath.terminal Description: # Pull Request ## Add compact option # Relevant Files Found ## jpterm.py ``` """JMESPath text terminal.""" import io import os import sys import json import argparse import urwid import jmespath import pygments.lexers import collectio...
196
null
procrastinate-org/procrastinate
# Repository Context Name: procrastinate-org/procrastinate Description: # Pull Request ## Remove dead code (unused types) Closes a ticket in my head ### Successful PR Checklist: - [ ] Tests < yeah, no - [ ] Documentation < nope - [x] Had a good time contributing? absolutely ! # Relevant Files Found ## pro...
459
null
Unstructured-IO/unstructured-api
# Repository Context Name: Unstructured-IO/unstructured-api Description: # Pull Request ## chore: Fix spelling Fixes misspellings identified by the [check-spelling action](https://github.com/marketplace/actions/check-spelling). The misspellings have been reported at https://github.com/jsoref/unstructured-api/act...
6
null
JoshuaGRubin/AI-Tweet-Validator
# Repository Context Name: JoshuaGRubin/AI-Tweet-Validator Description: # Pull Request ## Dev add embedding functionality Embedding module added; data/processed directory populated with samples. # Relevant Files Found # Edits This pull request adds embedding functionality to the AI-Tweet-Validator project by i...
157
null
ibab/tensorflow-wavenet
# Repository Context Name: ibab/tensorflow-wavenet Description: # Pull Request ## Make summary histograms optional # Relevant Files Found ## train.py ``` """Training script for the WaveNet network on the VCTK corpus. This script trains a network with the WaveNet using data from the VCTK corpus, which can be fr...
23,402
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## BUG: Respect axis when doing DataFrame.expanding Closes #23372. # Relevant Files Found ## pandas/core/window.py ``` """ provide a generic structure to support window functions, similar to how we have a Groupby object """ from __futu...
3
null
adamhaney/django-ondelta
# Repository Context Name: adamhaney/django-ondelta Description: # Pull Request ## Allow self.save() calls from within ondelta_field methods # Relevant Files Found ## ondelta/models.py ``` import copy import logging from django.db import models logger = logging.getLogger(__name__) class OnDeltaMixin(models....
530
null
dymmond/ravyn
# Repository Context Name: dymmond/ravyn Description: # Pull Request ## Fix typing # Relevant Files Found ## esmerald/applications.py ``` import warnings from collections.abc import Callable, Iterable, Sequence from datetime import timezone as dtimezone from inspect import isclass from typing import ( TYPE_...
212
null
machow/quartodoc
# Repository Context Name: machow/quartodoc Description: # Pull Request ## Feat automodule This PR addresses #158, by autogenerating site content, when no `sections:` are specified. For example, this config... ``` quartodoc: package: quartodoc ``` Will cause `quartodoc build` to produce a basic websit...
3,643
null
mozilla/kitsune
# Repository Context Name: mozilla/kitsune Description: # Pull Request ## Use FXA displayName as SUMO name if name is unavailable #3598 @akatsoulas Here is a PR for part of https://github.com/mozilla/kitsune/issues/3598. We probably want to discuss our approach for FXA avatars, which probably warrants its own ticke...
400
null
ooici/pyon
# Repository Context Name: ooici/pyon Description: # Pull Request ## fix OOIION-1350; typo in checking for _conflicts # Relevant Files Found ## pyon/core/object.py ``` #!/usr/bin/env python __author__ = 'Adam R. Smith, Michael Meisinger, Tom Lennan' __license__ = 'Apache 2.0' import os import re import inspec...
2
null
pyocd/pyOCD
# Repository Context Name: pyocd/pyOCD Description: # Pull Request ## Fix issue#1 ``` - the pyOCD gdb server fix for not ignoring gaps betweens sections. Tested with KL25Z with mbed. ``` Please review it. Regards, 0xc0170 # Relevant Files Found ## pyOCD/flash/flash.py ``` """ mbed CMSIS-DAP debugger Copy...
299
null
binbashar/leverage
# Repository Context Name: binbashar/leverage Description: # Pull Request ## BL-143 | Version warning ## What? If you have specified a minimum version at your `build.env` file (`LEVERAGE_CLI_VERSION`), you will get a warning when the currenct CLI version is behind it. `$ cat build.env` ``` ... # Leverage ...
2,867
null
Yelp/paasta
# Repository Context Name: Yelp/paasta Description: # Pull Request ## MONK-1127 Adding support for prestop hook and termination grace period in paasta ## Context Adding support for defining prestop hook and termination grace period in PaaSTA. An example configuration for this would be as follow ```yaml cpu: 2 l...
50
null
aedocw/epub2tts
# Repository Context Name: aedocw/epub2tts Description: # Pull Request ## Adding author, title, and specify bitrate ability # Relevant Files Found ## epub2tts.py ``` # Inspired by this medium article: # https://medium.com/@zazazakaria18/turn-your-ebook-to-text-with-python-in-seconds-2a1e42804913 # and this post...
6,573
null
dmlc/dgl
# Repository Context Name: dmlc/dgl Description: # Pull Request ## Elimination of warnings in two GraphBolt tests. ## Description <!-- Brief description. Refer to the related issues if existed. It'll be great if relevant reviewers can be assigned as well.--> The following warnings appearing in `test_OnDiskDatase...
111
null
pallets-eco/flask-principal
# Repository Context Name: pallets-eco/flask-principal Description: # Pull Request ## Rebase of PR-21 (Match operations with permission objects with set operators) <!-- Before opening a PR, open a ticket describing the issue or feature the PR will address. An issue is not required for fixing typos in documentati...
101,529
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Modbus, wrong length when reading strings <!-- 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 ...
68
null
pfi/maf
# Repository Context Name: pfi/maf Description: # Pull Request ## Feature/fix exptest Fixed some bugs found when writing document for exptest samples. The goal was to define a exptest function with multiple paths like: ``` python def exptest(test): test.add("tests samples/vowpal") ``` where `tests` and `samp...
189
null
mondeja/mdpo
# Repository Context Name: mondeja/mdpo Description: # Pull Request ## Separate plaintext mode callbacks in `md2po` Closes #188 # Relevant Files Found ## mdpo/__init__.py ``` """mdpo package.""" from mdpo.md2po import markdown_to_pofile from mdpo.md2po2md import markdown_to_pofile_to_markdown from mdpo.mdpo2ht...
141,430
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Simplify roborock map storage test fixture <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Proposed change <!-- Describe the big pi...
48
null
aws-samples/amazon-kendra-langchain-extensions
# Repository Context Name: aws-samples/amazon-kendra-langchain-extensions Description: # Pull Request ## Development Updated: Langchain to version 0.0.306 boto3 to 1.28.27 to include Bedrock Fixed: Bedrock prompt By submitting this pull request, I confirm that you can use, modify, copy, and redistrib...
1,043
null
lark-parser/lark
# Repository Context Name: lark-parser/lark Description: # Pull Request ## Fix typo: instanciated -> instantiated # Relevant Files Found ## lark/ast_utils.py ``` """ Module of utilities for transforming a lark.Tree into a custom Abstract Syntax Tree """ import inspect, re import types from typing import Op...
469
null
pySmartThings/pysmartthings
# Repository Context Name: pySmartThings/pysmartthings Description: # Pull Request ## Update capabilities Sync the capabilities with the SmartThings API # Relevant Files Found ## src/pysmartthings/attribute.py ``` """Attribute model.""" from enum import StrEnum from pysmartthings.capability import Capability ...
7,762
null
huggingface/transformers
# Repository Context Name: huggingface/transformers Description: # Pull Request ## Faster pegasus tokenization test with reduced data size This used to take 10s (and tokenize 100K words) now tokenizes 1k words and takes 1s. # Relevant Files Found ## tests/test_tokenization_pegasus.py ``` import unittest fro...
108,884
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Add tests to Teslemetry <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Proposed change <!-- Describe the big picture of your changes...
2,265
null
huggingface/peft
# Repository Context Name: huggingface/peft Description: # Pull Request ## ENH fix library interface This PR fixes peft's library interface to adhere to the typing specification as described in #2261. The easiest way to fix the interface was basically to remove the existing `flake8: noqa` lints, which exactly ha...
3,818
null
redis/redis-py
# Repository Context Name: redis/redis-py Description: # Pull Request ## Apply policies for normal and pipeline mode ### Pull Request check-list _Please make sure to review and check all of these items:_ - [ ] Do tests and lints pass with this change? - [ ] Do the CI tests pass with this change (enable it fi...
4,608
null
huggingface/diffusers
# Repository Context Name: huggingface/diffusers Description: # Pull Request ## An invalid clerical error in sdxl finetune # What does this PR do? Removed a duplicate assignment operation, possibly due to a clerical error in sdxl finetune example. ## Who can review? @sayakpaul and @patrickvonplaten # Releva...
879
null
scrapy/scrapy
# Repository Context Name: scrapy/scrapy Description: # Pull Request ## Fix #874 issue Turns out that log observers don't interfere with each other, but the system one is started later than it should. # Relevant Files Found ## scrapy/commands/shell.py ``` """ Scrapy Shell See documentation in docs/topics/shell...
980
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## fix off-by-one error in ptop reindexer # Relevant Files Found ## corehq/apps/hqcase/management/commands/ptop_fast_reindexer.py ``` from datetime import datetime import time from optparse import make_option import sys from django.core....
175
null
pfnet-research/pfhedge
# Repository Context Name: pfnet-research/pfhedge Description: # Pull Request ## DOC: Add reference to BS price formula #129 - [x] European - [x] Lookback - [x] EuropeanBinary - [x] AmericanBinary # Relevant Files Found ## pfhedge/nn/modules/bs/american_binary.py ``` import torch from torch import Tensor imp...
994
null
raiden-network/raiden-services
# Repository Context Name: raiden-network/raiden-services Description: # Pull Request ## Bump flake8 from 3.9.1 to 3.9.2 Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.9.1 to 3.9.2. <details> <summary>Commits</summary> <ul> <li><a href="https://gitlab.com/pycqa/flake8/commit/c6e0d27593a45342ffa96a18bba708a5...
1,194
null
pytorch/vision
# Repository Context Name: pytorch/vision Description: # Pull Request ## change aspect ratio calculation formula in references/detection Changed the calculation of `aspect_ratio` to `width / height`, the rest of code won't be affected. # Relevant Files Found ## references/detection/group_by_aspect_ratio.py ``` i...
36,716
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## add tests for `corehq.apps.data_cleaning.utils.cases` ## Technical Summary While I was working on the bulk data editing feature, I postponed writing several tests to adhere to time constraints. This is a followup to this feature, addin...
473
null
nh-server/Kurisu
# Repository Context Name: nh-server/Kurisu Description: # Pull Request ## add updateluma add the .updateluma command to give directions for manually updating luma 8.0+ # Relevant Files Found ## addons/assistance.py ``` import discord from discord.ext import commands from addons.checks import check_staff from ...
38
null
commoncrawl/cc-pyspark
# Repository Context Name: commoncrawl/cc-pyspark Description: # Pull Request ## Provide classes to use FastWARC to read WARC/WAT/WET files (address #37) - implemented - base class CCFastWarcSparkJob - examples/applications - ServerCountFastWarcJob - ExtractHostLinksFastWarcJob - tested using Fa...
96
null
Juniper/contrail-docker
# Repository Context Name: Juniper/contrail-docker Description: # Pull Request ## Kube manager multi os * cctl to support kube-manager * Support building image for different OSs * Build OS specific containers for kube-manager # Relevant Files Found ## tools/python-contrailctl/contrailctl/cmd.py ``` import argp...
1,458
null
onepercentclub/onepercentclub-site
# Repository Context Name: onepercentclub/onepercentclub-site Description: # Pull Request ## [feature/CLUB-624] # resolve also set and save campaign_ended value when it has on... ...e of the three done states # Relevant Files Found ## apps/projects/models.py ``` import datetime from .fields import MoneyField fr...
123
null
seratch/ChatGPT-in-Slack
# Repository Context Name: seratch/ChatGPT-in-Slack Description: # Pull Request ## Deduplicate chat completion paths and ensure reasoning-safe params - Centralize client and kwargs in _create_chat_completion to reduce drift - Add a token budget kwarg helper - Factor token budget kwarg into a helper for consistent...
37,950
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## ENH: 2D compat for DTA tz_localize, to_period - [ ] closes #xxxx - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry # Relevant Files Found ...
26
null
Ki6an/fastT5
# Repository Context Name: Ki6an/fastT5 Description: # Pull Request ## default to 0 threads so ORT can choose also update docstring to reflect current args. This resolves #25 , assuming it is indeed an issue # Relevant Files Found ## fastT5/ort_settings.py ``` import os, psutil os.environ["OMP_NUM_THREADS"] = s...
2,610
null
splunk/security_content
# Repository Context Name: splunk/security_content Description: # Pull Request ## Identifier Activity Analysis Dispatch ##### Please check all that apply: - [x] New playbook - [ ] Bugfix - [ ] Feature add - [ ] Code style update (formatting, renaming) - [ ] Documentation - [ ] Other (please describe): # R...
8
null
lamesjim/Chess-AI
# Repository Context Name: lamesjim/Chess-AI Description: # Pull Request ## alpha beta minimax with pruning tests passing # Relevant Files Found ## chess_ai.py ``` from test_helpers import heuristic_gen, get_successors from node import Node class AI(): def __init__(self, max_depth=4, branches=2, leaf_nodes...
845
null
IntelPython/dpnp
# Repository Context Name: IntelPython/dpnp Description: # Pull Request ## trunk and 1of1 functions to desc # Relevant Files Found ## dpnp/dpnp_algo/dpnp_algo.pyx ``` # cython: language_level=3 # -*- coding: utf-8 -*- # ***************************************************************************** # Copyright (c...
71
null
tekumara/fakesnow
# Repository Context Name: tekumara/fakesnow Description: # Pull Request ## feat: mimic dateadd with date + day/week/month/year Snowflake's [`DATEADD(<date_or_time_part>, <value>, <date_or_time_expr> )`](https://docs.snowflake.com/en/sql-reference/functions/dateadd) seems to return `DATE` if; * `date_or_time_expr`...
52,567
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Fresh attempt at SimpliSafe auto-relogin <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Proposed change <!-- Describe the big pictur...
1,770
null
copier-org/copier
# Repository Context Name: copier-org/copier Description: # Pull Request ## fix: validate answers to secret questions I've fixed the answer validation to apply also to secret questions. This problem came up in an internal discussion with a colleague who stumbled over secret questions not being validated. In gene...
129
null
CQCL/pytket-cutensornet
# Repository Context Name: CQCL/pytket-cutensornet Description: # Pull Request ## [feature] Multi-shot sampling from `GeneralState` # Description - Adds support for `sample` to obtain multiple shots from end-of-circuit measurements using the `GeneralState` framework. - Additionally, removes the need for replaci...
1,195
null
zigpy/zha-device-handlers
# Repository Context Name: zigpy/zha-device-handlers Description: # Pull Request ## Fixed PROFILE_ID issue # Relevant Files Found # Edits This pull request fixes an incorrect `PROFILE_ID` value in the Innr SP 120 smart plug quirk by replacing hardcoded magic numbers with the proper `zll.PROFILE_ID` constant f...
1,327
null
iterative/dvc
# Repository Context Name: iterative/dvc Description: # Pull Request ## checkout: Clean working directory changes of tracked dir Fix #1326 # Relevant Files Found ## dvc/remote/local.py ``` import os import stat import uuid import json import ntpath import shutil import posixpath from operator import itemgetter ...
37
null
goru001/inltk
# Repository Context Name: goru001/inltk Description: # Pull Request ## fix en tokenization bug # Relevant Files Found ## inltk/inltk.py ``` import asyncio import random from math import ceil from sklearn.metrics.pairwise import cosine_similarity from fastai.text import * from inltk.config import LanguageCodes...
95,797
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Ensure that calendar output values are json types <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Proposed change <!-- Describe the b...
2,815
null
ludwig-ai/ludwig
# Repository Context Name: ludwig-ai/ludwig Description: # Pull Request ## refactor: Add filtering based on `model_type` for feature, combiner, and model type schemas # Relevant Files Found ## ludwig/schema/__init__.py ``` # # Module structure: # ludwig.schema <-- Meant to contain all schemas, uti...
3,008
null
mars-project/mars
# Repository Context Name: mars-project/mars Description: # Pull Request ## [Ray] Implement ray task executor progress <!-- Thank you for your contribution! Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening a pull request. --> ## What do these changes do? This p...