pr_id
int64
repo_id
null
repo_name
string
text
string
20
null
Time-MoE/Time-MoE
# Repository Context Name: Time-MoE/Time-MoE Description: # Pull Request ## fix the issue with training using fp16 # Relevant Files Found ## time_moe/runner.py ``` import os import math import random from functools import reduce from operator import mul import numpy as np import torch import torch.distributed ...
78
null
yoshitomo-matsubara/sc2-benchmark
# Repository Context Name: yoshitomo-matsubara/sc2-benchmark Description: # Pull Request ## Add an option to update before checkpoint # Relevant Files Found ## sc2bench/models/detection/registry.py ``` from torchdistill.common.main_util import load_ckpt from torchdistill.models.official import get_object_detect...
7
null
akaupang/macha
# Repository Context Name: akaupang/macha Description: # Pull Request ## Input file type handling and corollaries - input file type discrimination, - hydrogen addition to H-less ligands - segid addition/creation for segid-less PDBs - environmentally discrete CRD/PDB output # Relevant Files Found ## macha/func...
31,874
null
Azure/azure-cli
# Repository Context Name: Azure/azure-cli Description: # Pull Request ## [AKS] `az aks update`: Support updating load balancer sku from basic to standard **Related command** <!--- Please provide the related command with az {command} if you can, so that we can quickly route to the related person to review. ---> a...
323
null
bridgecrewio/checkov
# Repository Context Name: bridgecrewio/checkov Description: # Pull Request ## Azure checks/ networking By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. # Relevant Files Found # Edits This pull request enhances Azure networking security checks...
5,571
null
ansys/pyaedt
# Repository Context Name: ansys/pyaedt Description: # Pull Request ## FIX: Allow non graphical mode for Import GDSII in 3D ## Description From 2024R1, AEDT API allows the import of GDSII in non-graphical mode. ## Issue linked Close #5567 ## Checklist - [x] I have tested my changes locally. - [x] I have ...
62
null
chaostoolkit/chaostoolkit-lib
# Repository Context Name: chaostoolkit/chaostoolkit-lib Description: # Pull Request ## List installed extensions List existing extensions those starting with `chaostoolkit-` until we come up with a better metadata signalling. Probably past 1.0.0. # Relevant Files Found # Edits This pull request adds a new fun...
42,930
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## py-numba: add `tbb` variant Numba tries to automatically use TBB if available in the system: https://github.com/numba/numba/blob/b88209445d62d63eb2f91cdaa44c3eae0d8b35dc/setup.py#L266-L276 but then compilation fails because the compiler can't fin...
62
null
Leeds-MRG/Minos
# Repository Context Name: Leeds-MRG/Minos Description: # Pull Request ## 56 neighbourhood added neighbourhood module with basic clm transitions. pretty garbage transitions due to imbalanced classes (<500/50000 in state 1). also note data only every year years so only two transition models (2011-2014, 2014-2017). ...
87
null
opengisch/qfieldcloud-sdk-python
# Repository Context Name: opengisch/qfieldcloud-sdk-python Description: # Pull Request ## Avoid double login for 'login' subcommand in CLI Fixes #86 The problem seemed to be that the CLI command `login` attempts a 'pre-login' from the parent CLI command, from the provided flags or env var params. Click then ...
596
null
hngprojects/hng_boilerplate_python_fastapi_web
# Repository Context Name: hngprojects/hng_boilerplate_python_fastapi_web Description: # Pull Request ## feat: Payment with flutterwave Payment integration with flutterwave. **POST /api/v1/payments/flutterwave [PROTECTED]** ## Description Implement payment functionality using FLUTTERWAVE to allow both individua...
362
null
ga4gh/vrs-python
# Repository Context Name: ga4gh/vrs-python Description: # Pull Request ## Add support for mito `m.` in translate_from Added missing support for `m.` mitochondrial translation from hgvs, beacon, gnomad and spdi formats. Also added mapping of `NR_` refseq accessions to `n.` nomenclature. # Relevant Files Found ##...
16,834
null
Opentrons/opentrons
# Repository Context Name: Opentrons/opentrons Description: # Pull Request ## fix(api): refactor protocol api integration tests to prevent thread leakage # Overview This fixes an issue found where after a recent mergeback commit into edge, API unit tests were hanging and when escaped, would show as a bunch of `O...
46
null
DCGM/pero-ocr
# Repository Context Name: DCGM/pero-ocr Description: # Pull Request ## Fix date format Fixed time format to iso8601 in to_altoxml_string. Added utc timezone to all timestamps to prevent wrong timestamps due to processing locality. # Relevant Files Found ## pero_ocr/document_ocr/layout.py ``` import sys import ...
4,895
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## sort locations by name in OTA restore like they are in the Setup > Locations UI. Previously they came down in an arbitrary order @twymer @czue # Relevant Files Found ## corehq/apps/locations/fixtures.py ``` from collections import def...
13,534
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## DOC: Update old Google Code and SourceForge links # Relevant Files Found ## doc/source/conf.py ``` # -*- coding: utf-8 -*- # # pandas documentation build configuration file, created by # # This file is execfile()d with the current direc...
292
null
opea-project/GenAIComps
# Repository Context Name: opea-project/GenAIComps Description: # Pull Request ## Add ML detection strategy to PII detection guardrail ## Description Add a second strategy to the pii detection guardrail microservice where a logistic regression classifier is used to detect PIIs. ## Issues NA ## Type of cha...
1,187
null
wright-group/WrightTools
# Repository Context Name: wright-group/WrightTools Description: # Pull Request ## WrightTools 3.5.3 ## Changes * pin numpy to 1.x so install does not break * addresses #1186 ## Checklist - [x] added tests, if applicable - [x] updated documentation, if applicable - [x] updated CHANGELOG.md - [x] tests...
8
null
deepmancer/full-stack-fastapi-ftgo
# Repository Context Name: deepmancer/full-stack-fastapi-ftgo Description: # Pull Request ## Add restaurants in user page # Relevant Files Found ## backend/gateway/src/application/routes/restaurant/restaurant.py ``` import os from fastapi import APIRouter, status, HTTPException, Request from fastapi.responses i...
9,533
null
Azure/azure-cli
# Repository Context Name: Azure/azure-cli Description: # Pull Request ## [Network] Fix flow-log configure for CanadaEast Fix #9443. --- This checklist is used to make sure that common guidelines for a pull request are followed. - [X] The PR has modified HISTORY.rst describing any customer-facing, function...
15
null
clemsgrs/slide2vec
# Repository Context Name: clemsgrs/slide2vec Description: # Pull Request ## fix deduplication torch doesn't duplicate input to fill incomplete batches, but it does duplicate input when distributing workload across gpus! # Relevant Files Found ## slide2vec/data/dataset.py ``` import torch import numpy as np impo...
47
null
beamme-py/beamme
# Repository Context Name: beamme-py/beamme Description: # Pull Request ## Allow custom function type # Relevant Files Found ## meshpy/function_utility.py ``` # -*- coding: utf-8 -*- # ----------------------------------------------------------------------------- # MeshPy: A beam finite element input generator #...
61
null
qiskit-community/povm-toolbox
# Repository Context Name: qiskit-community/povm-toolbox Description: # Pull Request ## [docs] Cleanup of the `post_processor` documentation Final piece of #45 # Relevant Files Found ## povm_toolbox/post_processor/__init__.py ``` # (C) Copyright IBM 2024. # # This code is licensed under the Apache License, Vers...
721
null
cjolowicz/cookiecutter-hypermodern-python-instance
# Repository Context Name: cjolowicz/cookiecutter-hypermodern-python-instance Description: # Pull Request ## 🐛 [nox] Fix patching of pre-commit hooks on Git Bash for Windows The patched pre-commit hooks installed by the `pre-commit` Nox session modify the `PATH` environment variable, using `os.pathsep` to separate...
40,191
null
demisto/content
# Repository Context Name: demisto/content Description: # Pull Request ## Armis Release 1.2.1 ## Original External PR [external pull request](https://github.com/demisto/content/pull/40144) ## Contributor @crestdatasystems <!-- REMINDER: THIS IS A PUBLIC REPO DO NOT POST HERE SECRETS/SENSITIVE DATA --> ## C...
64
null
dtzxporter/cast
# Repository Context Name: dtzxporter/cast Description: # Pull Request ## Import merge support for Blender # Relevant Files Found ## plugins/blender/__init__.py ``` import bpy import bpy_extras.io_utils import os from bpy.types import Operator, AddonPreferences from bpy.props import * from bpy_extras.io_utils ...
1
null
tolomea/django-data-browser
# Repository Context Name: tolomea/django-data-browser Description: # Pull Request ## replace description # Relevant Files Found ## setup.py ``` import os import setuptools from data_browser import version with open("README.md", "r") as fh: long_description = fh.read() data_files = [] for directory in ...
44
null
hackoregon/neighborhoods-2018
# Repository Context Name: hackoregon/neighborhoods-2018 Description: # Pull Request ## Update null # Relevant Files Found ## civic_sandbox/helpers.py ``` from rest_framework import status from rest_framework.decorators import api_view from rest_framework.response import Response from .models import BikeParking...
175
null
inisis/OnnxSlim
# Repository Context Name: inisis/OnnxSlim Description: # Pull Request ## feat: add bfloat16 and fp8 support Closes #27 Closes #169 This pr refers to https://github.com/NVIDIA/TensorRT, and add supports for different numpy unsupported dtypes. # Relevant Files Found ## onnxslim/third_party/onnx_graphsurgeon/...
366
null
ConsenSysDiligence/mythril
# Repository Context Name: ConsenSysDiligence/mythril Description: # Pull Request ## Feature/contract hash to address mapping Challenge: https://www.topcoder.com/challenges/30067940 Submission: 526754 Author: N1k1tung # Relevant Files Found ## mythril/interfaces/cli.py ``` #!/usr/bin/env python3 # -*- coding: ...
718
null
AxFoundation/strax
# Repository Context Name: AxFoundation/strax Description: # Pull Request ## Do not change channel when sort_by_time **What is the problem / what does the code in this PR do** `'channel'` was changed in https://github.com/AxFoundation/strax/blob/b0e7fdcd21d2f4b5c141b528b448dd0bd4b7583a/strax/processing/general.p...
465
null
jaseci-labs/jaseci
# Repository Context Name: jaseci-labs/jaseci Description: # Pull Request ## [MINOR][WALKER-CALLBACK]: call walker_summon # Relevant Files Found ## jaseci_core/jaseci/api/walker_api.py ``` """ Walker api functions as a mixin """ from jaseci.api.interface import Interface from jaseci.actor.walker import Walker f...
182
null
Quantum-Accelerators/quacc
# Repository Context Name: Quantum-Accelerators/quacc Description: # Pull Request ## Bump black from 22.12.0 to 23.1.0 Bumps [black](https://github.com/psf/black) from 22.12.0 to 23.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/psf/black/releases">black's releases</...
62,227
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## BUG: rank with object dtype and small values #62036 Changes made - 1. Cython helper function `are_diff` resulted in a tie for any comparisons where the difference was less than 1e-13, this caused unexpected results. Hence, directly used...
25
null
Miksus/red-bird
# Repository Context Name: Miksus/red-bird Description: # Pull Request ## ref: rename field_names to fieldnames # Relevant Files Found ## redbird/repos/csv.py ``` from operator import getitem from pathlib import Path from typing import Any, Dict, Iterator, List, Optional, Union, TextIO import csv from pydant...
1,940
null
cognitedata/cognite-sdk-python
# Repository Context Name: cognitedata/cognite-sdk-python Description: # Pull Request ## made changes to the first code example in the doc string of aggregate… … unique values for event. I changed to specify the property-argument ## Description made changes to the first code example in the doc string of aggrega...
7,070
null
scrapy/scrapy
# Repository Context Name: scrapy/scrapy Description: # Pull Request ## Fix extra stdout output in tests Fixes #6996 # Relevant Files Found ## scrapy/utils/log.py ``` from __future__ import annotations import logging import pprint import sys from collections.abc import MutableMapping from logging.config import ...
386
null
python-wheel-build/fromager
# Repository Context Name: python-wheel-build/fromager Description: # Pull Request ## fix: rename `resolver_dist` to `resolve_source` and pass output dir to `download_source` fixes #385 and also adds the nit picks from #384 I know we discussed renaming fields in settings such that they are decoupled from their ...
3,680
null
quantumlib/Cirq
# Repository Context Name: quantumlib/Cirq Description: # Pull Request ## Remove extraneous copies in StabilizerStateChForm JSON parsing As pointed out in https://github.com/quantumlib/Cirq/pull/3679#discussion_r558495240 # Relevant Files Found ## cirq/sim/clifford/stabilizer_state_ch_form.py ``` # Copyright 201...
1,020
null
carpentries/amy
# Repository Context Name: carpentries/amy Description: # Pull Request ## Disable workshop submissions Here's the preview: ![screenshot from 2016-09-25 10-04-02](https://cloud.githubusercontent.com/assets/72821/18813814/6c9e5064-8307-11e6-8d58-8165b9b11388.png) I think we may need to change the title header as wel...
7,856
null
red-hat-storage/ocs-ci
# Repository Context Name: red-hat-storage/ocs-ci Description: # Pull Request ## block_pool_edit_label_check_added Added new test check to the complex test test_blocking_pool_creation_rules * Notes 1. Class EditLabelForm will be removed from base_ui.py to separate files - issue https://github.com/red-hat-storag...
97
null
narwhals-dev/narwhals
# Repository Context Name: narwhals-dev/narwhals Description: # Pull Request ## Add docstring for Expr.is_between() Towards #71 # Relevant Files Found ## narwhals/_pandas_like/series.py ``` from __future__ import annotations import warnings from typing import TYPE_CHECKING from typing import Any from typing im...
813
null
langchain-ai/langchain-google
# Repository Context Name: langchain-ai/langchain-google Description: # Pull Request ## vertexai[patch]: return model name in response metadata when streaming https://github.com/langchain-ai/langchain-google/issues/748 # Relevant Files Found ## libs/vertexai/langchain_google_vertexai/chat_models.py ``` """Wrappe...
20
null
TomMonks/forecast-tools
# Repository Context Name: TomMonks/forecast-tools Description: # Pull Request ## updated author email # Relevant Files Found ## forecast_tools/__init__.py ``` ``` ## setup.py ``` import setuptools with open("README.md", "r") as fh: long_description = fh.read() setuptools.setup( name="forecast-tool...
5,594
null
opensearch-project/opensearch-build
# Repository Context Name: opensearch-project/opensearch-build Description: # Pull Request ## Remove adding major.x version to version increment workflows ### Description With more simplified branching strategy introduced [recently](https://github.com/opensearch-project/.github/blob/main/RELEASING.md#branching), `...
17,278
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Manual updates ## Description: After a discussion with the fine folks in #devs, we came to the conclusion that being able to trigger a manual update could be the solution to a lot of problems. Among others, we can adjust https://github.c...
1,513
null
narwhals-dev/narwhals
# Repository Context Name: narwhals-dev/narwhals Description: # Pull Request ## docs: add return description for `Series.to_list` <!-- # Thanks for contributing a pull request! ## Please make sure you see our contribution guidelines: https://github.com/narwhals-dev/narwhals/blob/main/CONTRIBUTING.md --> ## W...
958
null
MolSSI/QCFractal
# Repository Context Name: MolSSI/QCFractal Description: # Pull Request ## Force compute tag to be lowercase when modifying records ## Description <!-- Thank you for your contribution! --> <!-- Provide a brief description of the PR's purpose here. --> When modifying records (including through datasets) an exce...
42,502
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## py-smote-variants: Added package py-smote-variants Also added py-minisom and py-metric-learn as dependencies <!-- Remember that `spackbot` can help with your PR in multiple ways: - `@spackbot help` shows all the commands that are currently...
4,182
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Minor async test cleanup: Move mocks to async_start This is just a minor cleanup that will prevent people from getting into deadlocks while writing tests - it will now correctly mock the start method when using the async HA. # Relevant F...
6
null
adamchainz/time-machine
# Repository Context Name: adamchainz/time-machine Description: # Pull Request ## ⏰ Support time.clock_gettime_ns() # Relevant Files Found ## src/time_machine.py ``` import datetime as dt import functools import inspect import sys from time import CLOCK_REALTIME from types import GeneratorType from unittest imp...
119
null
CybercentreCanada/assemblyline-v4-service
# Repository Context Name: CybercentreCanada/assemblyline-v4-service Description: # Pull Request ## Use build_minor as well for default version # Relevant Files Found ## assemblyline_v4_service/run_service.py ``` import json import os import select import tempfile from assemblyline.common.importing import load...
1,402
null
cloudify-cosmo/cloudify-manager
# Repository Context Name: cloudify-cosmo/cloudify-manager Description: # Pull Request ## CY-405 amqppostgres: don't break on missing executions # Relevant Files Found ## amqp-postgres/amqp_postgres/postgres_publisher.py ``` ######## # Copyright (c) 2018 Cloudify Platform Ltd. All rights reserved # # Licensed ...
13,766
null
mlflow/mlflow
# Repository Context Name: mlflow/mlflow Description: # Pull Request ## Any type support <details><summary>&#x1F6E0 DevTools &#x1F6E0</summary> <p> [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/serena-ruan/mlflow/pull/13766?quickstart=1) #### Install mlflow fr...
72
null
circuitsacul/Starboard-3
# Repository Context Name: circuitsacul/Starboard-3 Description: # Pull Request ## More options # Relevant Files Found ## starboard/commands/_sb_config.py ``` from __future__ import annotations import re from typing import Any import crescent from starboard.exceptions import StarboardErr from starboard.undef...
422
null
KristopherKubicki/glimpser
# Repository Context Name: KristopherKubicki/glimpser Description: # Pull Request ## Bump version to 0.2.4 ## Summary - bump version in setup.py - document new version in docs - update release workflow instructions - note release in CHANGELOG ## Testing - `black setup.py` - `flake8` - `pytest -q` <!-- This is an ...
5
null
whyhow-ai/knowledge-table
# Repository Context Name: whyhow-ai/knowledge-table Description: # Pull Request ## feat(docs): Integrate Unstructured API and update project structure - Add Unstructured API integration for enhanced document processing - Update pyproject.toml with optional dependency groups - Modify document.py to use U...
760
null
IndustryEssentials/ymir
# Repository Context Name: IndustryEssentials/ymir Description: # Pull Request ## [command] add asset hw ratio hist # Relevant Files Found ## ymir/command/mir/protos/mir_command_pb2.py ``` # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: mir_command.proto """Generated...
286
null
bolna-ai/bolna
# Repository Context Name: bolna-ai/bolna Description: # Pull Request ## feat: Add Google Cloud Speech-to-Text transcriber ## Summary This PR adds support for Google Cloud Speech-to-Text as a transcriber provider, enabling users to leverage Google's speech recognition capabilities alongside existing Deepgram and...
47
null
mwong009/pycmtensor
# Repository Context Name: mwong009/pycmtensor Description: # Pull Request ## feature/learning-rate-scheduling Implements learning rate scheduling: File: ``pycmtensor/scheduler.py`` Classes: ``ConstantLR``, ``StepLR``, ``PolynomialLR``, ``CyclicLR``, ``Triangular2CLR``, and ``ExpRangeCLR`` # Relevant File...
8,645
null
Lightning-AI/pytorch-lightning
# Repository Context Name: Lightning-AI/pytorch-lightning Description: # Pull Request ## Fix `ddp` accelerator choice for cpu ## What does this PR do? <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are requi...
554
null
ros-infrastructure/ros_buildfarm
# Repository Context Name: ros-infrastructure/ros_buildfarm Description: # Pull Request ## Build environment variables from build files. Allows release build files to specify environment variables which will be made available in the binarydeb build containers. # Relevant Files Found ## ros_buildfarm/argument.py ...
118
null
axivo/opencore
# Repository Context Name: axivo/opencore Description: # Pull Request ## OC 0.7.6 upgrade # Relevant Files Found ## examples/setup.py ``` #!/usr/bin/env python from opencore.build import OpenCoreBuild if __name__ == '__main__': build = OpenCoreBuild('Volumes/EFI') build.kexts = [ { ...
237
null
DataDog/datadog-cloudformation-resources
# Repository Context Name: DataDog/datadog-cloudformation-resources Description: # Pull Request ## Add support for `variables` option This PR is based on and follow to: https://github.com/DataDog/datadog-cloudformation-resources/pull/232 Closes: https://github.com/DataDog/datadog-cloudformation-resources/issues/...
8,622
null
DataDog/integrations-core
# Repository Context Name: DataDog/integrations-core Description: # Pull Request ## Add extract value feature ### What does this PR do? Add extract value feature ### Motivation User request # Relevant Files Found ## snmp/datadog_checks/snmp/parsing/metrics.py ``` # (C) Datadog, Inc. 2020-present # All r...
80
null
GestaltCogTeam/BasicTS
# Repository Context Name: GestaltCogTeam/BasicTS Description: # Pull Request ## add STAEformer to BasicTS add STAEformer to BasicTS # Relevant Files Found ## basicts/archs/__init__.py ``` from .arch_zoo.stid_arch import STID from .arch_zoo.gwnet_arch import GraphWaveNet from .arch_zoo.dcrnn_arch import DCRNN fr...
212
null
N4S4/synology-api
# Repository Context Name: N4S4/synology-api Description: # Pull Request ## Move power schedule set and load from core_sys_info to event_scheduler Function names changes: hardware_power_schedule() --> load_power_schedule() hardware_set_power_schedule() -->set_power_schedule() # Relevant Files Found ## synology_...
28
null
agent-network-protocol/anp
# Repository Context Name: agent-network-protocol/anp Description: # Pull Request ## Node update # Relevant Files Found ## anp/fastanp/fastanp.py ``` """ FastANP - Fast Agent Network Protocol framework. A plugin-based framework for building ANP agents with FastAPI. FastAPI is the main framework, FastANP provid...
81
null
ethereum/eth-keys
# Repository Context Name: ethereum/eth-keys Description: # Pull Request ## Update eth-utils and eth-typing ### What was wrong? I updated `eth-utils` and `eth-typing` to drop python 3.5 support. So need to update here too. ### How was it fixed? Updated `eth-utils` and `eth-typing` version requirements...
93
null
GO-Eratosthenes/dhdt
# Repository Context Name: GO-Eratosthenes/dhdt Description: # Pull Request ## Run scripts for Brintnell-Bologna icefield on Spider Adding scripts, documentation, and few changes to run the scripts on Spider. Summary of changes: * I have added a bash script in the example folder (`run-script-on-spider.bsh`) whi...
17
null
dbt-opiner/dbt-opiner
# Repository Context Name: dbt-opiner/dbt-opiner Description: # Pull Request ## feat: enable usage of env vars in config yaml file Use environment variables in .dbt-opiner.yaml file using the format `${ env var }`, if no variable with the name is found, it defaults to None. # Relevant Files Found ## dbt_opiner/co...
24
null
comments-ink/django-comments-ink
# Repository Context Name: comments-ink/django-comments-ink Description: # Pull Request ## Use modal window to display users that reacted Closes #15: Use a modal window to display the list of users that sent a specific reaction: * List the users that reacted to an object (like a story) * List the users that ...
44
null
opendatacube/odc-geo
# Repository Context Name: opendatacube/odc-geo Description: # Pull Request ## Support arbitrary geoboxes in xarray + fixes ### Main feature Add support for rotated geoboxes #28. When geobox is not axis aligned do not compute X/Y axis, but instead - X: `0.5, 1.5 ... W-0.5` - Y: `0.5, 1.5 ... H-0.5` - Store 6...
18,490
null
apache/tvm
# Repository Context Name: apache/tvm Description: # Pull Request ## [Relax][PyTorch] Add `as_strided` operator in ExportedProgram frontend As per title. # Relevant Files Found ## python/tvm/relax/frontend/torch/exported_program_translator.py ``` # Licensed to the Apache Software Foundation (ASF) under one # or ...
58
null
joonan-lab/cwas
# Repository Context Name: joonan-lab/cwas Description: # Pull Request ## Update effective number of tests Update effective number of tests and CWAS-Plus workflow image # Relevant Files Found ## cwas/effective_num_test.py ``` import argparse, os, sys, pickle from pathlib import Path import numpy as np import pan...
936
null
intel/auto-round
# Repository Context Name: intel/auto-round Description: # Pull Request ## Fix Flux tuning issue In case the input of Flux is dict, need to fix the way of getting nsamples from input_ids for Flux # Relevant Files Found ## auto_round/compressors/base.py ``` # Copyright (c) 2023 Intel Corporation # # Licensed unde...
1
null
4paradigm/DemoApps
# Repository Context Name: 4paradigm/DemoApps Description: # Pull Request ## feat: use sqlalchemy_fedb db driver # Relevant Files Found ## import.py ``` #! /usr/bin/env python # -*- coding: utf-8 -*- # vim:fenc=utf-8 # # """ """ from fedb import driver import sys import datetime ddl=""" create table t1( id ...
5
null
scadaguru/pysmtreader
# Repository Context Name: scadaguru/pysmtreader Description: # Pull Request ## Add compatibility for homeassistant energy dashboard This modifies the sensor data reported to homeassistant to meet the attribute requirements for sensors to be used for the energy dashboard # Relevant Files Found ## main.py ``` imp...
247
null
narwhals-dev/narwhals
# Repository Context Name: narwhals-dev/narwhals Description: # Pull Request ## feat: implement selectors set arithmetic closes #224 <!-- # Thanks for contributing a pull request! ## Please make sure you see our contribution guidelines: https://github.com/narwhals-dev/narwhals/blob/main/CONTRIBUTING.md --> ...
3
null
Splines/raspi-captive-portal
# Repository Context Name: Splines/raspi-captive-portal Description: # Pull Request ## Update dependencies # Relevant Files Found ## setup.py ``` import json import os import re import subprocess import sys from setup.cli import * from setup.colorConsole import * def print_header(): header = """ ####...
1,226
null
UXARRAY/uxarray
# Repository Context Name: UXARRAY/uxarray Description: # Pull Request ## Improved Docstrings & Type Hints in `Grid` <!-- The PR title should summarize the changes, for example "Add `Grid._build_face_dimension` function". Avoid non-descriptive titles such as "Addresses issue #229". --> <!-- Replace XXX...
1
null
Daenara/rhasspy_weather
# Repository Context Name: Daenara/rhasspy_weather Description: # Pull Request ## small mixup regardign noon/midday fix, gitignore 1. Fixed a small midday/noon mixup in English language file. 2. added gitignore (mainly for ignoring python artifact), but including config.ini to avoid credential upload # Relevant ...
1,017
null
Planning-Inspectorate/odw-synapse-workspace
# Repository Context Name: Planning-Inspectorate/odw-synapse-workspace Description: # Pull Request ## Feat/odw 937 cd pipeline func app # Relevant Files Found # Edits This PR adds a new validation function to support the continuous deployment pipeline for a Function App, ensuring incoming Service Bus messages...
861
null
vertica/VerticaPy
# Repository Context Name: vertica/VerticaPy Description: # Pull Request ## Sphinx - model selection / statistical tests - 2 Added docstring of other norm functions # Relevant Files Found ## verticapy/machine_learning/model_selection/statistical_tests/norm.py ``` """ Copyright (c) 2018-2023 Open Text or one ...
1,101
null
probabl-ai/skore
# Repository Context Name: probabl-ai/skore Description: # Pull Request ## feat(project.put): Add `note` argument Implementation notes: At first I used `set_note` directly, to delegate the type-checking process, but that meant touching the storage 2 times instead of 1. Addresses part of #1041 # Relevant F...
1,909
null
stanford-crfm/helm
# Repository Context Name: stanford-crfm/helm Description: # Pull Request ## Support multiple stop sequences in HuggingFaceClient # Relevant Files Found ## src/helm/proxy/clients/huggingface_client.py ``` from copy import deepcopy import torch from dataclasses import asdict from transformers import AutoModelFor...
12
null
Equal-Vote/starpy
# Repository Context Name: Equal-Vote/starpy Description: # Pull Request ## Add return format and example to docstring I'm not sure which docstring format this is? Looks like Google, but [they use `Args` instead of `Parameters`](https://google.github.io/styleguide/pyguide.html#doc-function-args)? # Relevant Fil...
20
null
sblibs/pySwitchbot
# Repository Context Name: sblibs/pySwitchbot Description: # Pull Request ## Add license tag Allow third-party tools (e. g., PyPI or `pyp2rpm`) to get the license details in a simple way. # Relevant Files Found ## setup.py ``` from setuptools import setup setup( name = 'PySwitchbot', packages = ['switch...
63
null
DrDroidLab/PlayBooks
# Repository Context Name: DrDroidLab/PlayBooks Description: # Pull Request ## adds changes to handle table result slack publish # Relevant Files Found ## executor/workflows/action/notify_action_executor/slack_notifier.py ``` import logging from accounts.models import Account from connectors.crud.connectors_cr...
71
null
iree-org/iree-turbine
# Repository Context Name: iree-org/iree-turbine Description: # Pull Request ## Adapt to torch 2.4 API This commit makes the necessary changes to adapt to the new torch 2.4 API. The main change here is regarding the exporting of dynamic shape constraints: https://github.com/pytorch/pytorch/commit/342e7929b804ec5612...
883
null
RedHatProductSecurity/osidb
# Repository Context Name: RedHatProductSecurity/osidb Description: # Pull Request ## Fix fatal error for NoneType values Adds a more strict guard conditional for the action to strip `last_validated_dt` field in `serializer.py::HistoricalEventSerializer`. Closes OSIDB-3814 (once more, with feeling) # Relevant F...
198
null
TeamEpochGithub/epochlib
# Repository Context Name: TeamEpochGithub/epochlib Description: # Pull Request ## ENH: option for prefix and suffix for logging in torch trainer # Relevant Files Found ## epochalyst/pipeline/model/training/torch_trainer.py ``` """TorchTrainer is a module that allows for the training of Torch models.""" import ...
14
null
rthallisey/clapper
# Repository Context Name: rthallisey/clapper Description: # Pull Request ## Connectivity check Very basic connectivity check on the compute nodes. Still need to pull the variables for IP addresses from Heat. # Relevant Files Found # Edits This pull request adds a basic connectivity check feature to verify ne...
322
null
sgkit-dev/bio2zarr
# Repository Context Name: sgkit-dev/bio2zarr Description: # Pull Request ## packaging dep and IcfMetadata.__eq__ # Change 1 After creating a clean `python3 -m venv b2z` and `python3 -m pip install .` in bio2zarr, running `vcf2zarr` raised the error: ``` <truncated>/python3.13/site-packages/bio2zarr/zarr_util...
977
null
CybercentreCanada/assemblyline-core
# Repository Context Name: CybercentreCanada/assemblyline-core Description: # Pull Request ## Update helper.py # Relevant Files Found ## assemblyline_core/updater/helper.py ``` import requests import re import socket import string import time from assemblyline.common.version import FRAMEWORK_VERSION, SYSTEM_VE...
727
null
SWE-agent/SWE-agent
# Repository Context Name: SWE-agent/SWE-agent Description: # Pull Request ## Fix: Raise ContextWindowExceeded instead of exit_cost Thanks to @talorabr for the report # Relevant Files Found ## sweagent/agent/models.py ``` from __future__ import annotations import json import logging import os from collections i...
4,446
null
PaddlePaddle/PaddleDetection
# Repository Context Name: PaddlePaddle/PaddleDetection Description: # Pull Request ## add reference link # Relevant Files Found ## ppdet/modeling/assigners/simota_assigner.py ``` # Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); ...
197
null
krishauser/GEMstack
# Repository Context Name: krishauser/GEMstack Description: # Pull Request ## S2025 webapp # Relevant Files Found # Edits This PR adds a FastAPI-based web application backend to support car-summon and inspection functionalities for the GEM autonomous vehicle. It introduces endpoints to store and retrieve GPS ...
576
null
splunk/pytest-splunk-addon
# Repository Context Name: splunk/pytest-splunk-addon Description: # Pull Request ## fix: DM name updated to fit convention # Relevant Files Found ## pytest_splunk_addon/standard_lib/requirement_tests/requirement_test_datamodel_tag_constants.py ``` # # Copyright 2021 Splunk Inc. # # Licensed under the Apache Li...
5
null
edahelsinki/slisemap
# Repository Context Name: edahelsinki/slisemap Description: # Pull Request ## Point the user towards multiple_linear_regression if they use nd-y Adds a helpful error message hint if someone tries to use a multidimensional `Y` with `linear_regression` # Relevant Files Found ## slisemap/local_models.py ``` """ Th...