pr_id
int64
repo_id
null
repo_name
string
text
string
198
null
feedernet/petnet-feeder-service
# Repository Context Name: feedernet/petnet-feeder-service Description: # Pull Request ## Use milliseconds instead of microseconds The Alchemy adapter apparently doesn't like the microseconds timestamp because it overflows 64-bit signed integer values. When converting to milliseconds it seems to be more natural for...
12
null
simslab/scHPF
# Repository Context Name: simslab/scHPF Description: # Pull Request ## Docs doc updates + link to published paper # Relevant Files Found ## docs/conf.py ``` # Configuration file for the Sphinx documentation builder. # # This file only contains a selection of the most common options. For a full # list see the do...
3,887
null
ansible/molecule
# Repository Context Name: ansible/molecule Description: # Pull Request ## More ruff fixes # Relevant Files Found ## src/molecule/command/login.py ``` # Copyright (c) 2015-2018 Cisco Systems, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associat...
4
null
clawpack/visclaw
# Repository Context Name: clawpack/visclaw Description: # Pull Request ## More fixes to make visclaw work with new ClawData object. # Relevant Files Found ## src/python/visclaw/plotters/data.py ``` #!/usr/bin/env python # encoding: utf-8 # ====================================================================== ...
101
null
virt-s1/os-tests
# Repository Context Name: virt-s1/os-tests Description: # Pull Request ## add description for test_check_cloudinit_log_imdsv2 The pull request is to add description for test_check_cloudinit_log_imdsv2 # Relevant Files Found ## os_tests/tests/test_cloud_init.py ``` import unittest from os_tests.libs import utils...
145
null
ACM-Amrita-Amritapuri/thats-what-C-said-about-my-PyPy
# Repository Context Name: ACM-Amrita-Amritapuri/thats-what-C-said-about-my-PyPy Description: # Pull Request ## Add files via upload # Relevant Files Found # Edits This pull request adds a new Python script that reads and preprocesses cancer dataset for analysis. It loads the data from a CSV file, converts th...
499
null
transferwise/pipelinewise
# Repository Context Name: transferwise/pipelinewise Description: # Pull Request ## [RELEASE] v0.21.0 ## Description **Release v0.21.0 and Changelog** ## Checklist - [x] Description above provides context of the change - [x] Unit tests coverage for changes (not needed for documentation changes) - [x] Bum...
14
null
accraze/python-ia-markov
# Repository Context Name: accraze/python-ia-markov Description: # Pull Request ## Allow custom hidden state size This allows you to set a custom state size like: ``` MarkovModel(state_size=3) ``` resolves #11 # Relevant Files Found ## src/ia_markov/markov.py ``` import glob import os import re import m...
3
null
openwisp/django-x509
# Repository Context Name: openwisp/django-x509 Description: # Pull Request ## add digest argument to CRL.export pyOpenSSL 17.1 the default digest argument that defaults to md5 was removed. added digest=b'sha256' # Relevant Files Found ## django_x509/base/models.py ``` import collections from datetime import da...
4
null
Silletr/LazyDeveloperHelper
# Repository Context Name: Silletr/LazyDeveloperHelper Description: # Pull Request ## [CHANGED FILE/DIR: .gitignore, README.md, python/pip_install.py, .pre-commit-config.yaml, TODO.md] Create .pre-commit-config ## Category - [x] NEW FILE/DIR, - [ ] BUG FIX, - [x] DOC CHANGES, - [ ] CHANGED/DELETED FILE/DIR,...
75
null
censortracker/censortracker_backend
# Repository Context Name: censortracker/censortracker_backend Description: # Pull Request ## Dev # Relevant Files Found ## server/apps/core/management/commands/update_emergency_endpoints.py ``` import json from django.core.management.base import BaseCommand from django.utils import timezone from github import...
203
null
HabanaAI/vllm-hpu-extension
# Repository Context Name: HabanaAI/vllm-hpu-extension Description: # Pull Request ## Use sets for faster filter checks. Better long context support As title states. Does not change return values since we are sorting them into lists afterwards. Some long context models hangs due to $O(n^2)$ over a hundreds of th...
15,076
null
spyder-ide/spyder
# Repository Context Name: spyder-ide/spyder Description: # Pull Request ## PR: Use group colors for objects in the Variable Explorer <!--- Make sure to read the Contributing Guidelines: ---> <!--- https://github.com/spyder-ide/spyder/blob/master/CONTRIBUTING.md ---> <!--- and follow PEP 8, PEP ...
281
null
modelscope/Trinity-RFT
# Repository Context Name: modelscope/Trinity-RFT Description: # Pull Request ## Add enable_activation_offload configuration option ## Description See https://github.com/modelscope/Trinity-RFT/issues/280 ## Checklist Please check the following items before code is ready to be reviewed. - [ ] Code has...
68
null
jeffshek/betterself
# Repository Context Name: jeffshek/betterself Description: # Pull Request ## Demo Fixtures Data Generation Backend # Relevant Files Found ## apis/betterself/v1/signup/fixtures/factories.py ``` import datetime import factory from events.models import SupplementEvent from supplements.models import Supplement ...
276
null
KernelTuner/kernel_tuner
# Repository Context Name: KernelTuner/kernel_tuner Description: # Pull Request ## base implementation for pmt continuous observer I can't test it locally, but made a base implementation for @loostrum to use/finish. # Relevant Files Found ## kernel_tuner/observers/pmt.py ``` import numpy as np from kernel_tune...
31,300
null
ray-project/ray
# Repository Context Name: ray-project/ray Description: # Pull Request ## [Spark] Update Ray on spark code for easier usage instrumentation Signed-off-by: Weichen Xu <weichen.xu@databricks.com> <!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst bef...
7,015
null
NVIDIA-NeMo/NeMo
# Repository Context Name: NVIDIA-NeMo/NeMo Description: # Pull Request ## ptuning inference table bug fix # What does this PR do ? Inference caching was using the wrong embedding size. Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] ...
36
null
monarch-initiative/biolink-api
# Repository Context Name: monarch-initiative/biolink-api Description: # Pull Request ## added tests for slimming # Relevant Files Found ## biogolr/tests/test_matrix.py ``` from biogolr.golr_matrix import term_matrix idlist=[ 'HP:0000021', ## Megacystis 'HP:0000024', ## Prostatitis 'HP:0000026', #...
154
null
PUTvision/qgis-plugin-deepness
# Repository Context Name: PUTvision/qgis-plugin-deepness Description: # Pull Request ## Fix pytest segmentation fault # Relevant Files Found ## test/test_map_processor_detection_oils_example.py ``` import os from pathlib import Path from test.test_utils import create_default_input_channels_mapping_for_rgb_band...
2,028
null
huggingface/optimum-habana
# Repository Context Name: huggingface/optimum-habana Description: # Pull Request ## Hot fix compiled fsdp model saving failure # What does this PR do? Noticed in today's nightly CI run https://github.com/huggingface/optimum-habana/actions/runs/15544633027/job/43768185586 There's something wrong in model prep...
105
null
mcp-getgather/mcp-getgather
# Repository Context Name: mcp-getgather/mcp-getgather Description: # Pull Request ## Add doordash spec (non-social) and mcp Verified with Claude Desktop # Relevant Files Found # Edits This PR adds support for a new Doordash data connector within the MCP framework, enabling users to retrieve their order data f...
54
null
django-q2/django-q2
# Repository Context Name: django-q2/django-q2 Description: # Pull Request ## Release v1.4.7 # Relevant Files Found ## django_q/__init__.py ``` import django VERSION = (1, 4, 6) if django.VERSION < (3, 2): default_app_config = "django_q.apps.DjangoQConfig" __all__ = ["conf", "cluster", "models", "tasks"]...
181
null
hiyouga/EasyR1
# Repository Context Name: hiyouga/EasyR1 Description: # Pull Request ## [misc] fix masked mean # Relevant Files Found ## verl/trainer/ray_trainer.py ``` # Copyright 2024 Bytedance Ltd. and/or its affiliates # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except i...
28
null
Simple-Efficient/RL-Factory
# Repository Context Name: Simple-Efficient/RL-Factory Description: # Pull Request ## [bugs]fix generate_sequences() call in RayPPOTrainer._validate() # Relevant Files Found ## verl/trainer/ppo/ray_trainer.py ``` # Copyright 2024 Bytedance Ltd. and/or its affiliates # Copyright 2023-2024 SGLang Team # Copyright...
1,418
null
swarmauri/swarmauri-sdk
# Repository Context Name: swarmauri/swarmauri-sdk Description: # Pull Request ## Fix LoggerMixin default logger unit test ## Summary - clarify docs around `LoggerMixin` logger initialization - ensure the unit test asserts `logger` remains `None` ## Testing - `pytest -q pkgs/base/tests/unit` *(fails: pytest not in...
399
null
CQCL/pytket-quantinuum
# Repository Context Name: CQCL/pytket-quantinuum Description: # Pull Request ## Release/0.32.0 I'd like to make a release with the fix to #395 . # Relevant Files Found ## _metadata.py ``` __extension_version__ = "0.31.0" __extension_name__ = "pytket-quantinuum" ``` ## pytket/extensions/quantinuum/backends/qua...
43
null
ovg-project/kvcached
# Repository Context Name: ovg-project/kvcached Description: # Pull Request ## [Feat]: Frontend with multi-LLM router # Relevant Files Found ## kvcached/utils.py ``` import logging import os PAGE_SIZE = 2 * 1024 * 1024 # 2MB # Configuration constants for KVCacheManager GPU_UTILIZATION = float(os.getenv("KVCA...
174
null
snowflakedb/ArcticTraining
# Repository Context Name: snowflakedb/ArcticTraining Description: # Pull Request ## Avoid corrupted data cache Resolves #172 Write to `{cache_path}.incomplete` and rename after saving all data is complete. # Relevant Files Found ## arctic_training/data/factory.py ``` # Copyright 2025 Snowflake Inc. # SPDX-L...
43
null
compose-viz/compose-viz
# Repository Context Name: compose-viz/compose-viz Description: # Pull Request ## Fix service root KeyError Fix possible KeyError in #40 # Relevant Files Found ## compose_viz/parser.py ``` import re from typing import Any, Dict, List, Optional, Union from pydantic import ValidationError import compose_viz.spe...
17
null
CambridgeMolecularEngineering/tabledataextractor
# Repository Context Name: CambridgeMolecularEngineering/tabledataextractor Description: # Pull Request ## jm2111_development Small aesthetic changes. # Relevant Files Found ## tabledataextractor/table/table.py ``` # -*- coding: utf-8 -*- """ Raw, processed and final labelled table. .. codeauthor:: Juraj Mavrač...
39
null
AngeloFerrando/Solvent
# Repository Context Name: AngeloFerrando/Solvent Description: # Pull Request ## Adding alternative test_iterative script # Relevant Files Found # Edits This pull request adds an alternative test script, `test_iterative2.py`, designed to handle timeouts more gracefully when testing Solidity contracts through ...
90
null
TomWagg/cogsworth
# Repository Context Name: TomWagg/cogsworth Description: # Pull Request ## BUG: fix duplicate timestep bug in kicked orbits Before this fix all orbits that received a kick were offset by one timestep due to some problems when restitching the full orbit together. This became apparent when somehow kicked systems ...
32,570
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## allow xform backup pillow ## Technical Summary <!-- Provide a link to the ticket or document which prompted this change, Describe the rationale and design decisions. --> This allows the index for the xform pillow to be set dyn...
3,204
null
mouredev/roadmap-retos-programacion
# Repository Context Name: mouredev/roadmap-retos-programacion Description: # Pull Request ## #12 - Python ## Describe tus cambios ***(Opcional)*** *Sobre todo aconsejable si la "Pull Request" se corresponde con una corrección adicional y no con la presentación de un ejercicio.* ## Comprobaciones Asegúrate de ...
209
null
kimeisele/vibe-agency
# Repository Context Name: kimeisele/vibe-agency Description: # Pull Request ## Build real tool with feature-implement cartridge This pull request adds a new daily standup report in the `daily_update.md` file. The report summarizes recent Git activity, lists modified files, and includes a motivational thought, all ...
11
null
neuro-ml/imops
# Repository Context Name: neuro-ml/imops Description: # Pull Request ## Fix maxOS build # Relevant Files Found ## setup.py ``` import runpy import shutil from pathlib import Path from setuptools import Extension, find_packages, setup name = 'imops' root = Path(__file__).parent class NumpyImport: def _...
112
null
monarch-initiative/pheval
# Repository Context Name: monarch-initiative/pheval Description: # Pull Request ## fixing bug in `generate_pheval_result()` Python was not able to recognise the typing of list contents, i.e., `[RankedPhEvalVariantResult]` and so threw errors when called in the runner implementation for post-processing. Fixed this ...
24
null
bananaml/banana-cli
# Repository Context Name: bananaml/banana-cli Description: # Pull Request ## Deploy command # What is this? `banana deploy` supported by `banana auth` # Why? The fastest way to get started with Banana! # Relevant Files Found ## banana_cli/cli.py ``` # click is our CLI library import click import os ...
10,791
null
tinygrad/tinygrad
# Repository Context Name: tinygrad/tinygrad Description: # Pull Request ## ramp.py: correct UOp and Ops import path from tinygrad.uop to tinygrad.uop.ops This fixes the following error: ``` ImportError: cannot import name 'UOp' from 'tinygrad.uop' (/tinygrad/tinygrad/uop/__init__.py). Did you mean: 'uop'? ``` ...
464
null
pysb/pysb
# Repository Context Name: pysb/pysb Description: # Pull Request ## Local function export fixes, example model * New `localfunc.py` example model, based on a BioNetGen example model * Fix export of models with local functions to SBML and StochKit * Show meaningful error messages when attempting to export models ...
249
null
django-commons/django-debug-toolbar
# Repository Context Name: django-commons/django-debug-toolbar Description: # Pull Request ## Fix UnicodeDecodeError on getting template context representations for templates panel. Found this error after debug toolbar was upgraded. I understand that it's my fault in **str**/**unicode** declaration for models, but ...
14
null
orsinium-labs/mypy-baseline
# Repository Context Name: orsinium-labs/mypy-baseline Description: # Pull Request ## suggest: Fix fixed count detection Before the fix, the diff was reversed, so added baseline lines were counted as fixes :/ # Relevant Files Found ## mypy_baseline/__init__.py ``` """Integrate mypy with existing codebase. """ f...
3,239
null
Flagsmith/flagsmith
# Repository Context Name: Flagsmith/flagsmith Description: # Pull Request ## chore: Bump default stuck limit for task processor tasks Thanks for submitting a PR! Please check the boxes below: - [x] I have run [`pre-commit`](https://docs.flagsmith.com/platform/contributing#pre-commit) to check linting - [x] I h...
32,719
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Fix legacy Samsung TV <!-- 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 contains a breaking change for ...
5
null
JonJala/mama
# Repository Context Name: JonJala/mama Description: # Pull Request ## small python3 compatibility issue I noticed something very small while trying to generate some ld scores today. This isn't an issue when run in python2.x, but with 3.x it needs to be cast to a list first. # Relevant Files Found ## legacy/mama...
3,739
null
TIM-JYU/TIM
# Repository Context Name: TIM-JYU/TIM Description: # Pull Request ## settings: Add support for quick themes Quick themes are toggle buttons in the Settings tab that allow to quickly enable and disable user themes. The selections are preserved on a per-session basis, allowing to modify which styles to keep enabled ...
47
null
WilsonGregory/ginjax
# Repository Context Name: WilsonGregory/ginjax Description: # Pull Request ## add layer_norm, various other helpful norm functions and some tests ## Changes - Fix some jit issues in phase2vec benchmark - move `times_group_element` and `norm` to pure functions - add some unit tests - add layer_norm, but current...
49
null
natduca/quickopen
# Repository Context Name: natduca/quickopen Description: # Pull Request ## Change help message for 'ignore' to describe the patterns as using fnmatch syntax. I initially tried to enter regular expressions to ignore filenames, but apparently fnmatch's glob-style syntax is required (e.g. "*.o" instead of ".o$"), whi...
33
null
husqvarnagroup/GETL
# Repository Context Name: husqvarnagroup/GETL Description: # Pull Request ## Add support for nested columns in the drop_duplicate function ### Description Please describe your pull request! ### Checklist - [ X] Lint and unit tests pass locally with my changes - [ X] I have added **tests** that prove my...
2,144
null
mage-ai/mage-ai
# Repository Context Name: mage-ai/mage-ai Description: # Pull Request ## [xy] Support snowflake role in io_config.yaml # Summary <!-- Brief summary of what your code does --> Support snowflake role in io_config.yaml # Tests <!-- How did you test your change? --> tested locally cc: <!-- Optionally mentio...
78
null
rogers-obrien-rad/ProPyCore
# Repository Context Name: rogers-obrien-rad/ProPyCore Description: # Pull Request ## Feature/no ref/roles This pull request (PR) is not associated with an issue. ### Primary Changes * 👷🏻‍♂️ **Add `roles` to `directory`**: so that we can access a simplified list of users on a project # Relevant Files Foun...
1,229
null
stephenmcd/mezzanine
# Repository Context Name: stephenmcd/mezzanine Description: # Pull Request ## Added exception handler for make_dirs() function call in thumbnail() template tag This change is to deal with `make_dirs` raising exceptions, such as when attempting to write to a read-only directory or when working within an environment...
23,081
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## Added comment for test data https://github.com/dimagi/commcare-hq/pull/23078#pullrequestreview-195757307 @millerdev # Relevant Files Found ## corehq/apps/linked_domain/tests/test_linked_apps.py ``` from __future__ import absolute_im...
65
null
GBillotey/Fractalshades
# Repository Context Name: GBillotey/Fractalshades Description: # Pull Request ## standard Burning ship # Relevant Files Found ## examples/batch_mode/05-seahorse_shaded_colored.py ``` # -*- coding: utf-8 -*- """ =================================== Seahorse shaded and colored example ============================...
2
null
mcp-getgather/middleman
# Repository Context Name: mcp-getgather/middleman Description: # Pull Request ## feat: iframe support for distillation Handle elements that live inside an iframe with gg-frame as the iframe selector # Relevant Files Found ## middleman.py ``` #!/usr/bin/env python3 import argparse import asyncio import os impor...
119
null
Axobot-org/Axobot
# Repository Context Name: Axobot-org/Axobot Description: # Pull Request ## Hotfix(welcome): allowed mentions parsing # Relevant Files Found ## core/parse_mentions.py ``` import re import discord def parse_allowed_mentions(text: str, *, base: discord.AllowedMentions | None = None) -> discord.AllowedMentions:...
819
null
catalyst-team/catalyst
# Repository Context Name: catalyst-team/catalyst Description: # Pull Request ## perplexity metric callback ## Before submitting - [ ] Was this discussed/approved via a Github issue? (no need for typos and docs improvements) - [x] Did you read the [contribution guide](https://github.com/catalyst-team/catalyst/b...
106
null
cloudfoundry-community/cf-python-client
# Repository Context Name: cloudfoundry-community/cf-python-client Description: # Pull Request ## Keep RLP connection alive RLP gateway sends heartbeat events in case there are no application logs, and those events must be consumed on client side. However, now those messages are skipped. The change allows to kee...
347
null
mne-tools/mne-nirs
# Repository Context Name: mne-tools/mne-nirs Description: # Pull Request ## Improve documentation # Relevant Files Found ## examples/general/plot_12_group_glm.py ``` """ .. _tut-fnirs-group: Group Level GLM Analysis ======================== This is an example of a group level GLM based functional near-infrar...
26
null
sdss/sdss_access
# Repository Context Name: sdss/sdss_access Description: # Pull Request ## adds support for preserving users os environment This PR fixes #25 and adds support for preserving a user's original python session `os.environ` when instantiating a new `Path`. `Path` now accepts a `preserve_envvars` keyword which can set ...
1,692
null
AcademySoftwareFoundation/rez
# Repository Context Name: AcademySoftwareFoundation/rez Description: # Pull Request ## Convert all plugin rezconfig to rezconfig.py Effectively copied over work that @nerdvegas did back on [this](https://github.com/AcademySoftwareFoundation/rez/commit/60809bf3907d944f1939311e285f300b032150bc) commit. Closes #52...
8
null
arpanrec/bitwarden-exporter
# Repository Context Name: arpanrec/bitwarden-exporter Description: # Pull Request ## Feat/export ssh keys # Relevant Files Found ## src/bitwarden_exporter/__main__.py ``` """ This script interacts with the Bitwarden CLI to export data from a Bitwarden vault. Functions: bw_exec(cmd: List[str], ret_encoding...
72
null
spacetelescope/tweakwcs
# Repository Context Name: spacetelescope/tweakwcs Description: # Pull Request ## Azure pipelines # Relevant Files Found ## setup.py ``` #!/usr/bin/env python import os import pkgutil import sys from setuptools import setup, find_packages from setuptools.command.test import test as TestCommand from subprocess i...
9,086
null
getmoto/moto
# Repository Context Name: getmoto/moto Description: # Pull Request ## Core: integrate Query protocol parser into request/response pipeline This PR moves the Query protocol request parser from the RDS backend, where it was originally battle tested, into `moto.core`. It also provides a hook for services to opt-in t...
698
null
Breakthrough-Energy/PowerSimData
# Repository Context Name: Breakthrough-Energy/PowerSimData Description: # Pull Request ## Update pipenv lock file [Pull Request doc](https://breakthrough-energy.github.io/docs/user/git_guide.html#d-pull-request) ### Purpose Update **Pipfile.lock** file and fix error and warnings raised by new version of `panda...
1,273
null
open-mmlab/mmsegmentation
# Repository Context Name: open-mmlab/mmsegmentation Description: # Pull Request ## Bump v0.21.1 Bump v0.21.0 to v0.21.1, aiming at fixing repeating log bug(https://github.com/open-mmlab/mmsegmentation/pull/1267). # Relevant Files Found ## mmseg/version.py ``` # Copyright (c) Open-MMLab. All rights reserved. _...
800
null
Labelbox/labelbox-python
# Repository Context Name: Labelbox/labelbox-python Description: # Pull Request ## [QQC-1238] Increase SDK client batch limit to 100k # Relevant Files Found ## labelbox/schema/project.py ``` import json import logging import time from collections import namedtuple from datetime import datetime, timezone from pa...
25
null
ladparth/fabricflow
# Repository Context Name: ladparth/fabricflow Description: # Pull Request ## feat: add Google BigQuery source support with pipeline templates **Key Changes:** • **Added GoogleBigQuerySource class** - New source implementation for reading data from Google BigQuery datasets with comprehensive SQL query support an...
13
null
CodeForPhilly/clean-and-green-philly
# Repository Context Name: CodeForPhilly/clean-and-green-philly Description: # Pull Request ## mapbox upload and awkde Wrote the methods to get the tiles uploaded to Mapbox and it's working well. Also in this PR I downloaded the whole `awkde` package into our project directly. I think it will be easier this way,...
667
null
stac-utils/stac-fastapi
# Repository Context Name: stac-utils/stac-fastapi Description: # Pull Request ## apply datetime converter in ItemCollection endpoint model **Related Issue(s):** N/A **Description:** Right now, the datetime converter is only applied in the `BaseSearchGetRequest` model, but not in the `ItemCollectionUri` model....
629
null
gdsfactory/gdsfactory
# Repository Context Name: gdsfactory/gdsfactory Description: # Pull Request ## refactor code code improvements # Relevant Files Found ## gdsfactory/decorators.py ``` import gdsfactory as gf from gdsfactory.pdk import get_grid_size from gdsfactory.snap import is_on_grid from gdsfactory.types import Component, Co...
261
null
mlcommons/power-dev
# Repository Context Name: mlcommons/power-dev Description: # Pull Request ## Merge r1.1 changes into master Merge r1.1 changes into master @psyhtest @s-idgunji @rakshithvasudev for vis. # Relevant Files Found ## compliance/check.py ``` #!/usr/bin/env python3 # Copyright 2018 The MLPerf Authors. All Rights Re...
13
null
Doist/bitmapist
# Repository Context Name: Doist/bitmapist Description: # Pull Request ## Add python 3 compatibility # Relevant Files Found ## bitmapist/__init__.py ``` # -*- coding: utf-8 -*- """ bitmapist ~~~~~~~~~ Implements a powerful analytics library on top of Redis's support for bitmaps and bitmap operations. This libr...
5
null
newaetech/ChipSHOUTER-python
# Repository Context Name: newaetech/ChipSHOUTER-python Description: # Pull Request ## Python3 compatibility fix This one came up sometimes when the chipSHOUTER reset itself # Relevant Files Found ## chipshouter/com_tools.py ``` # # This file is part of the ChipSHOUTER Python API. # Copyright NewAE Technology In...
59
null
Azure/azure-cli-dev-tools
# Repository Context Name: Azure/azure-cli-dev-tools Description: # Pull Request ## Fix `azdev test --discover` Fixes #45. Fix issue where virtual env in the extensions directory would could a stack trace on test discovery. # Relevant Files Found ## azdev/operations/tests/__init__.py ``` # -------------------...
1,020
null
laminlabs/lamindb-setup
# Repository Context Name: laminlabs/lamindb-setup Description: # Pull Request ## ✨ Refresh db token on expiration This PR allows to refresh expired db tokens (jwt) for instances with fine-grained access. # Relevant Files Found ## lamindb_setup/core/_settings_user.py ``` from __future__ import annotations from ...
2
null
2lian/asyncio-for-robotics
# Repository Context Name: 2lian/asyncio-for-robotics Description: # Pull Request ## Revert "Pixi support!" need squash # Relevant Files Found ## asyncio_for_robotics/core/_logger.py ``` import json import copy import logging.config import os from datetime import datetime from typing import Optional import colo...
46
null
1ntegrale9/discordbot-echidna
# Repository Context Name: 1ntegrale9/discordbot-echidna Description: # Pull Request ## メッセージの削除をrawで確実に検知する # Relevant Files Found ## src/cogs/dbp.py ``` import discord from discord.ext import commands from dispander import compose_embed from .daug import get_default_embed from echidna import base36 class Di...
118
null
NSLS-II/sirepo-bluesky
# Repository Context Name: NSLS-II/sirepo-bluesky Description: # Pull Request ## DOC: release notes for v0.6.2 Release notes for the new patch release. # Relevant Files Found ## sirepo_bluesky/sirepo_ophyd.py ``` import copy import datetime import hashlib import json import logging import time from collections i...
418
null
aparo/pyes
# Repository Context Name: aparo/pyes Description: # Pull Request ## Typo in DecayFunction In `DecayFunction` the attribute `self._internal_name` should be set, but there were two leading underscores -- probably a typo # Relevant Files Found ## pyes/query.py ``` # -*- coding: utf-8 -*- import six from .excepti...
648
null
OpenFreeEnergy/gufe
# Repository Context Name: OpenFreeEnergy/gufe Description: # Pull Request ## [HOLD approval] Change `nonbonded_cutoff` default value to 0.9 nm Checklist * [x] Added a ``news`` entry ## Developers certificate of origin - [x] I certify that this contribution is covered by the MIT License [here](https://github...
4,571
null
rucio/rucio
# Repository Context Name: rucio/rucio Description: # Pull Request ## rse/protocols: fixed a missing line necessary to implement the xenon filesystem A missing line prevented the new __xenon protocol to work. This patch fixes this issue # Relevant Files Found ## lib/rucio/rse/protocols/protocol.py ``` # Copyrigh...
16,993
null
ray-project/ray
# Repository Context Name: ray-project/ray Description: # Pull Request ## [workflow] S3 support for workflow <!-- 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 reviewer to the assignee section wh...
1,071
null
pybamm-team/PyBaMM
# Repository Context Name: pybamm-team/PyBaMM Description: # Pull Request ## #1070 add length scales # Description Add length scales to effective resistance models. Also fix effective volumetric heat capacity, which was missing the current collector contributions. Fixes #1070 ## Type of change Please ...
5,165
null
dmlc/dgl
# Repository Context Name: dmlc/dgl Description: # Pull Request ## [Config] Enable libxsmm by default for AVX cpu ## Description Enable libxsmm by default for AVX cpu. Improves performance for AVX by leveraging libxsmm ## Checklist Please feel free to remove inapplicable items for your PR. - [x] The PR title ...
3,088
null
mwaskom/seaborn
# Repository Context Name: mwaskom/seaborn Description: # Pull Request ## Add docstrings and API examples for remaining transform objects Ran out of time for these before the v0.12.0 release so this is just filling in some documentation gaps. # Relevant Files Found ## seaborn/_core/moves.py ``` from __future__ i...
166
null
snowflakedb/ArcticTraining
# Repository Context Name: snowflakedb/ArcticTraining Description: # Pull Request ## Human-friendly number parsing Added `HumanInt` and `HumanFloat` types for the pydantic configs. Allows parsing human-friendly strings to `int` or `float` values. The following formats are supported: - `1_000` --> `1000` - `50%` -...
178
null
ComPWA/ampform-dpd
# Repository Context Name: ComPWA/ampform-dpd Description: # Pull Request ## ENH: automatically select best reference subsystem Closes #155 # Relevant Files Found ## src/ampform_dpd/__init__.py ``` """Module for formulating the amplitude model for a three-body decay using DPD.""" from __future__ import annotati...
349
null
JFK/kagura-ai
# Repository Context Name: JFK/kagura-ai Description: # Pull Request ## fix(mcp): Fix telemetry agent_name conflict in memory tools (#344) ## 🐛 Bug Fix Fixes #344 ## Problem Memory tools (`memory_store`, `memory_recall`, `memory_search`) were failing with: ``` TelemetryCollector.track_execution() got multiple...
8,534
null
CenterForOpenScience/osf.io
# Repository Context Name: CenterForOpenScience/osf.io Description: # Pull Request ## [feature] Fix update_file in search [PLAT-968] #### Purpose * Fixes operations that would update a file in search. #### Changes * Check file `target` instead of `node` #### QA Notes * Check file editing and renaming (on...
114
null
cdot65/pan-scm-sdk
# Repository Context Name: cdot65/pan-scm-sdk Description: # Pull Request ## Update docs ### Checklist for This Pull Request 🚨Please adhere to the [guidelines for contributing](./CONTRIBUTING.md) to this repository. - [x] Ensure you are submitting your pull request to **a branch dedicated to a specific topic...
507
null
Vaskivskyi/ha-asusrouter
# Repository Context Name: Vaskivskyi/ha-asusrouter Description: # Pull Request ## Fix warning on HA 2023.2.x Fixes #506 # Relevant Files Found ## custom_components/asusrouter/__init__.py ``` """Support for AsusRouter devices.""" from __future__ import annotations import logging from homeassistant.config_ent...
2,267
null
PrefectHQ/prefect
# Repository Context Name: PrefectHQ/prefect Description: # Pull Request ## Add `--output` option to describe CLI commands for JSON output **Thanks for contributing to Prefect!** Please describe your work and make sure your PR: - [x] adds new tests (if appropriate) - [x] updates `CHANGELOG.md` (if appropriat...
135
null
MapofLife/MOL
# Repository Context Name: MapofLife/MOL Description: # Pull Request ## New Dashboard Based on Jeremy's work, this implement a new dynamic dashboard with a couple of ways to simply filter the dataset list. # Relevant Files Found ## app/cache_handler.py ``` """This module contains a cache handler.""" __author__...
33
null
ioos/gliderpy
# Repository Context Name: ioos/gliderpy Description: # Pull Request ## Re-factor docs and CIs to run within Travis-CI time limit This should speed up the CIs a bit. # Relevant Files Found ## gliderpy/plotters.py ``` """ Some convenience functions to help visualize glider data. """ import cartopy.crs as ccrs i...
2,489
null
volcengine/verl
# Repository Context Name: volcengine/verl Description: # Pull Request ## [training_utils] feat: log_generations_to_swanlab use table ### What does this PR do? Enhance the model output logging section in the `log_generations_to_swanlab` function to improve visualization. ![20250712-030651](https://github.com/...
249
null
grai-io/grai-core
# Repository Context Name: grai-io/grai-core Description: # Pull Request ## Multitenant not working for POST # Relevant Files Found ## grai-client/src/grai_client/endpoints/client.py ``` import abc import sys from typing import Any, Dict, List, Literal, Optional, Sequence, TypeVar, Union from uuid import UUID ...
434
null
zhmcclient/zhmc-prometheus-exporter
# Repository Context Name: zhmcclient/zhmc-prometheus-exporter Description: # Pull Request ## Added handling of evaluation errors for 'if' conditions For details, see the commit message. # Relevant Files Found ## zhmc_prometheus_exporter/zhmc_prometheus_exporter.py ``` #!/usr/bin/env python # Copyright 2018 IBM...
950
null
cobrateam/splinter
# Repository Context Name: cobrateam/splinter Description: # Pull Request ## Migrate test_element_list.py to use pytest instead of unittest # Relevant Files Found ## tests/test_element_list.py ``` # -*- coding: utf-8 -*- # Copyright 2013 splinter authors. All rights reserved. # Use of this source code is gover...