pr_id
int64
repo_id
null
repo_name
string
text
string
39,598
null
demisto/content
# Repository Context Name: demisto/content Description: # Pull Request ## CIAC-13359 - Expand the CS XSOAR pack in XSIAM to include an event collector ## Related Issues fixes: https://jira-dc.paloaltonetworks.com/browse/CIAC-13359 ## Description Expand the CS XSOAR pack in XSIAM to include an event collector ...
379
null
microsoft/RD-Agent
# Repository Context Name: microsoft/RD-Agent Description: # Pull Request ## fix: Quick fixes for logging <!--- Thank you for submitting a Pull Request! In order to make our work smoother. --> <!--- please make sure your Pull Request meets the following requirements: --> <!--- 1. Provide a general summary of yo...
38
null
pupil-labs/pl-realtime-api
# Repository Context Name: pupil-labs/pl-realtime-api Description: # Pull Request ## IMU Streaming # Relevant Files Found ## src/pupil_labs/realtime_api/__init__.py ``` """pupil_labs.realtime_api""" # .version is generated on install via setuptools_scm, see pyproject.toml from .device import APIPath, Device, D...
63
null
Imageomics/kabr-tools
# Repository Context Name: Imageomics/kabr-tools Description: # Pull Request ## Make imshow optional Resolves #59 # Relevant Files Found ## src/kabr_tools/detector2cvat.py ``` import os import argparse import cv2 from tqdm import tqdm from kabr_tools.utils.yolo import YOLOv8 from kabr_tools.utils.tracker import...
144
null
deepjyoti30/ytmdl
# Repository Context Name: deepjyoti30/ytmdl Description: # Pull Request ## Typo in documentation Just a little typo in the documentation # Relevant Files Found ## ytmdl/core.py ``` """Contain all the core functions for ytmdl""" from typing import Union from simber import Logger from colorama import Fore, Style...
11,424
null
Chia-Network/chia-blockchain
# Repository Context Name: Chia-Network/chia-blockchain Description: # Pull Request ## more merkle tree tests This adds a test case that causes empty nodes to be included in the merkle tree, as well as a few negative test cases for invalid input # Relevant Files Found ## tests/core/test_merkle_set.py ``` import ...
841
null
scieloorg/packtools
# Repository Context Name: scieloorg/packtools Description: # Pull Request ## Refactor: Remove módulos de validação, e os respectivos testes, que foram substituídos (renomeados) #### O que esse PR faz? Remove módulos de validação, e os respectivos testes, que foram substituídos (renomeados). #### Onde a revisão...
66
null
fsmi/odie-server
# Repository Context Name: fsmi/odie-server Description: # Pull Request ## Barcode scanner support # Relevant Files Found ## barcode/barcode.py ``` #! /usr/bin/env python3 # dependencies for generating barcodes: # ps2pdf # pdftk # pdfjam import os import subprocess import socket import tempfile from api_util...
29
null
nhsx/nhsx-website
# Repository Context Name: nhsx/nhsx-website Description: # Pull Request ## Add Google Analytics This adds Google Analytics via the `AnalyticsSettings` setting in the backend. It also utilises the `data-cookieconsent` from the NHS Cookie Consent JS, so the file only gets loaded if cookies have been enabled. # Rele...
944
null
GAM-team/GAM
# Repository Context Name: GAM-team/GAM Description: # Pull Request ## Pylint cleanup # Relevant Files Found ## src/gam.py ``` #!/usr/bin/env python3 # -*- coding: utf-8 -*- # # GAM # # Copyright 2019, LLC All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use...
312
null
raysect/source
# Repository Context Name: raysect/source Description: # Pull Request ## Implement __pow__ operator for FunctionxD objects Supports using FunctionxD objects in expressions such as f1 ** f2, f1 ** const and const ** f1. To fully support the 3 argument form of __pow__, __mod__ is also implemented. This behaves i...
4
null
zacstewart/apt-decoder
# Repository Context Name: zacstewart/apt-decoder Description: # Pull Request ## Resample using SOX instead of Python and some fixes Hi, I fixed some minor things I thought were missing. - Previously the program failed when loading a stereo WAV file, so now only the first channel is used and the rest are ignored...
73
null
NVIDIA/numba-cuda
# Repository Context Name: NVIDIA/numba-cuda Description: # Pull Request ## Fixups for Numba 0.61 and Windows This PR fixes issues with Numba 0.61, and bool print tests on Windows. # Relevant Files Found ## numba_cuda/numba/cuda/dispatcher.py ``` import numpy as np import os import sys import ctypes import funct...
479
null
NOAA-OWP/t-route
# Repository Context Name: NOAA-OWP/t-route Description: # Pull Request ## bug fixes: CHRTOUT writing, run_set creation Two bug fixes are addressed with this PR 1. Correctly time-indexed data are now written to CHRTOUT. Prior to the changes to `nhd_io.write_q_to_wrf_hydro`, the data being written to CHRTOUT file...
2,508
null
livekit/agents
# Repository Context Name: livekit/agents Description: # Pull Request ## Collect prompt cached tokens count in llm usage in AWS LLM plugin Collect prompt cached tokens count in llm usage in AWS LLM plugin # Relevant Files Found ## livekit-plugins/livekit-plugins-aws/livekit/plugins/aws/llm.py ``` # Copyright 202...
7
null
RapidataAI/rapidata-python-sdk
# Repository Context Name: RapidataAI/rapidata-python-sdk Description: # Pull Request ## Update package naming and auto update doc version to project version # Relevant Files Found ## docs/source/conf.py ``` # Configuration file for the Sphinx documentation builder. # # For the full list of built-in configurati...
19,172
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## Add py-shortuuid # Relevant Files Found # Edits This pull request adds support for the `py-shortuuid` package in Spack, enabling users to install this Python library that generates concise, unambiguous, and URL-safe UUIDs. The key change is...
1,827
null
googleapis/python-bigquery
# Repository Context Name: googleapis/python-bigquery Description: # Pull Request ## feat: support RANGE query parameters Part of #1724. In this PR, we add support for using a query parameter of RANGE type, either named or positional. Here is an example below: ``` from google.cloud import bigquery from datet...
461
null
opensanctions/yente
# Repository Context Name: opensanctions/yente Description: # Pull Request ## Bump elasticsearch[async] from 8.13.1 to 8.14.0 Bumps [elasticsearch[async]](https://github.com/elastic/elasticsearch-py) from 8.13.1 to 8.14.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/el...
5
null
IDUclub/PopFrame
# Repository Context Name: IDUclub/PopFrame Description: # Pull Request ## Spatial inequality # Relevant Files Found ## popframe/method/aglomeration.py ``` from .base_method import BaseMethod import geopandas as gpd from shapely.geometry import Point, Polygon, MultiPolygon from popframe.preprocessing.level_fill...
4,092
null
owid/etl
# Repository Context Name: owid/etl Description: # Pull Request ## 💄marriages&divorces: small metadata improvements # Relevant Files Found ## etl/steps/data/grapher/ons/2025-01-12/divorces_by_year.py ``` """Load a garden dataset and create a grapher dataset.""" from etl.helpers import PathFinder, create_datas...
14,889
null
vllm-project/vllm
# Repository Context Name: vllm-project/vllm Description: # Pull Request ## [Bugfix] Explicitly disable Phi-4-multimodal in V1 Since V1 is now used by default, we need to apply `SupportsV0Only` for Phi-4-multimodal so V0 is automatically selected when running the model. # Relevant Files Found ## vllm/model_execut...
613
null
runloopai/api-client-python
# Repository Context Name: runloopai/api-client-python Description: # Pull Request ## Add long poll endpoint for querying async exec status Similar to https://github.com/runloopai/api-client-python/pull/608, this PR adds long polling to the `await_completed` endpoint # Relevant Files Found ## src/runloop_api_clie...
3,162
null
pipecat-ai/pipecat
# Repository Context Name: pipecat-ai/pipecat Description: # Pull Request ## Add Quail STT as default model for `AICFilter` ### Summary Updates `AICFilter` to use Quail STT (`AICModelType.QUAIL_STT`) as the default model. Quail STT is optimized for human-to-machine interaction (voice agents, speech-to-text) and op...
13
null
CiscoTestAutomation/pyats.contrib
# Repository Context Name: CiscoTestAutomation/pyats.contrib Description: # Pull Request ## Add support for Virtual Machine based devices - lookup VMs in addition to devices - properly look for interfaces for VMs as well as devices Required a few tweaks to the logic to support both devices and VMs. # Relevant...
950
null
argoproj-labs/hera
# Repository Context Name: argoproj-labs/hera Description: # Pull Request ## fix: Improve linting/editor experience for hera models. **Pull Request Checklist** - [ ] Fixes #<!--issue number goes here--> - [ ] Tests added - [ ] Documentation/examples added - [ ] [Good commit messages](https://cbea.ms/git-commit/...
4,691
null
ansys/pyaedt
# Repository Context Name: ansys/pyaedt Description: # Pull Request ## FEAT: added units to export_to_csv method # Relevant Files Found ## pyaedt/modules/solutions.py ``` from collections import OrderedDict import itertools import json import logging import math import os import shutil import sys import time f...
8,261
null
PaddlePaddle/PaddleNLP
# Repository Context Name: PaddlePaddle/PaddleNLP Description: # Pull Request ## Fix timer for NPU&XPU <!-- Demo: https://github.com/PaddlePaddle/PaddleNLP/pull/26 --> ### PR types <!-- One of [ New features | Bug fixes | Function optimization | Performance optimization | Breaking changes | Others ] --> Bug fixe...
322
null
googleapis/langchain-google-alloydb-pg-python
# Repository Context Name: googleapis/langchain-google-alloydb-pg-python Description: # Pull Request ## chore(tests): fix multi-modal image testing Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a...
4,121
null
chimera-linux/cports
# Repository Context Name: chimera-linux/cports Description: # Pull Request ## main/python-jinja2: update to 3.1.6 ## Description Update python-jinja2 to 3.1.6 in preparation to submit saltstack ## Checklist Before this pull request is reviewed, certain conditions must be met. The following must be true for all...
3,876
null
exercism/python
# Repository Context Name: exercism/python Description: # Pull Request ## [Swift Scheduling]: Added Files for New Practice Exercise Added files for new exercise [`Swift Scheduling`](https://github.com/exercism/problem-specifications/pull/2536). # Relevant Files Found # Edits This pull request adds a new prac...
52
null
cuebook/CueSearch
# Repository Context Name: cuebook/CueSearch Description: # Pull Request ## Es query fixes # Relevant Files Found ## api/cueSearch/elasticSearch/elastic_search_indexing.py ``` import os import time import logging from typing import List, Dict from collections import deque # from search import app from elastics...
762
null
googleapis/python-spanner
# Repository Context Name: googleapis/python-spanner Description: # Pull Request ## fix: add pause for the staleness test The `test_staleness` test is checking if reading with steleness is possible. It takes the timestamp, then inserts a row, then is trying to read the database by the timestamp taken **before the i...
535
null
OpenSlides/openslides-backend
# Repository Context Name: OpenSlides/openslides-backend Description: # Pull Request ## Add projector.project_preview and tests. # Relevant Files Found ## openslides_backend/action/actions/projector/__init__.py ``` from . import control_view, create, next, update # noqa ``` # Edits This pull request adds ...
2,406
null
dimagi/commcare-cloud
# Repository Context Name: dimagi/commcare-cloud Description: # Pull Request ## AWS enforce Multi Factor Auth While writing documentation on our AWS processes, I didn't feel great about the AWS default of storing access keys in plaintext at ~/.aws/credentials indefinitely, and I had a backlog item to force two-fact...
45,591
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Add more shopping list services <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Proposed change <!-- Describe the big picture of ...
172
null
lmcinnes/pynndescent
# Repository Context Name: lmcinnes/pynndescent Description: # Pull Request ## [bug] was overwriting input indices in graph utils function I introduced a bug in #168 in the code for `graph_utils.find_component_connection_edge`, which I suppose is not currently tested. Mixed up `indices` and `inds` as I was refactor...
266
null
arXiv/arxiv-base
# Repository Context Name: arXiv/arxiv-base Description: # Pull Request ## Remove broken code for transaction level specification of isolation l… …evels # Relevant Files Found ## arxiv/db/__init__.py ``` """This is the primary SQLAlchemy implementation of the main arXiv database. To use this in a simple non-fla...
40
null
getsentry/sentry-github-actions-app
# Repository Context Name: getsentry/sentry-github-actions-app Description: # Pull Request ## docs: Update Github App docs This also changes the secret we use on Google Cloud to read more like the current repo name. # Relevant Files Found ## src/web_app_handler.py ``` from __future__ import annotations import b...
6,414
null
cython/cython
# Repository Context Name: cython/cython Description: # Pull Request ## Move ctuple related tests to pure_ctuple.py Based on the comment https://github.com/cython/cython/pull/6390#discussion_r1760641107 # Relevant Files Found ## tests/run/pep526_variable_annotations.py ``` # cython: language_level=3 # mode: run...
526
null
geldata/gel-python
# Repository Context Name: geldata/gel-python Description: # Pull Request ## Support Python 3.13 # Relevant Files Found ## setup.py ``` # # This source file is part of the EdgeDB open source project. # # Copyright 2008-present MagicStack Inc. and the EdgeDB authors. # # Licensed under the Apache License, Versio...
104
null
mtgjson/mtgjson
# Repository Context Name: mtgjson/mtgjson Description: # Pull Request ## Address split/meld card issues Fix #91 Fix #90 This fixes the split card issues with weird values in the "names" field. The issue with Meld card is also somewhat addressed here, given the following structure: ``` Card A Combined Card...
410
null
iterative/gto
# Repository Context Name: iterative/gto Description: # Pull Request ## update mypy to the latest version Some errors have been suppressed for now. # Relevant Files Found ## gto/api.py ``` from collections import OrderedDict from pathlib import Path from typing import Optional, Union from funcy import distinct ...
42
null
ravin-d-27/PyDeepFlow
# Repository Context Name: ravin-d-27/PyDeepFlow Description: # Pull Request ## Add: Detailed docstrings for model.py file Fixes #41 # Relevant Files Found ## pydeepflow/model.py ``` import numpy as np import matplotlib.pyplot as plt from pydeepflow.activations import activation, activation_derivative from pyde...
44,899
null
ray-project/ray
# Repository Context Name: ray-project/ray Description: # Pull Request ## [Core] Make sure dashboard agent will exit if grpc server fails <!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. --> <!-- Please add a review...
265
null
ansys/pyedb-core
# Repository Context Name: ansys/pyedb-core Description: # Pull Request ## D253: PadGeometryType #253 Adding Rectangle enum # Relevant Files Found ## src/ansys/edb/definition/padstack_def_data.py ``` """Padstack Definition Data.""" from __future__ import annotations from enum import Enum from typing import TYP...
850
null
docling-project/docling
# Repository Context Name: docling-project/docling Description: # Pull Request ## fix: use new add_code in html backend and add more typing hints **Issue resolved by this Pull Request:** Resolves #849 Resolves #846 **Checklist:** - [ ] Documentation has been updated, if necessary. - [ ] Examples have bee...
9
null
skapadia3214/groq-moa
# Repository Context Name: skapadia3214/groq-moa Description: # Pull Request ## feat: Add more optional config parameters, download config button, small refactor # Relevant Files Found ## app.py ``` import streamlit as st import json from groq import Groq from typing import Iterable from moa.agent import MOAgen...
20
null
Veza/oaa-community
# Repository Context Name: Veza/oaa-community Description: # Pull Request ## Documentation updates Updates to readme and function docstrings. Added new sample for importing Custom IdP users from csv file # Relevant Files Found ## oaaclient/src/__init__.py ``` """ Copyright 2022 Veza Technologies Inc. Use of th...
23,210
null
mozilla/addons-server
# Repository Context Name: mozilla/addons-server Description: # Pull Request ## Deactivate jitter for Cinder tasks we're retrying Fixes https://github.com/mozilla/addons/issues/15447 ### Context As mentioned in the issue, with `retry_jitter` enabled the delay is too unpredictable, could potentially be `0` whi...
125
null
allenporter/gcal_sync
# Repository Context Name: allenporter/gcal_sync Description: # Pull Request ## Increase default page size Increase default page size from 100 to 1000. # Relevant Files Found ## gcal_sync/api.py ``` """Client library for talking to Google APIs. This is the primary class to use when talking to Google. This libra...
550
null
DataJunction/dj
# Repository Context Name: DataJunction/dj Description: # Pull Request ## Update array_contains implementation ### Summary I noticed that this function was already implemented but the class was named `ArrayContains` instead of `Array_Contains` so it wasn't getting picked up by the function registry logic. This P...
16,201
null
vllm-project/vllm
# Repository Context Name: vllm-project/vllm Description: # Pull Request ## [Misc] Move Llama 4 projector call into encoder execution On vLLM we consider encoder execution to generate multimodal embeddings ready to be merged into text embeddings, thus it often includes the projector call even though it's not part o...
866
null
HabanaAI/vllm-fork
# Repository Context Name: HabanaAI/vllm-fork Description: # Pull Request ## [CI] Add APC tests Similar to what I did in https://github.com/HabanaAI/vllm-fork/pull/831, but for V0. Just running regular GSM8k small runs with APC enabled. # Relevant Files Found ## .jenkins/lm-eval-harness/test_lm_eval_correctness....
146
null
AppThreat/vulnerability-db
# Repository Context Name: AppThreat/vulnerability-db Description: # Pull Request ## Backport: Override score for MAL # Relevant Files Found ## vdb/lib/osv.py ``` """ osv to NVD CVE converter This module fetches the vulnerability data from osv.dev and stores them in NVD CVE 1.1 json format. """ from zipfile im...
188
null
Scale3-Labs/langtrace-python-sdk
# Repository Context Name: Scale3-Labs/langtrace-python-sdk Description: # Pull Request ## Ali/speed up # Relevant Files Found ## src/langtrace_python_sdk/langtrace.py ``` """ Copyright (c) 2024 Scale3 Labs Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in comp...
576
null
jp00p/AGIMUS
# Repository Context Name: jp00p/AGIMUS Description: # Pull Request ## Convert badge image to rgba in-memory, also chunk out the stacktrace # Relevant Files Found ## tasks/wrapped_generation.py ``` from common import * from utils.thread_utils import to_thread from moviepy import * from moviepy.video.fx.FadeIn...
601
null
narwhals-dev/narwhals
# Repository Context Name: narwhals-dev/narwhals Description: # Pull Request ## feat: arrow namespace reduction functions ## What type of PR is this? (check all applicable) - [ ] 💾 Refactor - [x] ✨ Feature - [ ] 🐛 Bug Fix - [ ] 🔧 Optimization - [ ] 📝 Documentation - [ ] ✅ Test - [ ] 🐳 Other ## Rela...
3,982
null
great-expectations/great_expectations
# Repository Context Name: great-expectations/great_expectations Description: # Pull Request ## [FEATURE] Marshmallow schema for Rule Based Profiler 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], [FEATURE], ...
37
null
jan-mue/geometer
# Repository Context Name: jan-mue/geometer Description: # Pull Request ## Fix conic-conic intersections The formula currently used to calculate the solutions of the equation `alpha*lam**3 + beta*lam*2*mu + gamma*lam*mu**2 + delta*mu**3 = 0` doesn't seem to work. It is based on the book Perspectives on Projective G...
197
null
mindsdb/mindsdb_python_sdk
# Repository Context Name: mindsdb/mindsdb_python_sdk Description: # Pull Request ## Update __about__.py # Relevant Files Found ## mindsdb_sdk/__about__.py ``` __title__ = 'mindsdb_sdk' __package_name__ = 'mindsdb_sdk' __version__ = '3.4.2' __description__ = "MindsDB Python SDK, provides an SDK to use a remote ...
372
null
microsoft/semantic-link-labs
# Repository Context Name: microsoft/semantic-link-labs Description: # Pull Request ## fixed dependencies and unqualified_columns # Relevant Files Found ## src/sempy_labs/__init__.py ``` from sempy_labs._job_scheduler import ( list_item_job_instances ) from sempy_labs._gateways import ( list_gateway_mem...
837
null
UXARRAY/uxarray
# Repository Context Name: UXARRAY/uxarray Description: # Pull Request ## Face area bug fix Fix #835 # Relevant Files Found ## uxarray/grid/area.py ``` import numpy as np from uxarray.grid.coordinates import _lonlat_rad_to_xyz from numba import njit, config from uxarray.constants import ENABLE_JIT_CACHE, ENAB...
5
null
fetchai/uAgent-Examples
# Repository Context Name: fetchai/uAgent-Examples Description: # Pull Request ## more docs examples # Relevant Files Found # Edits This pull request adds more example code to the documentation to help users better understand how to work with uAgents. It introduces new scripts demonstrating agent address ret...
11
null
fusion-energy/openmc_depletion_plotter
# Repository Context Name: fusion-energy/openmc_depletion_plotter Description: # Pull Request ## Adding bq per kg units # Relevant Files Found ## openmc_depletion_plotter/__init__.py ``` try: # this works for python 3.7 and lower from importlib.metadata import version, PackageNotFoundError except (Modul...
374
null
sea-bass/pyrobosim
# Repository Context Name: sea-bass/pyrobosim Description: # Pull Request ## Add object spawn information to `LocationState` ROS message and `RequestWorldInfo` ROS service Closes #373 Closes #375 # Relevant Files Found ## pyrobosim/pyrobosim/core/types.py ``` """ Core types for PyRoboSim. """ import os from t...
264
null
pyiron/semantikon
# Repository Context Name: pyiron/semantikon Description: # Pull Request ## Change colors for the visualization I added colors to the edges because they were too confusing. Before: <img width="3655" height="575" alt="old_graph" src="https://github.com/user-attachments/assets/9a3e56c3-3d2e-4de7-89b7-549f940220...
103
null
DavidT3/XGA
# Repository Context Name: DavidT3/XGA Description: # Pull Request ## Feat/geometric deprojection Lots of bug fixes, only one geometric deprojection function... Needless to say I'll be coming back to this later! # Relevant Files Found ## xga/imagetools/misc.py ``` # This code is a part of XMM: Generate and A...
999
null
OpenNMT/OpenNMT-tf
# Repository Context Name: OpenNMT/OpenNMT-tf Description: # Pull Request ## Support TensorFlow 2.12 # Relevant Files Found ## opennmt/version.py ``` """OpenNMT-tf version.""" __version__ = "2.31.0" INCLUSIVE_MIN_TF_VERSION = "2.6.0" EXCLUSIVE_MAX_TF_VERSION = "2.12.0" def _check_tf_version(): import wa...
186
null
Marker-Inc-Korea/AutoRAG
# Repository Context Name: Marker-Inc-Korea/AutoRAG Description: # Pull Request ## resolve error at Runner.run() close #184 review after merge #185 # Relevant Files Found ## autorag/deploy.py ``` import logging import os import uuid from typing import Optional, Dict, List import pandas as pd import uvicorn ...
1,745
null
mabel-dev/opteryx
# Repository Context Name: mabel-dev/opteryx Description: # Pull Request ## #rust/1 Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to help make sure it goes smoothly: - [ ] Raise a [bug/feature request](https://github.com/mabel-dev/opteryx/issues/new/choose)...
65
null
Azure-Samples/apim-genai-gateway-toolkit
# Repository Context Name: Azure-Samples/apim-genai-gateway-toolkit Description: # Pull Request ## use new simulator repo ## Purpose <!-- Describe the intention of the changes being proposed. What problem does it solve or functionality does it add? --> * deploy script clones from `https://github.com/microsoft/aoa...
1,384
null
gyorilab/indra
# Repository Context Name: gyorilab/indra Description: # Pull Request ## Improvements in source processing This PR improves the BioPAX processor to better handle isoforms from UniProt, and adds a new API function fo processing HPRD content directly from the downloadable archive. # Relevant Files Found ## indra/d...
3
null
tvst/htbuilder
# Repository Context Name: tvst/htbuilder Description: # Pull Request ## Use more_itertools.collapse instead of iteration_utilities.deepflatten iteration_utilities only supports up to python 3.9, and causes some [issues](https://discuss.streamlit.io/t/how-to-hide-all-pages-before-login/32508/11?u=blackary) when ins...
18,385
null
conan-io/conan-center-index
# Repository Context Name: conan-io/conan-center-index Description: # Pull Request ## aaf: add package type and fix test_package on Windows with Conan 2 Specify library name and version: **aaf/all** While this package contained dynamically loaded libraries, the library [documentation](https://aaf.sourceforge.ne...
305
null
spacetelescope/mirage
# Repository Context Name: spacetelescope/mirage Description: # Pull Request ## Fix Travis and environment file; Update README While trying to help a colleague get the MIRaGe environment set up, I discovered a number of problems (including but not limited to #304), which I attempt to fix here. Problems and solution...
2,972
null
akfamily/akshare
# Repository Context Name: akfamily/akshare Description: # Pull Request ## improvement(bond_cb_index_jsl): 获取集思录可转债指数全部数据 # Relevant Files Found ## akshare/bond/bond_convert.py ``` #!/usr/bin/env python # -*- coding:utf-8 -*- """ Date: 2022/6/20 17:05 Desc: 债券-集思录-可转债 集思录:https://app.jisilu.cn/data/cbnew/#cb ""...
173
null
trailofbits/opensearch-benchmark
# Repository Context Name: trailofbits/opensearch-benchmark Description: # Pull Request ## Update docs # Relevant Files Found ## infra/scripts/report-gen/src/report_gen/sheets/summary.py ``` """Class for creating Summary sheet.""" import logging from dataclasses import dataclass from googleapiclient.discovery...
1,392
null
argoproj-labs/hera
# Repository Context Name: argoproj-labs/hera Description: # Pull Request ## Use a `readiness_probe` on daemon example * Exemplify best practice which is used in [the upstream docs](https://argo-workflows.readthedocs.io/en/latest/walk-through/daemon-containers/) # Relevant Files Found ## examples/workflows/misc...
13,037
null
jax-ml/jax
# Repository Context Name: jax-ml/jax Description: # Pull Request ## fix ci failure by skipping tests on gpu # Relevant Files Found ## tests/array_test.py ``` # Copyright 2021 The JAX Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance wi...
7,118
null
pytorch/vision
# Repository Context Name: pytorch/vision Description: # Pull Request ## add tests for the output types of prototype functional dispatchers Addresses https://github.com/pytorch/vision/pull/7113#discussion_r1082155923. Contrary to my believe, we currently don't have any automated tests that enforce that the output t...
1,678
null
robbrad/UKBinCollectionData
# Repository Context Name: robbrad/UKBinCollectionData Description: # Pull Request ## fix(tendring): read 'Next collection' column; harden cookie/iframe handling; normalise dd/MM/YYYY Tendring District Council’s bin collection page lists both “Previous” and “Next collection” dates. The scraper was previously captu...
32,925
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## DOC: Fix formatting in documentation - [ ] closes #xxxx - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry # Relevant Files Found ## panda...
141
null
executablebooks/MyST-Parser
# Repository Context Name: executablebooks/MyST-Parser Description: # Pull Request ## supporting image targets with the parser closes https://github.com/executablebooks/MyST-Parser/issues/140 Note that we had a flake8 error come outta nowhere (I think flake8 was updated?) so I fixed those # Relevant Files Found...
1,321
null
oumi-ai/oumi
# Repository Context Name: oumi-ai/oumi Description: # Pull Request ## Update Phi3 to support multiple images # Description <!-- Thank you for contributing to Oumi! Before sending your PR out for review, please take a quick read through this template. When your PR is merged, its title will appear in our rele...
31,778
null
Azure/azure-sdk-for-python
# Repository Context Name: Azure/azure-sdk-for-python Description: # Pull Request ## [Core][OTel] Update documentation - Adjust docs/samples to set the tracing implementation in a simpler way that keeps both mypy and pyright happy. - Add documentation about HTTP span suppression # Relevant Files Found ## sdk/c...
277
null
RedHatProductSecurity/osidb
# Repository Context Name: RedHatProductSecurity/osidb Description: # Pull Request ## Assembler integration and other fixprovements This PR introduces the following changes: * The most significant change is the introduction of the `FlawDraft` model which is necessary to migrate Assembler into OSIDB * A fix to t...
2,158
null
ktbyers/netmiko
# Repository Context Name: ktbyers/netmiko Description: # Pull Request ## Added Palo Alto auto detection entry in SSH_MAPPER_BASE See: https://github.com/ktbyers/netmiko/issues/1904 This change updates the auto detection module so that it can properly detect Palo Alto devices. I have tested this on several PA...
19,069
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## Update py-merlin Update py-merlin to 1.7.5 # Relevant Files Found ## var/spack/repos/builtin/packages/py-merlin/package.py ``` # Copyright 2013-2020 Lawrence Livermore National Security, LLC and other # Spack Project Developers. See the top-le...
2
null
jbparrish17/netbox-static-routes
# Repository Context Name: jbparrish17/netbox-static-routes Description: # Pull Request ## V0.0.1 Added bulk edit and delete views and updated README. # Relevant Files Found ## netbox_static_routes/forms.py ``` from dcim.models import Site, Device from ipam.models import Prefix, VRF from django import forms from...
207
null
sodascience/metasyn
# Repository Context Name: sodascience/metasyn Description: # Pull Request ## Updated version number on the docs This fixes #206 # Relevant Files Found ## docs/source/conf.py ``` # Configuration file for the Sphinx documentation builder. # # This file only contains a selection of the most common options. For a...
28
null
commit-check/commit-check
# Repository Context Name: commit-check/commit-check Description: # Pull Request ## Bugfix/fix message check Fix #27 # Relevant Files Found ## commit_check/util.py ``` """ ``commit_check.util`` --------------------- A module containing utility functions. """ import subprocess import yaml from pathlib import Pu...
336
null
sepandhaghighi/pycm
# Repository Context Name: sepandhaghighi/pycm Description: # Pull Request ## Notebook Check #### Reference Issues/PRs #335 #### What does this implement/fix? Explain your changes. + `notebook_check.py` added to `Otherfiles/` # Relevant Files Found # Edits This pull request adds a notebook validation scr...
254
null
oumi-ai/oumi
# Repository Context Name: oumi-ai/oumi Description: # Pull Request ## Configure file logging Update logger singleton to log to `output_dir/logs/rank_{global_rank}.log` for each worker. Towards OPE-248 # Relevant Files Found ## src/lema/train.py ``` import argparse import pathlib import random import time fro...
117
null
iterative/dvc-data
# Repository Context Name: iterative/dvc-data Description: # Pull Request ## datafs: fix inconsistencies with dvc's datafs # Relevant Files Found ## src/dvc_data/fs.py ``` import logging import typing from dvc_objects.fs.callbacks import DEFAULT_CALLBACK from fsspec import AbstractFileSystem from funcy import ...
1
null
maximdanilchenko/aiochclient
# Repository Context Name: maximdanilchenko/aiochclient Description: # Pull Request ## Query arguments in INSERT queries. Version 0.0.2 # Relevant Files Found ## aiochclient/client.py ``` from typing import Any, AsyncGenerator from aiohttp import client from aiochclient.records import RecordsFabric from aiochcl...
57
null
kuznia-rdzeni/coreblocks
# Repository Context Name: kuznia-rdzeni/coreblocks Description: # Pull Request ## Tests for conditional methods, transactions and calls Add tests for placing transaction definitions, method definitions and method calls under `with m.If(...):` blocks. # Relevant Files Found ## test/common.py ``` import unittest ...
3
null
ml-libs/mlserve
# Repository Context Name: ml-libs/mlserve Description: # Pull Request ## test warm cache method # Relevant Files Found ## mlserve/worker.py ``` import numpy as np import pandas as pd import json from typing import Dict, Any, List from .utils import ModelDescriptor from .loaders import get_loader # TODO: add ...
458
null
mlcommons/training
# Repository Context Name: mlcommons/training Description: # Pull Request ## Update UNET3D - Fixed global batch size and samples per epoch dependency on gradient accumulation - Added support for LastBatchPadded - Added logging for weight initialization - Corrected logging (global batch size, training samples, gr...
113
null
InfuseAI/piperider
# Repository Context Name: InfuseAI/piperider Description: # Pull Request ## [Fix] update wording of init command, rename debug command to diagnose Signed-off-by: Kent Huang <kent@infuseai.io> <!-- Thanks for sending a pull request! Here are some check items for you: --> ** PR checklist ** - [x] Ensure y...