pr_id
int64
repo_id
null
repo_name
string
text
string
199
null
broadinstitute/gnomad_methods
# Repository Context Name: broadinstitute/gnomad_methods Description: # Pull Request ## small enhancement to subset in generic.py # Relevant Files Found ## gnomad/utils/generic.py ``` import base64 import hail as hl from hail.expr.expressions import * from collections import defaultdict, namedtuple, OrderedDict...
6
null
jupyterhub/dockerspawner
# Repository Context Name: jupyterhub/dockerspawner Description: # Pull Request ## Adds a rudimentary `setup.py` and `version.py` to make it possible to install this in place for development. Makes it possible to do `pip install -e .` for development. You still have to separately install jupyterhub and IPython bec...
16
null
SolaWing/xcode-build-server
# Repository Context Name: SolaWing/xcode-build-server Description: # Pull Request ## Fix Xcode 14 style compile log extraction Fix `xcactivitylog.py` for Xcode 14 style log. `xcode-build-server postaction` doesn't work without this fix in Xcode 14. # Relevant Files Found ## xcactivitylog.py ``` from enum import...
296
null
OpenVoiceOS/ovos-utils
# Repository Context Name: OpenVoiceOS/ovos-utils Description: # Pull Request ## feature: geolocation utils extracted from backend-client <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced enhanced geolocation services with functio...
18
null
rework-union/django-rework
# Repository Context Name: rework-union/django-rework Description: # Pull Request ## Added Simple JWT # Relevant Files Found ## rework/contrib/users/urls.py ``` ``` ## rework/core/management/app.py ``` """ Django Rework App managements """ import os import re import subprocess from .. import utils from ..u...
7
null
hcherkaoui/carpet
# Repository Context Name: hcherkaoui/carpet Description: # Pull Request ## FIX lmbd_max + test it FIX lambda max computation (from Thomas M.) # Relevant Files Found ## carpet/datasets.py ``` """ Utilities to generate a synthetic 1d data. """ # Authors: Hamza Cherkaoui <hamza.cherkaoui@inria.fr> # License: BSD (...
292
null
autowarefoundation/autoware_tools
# Repository Context Name: autowarefoundation/autoware_tools Description: # Pull Request ## feat(planning_debug_tools): support V2I ## Description Support V2I feature in perception reproducer. Previously, the timestamp of traffic_light is modified to current time, however the timestamp of V2I information is n...
3,348
null
SwissDataScienceCenter/renku-python
# Repository Context Name: SwissDataScienceCenter/renku-python Description: # Pull Request ## fix(cli): set git credentials helper correctly on git clone closes #3345 # Relevant Files Found ## renku/command/session.py ``` # -*- coding: utf-8 -*- # # Copyright 2018-2022- Swiss Data Science Center (SDSC) # A part...
566
null
radiasoft/pykern
# Repository Context Name: radiasoft/pykern Description: # Pull Request ## Fix #565 check_prints sees nested pkdp # Relevant Files Found ## pykern/pkcli/ci.py ``` # -*- coding: utf-8 -*- """Continuous integration (CI) support To execute all checks and tests in a CI script, use:: pykern ci run :copyright:...
344
null
Marker-Inc-Korea/AutoRAG
# Repository Context Name: Marker-Inc-Korea/AutoRAG Description: # Pull Request ## fix error by sorting in index in 'generate_qa_llama_index_by_ratio close #343 # Relevant Files Found ## autorag/data/qacreation/llama_index.py ``` import asyncio import os.path import random from typing import Optional, List, Dict...
21
null
chou141253/FGVC-PIM
# Repository Context Name: chou141253/FGVC-PIM Description: # Pull Request ## Added inference and confusion matrix capabilities # Relevant Files Found ## eval.py ``` import numpy as np import torch import torch.nn.functional as F from typing import Union @torch.no_grad() def cal_train_metrics(args, msg: dict,...
1,211
null
scrapinghub/dateparser
# Repository Context Name: scrapinghub/dateparser Description: # Pull Request ## Migrate from hijri-converter to hijridate hijri-converter has been renamed to hijridate since 2.3.0. Closes: #1197 # Relevant Files Found ## dateparser/calendars/hijri_parser.py ``` from hijri_converter import convert from datepa...
145
null
iheartradio/Henson
# Repository Context Name: iheartradio/Henson Description: # Pull Request ## Reduce the number of futures used for consuming `run_forever` creates a future to keep track of whether or not the consumer is still running. It then creates a separate task from the future. If the application is stopped by some means othe...
3,762
null
streamlit/streamlit
# Repository Context Name: streamlit/streamlit Description: # Pull Request ## Fix formatting of button.py Should fix nightly build failures # Relevant Files Found ## lib/streamlit/elements/button.py ``` # Copyright 2018-2021 Streamlit Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you...
3
null
microsoft/ApplicationInsights-Python
# Repository Context Name: microsoft/ApplicationInsights-Python Description: # Pull Request ## Update ApplicationInsightsHandler.py Make inheritance work better on both Python 2.x and 3.x. # Relevant Files Found ## applicationinsights/logging/ApplicationInsightsHandler.py ``` import logging import applicationin...
764
null
kedro-org/kedro-plugins
# Repository Context Name: kedro-org/kedro-plugins Description: # Pull Request ## fix(telemetry): Masking test ## Description Fix https://github.com/kedro-org/kedro-plugins/issues/763 ## Development notes <!-- What have you changed, and how has this been tested? --> ## Checklist - [ ] Opened this PR as a...
255
null
Modalities/modalities
# Repository Context Name: Modalities/modalities Description: # Pull Request ## refactor: removed legacy megatron dataset code # What does this PR do? This PR removes some legacy code related to the initial MegatronLM dataset implementation ## General Changes * .. ## Breaking Changes * .. ## Checklist ...
46,994
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## ENH: do not sort resulting columns when sort=False - [x] closes #17041 - [x] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature ...
880
null
cloudify-cosmo/cloudify-system-tests
# Repository Context Name: cloudify-cosmo/cloudify-system-tests Description: # Pull Request ## CY-1408 Fix test_old_agent_stopped to use ssh for old agent validation # Relevant Files Found ## cosmo_tester/framework/test_hosts.py ``` ######## # Copyright (c) 2019 Cloudify Platform Ltd. All rights reserved # # Li...
72
null
fortifyadmin/fortifyapi
# Repository Context Name: fortifyadmin/fortifyapi Description: # Pull Request ## refactor(fortify.py): retrieve all LDAP users ### Problem The method intended to retrieve all LDAP users, but due to pagination, it was only fetching the first 200 users. ### Fix Added the necessary parameters to ensure all LDAP ...
9
null
AlfrescoLabs/alfresco-ai-assistants
# Repository Context Name: AlfrescoLabs/alfresco-ai-assistants Description: # Pull Request ## Fix Folder Search # Relevant Files Found ## alfresco_api.py ``` import requests class AlfrescoAPI: def __init__(self, base_url, username, password): self.base_url = base_url self.auth = (username, ...
3,949
null
great-expectations/great_expectations
# Repository Context Name: great-expectations/great_expectations Description: # Pull Request ## [BUGFIX] Fix issue with regex groups in `check_docs_deps` Please annotate your PR title to describe what the PR does, then give a brief bulleted description of your PR below. PR titles should begin with [BUGFIX], [FEATUR...
549
null
PKU-YuanGroup/Open-Sora-Plan
# Repository Context Name: PKU-YuanGroup/Open-Sora-Plan Description: # Pull Request ## force resolution # Relevant Files Found ## mindspeed_mm/data/data_utils/utils.py ``` # Modified from huggingface diffusers repos # This source code is licensed under the notice found in the root directory of this source tree....
2,108
null
cognitedata/cognite-sdk-python
# Repository Context Name: cognitedata/cognite-sdk-python Description: # Pull Request ## Fix error payload unpacking instance ids https://cognitedata.atlassian.net/browse/DM-2532 # Relevant Files Found ## cognite/client/_version.py ``` from __future__ import annotations __version__ = "7.73.1" __api_subversion_...
62
null
RedHatInsights/insights-core-messaging
# Repository Context Name: RedHatInsights/insights-core-messaging Description: # Pull Request ## fix: exit the process by os._exit instead of sys.exit fix: exit the process by os._exit as sys.exit does not work sometimes # Relevant Files Found ## insights_messaging/consumers/kafka.py ``` import json import loggi...
35
null
instadeepai/winnow
# Repository Context Name: instadeepai/winnow Description: # Pull Request ## create `winnow` cli Closes #24. Adds a `typer`-based command, `winnow`, that is installed with the package. This has the sub-commands `calibrate` for confidence calibration and `estimate` for FDR estimation and filtering. # Relevant ...
198
null
cnapy-org/CNApy
# Repository Context Name: cnapy-org/CNApy Description: # Pull Request ## add in out flux dialog # Relevant Files Found ## cnapy/gui_elements/centralwidget.py ``` """The central widget""" from ast import literal_eval as make_tuple import cobra from cobra.manipulation.delete import prune_unused_metabolites from...
90
null
CodeForPhilly/paws-data-pipeline
# Repository Context Name: CodeForPhilly/paws-data-pipeline Description: # Pull Request ## Create db in flow Changes to enable "insert only" full flow. # Relevant Files Found ## src/datasource_manager.py ``` # from flask import current_app import re def __clean_csv_headers(header): header = re.sub(r'\.+', ...
28
null
monarch-initiative/monarch-mapping-commons
# Repository Context Name: monarch-initiative/monarch-mapping-commons Description: # Pull Request ## Adding upheno_custom_mapping preview # Relevant Files Found ## tests/test_registry.py ``` from pathlib import Path import urllib.request as request from urllib.error import HTTPError import yaml def test_regis...
123
null
qua-platform/py-qua-tools
# Repository Context Name: qua-platform/py-qua-tools Description: # Pull Request ## Compatibility config schema 0.3.8 alpha1 Numerous updates to make the ConfigBuilder tool compatible with config schema version 0.3.8 alpha 1 # Relevant Files Found ## qualang_tools/config/__init__.py ``` from qualang_tools.config...
4,682
null
cocotb/cocotb
# Repository Context Name: cocotb/cocotb Description: # Pull Request ## Skip some tests for forks <!-- Thanks for improving cocotb! Here are some points to make this as smooth as possible. Not all of them may be applicable. Most important: please explain *why* you are proposing this change. * Make sure yo...
12,372
null
dmwm/WMCore
# Repository Context Name: dmwm/WMCore Description: # Pull Request ## Change look-up states for process status Fixes #12145 #### Status ready The change is tested directly on the agent by re-using `DataCollectAPI.py` codebase to identify process status. Here is code used for testing and its results: ``` #...
8,802
null
scikit-learn/scikit-learn
# Repository Context Name: scikit-learn/scikit-learn Description: # Pull Request ## [MRG] Fixes #8736 add get_n_splits for RepeatedKFold and RepeatedStratifiedKFold <!-- Thanks for contributing a pull request! Please ensure you have taken a look at the contribution guidelines: https://github.com/scikit-learn/...
175
null
Open-Wine-Components/umu-protonfixes
# Repository Context Name: Open-Wine-Components/umu-protonfixes Description: # Pull Request ## Rewrite comment for 359870.py The comment made no sense in relation to the fix, rewrote so it now makes sense. # Relevant Files Found ## gamefixes-steam/359870.py ``` """Game fix for FFX/X-2 HD Remaster""" import os...
367
null
pypose/pypose
# Repository Context Name: pypose/pypose Description: # Pull Request ## Improve typing annotation for LieTensor and LieType. Fix issue * #356 Originally I planned to convert all methods of the `class LieType` into abstract methods. However, this is not feasible as each specific lie type (SE3, se3, for instanc...
146
null
microsoft/vscode-pylint
# Repository Context Name: microsoft/vscode-pylint Description: # Pull Request ## More fixes # Relevant Files Found ## bundled/tool/runner.py ``` # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. """ Runner to use when running under a different interpreter. """ impor...
86
null
opendatacube/odc-stac
# Repository Context Name: opendatacube/odc-stac Description: # Pull Request ## Change geometry handling logic and other fixes - Use image geometry from proj extension over an "approximate STAC item geometry" if possible when computing part of the output image given item contributes to (Closes #85). - Apply config...
115
null
FishPiOffical/fishpi-pyclient
# Repository Context Name: FishPiOffical/fishpi-pyclient Description: # Pull Request ## 增加评论功能 # Relevant Files Found ## src/api/article.py ``` # -*- coding: utf-8 -*- import json from enum import Enum from typing import Any import requests from src.api import Base from src.utils import UA from .config impo...
2,126
null
Taxel/PlexTraktSync
# Repository Context Name: Taxel/PlexTraktSync Description: # Pull Request ## Feature: Re-use token for plex-login with --use-token flag Recreate https://github.com/Taxel/PlexTraktSync/pull/1635 Can login to MyPlex without need for user/password. # Relevant Files Found ## plextraktsync/cli.py ``` from __futur...
32
null
app-sre/sretoolbox
# Repository Context Name: app-sre/sretoolbox Description: # Pull Request ## Include "." in the image path regex group Before this patch: >>> i = Image('quay.io/openshift-release-dev/ocp-v4.0-art-dev') >>> i Image(url='docker://docker.io/library/0-art-dev:latest') After this patch: >>> i ...
23
null
microsoft/roman
# Repository Context Name: microsoft/roman Description: # Pull Request ## added tool angle normalization functions # Relevant Files Found ## roman/common.py ``` import numpy as np import math ################################################################ ## angle functions ###################################...
1,198
null
quantumlib/Cirq
# Repository Context Name: quantumlib/Cirq Description: # Pull Request ## Add a is_native_xmon_gate function along with tests and documentation. As suggested in #1150 # Relevant Files Found ## cirq/google/__init__.py ``` # Copyright 2018 The Cirq Developers # # Licensed under the Apache License, Version 2....
2,165
null
infiniflow/ragflow
# Repository Context Name: infiniflow/ragflow Description: # Pull Request ## re-generate for conversation ### What problem does this PR solve? ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) # Relevant Files Found ## api/apps/conversation_app.py ``` # # Copyright 2024 The Inf...
2,748
null
exercism/python
# Repository Context Name: exercism/python Description: # Pull Request ## [High-Scores]: Update from Problem Specifications Pulled down updates from problem-specifications. Regenerated `tests.toml` and test file. Re-wrote `example.py` to pass new tests. Updated stub file with new function names. # Relevant File...
366
null
nearai/nearai
# Repository Context Name: nearai/nearai Description: # Pull Request ## feat: local runner reset conversation When running the agent locally, session files such as chat history are stored in the `/tmp/nearai/conversations/ folder`. If you want to reset these files and clear the conversation history, you can run th...
4
null
ddangelov/Top2Vec
# Repository Context Name: ddangelov/Top2Vec Description: # Pull Request ## Add optional status messages # Relevant Files Found ## top2vec/Top2Vec.py ``` # Author: Dimo Angelov # # License: BSD 3 clause import numpy as np import pandas as pd from gensim.models.doc2vec import Doc2Vec, TaggedDocument from gensim....
28,330
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## Chunk large form-es query The Submissions-By-Form report on ICDS ends up running this FormES query for all users at once which breaks ES. This should help it split into multiple smaller queries. @calellowitz # Relevant Files Foun...
148
null
pseudonym117/Riot-Watcher
# Repository Context Name: pseudonym117/Riot-Watcher Description: # Pull Request ## Added support for the new Clash API Added support for calling Clash API functions under the new files, following the same formatting as the other API files. # Relevant Files Found ## src/riotwatcher/LolWatcher.py ``` from typing ...
3,225
null
conan-io/conan-center-index
# Repository Context Name: conan-io/conan-center-index Description: # Pull Request ## pixman: patch in build() instead of source() + bump msys2 + del fPIC if shared + fix hooks Specify library name and version: **pixman/all** - [x] I've read the [guidelines](https://github.com/conan-io/conan-center-index/blob/m...
62
null
ciur/papermerge
# Repository Context Name: ciur/papermerge Description: # Pull Request ## add optional pidfile argument for integrated worker fixes #59 # Relevant Files Found ## papermerge/core/management/commands/worker.py ``` import os import logging from celery import Celery from celery.apps.worker import Worker as CeleryW...
174
null
dronekit/dronekit-python
# Repository Context Name: dronekit/dronekit-python Description: # Pull Request ## Added inf and NaN check on takeoff Solution for #171 @mrpollo Does not check alt as instanceof `float` because nan and inf are floats. It simply checks for nan/inf using the math lib # Relevant Files Found ## droneapi/module/ap...
105
null
Flagsmith/flagsmith-engine
# Repository Context Name: Flagsmith/flagsmith-engine Description: # Pull Request ## chore(tests): update engine test-data Remove sorting flags from engine data since it's already sorted now. # Relevant Files Found ## tests/engine_tests/test_engine.py ``` import json import typing from pathlib import Path impor...
3
null
jsalt2020-asrdiar/jsalt2020_simulate
# Repository Context Name: jsalt2020-asrdiar/jsalt2020_simulate Description: # Pull Request ## Add meeting-style simulation. This PR is just for visibility. I'm going to approve this myself. # Relevant Files Found ## libaueffect/signals.py ``` # -*- coding: utf-8 -*- import libaueffect import numpy as np ...
3,079
null
bcgov/wps
# Repository Context Name: bcgov/wps Description: # Pull Request ## Fixed script. I expect a tip... # Test Links: [Landing Page](https://wps-pr-3079.apps.silver.devops.gov.bc.ca/) [MoreCast 2.0](https://wps-pr-3079.apps.silver.devops.gov.bc.ca/morecast-2) [Percentile Calculator](https://wps-pr-3079.apps.silver.dev...
8,280
null
apache/tvm
# Repository Context Name: apache/tvm Description: # Pull Request ## Introduce --interface-api={c,packed} parameter This introduces structures generated to provide a documented and stable user friendly interface to a TVM generated model, as can be seen in the AOT demo application: ``` struct tvmgen_default_inpu...
6,402
null
red-hat-storage/ocs-ci
# Repository Context Name: red-hat-storage/ocs-ci Description: # Pull Request ## Fix test_overprovision_level_policy_control #6407 Fixes #https://github.com/red-hat-storage/ocs-ci/issues/6430 Signed-off-by: oviner <oviner@redhat.com> # Relevant Files Found ## ocs_ci/helpers/helpers.py ``` """ Helper functions ...
262
null
PythonistaGuild/TwitchIO
# Repository Context Name: PythonistaGuild/TwitchIO Description: # Pull Request ## Add Eventsub handlers for Polls and Predictions ## Pull request summary Adds Eventsub handlers for Polls and Predictions ## Checklist - [x] If code changes were made then they have been tested. - [x] I have updated th...
68
null
jeffgortmaker/pyblp
# Repository Context Name: jeffgortmaker/pyblp Description: # Pull Request ## Update options.py typo # Relevant Files Found ## pyblp/options.py ``` r"""Global options. Attributes ---------- digits : `int` Number of digits displayed by status updates. The default number of digits is ``7``. The number of digi...
77
null
yezz123/authx-extra
# Repository Context Name: yezz123/authx-extra Description: # Pull Request ## ✨ Add `cookie_path` parameter to SessionMiddleware Fixes #76 # Relevant Files Found ## authx_extra/session.py ``` import uuid from http.cookies import SimpleCookie from authx._internal import MemoryIO, SignatureSerializer from starle...
1,137
null
UKGovernmentBEIS/inspect_ai
# Repository Context Name: UKGovernmentBEIS/inspect_ai Description: # Pull Request ## Tools: Don't attempt to marshall arguments of dynamic `ToolDef` with `**kwargs: Any` (just pass them through) # Relevant Files Found ## src/inspect_ai/model/_call_tools.py ``` import asyncio import inspect import types from da...
1,196
null
narwhals-dev/narwhals
# Repository Context Name: narwhals-dev/narwhals Description: # Pull Request ## test: update cuDF tests <!-- # Thanks for contributing a pull request! ## Please make sure you see our contribution guidelines: https://github.com/narwhals-dev/narwhals/blob/main/CONTRIBUTING.md --> ## What type of PR is this? (c...
507
null
instana/python-sensor
# Repository Context Name: instana/python-sensor Description: # Pull Request ## Enable Asyncio support. As we support now only the Python runtime >= 3.7, the usage of the ContextVarsScopeManager as Tracer's scope manager is indicated to provide automatic Span propagation from parent coroutines, tasks and scheduled ...
36
null
EXP-Tools/steam-discount
# Repository Context Name: EXP-Tools/steam-discount Description: # Pull Request ## Update saver.py # Relevant Files Found ## src/core/saver.py ``` #!/usr/bin/env python # -*- coding: utf-8 -*- # @Author : EXP # ----------------------------------------------- import re from pypdm.dbc._sqlite import SqliteDBC fr...
4
null
orgito/spectrum-client
# Repository Context Name: orgito/spectrum-client Description: # Pull Request ## Update to Python3 & Error Handling Updated to be python3 focused along with using f-strings. Also added some error handling due to issues found while using it. # Relevant Files Found ## spectrum_client/__version__.py ``` __title__ =...
38
null
mmolenda/missalemeum
# Repository Context Name: mmolenda/missalemeum Description: # Pull Request ## Adding Gospel comments # Relevant Files Found ## missal1962/apiv2.py ``` import datetime import flask import sys import logging from flask import jsonify, Blueprint from typing import List, Tuple import controller from constants.co...
82
null
OpenCSGs/llm-inference
# Repository Context Name: OpenCSGs/llm-inference Description: # Pull Request ## Refactor streaming It's a mass commit, we have: 1. solve the issue that ray `deployment` exclusive for `generator` and `normal rest` 2. build in pipelines: `default` (transformer auto class) and `llamacpp` support streaming 3. `stre...
504
null
IBM/lale
# Repository Context Name: IBM/lale Description: # Pull Request ## Revised accuracy_and_disparate_impact() metric. # Relevant Files Found ## lale/lib/aif360/util.py ``` # Copyright 2019 IBM Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in comp...
10,046
null
ray-project/ray
# Repository Context Name: ray-project/ray Description: # Pull Request ## Upload Travis in after_script phase The deploy phase is skipped when script/tests fails. This prevent us from uploading failed result to S3. This PR change it to after_script phase and the secret is injected via Travis Env Var. https:...
9,114
null
pydantic/pydantic
# Repository Context Name: pydantic/pydantic Description: # Pull Request ## Improve schema gen for nested dataclasses When we have the schema available for a `dataclass` (or other type with `__pydantic_core_schema`) don't rebuild! Greatly improves schema generation time + greatly minimizes the number of recursive s...
285
null
felddy/weewx-docker
# Repository Context Name: felddy/weewx-docker Description: # Pull Request ## Bump setuptools from 69.0.2 to 69.0.3 Bumps [setuptools](https://github.com/pypa/setuptools) from 69.0.2 to 69.0.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/setuptools/blob/main/NEWS.rst"...
2
null
AIFSH/HivisionIDPhotos-ComfyUI
# Repository Context Name: AIFSH/HivisionIDPhotos-ComfyUI Description: # Pull Request ## fix: onnxruntime-gpu 修复了如果onnxruntime安装了GPU版后,加载模型会报错的问题 # Relevant Files Found ## hivision/creator/human_matting.py ``` #!/usr/bin/env python # -*- coding: utf-8 -*- r""" @DATE: 2024/9/5 21:21 @File: human_matting.py @IDE: ...
523
null
Quantum-Accelerators/quacc
# Repository Context Name: Quantum-Accelerators/quacc Description: # Pull Request ## Make all recipes accept `dict[Literal["atoms"], Atoms]` as input; fix Parsl docs (Sourcery refactored) Pull Request #518 refactored by [Sourcery](https://sourcery.ai/github/). If you're happy with these changes, merge this Pull Re...
15,335
null
Opentrons/opentrons
# Repository Context Name: Opentrons/opentrons Description: # Pull Request ## chore(shared-data): Adds new P1000S model v3.7 to support new accuracy function <!-- Thanks for taking the time to open a pull request! Please make sure you've read the "Opening Pull Requests" section of our Contributing Guide: https:...
478
null
gpustack/gpustack
# Repository Context Name: gpustack/gpustack Description: # Pull Request ## fix: tools not upgraded after upgrading gpustack #464 # Relevant Files Found ## gpustack/worker/tools_manager.py ``` import logging import os from pathlib import Path import shutil import stat import time import zipfile import requests ...
321
null
ggravlingen/pygleif
# Repository Context Name: ggravlingen/pygleif Description: # Pull Request ## Add more test data # Relevant Files Found ## pygleif/api/data.py ``` """Data.""" from datetime import datetime from typing import Any from .shared import BaseSchema class ValidatedAt(BaseSchema): """Represent validated at info...
92
null
starsimhub/tbsim
# Repository Context Name: starsimhub/tbsim Description: # Pull Request ## Lots of little updates to TBsim calibration # Relevant Files Found ## scripts/ACT3/run_act3.py ``` import starsim as ss import tbsim as mtb import numpy as np import pandas as pd import sciris as sc import act3_plots as aplt import os ...
1,195
null
confident-ai/deepeval
# Repository Context Name: confident-ai/deepeval Description: # Pull Request ## Fix issue #1185 Here is the one line fix for this issue, as mentioned in Issue #1185. # Relevant Files Found ## deepeval/red_teaming/attack_synthesizer.py ``` import json import random import asyncio import requests import aiohttp fr...
508
null
opendp/dp-wizard
# Repository Context Name: opendp/dp-wizard Description: # Pull Request ## Changing epsilon will not reset columns - Fix #507 # Relevant Files Found ## dp_wizard/shiny/analysis_panel.py ``` from math import pow from typing import Iterable, Any from pathlib import Path from htmltools import tags from shiny impor...
85
null
ArnaoutLab/diversity
# Repository Context Name: ArnaoutLab/diversity Description: # Pull Request ## Optimize computation for symmetric similarity # Relevant Files Found ## src/greylock/metacommunity.py ``` """Module for metacommunity and subcommunity diversity measures. Classes ------- Metacommunity Represents a metacommunity ...
100
null
firebolt-db/firebolt-python-sdk
# Repository Context Name: firebolt-db/firebolt-python-sdk Description: # Pull Request ## refactor: Remove release from setup.cfg and delete generate_version_tag Making shared action more self-contained. It will install its own dependencies. No need to keep them in sdk. Also, version tag generation script belongs ...
50
null
gefyrahq/gefyra
# Repository Context Name: gefyrahq/gefyra Description: # Pull Request ## fix: remove alpine container remainder closes #46 # Relevant Files Found ## client/gefyra/configuration.py ``` import struct import socket import sys import logging from docker import DockerClient, from_env logger = logging.getLogger("g...
8,826
null
langflow-ai/langflow
# Repository Context Name: langflow-ai/langflow Description: # Pull Request ## fix: comment out pyleak_marker in tests due to ongoing issues - Temporarily commented out the pyleak_marker in test_parse_json_data.py and test_basic_prompting.py to address a known issue with pyleak detection. - Added TODO comments with...
327
null
niaid/image_portal_workflows
# Repository Context Name: niaid/image_portal_workflows Description: # Pull Request ## killing off dead / commented out code - closes #302 Addresses #302 General cleanup of commented out code. # Relevant Files Found ## em_workflows/utils/neuroglancer.py ``` from pathlib import Path from pytools.HedwigZarrIm...
137
null
indico/indico-plugins
# Repository Context Name: indico/indico-plugins Description: # Pull Request ## Make livesync queue runs more efficient # Relevant Files Found ## citadel/indico_citadel/backend.py ``` # This file is part of the Indico plugins. # Copyright (C) 2002 - 2021 CERN # # The Indico plugins are free software; you can re...
3,033
null
activeloopai/deeplake
# Repository Context Name: activeloopai/deeplake Description: # Pull Request ## Updated versions for 3.9.41 release ## 🚀 🚀 Pull Request ### Impact <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [ ] Bug fix (non-breaking change which fixes expected existi...
39,453
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## Bump `colorlog` to `>=6.8.2` Fixed the needed breaking changes: https://github.com/borntyping/python-colorlog/compare/v5.0.0...v6.8.2 🤞 <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreem...
18,483
null
conan-io/conan-center-index
# Repository Context Name: conan-io/conan-center-index Description: # Pull Request ## openblas: fix error with build_lapack option Specify library name and version: **openblas/0.3.15** If `build_lapack` was set to `True`, you would get the following error: ``` -------- Installing package openblas/0.3.15 (...
7,320
null
polarsource/polar
# Repository Context Name: polarsource/polar Description: # Pull Request ## Fix: Discount codes now apply correctly when trial subscriptions end ## Problem When a customer applied a "once" discount code (e.g., 100% off) to a trial subscription, the discount was incorrectly removed when the trial ended, causing the...
376
null
alpacahq/alpaca-py
# Repository Context Name: alpacahq/alpaca-py Description: # Pull Request ## Requests: fixed "see also" parent classes in docstrings Fixed some docstrings - aligned the classes mentioned in-text with the parents appearing in the class definitions. # Relevant Files Found ## alpaca/data/requests.py ``` from dateti...
482
null
openshift/lightspeed-service
# Repository Context Name: openshift/lightspeed-service Description: # Pull Request ## OLS-364: Updated and added missing type hints ## Description Updated and added missing type hints ## Type of change - [ ] Refactor - [ ] New feature - [ ] Bug fix - [ ] CVE fix - [ ] Optimization - [ ] Documentation...
21
null
seznam/flexp
# Repository Context Name: seznam/flexp Description: # Pull Request ## Show exception message if Exception is raised in to_html() ![screenshot from 2018-10-23 08-49-15](https://user-images.githubusercontent.com/24212419/47333818-fe571a00-d6a1-11e8-9a33-1495d08facca.png) # Relevant Files Found ## flexp/browser...
19
null
lmnr-ai/lmnr-python
# Repository Context Name: lmnr-ai/lmnr-python Description: # Pull Request ## Update the format of evaluate events # Relevant Files Found ## src/lmnr/__init__.py ``` from .sdk.client import Laminar from .sdk.decorators import observe, lmnr_context, wrap_llm_call from .sdk.interface import trace, TraceContext, S...
7
null
runloopai/rl-cli
# Repository Context Name: runloopai/rl-cli Description: # Pull Request ## Add code mounts to cil # Relevant Files Found ## rl_cli/main.py ``` import argparse import asyncio import datetime import functools import os import subprocess from runloop_api_client import NOT_GIVEN, AsyncRunloop, NotGiven from runloo...
1,273
null
opengisch/QFieldCloud
# Repository Context Name: opengisch/QFieldCloud Description: # Pull Request ## fix(packaging): handle `needs_repackaging` on project API Following-up #1235 # Relevant Files Found ## docker-app/qfieldcloud/core/serializers.py ``` from pathlib import Path from typing import Any from django.urls import reverse_la...
32
null
reductstore/reduct-py
# Repository Context Name: reductstore/reduct-py Description: # Pull Request ## [#31] Fix error message printing Also remove an unneeded default asignment and unneeded linter disable # Relevant Files Found ## pkg/reduct/error.py ``` """Reduct Errors""" from pydantic import BaseModel class ServerError(BaseModel...
38
null
victordomingos/optimize-images
# Repository Context Name: victordomingos/optimize-images Description: # Pull Request ## Pass the args as OutputConfiguration to main As discussed in https://github.com/victordomingos/optimize-images/pull/37 # Relevant Files Found ## optimize_images/__main__.py ``` #!/usr/bin/env python3 # encoding: utf-8 """ A ...
9,660
null
PaddlePaddle/PaddleNLP
# Repository Context Name: PaddlePaddle/PaddleNLP Description: # Pull Request ## [XPU] qwen2 supports fused_rope <!-- Demo: https://github.com/PaddlePaddle/PaddleNLP/pull/26 --> ### PR types New features <!-- One of [ New features | Bug fixes | Function optimization | Performance optimization | Breaking changes ...
78
null
LSSTDESC/skyCatalogs
# Repository Context Name: LSSTDESC/skyCatalogs Description: # Pull Request ## U/jrbogart/config include Addresses issue #76 Allow use of include files within a config. The primary motivation and expected use is to allow the config information for an object type to be in a separate file which can be in a subdirec...
8,165
null
polarsource/polar
# Repository Context Name: polarsource/polar Description: # Pull Request ## feat: add load test # Relevant Files Found # Edits This PR adds a comprehensive load testing suite for Polar's payment infrastructure, focusing on the checkout flow to ensure performance and scalability. It introduces Locust-based tes...
521
null
ssl-hep/ServiceX_frontend
# Repository Context Name: ssl-hep/ServiceX_frontend Description: # Pull Request ## Delete a Transform # Problem Users can't delete unused transform requests to free up disk space # Approach This PR goes along with [ServiceX PR 915](https://github.com/ssl-hep/ServiceX/pull/915) to provide a command line tool ...