pr_id
int64
repo_id
null
repo_name
string
text
string
1,308
null
openstack-charmers/zaza-openstack-tests
# Repository Context Name: openstack-charmers/zaza-openstack-tests Description: # Pull Request ## ovn-chassis: Switch principal charm to 'ubuntu'. NOTE: Please don't merge yet. This is still in development. Charm ovn-chassis used 'magpie' as a principal charm, but magpie doesn't have 'noble' release. Switching ...
273
null
solvebio/solvebio-python
# Repository Context Name: solvebio/solvebio-python Description: # Pull Request ## Update Task objects and add shortcut to cancel tasks add task.cancel() and also makes Task undateable so that priority can be set # Relevant Files Found ## solvebio/resource/task.py ``` """Solvebio Task API Resource""" from .apire...
39,599
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Fix wrong error message on adding a new HomematicIP Cloud AP ## Proposed change Fix wrong error message on adding a new HomematicIP Cloud AP. If SGTIN or pin is not correct, then this will be covered with a correct error message ##...
192
null
delvtech/agent0
# Repository Context Name: delvtech/agent0 Description: # Pull Request ## init lp only if enabled # Relevant Files Found ## src/elfpy/simulators.py ``` """Simulator class wraps the pricing models and markets for experiment tracking and execution""" from __future__ import annotations # types will be strings by ...
1,295
null
Qiskit/qiskit
# Repository Context Name: Qiskit/qiskit Description: # Pull Request ## overwrite argument for IBMQ.save_account <!-- ⚠️ 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 it in the CHANGELOG f...
33
null
gjeusel/ticts
# Repository Context Name: gjeusel/ticts Description: # Pull Request ## fix: Handle TimeSeries value in slice assignment ## Summary Fixes #32 - Slice assignment with TimeSeries values now works correctly with operators like `+=`, `-=`, etc. ## The Bug ```python ts = TimeSeries({CURRENT: 1, CURRENT + 10 * ONEHOUR...
151
null
gristlabs/asttokens
# Repository Context Name: gristlabs/asttokens Description: # Pull Request ## Fix edge cases in test failures involving padding and TypeVar Closes https://github.com/gristlabs/asttokens/issues/141 # Relevant Files Found ## asttokens/util.py ``` # Copyright 2016 Grist Labs, Inc. # # Licensed under the Apache Lice...
9
null
ecds/readux
# Repository Context Name: ecds/readux Description: # Pull Request ## [#136061709] Improve export options As a scholarly edition author I can use a dynamic form that breaks the export process up into logical steps so that I understand the choices I am making when exporting a volume and avoid making incompatible cho...
3,492
null
Yelp/paasta
# Repository Context Name: Yelp/paasta Description: # Pull Request ## MLCOMPUTE-216 | increase Spark DRA mass rollout range to 64 executors # Relevant Files Found ## paasta_tools/cli/cmds/spark_run.py ``` import argparse import json import logging import os import re import shlex import socket import sys import...
449
null
cloudtools/troposphere
# Repository Context Name: cloudtools/troposphere Description: # Pull Request ## Provide Valid Lambda Function Memory Values for use in Parameters This is a retry of PR435 after I thoroughly messed up the commit history there. This PR should be much cleaner. Lambda functions can only have certain amounts of memory...
16,938
null
Lightning-AI/pytorch-lightning
# Repository Context Name: Lightning-AI/pytorch-lightning Description: # Pull Request ## BYOT example ## What does this PR do? Adds a BYOT example for fabric. Open ToDos: - [ ] Resolve in-code todos (mostly questions on preferences) - [ ] Add docstrings <!-- Does your PR introduce any breaking changes? I...
1,269
null
IntelPython/numba-dpex
# Repository Context Name: IntelPython/numba-dpex Description: # Pull Request ## Make overloads and intrinsic target specific Make overloads and intrinsic target specific, so we don't accidentally break numba. - [x] Have you provided a meaningful PR description? - [x] Have you added a test, reproducer or referr...
258
null
megagonlabs/ginza
# Repository Context Name: megagonlabs/ginza Description: # Pull Request ## Add clause recognition logic # Relevant Files Found ## ginza/__init__.py ``` from functools import singledispatch from typing import Callable, Iterable, Union, Tuple, TypeVar from sudachipy.morpheme import Morpheme from spacy.lang.ja ...
26
null
abersheeran/baize
# Repository Context Name: abersheeran/baize Description: # Pull Request ## Add Staticfiles # Relevant Files Found ## baize/asgi.py ``` import abc import asyncio import functools import json import os import stat from enum import Enum from mimetypes import guess_type from random import choices as random_choices...
754
null
pasqal-io/Pulser
# Repository Context Name: pasqal-io/Pulser Description: # Pull Request ## Attempt to compare pulser versions when abstract repr validation fails - [x] In case abstract repr validation fails, attempts to fetch the stored pulser version and compares it with the current one. If the current one is lower, informs the u...
75
null
sachith-1/helloAlgorithm
# Repository Context Name: sachith-1/helloAlgorithm Description: # Pull Request ## added backtracking algorithm # Relevant Files Found # Edits This pull request adds two new algorithms to the repository: a backtracking solution for the Knight Tour problem and a Heap Sort implementation. The backtracking algor...
51
null
StuffAnThings/qbit_manage
# Repository Context Name: StuffAnThings/qbit_manage Description: # Pull Request ## v3.0.0 Release # Breaking Changes! (Requirements need to be re-installed) # New Features - Completely rewritten from the ground up (A lot of optimizations to code) - Improved logging and error checking in all functions - Add def...
291
null
cornell-zhang/allo
# Repository Context Name: cornell-zhang/allo Description: # Pull Request ## Verifier <!--- Copyright Allo authors. All Rights Reserved. --> <!--- SPDX-License-Identifier: Apache-2.0 --> ## Description ## Integrated the PAST program equivalence check tool into Allo, allowing for semantic verification between ...
335
null
enarjord/passivbot
# Repository Context Name: enarjord/passivbot Description: # Pull Request ## V5.5.2 lightweight live # Relevant Files Found ## procedures.py ``` import glob import json import os import traceback from datetime import datetime from time import time import hjson import numpy as np import pandas as pd from njit_...
7
null
adafruit/Adafruit_CircuitPython_PCF8523
# Repository Context Name: adafruit/Adafruit_CircuitPython_PCF8523 Description: # Pull Request ## PyPi setup. Continuing https://github.com/adafruit/circuitpython/issues/979 # Relevant Files Found ## docs/conf.py ``` # -*- coding: utf-8 -*- # # Adafruit's PCF8523 RTC Library documentation build configuration fil...
1,160
null
PaddlePaddle/ERNIE
# Repository Context Name: PaddlePaddle/ERNIE Description: # Pull Request ## Fix recompute # Relevant Files Found ## ernie/modeling_moe_vl.py ``` # Copyright (c) 2025 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except...
950
null
lark-parser/lark
# Repository Context Name: lark-parser/lark Description: # Pull Request ## Improvements to the Python grammar # Relevant Files Found ## examples/standalone/json_parser_main.py ``` """ Standalone Parser =================================== This example demonstrates how to generate and use the standalone pars...
30
null
ilteriskeskin/django-ecommerce
# Repository Context Name: ilteriskeskin/django-ecommerce Description: # Pull Request ## Added pagination # Relevant Files Found ## django_ecommerce/django_ecommerce/settings.py ``` from pathlib import Path import environ # django-environ settings env = environ.Env() environ.Env.read_env() # Build paths insi...
275
null
adbar/trafilatura
# Repository Context Name: adbar/trafilatura Description: # Pull Request ## Fix for failing tests # Relevant Files Found ## trafilatura/htmlprocessing.py ``` # pylint:disable-msg=C0301,E0611,I1101 """ Functions to process nodes in HTML code. """ ## This file is available from https://github.com/adbar/trafilatu...
629
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## Fix spack info indentation This fixes a very minor indentation bug with packages without any variants or versions that was annoying me. Before: ``` $ spack info gmp Package: gmp Homepage: https://gmplib.org Safe versions: 6.1.0 ...
606
null
ansible/ansible-ai-connect-service
# Repository Context Name: ansible/ansible-ai-connect-service Description: # Pull Request ## fix indentation on multi-task suggestion after existing tasks Fix for https://issues.redhat.com/browse/AAP-16804 Any multi-task prompt after an existing task in a playbook is failing due to extra spaces inserted before the...
1,541
null
lark-parser/lark
# Repository Context Name: lark-parser/lark Description: # Pull Request ## Include missing import in standalone parser Calling the lexer from a standalone parser results in an error as 'suppress' is not defined. Moving the import includes it in generated standalone parsers. # Relevant Files Found ## lark/lexer.py...
132
null
cloudify-cosmo/cloudify-vsphere-plugin
# Repository Context Name: cloudify-cosmo/cloudify-vsphere-plugin Description: # Pull Request ## Rename raw_files -> files_raw # Relevant Files Found ## setup.py ``` # Copyright (c) 2014-2019 Cloudify Platform Ltd. All rights reserved # # Licensed under the Apache License, Version 2.0 (the "License"); # you may...
4,574
null
alphagov/notifications-admin
# Repository Context Name: alphagov/notifications-admin Description: # Pull Request ## Archive email branding In this PR: - new page for viewing an email branding (more detail in the commit) - let admin users archive a branding TODO: - don't show archive link when branding already archived Screenshots: ...
11,739
null
dask/dask
# Repository Context Name: dask/dask Description: # Pull Request ## Fix graph creation in dask-expr to_delayed - [ ] Closes #xxxx - [ ] Tests added / passed - [ ] Passes `pre-commit run --all-files` Turns out the graph creation in dask-expr was stupid :( culling isn't really necessary but also doesn't hurt, so...
44
null
CodeReclaimers/btce-api
# Repository Context Name: CodeReclaimers/btce-api Description: # Pull Request ## Raising a specific exception if the API replies with a non-success HTTP code To be able to handle that case gracefully in users' applications. No tests, since there are none on this part of the code. # Relevant Files Found ## btce...
5,590
null
gradio-app/gradio
# Repository Context Name: gradio-app/gradio Description: # Pull Request ## Attach `elem_classes` selectors to layout elements, and an id to the Tab button (for targeting via CSS/JS) This PR does two things: 1. It passes the `elem_classes` attribute to the Blocks layouts (e.g. Row, Accordion, Tab, etc.) We had t...
1,242
null
Sage-Bionetworks/schematic
# Repository Context Name: Sage-Bionetworks/schematic Description: # Pull Request ## Added hide-blanks parameter when submitting manifest through API Related to: https://sagebionetworks.jira.com/browse/FDS-503 ## Changelog * Added `hide-blanks` parameter. This is an optional parameter that defaults to False. ...
232
null
XENONnT/fuse
# Repository Context Name: XENONnT/fuse Description: # Pull Request ## Fix a small bug in peak truth ## What does the code in this PR do / what does it improve? Fix a small bug introduced by #226 ## Can you briefly describe how it works? ## Can you give a minimal working example (or illustrate with a figure...
830
null
intel/gprofiler
# Repository Context Name: intel/gprofiler Description: # Pull Request ## node exception leaks https://github.com/Granulate/gprofiler/issues/824 # Relevant Files Found ## gprofiler/profilers/perf.py ``` # # Copyright (c) Granulate. All rights reserved. # Licensed under the AGPL3 License. See LICENSE.md in the pr...
646
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## MQTT binary sensor This the MQTT platform for the binary sensor component. # Relevant Files Found # Edits This pull request adds support for an MQTT-based binary sensor platform in Home Assistant, enabling users to create binary sen...
5,871
null
angr/angr
# Repository Context Name: angr/angr Description: # Pull Request ## SimProcedure.ret: Fix ret expr and passed_rets when AIL CallStack is in use. # Relevant Files Found ## angr/sim_procedure.py ``` from __future__ import annotations import inspect import copy import itertools import logging from typing import An...
8
null
dev-mush/jaims-py
# Repository Context Name: dev-mush/jaims-py Description: # Pull Request ## fix: mistral tool choice Fixes the mistral tool choice restricting the options to `any`, `auto` and `none` as [mentioned in their docs](https://docs.mistral.ai/capabilities/function_calling/#tool_choice) # Relevant Files Found ## example...
1,118
null
ros2/ros2cli
# Repository Context Name: ros2/ros2cli Description: # Pull Request ## Harden ros2doctor system calls. ## Description <!-- Please include a summary of the changes and the related issue. Highlight any key points or areas of concern. --> <!-- *Automatically closes linked issue when PR is merged. Usage: `Fi...
36,175
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## [TRIVIAL] Remove redundant write of public key. ### What does this PR do? Removes redundant write of public key ### What issues does this PR fix or reference? N/A ### Previous Behavior Wrote public key twice ### New Behavior Write public k...
101
null
bfidatadigipres/BFI_scripts
# Repository Context Name: bfidatadigipres/BFI_scripts Description: # Pull Request ## main: code changes for security purposes # Relevant Files Found ## dpi_downloader/app.py ``` """ Flask App for DPI downloader tool using SQLite database supply Retrieve requests from HTML web input, update SQLite db with new r...
1,378
null
tinygrad/tinygrad
# Repository Context Name: tinygrad/tinygrad Description: # Pull Request ## rng hlops: add normal and kaiming_normal Could use this in #1371 to implement the contentvec from https://github.com/auspicious3000/contentvec . **Tensor::normal:** normal dist can be computed from standard dist by factoring in std and...
288
null
tytusdb/tytusdb
# Repository Context Name: tytusdb/tytusdb Description: # Pull Request ## [FEAT]: Ejecucion de expresiones con literales # Relevant Files Found ## parser/team29/Analizador/Grammar.py ``` from Tokens import * # Construccion del analizador léxico import ply.lex as lex lexer = lex.lex() # Asociación de operado...
107
null
demisto/demisto-py
# Repository Context Name: demisto/demisto-py Description: # Pull Request ## Support proxy auth ## Status Ready ## Related Issues fixes: link to the issue ## Description Support proxy auth. Didn't add any unit tests since I haven't found a good way to mock an authenticated proxy server. Tested the code...
1,487
null
PaddlePaddle/PaddleNLP
# Repository Context Name: PaddlePaddle/PaddleNLP Description: # Pull Request ## Update pp-minilm readme <!-- Demo: https://github.com/PaddlePaddle/PaddleNLP/pull/26 --> ### PR types <!-- One of [ New features | Bug fixes | Function optimization | Performance optimization | Breaking changes | Others ] --> Bug fi...
3,120
null
aeon-toolkit/aeon
# Repository Context Name: aeon-toolkit/aeon Description: # Pull Request ## [BUG] KASBA bug fixes <!-- Thanks for contributing a pull request! Please ensure you have taken a look at our contribution guide: https://www.aeon-toolkit.org/en/latest/contributing.html. Feel free to delete sections of this template i...
129
null
wwkimball/yamlpath
# Repository Context Name: wwkimball/yamlpath Description: # Pull Request ## Add [max([NAME])] # Relevant Files Found ## tests/test_commands_yaml_get.py ``` import pytest from tests.conftest import create_temp_yaml_file class Test_yaml_get(): """Tests for the yaml-get command-line interface.""" ...
208
null
pymedphys/pymedphys
# Repository Context Name: pymedphys/pymedphys Description: # Pull Request ## [RFR] Fix docker server I branched this off of our other work, so that other branch needs merging first. It'll be a bit hard for you to review this one. Essentially the gist was, we did a big split, and broke the docker image. ... so.....
11,722
null
conan-io/conan-center-index
# Repository Context Name: conan-io/conan-center-index Description: # Pull Request ## skyr-url: support shared build and gcc in 1.13.0 Specify library name and version: **skyr-url/*** - apply patches to CMakeLists.txt for shared build - update dependencies - remove gcc validation error in 1.13.0 - use `is_ms...
181
null
business-science/pytimetk
# Repository Context Name: business-science/pytimetk Description: # Pull Request ## #176 hilert bug fix return original data Fixed the following bugs and additions 1. Original dataframe was not being returned with polars engine. 2. Added 2 additional examples for non-grouped dataframes. 3. Fixed an issue with...
100
null
berquist/pymolresponse
# Repository Context Name: berquist/pymolresponse Description: # Pull Request ## Update pre-commit hook astral-sh/ruff-pre-commit to v0.9.0 This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [astral-sh/ruff-pre-commit](https://redirect.github.com/astral-sh/ruff-pre-com...
4
null
moldyn/NorMI
# Repository Context Name: moldyn/NorMI Description: # Pull Request ## Adjust defaults of cli. # Relevant Files Found ## src/normi/__main__.py ``` """CLI of normalized-mi. MIT License Copyright (c) 2023, Daniel Nagel All rights reserved. """ import click import numpy as np from normi import INVMEASURES, NORM...
40,988
null
Azure/azure-sdk-for-python
# Repository Context Name: Azure/azure-sdk-for-python Description: # Pull Request ## Add diagnostics for AKS # Description Diagnostics will now be enabled specifically for App Service attach and AKS attach. Also removes diagnostics for App Service manual instrumentation. However, those would not be triggered any...
8
null
Renumics/sliceguard
# Repository Context Name: Renumics/sliceguard Description: # Pull Request ## rename package to slice-guard # Relevant Files Found ## segment_guard/__init__.py ``` from segment_guard.segment_guard import SegmentGuard ``` ## segment_guard/detection.py ``` from typing import Callable, List, Literal from hnne i...
256
null
resource-watch/nrt-scripts
# Repository Context Name: resource-watch/nrt-scripts Description: # Pull Request ## foo_024_update_date_time_to_check # Relevant Files Found ## foo_024_051_054_vegetation_health_products/contents/src/__init__.py ``` from __future__ import unicode_literals import os import sys import urllib.request import date...
171
null
AgileRL/AgileRL
# Repository Context Name: AgileRL/AgileRL Description: # Pull Request ## Multiprocessing utils tests # Relevant Files Found ## agilerl/utils/mp_cache.py ``` from agilerl.utils.cache import Cache from agilerl.utils.serve_queue import serve_class Cache = serve_class(Cache) ``` ## agilerl/utils/serve_queue.py ...
66
null
DushnoAndTochka/solutions_algorithmic_problems
# Repository Context Name: DushnoAndTochka/solutions_algorithmic_problems Description: # Pull Request ## Add Rotate List Solution # Relevant Files Found # Edits This pull request adds a solution to the "Rotate List" problem, which involves rotating a linked list to the right by `k` places. The key change is t...
8,264
null
mlrun/mlrun
# Repository Context Name: mlrun/mlrun Description: # Pull Request ## [Datastore] Bump pyarrow to 17 https://iguazio.atlassian.net/browse/ML-10075 # Relevant Files Found ## tests/datastore/test_base.py ``` # Copyright 2023 Iguazio # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not ...
39
null
IATI/IATI-Rulesets
# Repository Context Name: IATI/IATI-Rulesets Description: # Pull Request ## [1.04] Fix dateorder text Fixes #30 The definition of `date_order` at http://iatistandard.org/202/rulesets/ruleset-spec/#rule-names states that `The date matched by less must be less than the date matched by more.`. This means that t...
384
null
togethercomputer/together-python
# Repository Context Name: togethercomputer/together-python Description: # Pull Request ## move steps to kwargs ENG-45280 - https://linear.app/together-ai/issue/ENG-45280/fix-steps-param-bug-python-together For the image generation functionality, we need to remove steps as a explicit param and if needed the user...
1,956
null
inventree/InvenTree
# Repository Context Name: inventree/InvenTree Description: # Pull Request ## Supplier part from form Closes https://github.com/inventree/InvenTree/issues/1109 - [x] Add unit tests - [x] Add documentation - [x] Add entry to release notes This PR adds upon the functionality of the existing part API, allowing...
19
null
danielperna84/ha-philipsjs
# Repository Context Name: danielperna84/ha-philipsjs Description: # Pull Request ## Support v6 features * Add support for pairing * Add support for notification endpoint * Add tests for v6 protocol * Add automatic http -> https upgrade * Add support for application endpoint # Relevant Files Found ## haphilip...
115
null
NOAA-MDL/grib2io
# Repository Context Name: NOAA-MDL/grib2io Description: # Pull Request ## Added support for NAVGEM files which include a text header This fix ignores everything before the first GRIB2 message. It moves byte by byte within the first 2k bytes testing for "GRIB" that indicates begining of the first GRIB2 message. #...
2,390
null
BLSQ/iaso
# Repository Context Name: BLSQ/iaso Description: # Pull Request ## IA-4436 project colors Use color on project on all Iaso table Related JIRA tickets : IA-4436 ## Self proofreading checklist - [x] Did I use eslint and ruff formatters? - [x] Is my code clear enough and well documented? - [x] Are my types...
21
null
manrajgrover/py-log-symbols
# Repository Context Name: manrajgrover/py-log-symbols Description: # Pull Request ## Fixed enum34 conditional requirement to support poetry installs This change moves the conditional requirement of enum34 into the requirements file with appropriate python version condition. This update is necessary because `poe...
18,423
null
saleor/saleor
# Repository Context Name: saleor/saleor Description: # Pull Request ## Release 3.21.29 * Release 3.21.29 (4c3f2f4920) * Extend checkout external shipping id max length (#18420) (a1b423f09b) # Relevant Files Found ## saleor/__init__.py ``` import pillow_avif # noqa: F401 # imported for side effects from .cele...
405
null
microsoft/superbenchmark
# Repository Context Name: microsoft/superbenchmark Description: # Pull Request ## Enhance timeout cleanup to avoid possible hanging Enhance timeout cleanup to avoid possible hanging. __Major Revisions__ * Skip postprocess (mainly torch.dist.barrier and destroy) when exception happens (e.g., timeout, GPU crashe...
692
null
bentoml/OpenLLM
# Repository Context Name: bentoml/OpenLLM Description: # Pull Request ## feat: heuristics logprobs Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com> # Relevant Files Found ## openllm-core/src/openllm_core/_configuration.py ``` from __future__ import annotations import copy import importlib.util ...
162
null
apple/app-store-server-library-python
# Repository Context Name: apple/app-store-server-library-python Description: # Pull Request ## Adding support for Get App Transaction Info endpoint # Relevant Files Found ## appstoreserverlibrary/api_client.py ``` # Copyright (c) 2023 Apple Inc. Licensed under MIT License. import calendar import datetime from...
2,138
null
modal-labs/modal-client
# Repository Context Name: modal-labs/modal-client Description: # Pull Request ## Print warning when FunctionPutInputs fails with RESOURCE_EXHAUSTED ## Describe your changes MOD-3206 When the client calls FunctionPutInputs, a warning is now printed if the call fails with RESOURCE_EXHAUSTED. This can happen if...
11
null
bennington-hardware-hacking-2019/pos_system
# Repository Context Name: bennington-hardware-hacking-2019/pos_system Description: # Pull Request ## DB api updates I have updated the postgres schema and database api in collaboration with @hoanhan101 and @MattCollyer # Relevant Files Found ## controller/api.py ``` # -*- coding: utf-8 -*- import os import sy...
4,419
null
fonttools/fontbakery
# Repository Context Name: fonttools/fontbakery Description: # Pull Request ## update requirements.txt / setup.py # Relevant Files Found ## setup.py ``` # Copyright 2017 The Font Bakery Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file ...
304
null
qubole/qds-sdk-py
# Repository Context Name: qubole/qds-sdk-py Description: # Pull Request ## new: usr: JUPY-567, SDK-394: Add SDK bindings for JupyterNotebookCommand Ready for review: Usage: qds.py --token <> --url <> jupyternotebookcmd run|submit --path <> --uuid <> --cluster-label <> --arguments ‘{“key1”:”val1”}’ --macros <...
94
null
d-ganchar/flask_request_validator
# Repository Context Name: d-ganchar/flask_request_validator Description: # Pull Request ## #93 v4.4.0, InvalidRequestError.to_dict() added # Relevant Files Found ## flask_request_validator/error_formatter.py ``` from .validator import JSON, FORM, PATH, GET from .exceptions import * def demo_error_formatter(e...
816
null
DIAGNijmegen/grand-challenge
# Repository Context Name: DIAGNijmegen/grand-challenge Description: # Pull Request ## Adds retina banners and logos for challenges # Relevant Files Found ## app/config/settings.py ``` # Django settings for comic project. import glob import os import re import uuid from datetime import timedelta from distutils....
7,997
null
PennyLaneAI/pennylane
# Repository Context Name: PennyLaneAI/pennylane Description: # Pull Request ## Stepwise tape execution for MBQC **Context:** We need the backend to be able to execute a tape, maintain the state, and then execute a subsequent tape. This gives us an opportunity to add runtime execution behaviour that is too compl...
31
null
saltstack/libnacl
# Repository Context Name: saltstack/libnacl Description: # Pull Request ## Fix version funs - fix the return type of sodium_version_string - fix sodium library major/minor version wrappers # Relevant Files Found ## libnacl/__init__.py ``` # -*- coding: utf-8 -*- ''' Wrap libsodium routines ''' # pylint: disabl...
125
null
google/ci_edit
# Repository Context Name: google/ci_edit Description: # Pull Request ## Enhancement/bookmark indicator I've made it so that every time you add a new bookmark, it will have a different color. I wanted to have the indicator to the left of the line number, but i would need to figure out how that would work and what t...
762
null
GoogleCloudPlatform/public-datasets-pipelines
# Repository Context Name: GoogleCloudPlatform/public-datasets-pipelines Description: # Pull Request ## Fix: Re-engineer and Migrate Hacker News DAG Hacker news is breaking due to pod timeouts in production. This PR resolves and migrates to new v2-2024. # Relevant Files Found ## datasets/hacker_news/pipelines/...
69
null
Yale-Libs/yalexs
# Repository Context Name: Yale-Libs/yalexs Description: # Pull Request ## Use relative imports # Relevant Files Found ## yalexs/bridge.py ``` from enum import Enum from yalexs.device import DeviceDetail class BridgeStatus(Enum): OFFLINE = "offline" ONLINE = "online" UNKNOWN = "unknown" class B...
1,904
null
yt-dlp/yt-dlp
# Repository Context Name: yt-dlp/yt-dlp Description: # Pull Request ## [ceskatelevize] Update to 2021-12-06 changes (#1899) After a site redesign on 2021-12-06, player iframe is no longer present in the page from the start and is only inserted after pressing the "play" button. We need to query /v-api/iframe-hash...
105
null
docker/docker-py
# Repository Context Name: docker/docker-py Description: # Pull Request ## Correctly decode the logs stream and support stdout/stderr filtering Fixes for logs decoding to correctly work with API v1.6. We need access to the undecoded binary HTTP response, hence the changes to the `_result` method. # Relevant Files...
46
null
pytest-dev/pytest-splinter
# Repository Context Name: pytest-dev/pytest-splinter Description: # Pull Request ## Use native Selenium 2.47 socket timeout I'm fighting with a lot of weird timeout errors and found this: https://github.com/SeleniumHQ/selenium/commit/088820530890e254275d405082e790da09b1d239 The socket timeout monkeypatch is not n...
172
null
HarrisonKramer/optiland
# Repository Context Name: HarrisonKramer/optiland Description: # Pull Request ## Feature/sampled mtf ## Sampled MTF - This PR adds a new `SampledMTF` class, which enables the calculation of the MTF at user-specified frequencies. It is significantly faster than the FFT approach when the MTF is needed at only a f...
1,162
null
PrincetonUniversity/PsyNeuLink
# Repository Context Name: PrincetonUniversity/PsyNeuLink Description: # Pull Request ## Fix/functions/dnd • MemoryFunctions DND:   - fixed bug in store function append operation   - fixed bug in test for matching keys on storage   - added duplicate_keys option and handling   - added memory attribute that re...
13,451
null
Opentrons/opentrons
# Repository Context Name: Opentrons/opentrons Description: # Pull Request ## fix(hardware): separate very small components of moves into their own steps # Overview After applying all of the different offsets on the robot's coordinate system (LPC, belt cal, etc), movements across the deck will sometimes include ...
42
null
criteo/autofaiss
# Repository Context Name: criteo/autofaiss Description: # Pull Request ## Add support for memory-mapped indices generation - It is now possible to create an IVF,Flat index when it is optimal - Added should_be_memory_mappable boolean to create only indices that can be memory-mapped - Fix score_index output - Spe...
1
null
amir-zeldes/rst2dep
# Repository Context Name: amir-zeldes/rst2dep Description: # Pull Request ## Rst2rels Adding rst2rels script which provides functions for converting rs3/rs4 data into .rels, .tok, and .conllu format # Relevant Files Found ## rst2dep/__init__.py ``` from .rst2dep import make_rsd from .dep2rst import rsd2rs3, con...
366
null
qdrant/fastembed
# Repository Context Name: qdrant/fastembed Description: # Pull Request ## Pystemmer -> py-rust_stemmers To avoid problems with PyStemmer installation and align to cloud version we are trying to remove PyStemmer with our rust-stemmers Python bindings # Relevant Files Found ## fastembed/sparse/bm25.py ``` import...
8,262
null
holoviz/panel
# Repository Context Name: holoviz/panel Description: # Pull Request ## Prevent text from being fully selected after replace value Closes https://github.com/holoviz/panel/issues/8260 Previously, the text would all be selected after replace; this PR prevents that and keeps scroll position after replace. https:...
314
null
JAMdotTech/py-polkadot-sdk
# Repository Context Name: JAMdotTech/py-polkadot-sdk Description: # Pull Request ## Updated upload_wasm() to use Contract.upload_code call Substrate updated `put_code` to `upload_code`. Primarily look for `upload_code`, also added fallback for older runtimes using `put_code` # Relevant Files Found ## substratein...
323
null
QuantEcon/QuantEcon.py
# Repository Context Name: QuantEcon/QuantEcon.py Description: # Pull Request ## Test lemke howson exceptions Added tests for exceptions to lemke_howson.py and raise type error when init_pivot type is not an integer instance. Fix #302 # Relevant Files Found ## quantecon/game_theory/lemke_howson.py ``` """ Au...
544
null
Singularitat/snakebot
# Repository Context Name: Singularitat/snakebot Description: # Pull Request ## Remove apis command # Relevant Files Found ## cogs/apis.py ``` import asyncio import html import io import random import re import textwrap from datetime import datetime import discord from discord.ext import commands URBAN_REGEX ...
580
null
pact-foundation/pact-python
# Repository Context Name: pact-foundation/pact-python Description: # Pull Request ## feat: add support for musllinux_aarch64 ## :memo: Summary Add support for `musllinux_aarch64` wheels. ## ~:rotating_light: Breaking Changes~ ## :fire: Motivation Support more platforms! ## :hammer: Test Plan As p...
14
null
chwiede/pyads
# Repository Context Name: chwiede/pyads Description: # Pull Request ## Fix Python 3 support. # Relevant Files Found ## pyads/adsclient.py ``` import time import select import socket import struct import threading import errno from .amspacket import AmsPacket from .adsconnection import AdsConnection from .adse...
1,186
null
burnash/gspread
# Repository Context Name: burnash/gspread Description: # Pull Request ## Bugfix/fix get last update time Fix file not found when reading last update time from public file or file not in the user's drive folder. fix imports on the way due to wrong import in vrcpy package. closes #1185 # Relevant Files Found...
1,805
null
pybamm-team/PyBaMM
# Repository Context Name: pybamm-team/PyBaMM Description: # Pull Request ## Add support for 2D parameter data This pull request is created to fix Issue https://github.com/pybamm-team/PyBaMM/issues/1787 # Relevant Files Found ## pybamm/expression_tree/interpolant.py ``` # # Interpolating class # import numpy as ...
144
null
NOAA-OWP/ngen-cal
# Repository Context Name: NOAA-OWP/ngen-cal Description: # Pull Request ## feat: drop `uses_forcing_file` field NextGen dropped support for `uses_forcing_file` in https://github.com/NOAA-OWP/ngen/pull/826. This PR drops support for `uses_forcing_file` in `ngen.config`. # `ngen.config` -- `0.3.0` ## Removals ...
7,749
null
chainer/chainer
# Repository Context Name: chainer/chainer Description: # Pull Request ## [backport] Fix `Parameter.dtype` for uninitialized parameter Backport of #7735 # Relevant Files Found ## chainer/variable.py ``` from __future__ import absolute_import import collections import copy import heapq import traceback import typ...
34
null
alan-turing-institute/pixelflow
# Repository Context Name: alan-turing-institute/pixelflow Description: # Pull Request ## Adding functionality for spatial data Addressing issue #29 # Relevant Files Found ## src/pixelflow/__init__.py ``` from pixelflow.core import pixelflow, pixelflow_custom # NOQA: F401 ``` ## src/pixelflow/core.py ``` im...