pr_id
int64
repo_id
null
repo_name
string
text
string
3
null
byuccl/spydrnet
# Repository Context Name: byuccl/spydrnet Description: # Pull Request ## WIP: Api Public facing API that can be used for parsers, composers, and other uses of the tool. # Relevant Files Found # Edits This pull request introduces a public-facing API for SpyDrNet to standardize creation and analysis of FPGA net...
61
null
morpheuslord/GPT_Vuln-analyzer
# Repository Context Name: morpheuslord/GPT_Vuln-analyzer Description: # Pull Request ## Update dns_recon.py # Relevant Files Found ## commands/dns_recon.py ``` import json import re from typing import Any from typing import Optional import dns.resolver import openai import requests from rich.progress import t...
17,070
null
Lightning-AI/pytorch-lightning
# Repository Context Name: Lightning-AI/pytorch-lightning Description: # Pull Request ## Use PL `is_overridden` in BYOT example ## What does this PR do? Minor simplification cc @borda @carmocca @justusschock @awaelchli # Relevant Files Found ## examples/fabric/build_your_own_trainer/trainer.py ``` import os ...
681
null
IntelPython/numba-dpex
# Repository Context Name: IntelPython/numba-dpex Description: # Pull Request ## Make possible to force debugging tests - [x] Added `NUMBA_DPPY_TESTING_SKIP_NO_DEBUGGING`. `1` by defaults - skip debugging tests. - [x] Install `pexpect` in test environment. - [x] Run tests with more information to easy identify er...
14,496
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## Fix use of sys.executable for module/env commands @zzotta can you see if this fixes #14491 for you? I'm not sure whether the quotes are necessary or not. I wanted to be robust in case `python` is installed in a directory containing spaces. Hon...
188
null
joajfreitas/fcp-core
# Repository Context Name: joajfreitas/fcp-core Description: # Pull Request ## Can schema # Relevant Files Found ## plugins/fcp_cpp/fcp_cpp/generator.py ``` """Cpp generator.""" """Copyright (c) 2024 the fcp AUTHORS. Permission is hereby granted, free of charge, to any person obtaining a copy of this software...
56
null
gwpy/gwosc
# Repository Context Name: gwpy/gwosc Description: # Pull Request ## Use requests instead of urllib for remote connections This PR modifies the `gwosc.api.fetch_json` function (the only thing that actually does any remote data access) to use `requests.get` instead of `urllib.request.urlopen` - it handles certificat...
3,025
null
mouredev/retos-programacion-2023
# Repository Context Name: mouredev/retos-programacion-2023 Description: # Pull Request ## Reto #7 - Python ## Describe tus cambios ***(Opcional)*** *Sobre todo aconsejable si la "Pull Request" se corresponde con una corrección adicional y no con la presentación de un ejercicio.* ## Comprobaciones Asegúrate de...
2,114
null
cloudtools/troposphere
# Repository Context Name: cloudtools/troposphere Description: # Pull Request ## Be more lenient about types for Export My use case is something like ```python t.add_output([ Output( ..., Export=Export(Join(":", ["some", "stuff"])) ) ]) ``` # Relevant Files Found ## troposphere/_...
835
null
GoogleCloudPlatform/public-datasets-pipelines
# Repository Context Name: GoogleCloudPlatform/public-datasets-pipelines Description: # Pull Request ## Fix: Resolving resource outage error. ## Description Breakages occurring in dag. This PR is to remedy that issue. # Relevant Files Found ## datasets/covid19_symptom_search/pipelines/covid19_symptom_search/c...
14
null
GoogleCloudPlatform/cloud-dataplex
# Repository Context Name: GoogleCloudPlatform/cloud-dataplex Description: # Pull Request ## Added script for cloudDQ migration # Relevant Files Found # Edits This pull request adds a script to automate the migration of CloudDQ data quality tasks from Cloud Dataplex to AutoDQ (DataScan). It introduces a CLI t...
1,224
null
jertel/elastalert2
# Repository Context Name: jertel/elastalert2 Description: # Pull Request ## Kibana Discover support kibana 8.9 ## Description <!-- Provide a description for your pull request. Note any breaking changes. --> ## Checklist <!-- The following checklist items must be completed before PRs can be merged. --...
177
null
intel/openvino-ai-plugins-gimp
# Repository Context Name: intel/openvino-ai-plugins-gimp Description: # Pull Request ## Testcase update Updates to enable the command line test case to execute using the new genai engines # Relevant Files Found ## testscases/StableDiffusion/stable_diffusion_engine_tc.py ``` #!/usr/bin/env python3 # Copyright(C)...
1,275
null
tytusdb/tytusdb
# Repository Context Name: tytusdb/tytusdb Description: # Pull Request ## Ventana3 y Ventana4 de Interfaz # Relevant Files Found ## storage/team03/main.py ``` import tkinter as tk import os from tkinter import filedialog from tkinter import * from tkinter import ttk from tkinter import messagebox from tkinter i...
2
null
corentinravoux/flip
# Repository Context Name: corentinravoux/flip Description: # Pull Request ## Test docs # Relevant Files Found ## flip/__init__.py ``` """Init file of the flip package.""" from . import covariance __version__ = "1.0.0" ``` ## flip/model_evaluation.py ``` import numpy as np from fitfs8 import grid_utils, joi...
969
null
dcos/dcos-e2e
# Repository Context Name: dcos/dcos-e2e Description: # Pull Request ## Add option to wait for DC/OS in Create # Relevant Files Found ## src/cli/__init__.py ``` """ A CLI for controlling DC/OS clusters on Docker. """ import io import json import logging import subprocess import sys import tarfile import tempfi...
461
null
GenericMappingTools/pygmt
# Repository Context Name: GenericMappingTools/pygmt Description: # Pull Request ## Separate tests of gmtinfo and grdinfo **Description of proposed changes** Separate the tests of grdinfo into `test_grdinfo.py`. <!-- Please describe changes proposed and **why** you made them. If unsure, open an issue first so...
1,214
null
kyegomez/swarms
# Repository Context Name: kyegomez/swarms Description: # Pull Request ## Created tests for custom_agent # Test Suite for CustomAgent ## Overview This PR adds comprehensive test coverage for the `CustomAgent` class, which is an HTTP client wrapper for making POST requests using `httpx`. The test suite includes ...
85
null
luxonis/luxonis-ml
# Repository Context Name: luxonis/luxonis-ml Description: # Pull Request ## NN Archive Structural Fixes for YOLO Heads The following changes are made to NN archive: - `HeadKeypointDetectionYOLO` not inherits from `HeadObjectDetectionYOLO` so we can support all the normal object detection parameters, such as ancho...
49
null
arenadata/adcm_pytest_plugin
# Repository Context Name: arenadata/adcm_pytest_plugin Description: # Pull Request ## 'No such action ...' for object now is AssertionError More often 'No such action ...' error is a product bug rather than a test developer mistake # Relevant Files Found ## setup.py ``` # Licensed under the Apache License, Vers...
1,485
null
PyCQA/isort
# Repository Context Name: PyCQA/isort Description: # Pull Request ## Exit non zero if all of passed path is broken - [x] Exit non zero value if all isort attempt fails - [x] Correct break of existing test suite - [x] Add new test suite that test all attempt fails # Relevant Files Found ## isort/main.py ``` ""...
2
null
itoffshore/distrobuilder-menu
# Repository Context Name: itoffshore/distrobuilder-menu Description: # Pull Request ## add incus compatibility `incus` LXD client is `incus` (not `lxc`) * adds a convenience function `get_lxd_binary()` to check for binaries of both * make better use of `CalledProcessError` raised by `subprocess.run` & `check=Tr...
28
null
ApeWorX/ape-etherscan
# Repository Context Name: ApeWorX/ape-etherscan Description: # Pull Request ## feat: add arbitrum network and uris ### What I did Added arbitrum networks. Added arbiscan uris. ### How I did it ### How to verify it ### Checklist - [ ] Passes all linting checks (pre-commit and CI jobs) - [ ] New tes...
468
null
CarmineOptions/derisk-research
# Repository Context Name: CarmineOptions/derisk-research Description: # Pull Request ## test-cases-utils2 test-cases-utils2 completed # Relevant Files Found # Edits This pull request adds comprehensive positive and negative test cases for three utility functions—`get_data`, `get_protocol_data_mappings`, and `...
275
null
infinyon/fluvio-client-python
# Repository Context Name: infinyon/fluvio-client-python Description: # Pull Request ## test: add sleeps for CI realibility # Relevant Files Found ## integration-tests/test_fluvio_python.py ``` from string import ascii_lowercase from fluvio import Fluvio, Offset, ConsumerConfig, SmartModuleKind import unittest ...
2,915
null
PaddlePaddle/models
# Repository Context Name: PaddlePaddle/models Description: # Pull Request ## [cherry-pick] fix bug in py3 infer cherry-pick https://github.com/PaddlePaddle/models/pull/2913 # Relevant Files Found ## PaddleCV/PaddleDetection/tools/infer.py ``` # Copyright (c) 2019 PaddlePaddle Authors. All Rights Reserved. # # L...
1,393
null
conbench/conbench
# Repository Context Name: conbench/conbench Description: # Pull Request ## UI: Never use `tags.suite` for benchmark display name Closes #1392 so the benchmark display name in the UI is always `tags.name`. # Relevant Files Found ## conbench/hacks.py ``` import logging from typing import Dict, List from conbench...
1
null
zejn/lnlib
# Repository Context Name: zejn/lnlib Description: # Pull Request ## pywintypes fix change Time(1) to TimeType fixes an error as documented here: https://github.com/Microsoft/PTVS/issues/3287 # Relevant Files Found ## lnlib.py ``` import datetime import json import os import re import pywintypes from win3...
2,672
null
openvinotoolkit/open_model_zoo
# Repository Context Name: openvinotoolkit/open_model_zoo Description: # Pull Request ## smart_classroom: allow path without trailing slash # Relevant Files Found ## demos/smart_classroom_demo/utils/create_list.py ``` #!/usr/bin/env python3 ''' Copyright (C) 2018-2019 Intel Corporation Licensed under the Apa...
30
null
sander76/aio-powerview-api
# Repository Context Name: sander76/aio-powerview-api Description: # Pull Request ## 3.0.1 - Raw hub data updates made via defined function (`request_raw_data`, `request_home_data`, `request_raw_firware`, `detect_api_version`) - Parse Gen 3 hub name based on serial + mac - Find API version based on firmware revis...
28,526
null
dagster-io/dagster
# Repository Context Name: dagster-io/dagster Description: # Pull Request ## [dagster-dg] exclude `__pycache__` from `dg list component` ## Summary & Motivation Resolves #28521 ## Changelog - [dagster-dg] exclude `__pycache__` from `dg list component` # Relevant Files Found ## python_modules/libraries/da...
256
null
ScilifelabDataCentre/serve
# Repository Context Name: ScilifelabDataCentre/serve Description: # Pull Request ## SS-1177 Add e2e test checking that changes in the user profile are saved in the database ## Description Source: https://scilifelab.atlassian.net/browse/SS-1177 This task is to add a new test to our e2e tests that would check ...
26,023
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## updating sparsehash to 2.0.4 You can see the successful build here: https://github.com/autamus/registry/pull/757 Signed-off-by: vsoch <vsoch@users.noreply.github.com> # Relevant Files Found ## var/spack/repos/builtin/packages/sparsehash/pack...
225
null
uw-it-aca/spotseeker_server
# Repository Context Name: uw-it-aca/spotseeker_server Description: # Pull Request ## remove auth dependency from initial migration # Relevant Files Found ## spotseeker_server/migrations/0001_initial.py ``` # -*- coding: utf-8 -*- from __future__ import unicode_literals from django.db import models, migrations...
13,187
null
dagster-io/dagster
# Repository Context Name: dagster-io/dagster Description: # Pull Request ## refactor: add types to run coordinator ## Summary & Motivation As the title. ## How I Tested These Changes bk # Relevant Files Found ## python_modules/dagster/dagster/_core/run_coordinator/base.py ``` from abc import ABC, abstractmeth...
1,669
null
globus/globus-compute
# Repository Context Name: globus/globus-compute Description: # Pull Request ## 2.28.0a1 # Description ~~Releasing this now to test the AP on sandbox with the new `JSONData` serialization strategy.~~ # Relevant Files Found ## compute_endpoint/globus_compute_endpoint/version.py ``` # single source of truth f...
13,039
null
googleapis/google-cloud-python
# Repository Context Name: googleapis/google-cloud-python Description: # Pull Request ## docs: [google-cloud-recaptcha-enterprise] minor doc fixes BEGIN_COMMIT_OVERRIDE docs: minor doc fixes END_COMMIT_OVERRIDE - [ ] Regenerate this pull request now. PiperOrigin-RevId: 668754916 Source-Link: https://github...
329
null
facebookresearch/hydra
# Repository Context Name: facebookresearch/hydra Description: # Pull Request ## Update hydra_compose_example.py # Relevant Files Found ## examples/advanced/ad_hoc_composition/hydra_compose_example.py ``` # Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved from hydra.experimental import compo...
74
null
erdos-project/pylot
# Repository Context Name: erdos-project/pylot Description: # Pull Request ## changing path to use underscore # Relevant Files Found ## pylot/planning/frenet_optimal_trajectory/fot_planning_operator.py ``` """ Author: Edward Fang Email: edward.fang@berkeley.edu """ import numpy as np import itertools from colle...
11
null
micheltlutz/dev-challenge
# Repository Context Name: micheltlutz/dev-challenge Description: # Pull Request ## config to deploy on fly tolm configuration to deploy on fly.io # Relevant Files Found ## app/main.py ``` import logging import os from dotenv import load_dotenv from fastapi import FastAPI from fastapi.middleware.cors import COR...
7,244
null
PennyLaneAI/pennylane
# Repository Context Name: PennyLaneAI/pennylane Description: # Pull Request ## Fixing bug GlobalPhase in QubitUnitary ### Before submitting Please complete the following checklist when submitting a PR: - [x] All new features must include a unit test. If you've fixed a bug or added code that should be ...
435
null
hacktoolkit/django-htk
# Repository Context Name: hacktoolkit/django-htk Description: # Pull Request ## feat: ✨ upgrade generate_nav_links view helper ## Description an upgrade to pass `args` or `kwargs` to `reverse` function. Solves the following case: URL definition: ```python from django.urls import re_path urlpatterns = [...
3,327
null
langflow-ai/langflow
# Repository Context Name: langflow-ai/langflow Description: # Pull Request ## feat: add functions to detect cycles in Graph Add utility functions for cycles # Relevant Files Found ## src/backend/base/langflow/graph/graph/utils.py ``` import copy from collections import deque from typing import Dict, List PRIOR...
166
null
maritaca-ai/maritalk-api
# Repository Context Name: maritaca-ai/maritalk-api Description: # Pull Request ## Update maritalk to maritaca ai and add supported schemas in docs # Relevant Files Found ## documentation/docs/translate.py ``` import os import sys from openai import OpenAI from pathlib import Path pathMap = { 'visao-geral'...
88
null
reddit/experiments.py
# Repository Context Name: reddit/experiments.py Description: # Pull Request ## Add DCs from decider-py shim (metrics) All DCs now go through the new `choose()` method from the decider-py shim. Individual `get_{dc}()` calls are checked for matching `value_type` and return the `default` param if there's a mismatc...
753
null
marimo-team/marimo
# Repository Context Name: marimo-team/marimo Description: # Pull Request ## fix: support selection when using 'layer' in altair/vega spec We didnt handle `layer` (we did with hstack and vstack). Added this code path and tests. Also fixed a small bug with url parsing that regressed when adding base-url # Releva...
15
null
eserie/wax-ml
# Repository Context Name: eserie/wax-ml Description: # Pull Request ## add link to colab # Relevant Files Found ## docs/notebooks/06_Online_Linear_Regression.py ``` # -*- coding: utf-8 -*- # --- # jupyter: # jupytext: # formats: ipynb,py,md:myst # text_representation: # extension: .py # f...
13,367
null
django/django
# Repository Context Name: django/django Description: # Pull Request ## Fixed #31894 -- Added note and tests for JSONField key lookups with QuerySet.exclude(). [ticket-31894](https://code.djangoproject.com/ticket/31894) Thanks for reporting this @carltongibson and @laymonage ! # Relevant Files Found ## tests/...
795
null
adobe-apiplatform/user-sync.py
# Repository Context Name: adobe-apiplatform/user-sync.py Description: # Pull Request ## Add except block for SSLError in Okta connector <!-- Don't forget to update the PR title to concisely describe the proposed changes --> ## Summary If the host name is formatted incorrectly in connector-okta.yml, it triggers...
21
null
MeltanoLabs/tap-github
# Repository Context Name: MeltanoLabs/tap-github Description: # Pull Request ## Add PullRequests stream and get all issues and prs regardless of state Following up on #17, I would like to propose this solution. This PR: - creates a new PullRequests stream that fetches PRs only (regardless of state). - updates...
604
null
isi-vista/adam
# Repository Context Name: isi-vista/adam Description: # Pull Request ## Increase test coverage of english language generator Closes #601 # Relevant Files Found ## adam/language_specific/english/english_language_generator.py ``` import collections from itertools import chain from typing import Iterable, List, M...
23,493
null
frappe/frappe
# Repository Context Name: frappe/frappe Description: # Pull Request ## fix: Only preload icons for desk (backport #23490) This is an automatic backport of pull request #23490 done by [Mergify](https://mergify.com). --- <details> <summary>Mergify commands and options</summary> <br /> More conditions and actio...
151
null
neuroinformatics-unit/spikewrap
# Repository Context Name: neuroinformatics-unit/spikewrap Description: # Pull Request ## Add preprocess by shank This PR adds the ability to preprocess a recording by group. This entails splitting the recording, applying preprocessing, and then aggregating at the end. Initially, for each step the recording was ...
129
null
luolingchun/flask-openapi3
# Repository Context Name: luolingchun/flask-openapi3 Description: # Pull Request ## The default value defined in the form is invalid (#128 ) * The default value defined in the form is invalid fix #126 fix #128 Checklist: - [x] Run `pytest tests` and no failed. - [x] Run `flake8 flask_openapi3 tests exa...
4,195
null
open-telemetry/opentelemetry-python
# Repository Context Name: open-telemetry/opentelemetry-python Description: # Pull Request ## ci: consider only pull request event when running public-symbols-check # Description Not sure it's the right fix but intuitively we need to look for pull request event label only if the event is a pull request. As previ...
14
null
mrtommyb/K2fov
# Repository Context Name: mrtommyb/K2fov Description: # Pull Request ## faster functions for a check if given (RA,Dec) fall on silicon # Relevant Files Found ## K2fov/K2onSilicon.py ``` """ The code will accept a file containing a minimum of two columns RA Dec. where RA and Dec are in decimal degrees """ from ...
938
null
pyccel/pyccel
# Repository Context Name: pyccel/pyccel Description: # Pull Request ## Update compilation configuration Collect python library from correct key to fix mac compiling. Fixes #937 Add -funroll-loops to release flags. Fixes #942 Update patch number so compile files are automatically regenerated # Relevant Files F...
638
null
dmwm/DBS
# Repository Context Name: dmwm/DBS Description: # Pull Request ## updated server side unit tests due to the run_num check and fix a bug updated server side unit tests due to the run_num check and fix a bug on listFileLumiArray. # Relevant Files Found ## Server/Python/src/dbs/web/DBSReaderModel.py ``` from __fut...
1,265
null
bcgov/gwells
# Repository Context Name: bcgov/gwells Description: # Pull Request ## Use regular code descriptions for well summary # Relevant Files Found ## app/backend/aquifers/views.py ``` """ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the Li...
107
null
openshift/openshift-client-python
# Repository Context Name: openshift/openshift-client-python Description: # Pull Request ## Adding an Ephemeral Projects decorator Fixing incorrect error message Adding the ability to create an imagestream Adding ansible updates # Relevant Files Found ## ansible/roles/openshift_client_python/library/openshi...
516
null
bethlakshmi/gbe-divio-djangocms-python2.7
# Repository Context Name: bethlakshmi/gbe-divio-djangocms-python2.7 Description: # Pull Request ## Hotfix to Troupe membership change (#346) As soon as I started working on the Act Title change, I found a bug. Then 2 bugs. It's not a problem on live right now, because the bid submission is turned off, so users...
118
null
Phuks-co/throat
# Repository Context Name: Phuks-co/throat Description: # Pull Request ## New Mod Features: Anonymous Modding & Banned Users Sidebar Button Two small things: **1. Adds the "Banned Users" button to the Mod Sidebar, when relevant** ![Screenshot from 2020-07-24 14 35 31](https://user-images.githubusercontent.com...
5
null
Amreeta-18/AID
# Repository Context Name: Amreeta-18/AID Description: # Pull Request ## Platform Independent Encoding & Less Tedious Few Shot Installation - Fixed encoding issues in CheckRules.py and parseDOM.py to make AID platform independent for different OS. - Improved the dependency installation process (New user needs to...
85
null
ArgonneCPAC/diffsky
# Repository Context Name: ArgonneCPAC/diffsky Description: # Pull Request ## Add `istart:iend` feature to hdf5 loader util Add `istart:iend` feature to hdf5 loader util # Relevant Files Found ## diffsky/data_loaders/hacc_core_utils.py ``` """Utility functions for loading HACC cores""" import h5py import numpy ...
16
null
candidco/confidential
# Repository Context Name: candidco/confidential Description: # Pull Request ## Fix regression We introduced a regression in v.2.1.0 where we don't check for an integer. This should fix that. Also added some more tests. Thanks to @jsundy for finding it. # Relevant Files Found ## confidential/secrets_manager.py...
284
null
getzep/zep-python
# Repository Context Name: getzep/zep-python Description: # Pull Request ## Simplify date parsing in context string composition <!-- ELLIPSIS_HIDDEN --> > [!IMPORTANT] > Simplifies date parsing using `dateutil` in `utils.py` and updates version to `3.4.2`. > > - **Date Parsing**: > - Replaces custom ISO ...
1,435
null
xorbitsai/inference
# Repository Context Name: xorbitsai/inference Description: # Pull Request ## CLN: Remove all speculative-related codes Remove these because this interface has been severely mismatched with the current interface. If you want to know about the impl details, please see #509 # Relevant Files Found ## xinference/ap...
1,028
null
pythonitalia/pycon
# Repository Context Name: pythonitalia/pycon Description: # Pull Request ## Add a menu model and API # Relevant Files Found ## backend/api/cms/types.py ``` import strawberry from ..helpers.i18n import make_localized_resolver @strawberry.type class FAQ: question: str = strawberry.field(resolver=make_loca...
15,598
null
DataDog/integrations-core
# Repository Context Name: DataDog/integrations-core Description: # Pull Request ## Migrate `ddev release agent integrations-changelog` to `ddev` ### What does this PR do? <!-- A brief description of the change being made with this pull request. --> ### Motivation [AITOOLS-186](https://datadoghq.atlassian.ne...
249
null
camel-ai/camel
# Repository Context Name: camel-ai/camel Description: # Pull Request ## Remove `assistant_funtions` from `RolePlaying` ## Description Remove `assistant_funtions` from `RolePlaying` to simplify the RolePlaying API and fix a bug: https://github.com/camel-ai/camel/issues/248 ## Types of changes What types of...
533
null
pallets-eco/flask-admin
# Repository Context Name: pallets-eco/flask-admin Description: # Pull Request ## A proposal to fix https://github.com/mrjoes/flask-admin/issues/532 From the issue: If an image extension is 'jpeg' (not 'jpg'), then inside ImageUploadField._save_file() the call to self._get_save_format() enters the if-statement whe...
96
null
gran4/AI-InvestiBot
# Repository Context Name: gran4/AI-InvestiBot Description: # Pull Request ## Fix small errors in implementation # Relevant Files Found ## AI-InvestiBot/implementation.py ``` """ Name: implementation.py Purpose: This module provides a lambda and loop implementation to predict and trade stock/crypto...
52,764
null
ray-project/ray
# Repository Context Name: ray-project/ray Description: # Pull Request ## [core] Further deflake `test_gcs_fault_tolerance.py` Recent flake: https://buildkite.com/ray-project/postmerge/builds/9908#01969376-c292-484d-b9d4-abca4fbbd35d/180-1552 Attempting to fix by using `wait_for_condition` instead of an immediat...
26
null
scrapinghub/scrapy-autoextract
# Repository Context Name: scrapinghub/scrapy-autoextract Description: # Pull Request ## gzip compression for cache This PR adds gzip compression for AutoExtract cache, and enables it by default. # Relevant Files Found ## scrapy_autoextract/cache.py ``` import abc import json import sqlitedict from autoextrac...
4,762
null
TobikoData/sqlmesh
# Repository Context Name: TobikoData/sqlmesh Description: # Pull Request ## feat: use new tcloud sqlmesh_lsp call # Relevant Files Found ## vscode/extension/tests/tcloud/mock_tcloud/cli.py ``` """ Mock tcloud CLI for testing VSCode extension. Implements only the commands used by the extension. """ import json...
678
null
IronLanguages/ironpython2
# Repository Context Name: IronLanguages/ironpython2 Description: # Pull Request ## Changes from ipy3 Covers: - https://github.com/IronLanguages/ironpython3/pull/411 - https://github.com/IronLanguages/ironpython3/pull/415 - https://github.com/IronLanguages/ironpython3/pull/418 - https://github.com/IronLanguages...
67
null
uw-it-aca/uw-restclients-canvas
# Repository Context Name: uw-it-aca/uw-restclients-canvas Description: # Pull Request ## Qa # Relevant Files Found ## uw_canvas/__init__.py ``` """ This is the interface for interacting with Instructure's Canvas web services. """ from commonconf import settings from urllib.parse import quote import warnings i...
131
null
TinyTapeout/tt-support-tools
# Repository Context Name: TinyTapeout/tt-support-tools Description: # Pull Request ## refactor(logo): move pdk specific code to tech.py resolves #130 # Relevant Files Found ## logo.py ``` #!/usr/bin/env python3 import argparse import sys from typing import Dict, TypedDict import gdstk from git.repo import Rep...
453
null
pytorch/benchmark
# Repository Context Name: pytorch/benchmark Description: # Pull Request ## run.py cudastreams arg for testing utilization new run.py argument --cudastreams causes benchmark to be run with 1-10 overlapped cuda streams. Causes current benchmark to be run with same data but overlapped in time, in order to estimate...
19
null
fumihwh/onnx-pytorch
# Repository Context Name: fumihwh/onnx-pytorch Description: # Pull Request ## add OP Elu/Sub/Tanh # Relevant Files Found ## onnx_pytorch/tests/test_base.py ``` import logging from tempfile import TemporaryDirectory import os import importlib.util import numpy as np import onnx import onnxruntime from onnx.he...
72
null
AndGem/OsmToRoadGraph
# Repository Context Name: AndGem/OsmToRoadGraph Description: # Pull Request ## bz2 file support # Relevant Files Found ## graph/algorithms.py ``` from collections import deque import graph.graphfactory as graphfactory import utils.timer as timer from graph.graph import Graph from typing import Set def BFS(...
32
null
zenotech/MyCluster
# Repository Context Name: zenotech/MyCluster Description: # Pull Request ## Develop # Relevant Files Found ## mycluster/lsf.py ``` import os import re import math from string import Template from datetime import timedelta from subprocess import Popen, PIPE, check_output from mycluster import get_data from myc...
403
null
gwmod/nlmod
# Repository Context Name: gwmod/nlmod Description: # Pull Request ## Add get_inset_map_bounds # Relevant Files Found ## nlmod/plot/__init__.py ``` # ruff: noqa: F401 from . import flopy from .dcs import DatasetCrossSection from .plot import ( animate_map, data_array, facet_plot, geotop_lithok_i...
799
null
smicallef/spiderfoot
# Repository Context Name: smicallef/spiderfoot Description: # Pull Request ## Update malwaredomainlist meta # Relevant Files Found ## modules/sfp_malwaredomainlist.py ``` # -*- coding: utf-8 -*- # ------------------------------------------------------------------------------- # Name: sfp_malwaredomainl...
71
null
openpathsampling/openpathsampling
# Repository Context Name: openpathsampling/openpathsampling Description: # Pull Request ## Added dwhs email address to setup.py. Also changed the docstring at the top to be for us, not pymbar. Will merge this myself, since I don't think it needs code review. # Relevant Files Found ## setup.py ``` """ The pymba...
816
null
microsoft/promptflow
# Repository Context Name: microsoft/promptflow Description: # Pull Request ## Refine for mlflow flavor support # Description Please add an informative description that covers that changes made by the pull request and link all relevant issues. # All Promptflow Contribution checklist: - [ ] **The pull request...
39,750
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Increase test coverage for template sandbox ## 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 ...
22
null
avtools-io/itu-r-468-weighting
# Repository Context Name: avtools-io/itu-r-468-weighting Description: # Pull Request ## Dev # Relevant Files Found ## itu_r_468_weighting/filter.py ``` from math import inf, log10, sqrt from typing import Union from itu_r_468_weighting.constants import ( DB_GAIN_1KHZ, DB_GAIN_2KHZ, FACTOR_GAIN_1KH...
83
null
sdpython/onnx-extended
# Repository Context Name: sdpython/onnx-extended Description: # Pull Request ## Improves parallelization of the tree ensemble implementation # Relevant Files Found ## _doc/examples/plot_optim_tree_ensemble.py ``` """ .. _l-plot-optim-tree-ensemble: TreeEnsemble optimization ========================= The exec...
535
null
mkdocs/mkdocs
# Repository Context Name: mkdocs/mkdocs Description: # Pull Request ## Special case media being in the same directory as the markdown files This is based on the code in #495, but squashed and rebased and some changes removed. Closes #495 Closes #494 # Relevant Files Found ## mkdocs/tests/utils_tests.py ``` #!...
19
null
Wang-Bioinformatics-Lab/downloadpublicdata
# Repository Context Name: Wang-Bioinformatics-Lab/downloadpublicdata Description: # Pull Request ## Using dataset for caching Fixes: https://github.com/Wang-Bioinformatics-Lab/downloadpublicdata/issues/16 # Relevant Files Found ## bin/download_public_data_usi.py ``` #!/usr/bin/python import sys import os import...
41,326
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## [ArrowStringArray] PERF: use pa.compute.match_substring_regex for str.match if available ``` [ 50.00%] ··· strings.Methods.time_match ...
4
null
apivideo/api.video-python-client
# Repository Context Name: apivideo/api.video-python-client Description: # Pull Request ## Allow None value for upload_token.expires_at # Relevant Files Found ## apivideo/__init__.py ``` # flake8: noqa """ api.video api.video is an API that encodes on the go to facilitate immediate playback, enhancing...
3,791
null
google/clusterfuzz
# Repository Context Name: google/clusterfuzz Description: # Pull Request ## Dont retry on outdated uworker msgs # Relevant Files Found ## src/clusterfuzz/_internal/base/task_utils.py ``` # Copyright 2024 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file ...
11
null
itsdawei/dpvis
# Repository Context Name: itsdawei/dpvis Description: # Pull Request ## Logger timestep packing ## Description <!-- Provide a brief description of the PR's purpose here. --> add to_timestep() in logger, reconstruct a list of timesteps of the associated DPArrays each timestep looks like: ``` timestep: { ...
16
null
olegeech-me/mvcr-application-checker
# Repository Context Name: olegeech-me/mvcr-application-checker Description: # Pull Request ## Introduce language choice during /start Alongside subscribe button language select buttons are present. Once clicked a new subscribe button will be shown. Also fixed init.sql (redundant comma that broke initialization). ...
1,230
null
abetlen/llama-cpp-python
# Repository Context Name: abetlen/llama-cpp-python Description: # Pull Request ## Fix eos/bos_token for Jinja2ChatFormatter The token strings were not correctly retrieved (empty). Closes #1228 # Relevant Files Found ## llama_cpp/llama.py ``` from __future__ import annotations import os import sys import uu...
13
null
HackSoftware/vim-python-domain-knowledge
# Repository Context Name: HackSoftware/vim-python-domain-knowledge Description: # Pull Request ## Implement search # Relevant Files Found ## plugin/vim_python_domain_knowledge/ast/utils.py ``` from typing import Optional, Union, List from copy import deepcopy import math import ast from vim_python_domain_kno...
169
null
numenta/nupic-legacy
# Repository Context Name: numenta/nupic-legacy Description: # Pull Request ## along with asteval 0.9.1 update, unittest must update too small check, bump minor version number. PS: do we really need this check, as asteval is installed by pip anyway? This will cause pain on any future update. # Relevant Files Foun...
3,630
null
ukaea/PROCESS
# Repository Context Name: ukaea/PROCESS Description: # Pull Request ## Convert constraints.f90 to Python ## Description Converts `constraint_equations.f90` to Python. ## Notes - I have decided not to convert the additional debugging functions. These can be done by users as required. I only implemented NaN/i...