pr_id
int64
repo_id
null
repo_name
string
text
string
166
null
psf/black
# Repository Context Name: psf/black Description: # Pull Request ## [#154] Handle comments between decorators properly # Relevant Files Found ## black.py ``` #!/usr/bin/env python3 import asyncio import pickle from asyncio.base_events import BaseEventLoop from concurrent.futures import Executor, ProcessPoolExe...
1
null
lululepu/LunaDeobfV2
# Repository Context Name: lululepu/LunaDeobfV2 Description: # Pull Request ## Update main.py to use tkinter instead of manually inputting the path this code uses filedialog from tkinter # Relevant Files Found ## main.py ``` from pystyle import Colors, Colorate from colorama import init import base64 import ...
87
null
CenterForTheBuiltEnvironment/pythermalcomfort
# Repository Context Name: CenterForTheBuiltEnvironment/pythermalcomfort Description: # Pull Request ## Fixed documentation # Relevant Files Found ## docs/conf.py ``` # -*- coding: utf-8 -*- from __future__ import unicode_literals import os extensions = [ "sphinx.ext.autodoc", "sphinx.ext.autosummary"...
71
null
ejach/InventoryApplication
# Repository Context Name: ejach/InventoryApplication Description: # Pull Request ## US 3 - Added van list / Refactoring # Relevant Files Found ## app.py ``` from bleach import clean from flask import Flask, render_template, request, redirect, url_for, make_response, jsonify from src.DatabaseConnector import D...
946
null
CybercentreCanada/assemblyline-core
# Repository Context Name: CybercentreCanada/assemblyline-core Description: # Pull Request ## Bugfix/insecure registry token auth dev # Relevant Files Found ## assemblyline_core/updater/helper.py ``` import json import requests import re import socket import string from assemblyline.common.version import FRAME...
62,181
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## CI: Fix scripts tests when running from another directory - [ ] closes #xxxx (Replace xxxx with the GitHub issue number) - [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writin...
12,797
null
vllm-project/vllm
# Repository Context Name: vllm-project/vllm Description: # Pull Request ## [misc] Reduce number of config file requests to HuggingFace Every time `_get_encoder_config` is called, `get_sentence_transformer_tokenizer_config` also gets called and that triggers 7 different calls to HF to check whether any sentence tra...
197
null
Open-Wine-Components/umu-protonfixes
# Repository Context Name: Open-Wine-Components/umu-protonfixes Description: # Pull Request ## Set game drive for Epic Mickey 2 Game still has problems (namely in the form of green textures) depending on where it is installed. [ProtonDB reports](https://www.protondb.com/app/245300?device=any) are also consistent wi...
1,029
null
googlefonts/gftools
# Repository Context Name: googlefonts/gftools Description: # Pull Request ## transfer-vtt-hints: Fixes This PR fixes the following: - Fix TSI1 table transfers - Fix TSI3 table transfers by starting with a blank TSI3 table - Add option to skip TSI1 (component) hints - Transfer maxp attributes # Relevant File...
44,358
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Kubernetes client certificate file usage fix ### What does this PR do? The Kubernetes module can deal with either client certificate paths or embedded data. Due to a small logic error the former accidentally gets emptied if the latter doesn...
434
null
climatepolicyradar/knowledge-graph
# Repository Context Name: climatepolicyradar/knowledge-graph Description: # Pull Request ## Test fixtures for the aggregated results indexer This Pull Request: --- - Is adding a text fixture and some data that reflects that output of the aggregated run to enable developing the indexer. # Relevant Files Found ...
16
null
meilisearch/meilisearch-python
# Repository Context Name: meilisearch/meilisearch-python Description: # Pull Request ## Added version route testing and doc # Relevant Files Found ## meilisearch/client.py ``` from .index import Index from .health import Health from .key import Key from .config import Config from .sys_info import SysInfo clas...
79
null
ivadomed/ivadomed
# Repository Context Name: ivadomed/ivadomed Description: # Pull Request ## Crop around mask The cropping is currently done by cropping around the center of the input slice, with an hard-coded size. We would like to control the cropping size (ie fine tuning via config file) + crop around the spinal cord (vs. center...
7,672
null
kivy/kivy
# Repository Context Name: kivy/kivy Description: # Pull Request ## fix various docs <!-- Thank you for pull request. Below are items maintainers should consider when merging the PR. Feel free to suggest a `unit@` label or check-mark the others as appropriate. --> Maintainer merge checklist * [ ] Title is ...
884
null
skypilot-org/skypilot
# Repository Context Name: skypilot-org/skypilot Description: # Pull Request ## Fix Storage Creation Fixes #796. This should work 100% of the time now (syncing from creating a new bucket). The bug is that, sometimes, even if the bucket does not exists, `s3.meta.client` call does not error found, so the code thi...
9
null
hendrikmi/tmux-cpu-mem-monitor
# Repository Context Name: hendrikmi/tmux-cpu-mem-monitor Description: # Pull Request ## Add help messages # CPU ```bash usage: cpu.py [-h] [-i INTERVAL] [--percpu] options: -h, --help show this help message and exit -i INTERVAL, --interval INTERVAL interval in seconds --pe...
31
null
StatisKit/AutoWIG
# Repository Context Name: StatisKit/AutoWIG Description: # Pull Request ## Update tests # Relevant Files Found ## src/py/autowig/autowig.py ``` """ """ from .asg import AbstractSemanticGraph from .plugin_manager import parser, visitor, documenter, controller, feedback, node_rename, node_path, generator if 'py...
42
null
log2timeline/dfimagetools
# Repository Context Name: log2timeline/dfimagetools Description: # Pull Request ## Changes to bodyfile symbolic link escaping # Relevant Files Found ## dfimagetools/bodyfile.py ``` # -*- coding: utf-8 -*- """Helper for generating bodyfile entries.""" from dfdatetime import definitions as dfdatetime_definition...
382
null
Marker-Inc-Korea/AutoRAG
# Repository Context Name: Marker-Inc-Korea/AutoRAG Description: # Pull Request ## Add test code if QA data was created from a corpus close #373 # Relevant Files Found ## autorag/evaluator.py ``` import glob import json import logging import os import shutil from datetime import datetime from itertools import c...
14
null
litex-hub/litespi
# Repository Context Name: litex-hub/litespi Description: # Pull Request ## [WIP] add register-based SPI master core This PR aims to add a register-based SPI master core that can share SPI PHY with the XIP core. SPI controller can be configured to do any SDR access supported by XIP core. I also had to make some cha...
206
null
pyani-plus/pyani-plus
# Repository Context Name: pyani-plus/pyani-plus Description: # Pull Request ## Drop --num support for sourmash Building a signature with ``--num`` appears to be incompatible with ``sourmash compare`` using (max)containment. This PR removes the ``--num`` option (no changes to the tests required - we didn't actually...
157
null
davidusb-geek/emhass
# Repository Context Name: davidusb-geek/emhass Description: # Pull Request ## Added new scripts for debugging and testing new clustering feature # Relevant Files Found ## scripts/load_clustering_stumpy.py ``` #!/usr/bin/env python3 # -*- coding: utf-8 -*- import numpy as np import pandas as pd import pathlib,...
243
null
se-sic/VaRA-Tool-Suite
# Repository Context Name: se-sic/VaRA-Tool-Suite Description: # Pull Request ## Adds functionality for updating cache entries Resolves se-passau/VaRA#429 # Relevant Files Found ## varats/data/cache_helper.py ``` """ Utility functions and class to allow easier caching of pandas dataframe and other data. """ imp...
143
null
PaddlePaddle/PARL
# Repository Context Name: PaddlePaddle/PARL Description: # Pull Request ## Add `files` argument when creating a client. # Relevant Files Found ## parl/remote/client.py ``` # Copyright (c) 2019 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you...
623
null
scylladb/sphinx-scylladb-theme
# Repository Context Name: scylladb/sphinx-scylladb-theme Description: # Pull Request ## Adds back "Revert "Fix multiversion selector exact string"" Fix for https://github.com/scylladb/scylla-manager/issues/3261 Updates the `multiversion_regex_builder` utility to only match exact strings. Before: ![image](...
227
null
DKISTDC/dkist
# Repository Context Name: DKISTDC/dkist Description: # Pull Request ## Ravel model for the illusion of 2D tables Closes #168 (once dkist-inventory is updated to use these changes). Adds a new model to take a 2D index and return the corresponding correct index for a 1D array, and the inverse model for the revers...
147
null
anthonysidesap/warehouse
# Repository Context Name: anthonysidesap/warehouse Description: # Pull Request ## [pull] main from pypa:main See [Commits](/Silencer2333/warehouse/pull/147/commits) and [Changes](/Silencer2333/warehouse/pull/147/files) for more details. ----- Created by [<img src="https://prod.download/pull-18h-svg" valign="botto...
3
null
DevCom-IITB/mongogbackup
# Repository Context Name: DevCom-IITB/mongogbackup Description: # Pull Request ## Encrypt contains classes to encrypt and decrypt file data # Relevant Files Found ## mongogbackup/encrypt.py ``` class HashVerifier: def __init__(self): pass class Encryptor: def __init__(self): pass ...
1
null
koke1997/LabanCompiler
# Repository Context Name: koke1997/LabanCompiler Description: # Pull Request ## Extend project to support video input and microservices Extend the project to include a file for dependencies and support inputting a video with multiple microservices. * **Dependencies** - Add `requirements.txt` listing dependencie...
5,040
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## Opencv fix Fixes an error where cmake complained that cmake_options wasn't defined. Changed to using args.extends to make it more consistent with rest of the file. Added guards to png and zlib cmake options to exclude them when the variants are...
605
null
datalens-tech/datalens-backend
# Repository Context Name: datalens-tech/datalens-backend Description: # Pull Request ## feat: BI-0 add FailedDependencyException # Relevant Files Found ## lib/dl_api_lib/dl_api_lib/error_handling.py ``` from __future__ import annotations import http import inspect import itertools import logging from typing i...
95
null
mila-iqia/fuel
# Repository Context Name: mila-iqia/fuel Description: # Pull Request ## MNIST refactoring. Fixes #84. @vdumoulin, let me know if you want some changes. # Relevant Files Found ## fuel/converters/__init__.py ``` """Data conversion modules for built-in datasets. Conversion submodules generate an HDF5 file that i...
495
null
Learning-and-Intelligent-Systems/predicators
# Repository Context Name: Learning-and-Intelligent-Systems/predicators Description: # Pull Request ## fixes to cover multistep and tests closes #493 and should resolve the unit test failures in #479 the issue in #493 was an edge case where the hand is placing outside of both the allowed hand region _and_ outsi...
205
null
ZJUEarthData/Geochemistrypi
# Repository Context Name: ZJUEarthData/Geochemistrypi Description: # Pull Request ## feat: build the functions to import module at runtime, such as map projection. # Relevant Files Found ## geochemistrypi/data_mining/cli_pipeline.py ``` # -*- coding: utf-8 -*- import os from time import sleep import mlflow fr...
58
null
scrapinghub/slackbot
# Repository Context Name: scrapinghub/slackbot Description: # Pull Request ## Use unicode for string formatting Closes #55 Alternative for #57 # Relevant Files Found ## slackbot/dispatcher.py ``` # -*- coding: utf-8 -*- from __future__ import absolute_import import logging import re import time import traceba...
119
null
NOAA-GSL/pygraf
# Repository Context Name: NOAA-GSL/pygraf Description: # Pull Request ## Memory leak fixes This set of changes fixes a memory leak issue we'd been seeing that does not allow running subdomains on smaller Jet partitions (sjet/vjet and tjet/ujet). Summary of major changes: - Removed a lot of caching as parallel m...
15
null
thecodeteam/heliosburn
# Repository Context Name: thecodeteam/heliosburn Description: # Pull Request ## Webui # Relevant Files Found ## heliosburn/proxy/.keep ``` ``` # Edits This pull request introduces a modular proxy system for Helios Burn, enabling fault injection and traffic manipulation via configurable plugins. It replace...
58
null
jborean93/pypsrp
# Repository Context Name: jborean93/pypsrp Description: # Pull Request ## Start prep for 1.0.0 release Start the 1.0.0 release codebase by dropping unsupported Python versions (2.6, 3.4) and tidy up the tests # Relevant Files Found ## setup.py ``` #!/usr/bin/env python # coding: utf-8 from setuptools import se...
252
null
nodejs/gyp-next
# Repository Context Name: nodejs/gyp-next Description: # Pull Request ## feat: support language standard keys in msvs_settings Refs: https://github.com/nodejs/node/pull/52870 # Relevant Files Found ## pylib/gyp/MSVSSettings.py ``` # Copyright (c) 2012 Google Inc. All rights reserved. # Use of this source code ...
152
null
GetTogetherComm/GetTogether
# Repository Context Name: GetTogetherComm/GetTogether Description: # Pull Request ## Move Attend button outside the block that Do Not Track disables. Fixes #151 Signed-off-by: Michael Hall <mhall119@gmail.com> # Relevant Files Found ## get_together/tests/views.py ``` from django.test import TestCase, Client ...
801
null
marshmallow-code/apispec
# Repository Context Name: marshmallow-code/apispec Description: # Pull Request ## Use packaging.Version Removes utils.OpenAPIVersion and use of deprecated distutils.version.LooseVersion Replaces #759. Closes #739. # Relevant Files Found ## setup.py ``` import re from setuptools import setup, find_packages ...
28,596
null
ray-project/ray
# Repository Context Name: ray-project/ray Description: # Pull Request ## [tune] Support tune.with_resources for class methods Signed-off-by: Kai Fricke <kai@anyscale.com> <!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull req...
9
null
karellen/wheel-axle
# Repository Context Name: karellen/wheel-axle Description: # Pull Request ## Release 0.0.5 # Relevant Files Found ## build.py ``` # -*- coding: utf-8 -*- # # (C) Copyright 2021 Karellen, Inc. (https://www.karellen.co/) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this f...
15
null
SocketDev/socket-python-cli
# Repository Context Name: SocketDev/socket-python-cli Description: # Pull Request ## Doug/fix pr comment issues Release Notes: * Fixed an issue with security comments not being consolidated to their main package purl * Fixed an issue with dependency overview comments not being consolidated to their main packag...
92
null
SovereignCloudStack/hardware-landscape
# Repository Context Name: SovereignCloudStack/hardware-landscape Description: # Pull Request ## Post handover Handover documentation and improvements. See also https://github.com/SovereignCloudStack/hardware-landscape/issues/96 # Relevant Files Found ## misc/manage/lib/global_helpers.py ``` import glob impor...
26
null
frdmn/google-speedtest-chart
# Repository Context Name: frdmn/google-speedtest-chart Description: # Pull Request ## Sheet by month I had made some local changes to the script and figured I would go a bit further and submit it as a pull request. Mainly this creates a new sheet for each month. I've also aded it as a cli switch, as well as cli...
26
null
VRGhost/sqlalchemy-fsm
# Repository Context Name: VRGhost/sqlalchemy-fsm Description: # Pull Request ## version bump # Relevant Files Found ## setup.py ``` #!/usr/bin/env python import setuptools setuptools.setup( name="sqlalchemy_fsm", packages=setuptools.find_packages(where="src"), package_dir={"": "src"}, py_mod...
13,470
null
langchain-ai/langchain
# Repository Context Name: langchain-ai/langchain Description: # Pull Request ## Bagatur/chain of note # Relevant Files Found # Edits This PR adds a new "Chain of Note" feature that retrieves relevant Wikipedia passages and uses a LangChain pipeline with Anthropic's Claude-2 model to answer questions based on...
19,922
null
run-llama/llama_index
# Repository Context Name: run-llama/llama_index Description: # Pull Request ## Feat/bedrock converse partial system prompt cache # Description Allow system prompt caching with cache point mechanism as discussed here https://github.com/run-llama/llama_index/pull/19737#issuecomment-3280294006 I also noticed th...
2
null
derlih/levdist
# Repository Context Name: derlih/levdist Description: # Pull Request ## CI coverage # Relevant Files Found ## src/levenshtein_py/__init__.py ``` __version__ = "0.5.0" def classic(a: str, b: str) -> int: if not a: return len(b) if not b: return len(a) head_a = a[0] tail_a = a[...
109
null
OnroerendErfgoed/brdr
# Repository Context Name: OnroerendErfgoed/brdr Description: # Pull Request ## #103 remarks added # Relevant Files Found ## brdr/aligner.py ``` import json import logging import os from collections import defaultdict from concurrent.futures import ThreadPoolExecutor from concurrent.futures import wait from dat...
417
null
opentelekomcloud/python-otcextensions
# Repository Context Name: opentelekomcloud/python-otcextensions Description: # Pull Request ## Added feature security token for obs Here is the proposal to use the temporary generated ak/sk/sts-token for the sdk obs functionality. # Relevant Files Found ## otcextensions/sdk/__init__.py ``` # Licensed under the ...
2
null
307guojiawei/Linuxer
# Repository Context Name: 307guojiawei/Linuxer Description: # Pull Request ## 修改QWedge子类在MainWindow中的创建规则,避免没切换一次就重建一次对象,造成内存占用过多和启动时间过长 避免对象过度创建,但proc例外. # Relevant Files Found ## src/App.py ``` from PyQt5.QtWidgets import QMainWindow, QApplication from design import * from modules.Dash.Dash import DashWidget...
1,009
null
ynput/ayon-core
# Repository Context Name: ynput/ayon-core Description: # Pull Request ## Create: Required keys in Create Instance data ## Changelog Description Added required keys for `CreatedInstance`, required keys are meant to make sure instance data contains the key, even if someone tries to remove them, or is not passing th...
28,149
null
scikit-learn/scikit-learn
# Repository Context Name: scikit-learn/scikit-learn Description: # Pull Request ## DOC add the HTML output for the polars dataframe for the 1.4 release highlights Here is a preview: ![image](https://github.com/scikit-learn/scikit-learn/assets/89061/2d723eb9-e633-4ce6-a185-b063b41e43b9) # Relevant Files Fou...
19,765
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## openblas: make TIMER compatible with LLVM F18 `LLVM Flang/F18` does not provide `ETIME` as an intrinsic. This sets the `TIMER` value so that `openblas` can be built with `LLVM Flang/F18` @coti # Relevant Files Found ## var/spack/repos/builti...
14,228
null
vllm-project/vllm
# Repository Context Name: vllm-project/vllm Description: # Pull Request ## Serialize using safetensors for KV caches Serializing the KV caches using safetensors instead of pickle in Mooncake Pipe for safety. Note that I just tested the behavior of this class locally, assuming that the received bytes and the sent ...
4
null
googleapis/synthtool
# Repository Context Name: googleapis/synthtool Description: # Pull Request ## Warn when copy/move/replace can not find any sources # Relevant Files Found ## synthtool/transforms.py ``` # Copyright 2018 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file ex...
660
null
opendilab/DI-engine
# Repository Context Name: opendilab/DI-engine Description: # Pull Request ## polish(pu): add LN and GN norm_type support in ResBlock ## Description polish(pu): add LN and GN norm_type support in ResBlock ## Related Issue ## TODO ## Check List - [ ] merge the latest version source branch/repo, and ...
109
null
1kastner/conflowgen
# Repository Context Name: 1kastner/conflowgen Description: # Pull Request ## Mention sources for default values # Relevant Files Found ## conflowgen/domain_models/distribution_seeders/container_storage_requirement_distribution_seeder.py ``` from conflowgen.domain_models.data_types.storage_requirement import St...
291
null
NVIDIA-NeMo/Run
# Repository Context Name: NVIDIA-NeMo/Run Description: # Pull Request ## add a grace for Jobs that may start in Unknown # Relevant Files Found ## nemo_run/core/execution/lepton.py ``` import base64 import logging import os import re import subprocess import tempfile import time from dataclasses import dataclas...
650
null
HKUDS/LightRAG
# Repository Context Name: HKUDS/LightRAG Description: # Pull Request ## Add history support for ollama api ## Add conversation history support to chat API - Added HISTORY_TURNS env variable - Modified server to handle conversion history and history_turns for Ollama api - Fix history_context handling error in kg...
625
null
NVIDIA-NeMo/Curator
# Repository Context Name: NVIDIA-NeMo/Curator Description: # Pull Request ## [FIX] Fix Kmeans Cancelled Error ## Description This PR fixes: https://github.com/NVIDIA/NeMo-Curator/issues/624 # Relevant Files Found ## nemo_curator/modules/semantic_dedup/clusteringmodel.py ``` # Copyright (c) 2025, NVIDIA CORPO...
6,742
null
ansys/pyaedt
# Repository Context Name: ansys/pyaedt Description: # Pull Request ## FIX: Improve Variable management in Circuit ## Description Variable class refactoring. It should improve the usage of Object oriented programming, mainly in Circuit designs. ## Issue linked Close #6710 Close ##6906 ## Checklist - [ ] ...
101
null
HumanSignal/label-studio-ml-backend
# Repository Context Name: HumanSignal/label-studio-ml-backend Description: # Pull Request ## fix: DEV-2081: Fix requirements after Jinja2 update # Relevant Files Found ## label_studio_ml/__init__.py ``` # Package name package_name = 'label-studio-ml' # Package version __version__ = '1.0.7' ``` # Edits Th...
55
null
tskit-dev/pyslim
# Repository Context Name: tskit-dev/pyslim Description: # Pull Request ## pass recombination_map to recapitate We have made it possible to pass in recombination_map to recapitate, with @mfernando # Relevant Files Found ## pyslim/slim_tree_sequence.py ``` import attr import struct import msprime import tskit imp...
60,197
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## TYP/COMPAT: don't use Literal for Series.ndim to avoid tab completion bug in IPython Not entirely sure if it is up to us to "fix" this, but given this has not been fixed upstream for several months, and it is quite annoying that tab complet...
1,236
null
getredash/redash
# Repository Context Name: getredash/redash Description: # Pull Request ## Add: query runner for Cassandra and ScyllaDB # Relevant Files Found ## redash/query_runner/hive_ds.py ``` import json import logging import sys from redash.query_runner import * from redash.utils import JSONEncoder logger = logging.get...
1,719
null
scverse/anndata
# Repository Context Name: scverse/anndata Description: # Pull Request ## (fix): correct default fill values for dask-sparse <!-- Please: 1. Fill in the following check boxes 2. Make sure checks pass (Ignore “Triage” ones) --> - [x] Noticed in #1247 - [x] Tests added - [x] Release note added (or unnecessary...
20
null
agronholm/mqttproto
# Repository Context Name: agronholm/mqttproto Description: # Pull Request ## Reading too much from the variable part is not "insufficient data" This causes a lock-up when we talk with a broker that shortens its PUBACK messages. # Relevant Files Found ## src/mqttproto/_types.py ``` from __future__ import annotat...
640
null
timbrel/GitSavvy
# Repository Context Name: timbrel/GitSavvy Description: # Pull Request ## Warn the user if GS encounter a disk error followup to #636 I will use this branch to test that this work as expected. Would be cool it you could too :) Some places I wrote some code which tries to open with utf-8 and if it fails try...
1,026
null
deeppavlov/DeepPavlov
# Repository Context Name: deeppavlov/DeepPavlov Description: # Pull Request ## refactor: added docstrings and type annotations to core.data.utils - removed tokenize_reg function # Relevant Files Found ## deeppavlov/core/data/utils.py ``` """ Copyright 2017 Neural Networks and Deep Learning lab, MIPT Licensed u...
267
null
Zenlytic/metrics_layer
# Repository Context Name: Zenlytic/metrics_layer Description: # Pull Request ## add conversion for timezone casts in redshift # Relevant Files Found ## metrics_layer/core/model/field.py ``` import functools import hashlib import json import re from copy import copy from typing import TYPE_CHECKING, Union from...
4
null
soda480/mpcurses
# Repository Context Name: soda480/mpcurses Description: # Pull Request ## Simplify screen directives Signed-off-by: Emilio Reyes <emilio.reyes@intel.com> # Relevant Files Found ## build.py ``` # Copyright (c) 2020 Intel Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may no...
2,267
null
ClusterHQ/flocker
# Repository Context Name: ClusterHQ/flocker Description: # Pull Request ## Move system interactions with block devices to an Interface Make an explicit interface out of the existing system calls surrounding mounting and formatting disks. This will be useful to have a smaller interface to test and verify as we move...
99
null
dask/dask
# Repository Context Name: dask/dask Description: # Pull Request ## travis.ci tests doctests on python 2.7 # Relevant Files Found ## dask/rewrite.py ``` from collections import deque from dask.core import istask, subs def head(task): """Return the top level node of a task""" if istask(task): ...
9
null
phobson/watershed
# Repository Context Name: phobson/watershed Description: # Pull Request ## minor doc tweaks # Relevant Files Found ## watershed/algo.py ``` from __future__ import division from collections import defaultdict import numpy from scipy import ndimage DISTANCE = numpy.sqrt([ 2., 1., 2., 1., 1., 1., 2...
9,580
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Move privileged argument from create_container() to start() Follow https://github.com/dotcloud/docker-py/commit/e361f4c1cd224e27103d5aa84ef9e30a047b0b14 # Relevant Files Found ## salt/modules/dockerio.py ``` # -*- coding: utf-8 -*- ''' Man...
626
null
squeaknode/squeaknode
# Repository Context Name: squeaknode/squeaknode Description: # Pull Request ## Use bytes for server proto # Relevant Files Found ## itests/tests/test_squeak_node.py ``` from __future__ import print_function import datetime import time from hashlib import sha256 import pytest from squeak.core import CheckSque...
47,505
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Add dynamic update interval to Airly integration <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Breaking change <!-- If your PR cont...
202
null
cognitedata/cognite-sdk-python
# Repository Context Name: cognitedata/cognite-sdk-python Description: # Pull Request ## Fix train model bug and remove py35 incompatible typehints # Relevant Files Found ## cognite/__init__.py ``` from cognite.client.cognite_client import CogniteClient from cognite.client.exceptions import APIError __all__ = ...
2,151
null
onepercentclub/bluebottle
# Repository Context Name: onepercentclub/bluebottle Description: # Pull Request ## Also do date search on task preview # Relevant Files Found ## bluebottle/bb_tasks/tests/test_api.py ``` from datetime import timedelta, datetime from bluebottle.projects.models import Project from bluebottle.tasks.models import...
283
null
beamme-py/beamme
# Repository Context Name: beamme-py/beamme Description: # Pull Request ## Move some imports to the top file level # Relevant Files Found ## src/meshpy/mesh_creation_functions/beam_curve.py ``` # The MIT License (MIT) # # Copyright (c) 2018-2025 MeshPy Authors # # Permission is hereby granted, free of charge, t...
676
null
python-semantic-release/python-semantic-release
# Repository Context Name: python-semantic-release/python-semantic-release Description: # Pull Request ## Always strip url scheme from domain Hi Whilst fixing the tests for #675 I noticed something with `hvcs_api_domain` and `api_url`. `hvcs_api_domain` only has `https://` stripped if read from the environmen...
96
null
Oneflow-Inc/libai
# Repository Context Name: Oneflow-Inc/libai Description: # Pull Request ## make seed into effect 1. Make argument `seed` in `train.py` config file into effect in dataloader build 2. Delete useless config for debugging and demo # Relevant Files Found ## configs/common/data/nlp_data.py ``` from libai.config impo...
3
null
MingshanHe/Grasp-with-Exploring
# Repository Context Name: MingshanHe/Grasp-with-Exploring Description: # Pull Request ## merge the devel * using the explore strategy * using the graph node to explore * refer to he m_explore package # Relevant Files Found ## main.py ``` import time import select import struct import time import os import arg...
79
null
snorkel-team/snorkel-tutorials
# Repository Context Name: snorkel-team/snorkel-tutorials Description: # Pull Request ## Add markdown build mode For the getting started tutorial: ``` tox -e getting_started -- markdown --exclude-output ``` we can bake in per-tutorial default args when we add to deploy. adding the md-exclude tag in py:pe...
5,863
null
wandb/wandb
# Repository Context Name: wandb/wandb Description: # Pull Request ## fix(sdk): replace `dir_watcher` settings with SettingsStatic Fixes ----- - Fixes WB-NNNNN - Fixes #NNNN Description ----------- What does the PR do? <!-- copilot:summary --> ### <samp>🤖 Generated by Copilot at 51e0e3a</samp> Refactor...
27
null
ecmwf/forecast-in-a-box
# Repository Context Name: ecmwf/forecast-in-a-box Description: # Pull Request ## [backend.products] make imports correctly conditional Conditional imports cannot be used as top-level function annotations, otherwise it crashes # Relevant Files Found ## backend/forecastbox/products/plots/maps.py ``` # (C) Copyrig...
35
null
sys-bio/SBMLDiagrams
# Repository Context Name: sys-bio/SBMLDiagrams Description: # Pull Request ## addText_update_ex # Relevant Files Found ## examples/Interface_to_SBGN/SBGN1-specComplex/SBGN1-specComplex.py ``` # -*- coding: utf-8 -*- """ Created on Mon Mar 21 11:07:06 2022 @author: Jin Xu """ import SBMLDiagrams import tellur...
33
null
vanalmsick/news_platform
# Repository Context Name: vanalmsick/news_platform Description: # Pull Request ## Impovements to reporting of not working cover images. #patch # Relevant Files Found ## news_platform/pages/pageAPI.py ``` # -*- coding: utf-8 -*- """Get article data for all views""" import datetime import functools import urlli...
1,160
null
automl/auto-sklearn
# Repository Context Name: automl/auto-sklearn Description: # Pull Request ## Uses isinstance instead of issubclass in resampling strategy Addresses #924 # Relevant Files Found ## autosklearn/automl.py ``` # -*- encoding: utf-8 -*- import copy import io import json import platform import logging.handlers import...
39
null
squaresLab/Darjeeling
# Repository Context Name: squaresLab/Darjeeling Description: # Pull Request ## Added basic Kaskara integration # Relevant Files Found ## setup.py ``` #!/usr/bin/env python import os from glob import glob from setuptools import setup, find_packages path = os.path.join(os.path.dirname(__file__), 'src/darjeelin...
125
null
NationalLibraryOfNorway/DHLAB
# Repository Context Name: NationalLibraryOfNorway/DHLAB Description: # Pull Request ## fix: handle API errors - (dhlab_api.show_spacy_models): return empty list - (text.geo_data.GeoData): add private method to call for place names with spacy, with error handling of user input and empty return values. # Releva...
162
null
alchemistry/alchemlyb
# Repository Context Name: alchemistry/alchemlyb Description: # Pull Request ## Make it that the MBAR will take in maximum_iterations argument. Currently, at least `maximum_iterations` is not really being used during the MBAR solver. So I changed the MBAR to make sure that it is taken into account as is suggested ...
866
null
TileDB-Inc/TileDB-Py
# Repository Context Name: TileDB-Inc/TileDB-Py Description: # Pull Request ## Fix Attribute View for `multi_index` # Relevant Files Found ## tiledb/libtiledb.pyx ``` #!python #cython: embedsignature=True #cython: auto_pickle=False from cpython.version cimport PY_MAJOR_VERSION from cpython.pycapsule cimport Py...
5,990
null
OpenMined/PySyft
# Repository Context Name: OpenMined/PySyft Description: # Pull Request ## SMPC -Numpy Ops ## Description Implementation of Numpy Ops on MPCTensor. - [x] ``ndarray.__pos__`` - [x] ``ndarray.put`` ## How has this been tested? Tests to be added ## Checklist - [x] I have followed the [Contribution Gui...
2,314
null
sgl-project/sglang
# Repository Context Name: sgl-project/sglang Description: # Pull Request ## Add more fused moe benchmark utilities Add a benchmark against the torch.compile # Relevant Files Found ## benchmark/kernels/fused_moe_triton/benchmark_vllm_vs_sglang_fused_moe_triton.py ``` import argparse import numbers from typing im...
4,441
null
PaddlePaddle/PaddleDetection
# Repository Context Name: PaddlePaddle/PaddleDetection Description: # Pull Request ## [cherry-pick][MOT] fix mot readme and cfgs cherry-pick #4440 1. remove hardnet85 cfgs 2. fix readme of mot vehicle pedestrian # Relevant Files Found ## configs/mot/vehicle/tools/bdd100kmot/bdd100k2mot.py ``` # Copyright (c)...
1,771
null
PaddlePaddle/PaddleSlim
# Repository Context Name: PaddlePaddle/PaddleSlim Description: # Pull Request ## Update PACT quanter documentation # Relevant Files Found ## paddleslim/quant/quanters/pact.py ``` # Copyright (c) 2023 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); ...