pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
6,456 | null | mouredev/roadmap-retos-programacion | # Repository Context
Name: mouredev/roadmap-retos-programacion
Description:
# Pull Request
## Raul g91
## 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 cump... |
23,262 | null | dagster-io/dagster | # Repository Context
Name: dagster-io/dagster
Description:
# Pull Request
## Memoize get_planned_materializations_for_run in new codepath
Summary:
AMP perf tests catch another regression! The old codepath was cached_method-ed, the new codepath is not
Test Plan: BK, run amp perf test that was timing out
## Su... |
3,339 | null | deepchem/deepchem | # Repository Context
Name: deepchem/deepchem
Description:
# Pull Request
## GNNModular
This PR adds GNNModular to torch_models. GNNModular allows users to define graph convolutional encoders, prediction heads, and specific tasks such as node prediction, edge prediction, regression, classification, etc. This PR impl... |
354 | null | Ballsdex-Team/BallsDex-DiscordBot | # Repository Context
Name: Ballsdex-Team/BallsDex-DiscordBot
Description:
# Pull Request
## fixing trade history sort countryball
changes are tested
# Relevant Files Found
## ballsdex/packages/trade/cog.py
```
import datetime
from collections import defaultdict
from typing import TYPE_CHECKING, Optional, cast
i... |
9,682 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## xeus: new package
C++ implementation of Jupyter Kernel protocol: https://github.com/QuantStack/xeus
# Relevant Files Found
## var/spack/repos/builtin/packages/cppzmq/package.py
```
# Copyright 2013-2018 Lawrence Livermore National Security, LL... |
412 | null | HDFGroup/hsds | # Repository Context
Name: HDFGroup/hsds
Description:
# Pull Request
## Fix CreateOrder option in group/link tests
`link_creation_order` isn't a supported parameter. The name of the intended option is `CreateOrder`.
# Relevant Files Found
## tests/integ/group_test.py
```
#########################################... |
289 | null | RedHatProductSecurity/aegis-ai | # Repository Context
Name: RedHatProductSecurity/aegis-ai
Description:
# Pull Request
## provide `/healthz` endpoint without authentication and logging
## What
- skip Kerberos authentication on "/healthz" endpoint
- do not log HTTP requests from livenessProbe
## Why
We do not have a valid Kerberos ticket in t... |
823 | null | nilearn/nilearn | # Repository Context
Name: nilearn/nilearn
Description:
# Pull Request
## BF: handle empty mask in _crop_mask function
Fix issue #822
# Relevant Files Found
## nilearn/decoding/space_net.py
```
"""
sklearn-compatible implementation of spatially structured learners (
TV-L1, Graph-Net, etc.)
"""
# Author: DOHMA... |
864 | null | softlayer/softlayer-python | # Repository Context
Name: softlayer/softlayer-python
Description:
# Pull Request
## updating the virt cli create and create-options commands
The virtual create-options command was updated to show flavors and the dedicated host options. The virtual create command was updated to accept a flavor key and a host id.
... |
2,658 | null | vertexproject/synapse | # Repository Context
Name: vertexproject/synapse
Description:
# Pull Request
## Bump pytz range
# Relevant Files Found
## setup.py
```
#!/usr/bin/env python
import os
import sys
import subprocess
from setuptools import setup, find_packages
from setuptools.command.install import install
VERSION = '2.91.1'
cla... |
20 | null | tdegeus/conda_envfile | # Repository Context
Name: tdegeus/conda_envfile
Description:
# Pull Request
## Normalize version string
# Relevant Files Found
## conda_envfile/__init__.py
```
import argparse
import copy
import os
import pathlib
import re
import sys
import textwrap
import tomllib
import warnings
from collections import defaul... |
30,987 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## Ignore missing scheduled reports in queue
## Technical Summary
Fixes this [sentry error](https://sentry.io/organizations/dimagi/issues/2406217376/events/1c300651a90f453db22adca424da1331/?environment=production&project=136860&query=is%3Aun... |
347 | null | jodal/biip | # Repository Context
Name: jodal/biip
Description:
# Pull Request
## build(deps-dev): update ruff requirement from 0.7.4 to 0.8.0
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github... |
56 | null | koaning/clumper | # Repository Context
Name: koaning/clumper
Description:
# Pull Request
## Added test for wildcard yaml read
Fixes #54
# Relevant Files Found
## tests/test_decorator/test_multifile.py
```
from clumper import Clumper
import pytest
def test_non_existent_pattern(tmp_path):
with pytest.raises(ValueError):
... |
17,246 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## Backport #17172 to 2014.7
Backport #17172 to 2014.7
# Relevant Files Found
## salt/fileclient.py
```
# -*- coding: utf-8 -*-
'''
Classes that manage file clients
'''
# Import python libs
import contextlib
import logging
import hashlib
imp... |
3 | null | Knuckles-Team/servicenow-api | # Repository Context
Name: Knuckles-Team/servicenow-api
Description:
# Pull Request
## Response models
# Relevant Files Found
## servicenow_api/servicenow_api.py
```
#!/usr/bin/python
# coding: utf-8
from typing import Dict
import requests
import json
from requests import Response
import urllib3
from base64 im... |
200 | null | aws/aws-parallelcluster-node | # Repository Context
Name: aws/aws-parallelcluster-node
Description:
# Pull Request
## Bump version to 2.6.0
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
# Relevant Files Found
## setup.py
```
# Copyright 2013-2015 Amazon.com, Inc. or its af... |
389 | null | bernardopires/django-tenant-schemas | # Repository Context
Name: bernardopires/django-tenant-schemas
Description:
# Pull Request
## Revert "Revert "Add UUIDField, some index introspections and fix migrations performance issue""
Reverts bernardopires/django-tenant-schemas#388
# Relevant Files Found
## tenant_schemas/models.py
```
import django
from ... |
32 | null | biglocalnews/clean-scraper | # Repository Context
Name: biglocalnews/clean-scraper
Description:
# Pull Request
## Sonoma County Scraper
up for review!
# Relevant Files Found
# Edits
This pull request adds a new scraper for the Sonoma County Sheriff's Office to collect bodycam footage and related files under California's SB1421/AB748 trans... |
1,208 | null | microsoft/markitdown | # Repository Context
Name: microsoft/markitdown
Description:
# Pull Request
## Feat: Add checkbox support to _CustomMarkdownify
### Description
This PR adds support for rendering <input type="checkbox"> elements in Markdown using [x] or [ ] syntax.
### Changes
* Added convert_input() method to _CustomMarkdowni... |
1,705 | null | totvs/tir | # Repository Context
Name: totvs/tir
Description:
# Pull Request
## Release/v2.2.0rc1
# Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (issue)
## Type of chang... |
216 | null | reportportal/client-Python | # Repository Context
Name: reportportal/client-Python
Description:
# Pull Request
## Release
# Relevant Files Found
## reportportal_client/client.py
```
"""This module contains Report Portal Client class."""
# Copyright (c) 2023 EPAM Systems
# Licensed under the Apache License, Version 2.0 (the "License");
#... |
7 | null | armstrong/armstrong.dev | # Repository Context
Name: armstrong/armstrong.dev
Description:
# Pull Request
## Add support for using ENV to adjust test environment
In a CI environment, we generally don't need to do a re-install and sometimes we can't build code coverage graphs. This allows both of those to be turned off with the following env... |
58 | null | martinvonk/SPEI | # Repository Context
Name: martinvonk/SPEI
Description:
# Pull Request
## Add rainfall anomaly index
# Relevant Files Found
## src/spei/si.py
```
import logging
from dataclasses import dataclass, field
from typing import Literal
from numpy import ceil, interp, linspace, nan
from pandas import DataFrame, G... |
9,469 | null | Qiskit/qiskit | # Repository Context
Name: Qiskit/qiskit
Description:
# Pull Request
## Improve transpiler documentation (backport #9087)
This is an automatic backport of pull request #9087 done by [Mergify](https://mergify.com).
---
<details>
<summary>Mergify commands and options</summary>
<br />
More conditions and actions... |
360 | null | 3C-SCSU/Avatar | # Repository Context
Name: 3C-SCSU/Avatar
Description:
# Pull Request
## Fix: Add console log output to brainwave reading tab
## Description
Fixes issue #358 - Console log was not displaying any output when users interacted with the Brainwave Reading tab.
## Changes Made
- Connected backend `logMessage` signal... |
35 | null | pipeshub-ai/pipeshub-ai | # Repository Context
Name: pipeshub-ai/pipeshub-ai
Description:
# Pull Request
## RAG changes
# Relevant Files Found
## services/python/app/api/chatbot/citations.py
```
from typing import Dict, List, Any
import json
from dataclasses import dataclass
@dataclass
class ChatDocCitation:
content: str
metada... |
901 | null | nyu-mll/jiant | # Repository Context
Name: nyu-mll/jiant
Description:
# Pull Request
## Move checkpointing log entry earlier
Tiny change.
When using huge pretrained models on tiny training sets, checkpointing starts to take up a decent fraction of total training time. This makes sure that while the model is checkpointing, the m... |
571 | null | runtimeverification/mir-semantics | # Repository Context
Name: runtimeverification/mir-semantics
Description:
# Pull Request
## Unchecked arithmetic proofs and lemmas
The proofs for unchecked arithmetic (from AWS initiative challenge 11) require additional lemmas to confirm that no truncation is happening. These lemmas are added here, also removing o... |
892 | null | mlco2/codecarbon | # Repository Context
Name: mlco2/codecarbon
Description:
# Pull Request
## Remove Hatch completely and replace with UV + setuptools
This PR completely removes Hatch from the codecarbon repository and replaces it with UV for dependency management and setuptools for building, addressing the migration from Hatch to UV... |
5,012 | null | quantumlib/Cirq | # Repository Context
Name: quantumlib/Cirq
Description:
# Pull Request
## [cg.workflow] Update str(ProcessorRecord)
These should be good for e.g. plot legends
# Relevant Files Found
## cirq-google/cirq_google/workflow/processor_record.py
```
# Copyright 2022 The Cirq Developers
#
# Licensed under the Apache Lice... |
1,850 | null | faucetsdn/faucet | # Repository Context
Name: faucetsdn/faucet
Description:
# Pull Request
## Fix logger leak in test case, increase test coverage for flow reordering.
# Relevant Files Found
## faucet/valve.py
```
"""Implementation of Valve learning layer 2/3 switch."""
# Copyright (C) 2013 Nippon Telegraph and Telephone Corpor... |
516 | null | Roche/foxops | # Repository Context
Name: Roche/foxops
Description:
# Pull Request
## Add reset button to UI
# Relevant Files Found
## src/foxops/models/incarnation.py
```
from pydantic import BaseModel, ConfigDict, Field
from foxops.engine import TemplateData
from foxops.hosters import ReconciliationStatus
from foxops.hoste... |
211 | null | joke2k/faker | # Repository Context
Name: joke2k/faker
Description:
# Pull Request
## Add requirements file + py2.6 handled in travis
Handle issue #211
# Relevant Files Found
## setup.py
```
#!/usr/bin/env python
# coding=utf-8
import os
import io
from setuptools import setup, find_packages
here = os.path.abspath(os.path.d... |
24 | null | sikkimtemi/FreeSFA | # Repository Context
Name: sikkimtemi/FreeSFA
Description:
# Pull Request
## コンタクト履歴と連絡先一覧の1ページの件数を30件に変更。
# Relevant Files Found
## sfa/views.py
```
from decimal import Decimal
from django import forms
from django.conf import settings
from django.contrib.auth.mixins import LoginRequiredMixin
from django.db.mod... |
573 | null | nerfstudio-project/nerfstudio | # Repository Context
Name: nerfstudio-project/nerfstudio
Description:
# Pull Request
## option to use different prop networks
Marginally more memory usage:
<img width="563" alt="image" src="https://user-images.githubusercontent.com/16965789/192678288-a3a77527-c7db-4c7f-8667-d031da4e2f47.png">
PSNR seem the ... |
8 | null | mallorbc/whisper_mic | # Repository Context
Name: mallorbc/whisper_mic
Description:
# Pull Request
## a small fix to transcribe audio faster
Saving the audio and then transcribing seems to be a bit slower. Whisper itself is faster but the saving process itself seems to take around 10 seconds for me. Added a small fix to transcribe the au... |
42 | null | buildingSMART/validate | # Repository Context
Name: buildingSMART/validate
Description:
# Pull Request
## Coprime id obfuscation
Depends on https://github.com/buildingSMART/ifc-validation-data-model/pull/13/files
URLs would look something like `http://localhost:3000/report_file/r368253674` now.
# Relevant Files Found
## backend/apps/i... |
6 | null | erkkimon/vllama | # Repository Context
Name: erkkimon/vllama
Description:
# Pull Request
## Mistral family integration
Integrates mistral family, should detect any mistral family model; tested with magistral ATM.
# Relevant Files Found
## src/vllama.py
```
```
## vllama.py
```
import asyncio
import httpx
import subprocess
impo... |
3,798 | null | mlflow/mlflow | # Repository Context
Name: mlflow/mlflow
Description:
# Pull Request
## Update schema enforcement
Integers in python can not encode missing values (there is no NaN alternative). Therefore, integer data with missing values is typically represented as float64. As a result, datatype of integer columns can vary across ... |
296 | null | UnitapApp/unitap-backend | # Repository Context
Name: UnitapApp/unitap-backend
Description:
# Pull Request
## Fix error on query migration brightid connection for old user
# Relevant Files Found
## authentication/migrations/0030_auto_20240125_1045.py
```
# Generated by Django 4.0.4 on 2024-01-25 10:45
import logging
from django.db impor... |
45 | null | veryfi/veryfi-python | # Repository Context
Name: veryfi/veryfi-python
Description:
# Pull Request
## Python deprecation
# Relevant Files Found
## tests/test_line_items.py
```
import pytest
import responses
from veryfi import *
@pytest.mark.parametrize("client_secret", [None, "s"])
@responses.activate
def test_line_items(client_se... |
363 | null | mill1000/midea-ac-py | # Repository Context
Name: mill1000/midea-ac-py
Description:
# Pull Request
## Add support for Cascade
Close #359
# Relevant Files Found
## custom_components/midea_ac/select.py
```
"""Platform for select integration."""
from __future__ import annotations
import logging
from typing import List, Optional
from h... |
1,233 | null | nod-ai/AMD-SHARK-Studio | # Repository Context
Name: nod-ai/AMD-SHARK-Studio
Description:
# Pull Request
## [SD] Fix for transformers/__init__.py issue in PyInstaller
-- This commit fixes the transformers/__init__.py issue in PyInstaller.
Signed-off-by: Abhishek Varma <abhishek@nod-labs.com>
# Relevant Files Found
## apps/stable_diffus... |
81 | null | deel-ai/deel-lip | # Repository Context
Name: deel-ai/deel-lip
Description:
# Pull Request
## Compute the min and max singular values of layers
Set of function to compute layer lipschitz constants (and singular values)
* dense layer: svd
* activation layers: precomputed Lip constant
* convolution layers: computation of singular ... |
2,638 | null | gdsfactory/gdsfactory | # Repository Context
Name: gdsfactory/gdsfactory
Description:
# Pull Request
## add get_cross_section_name from pdk
@flaport
# Relevant Files Found
## gdsfactory/cross_section.py
```
# type: ignore
"""You can define a path as list of points.
To create a component you need to extrude the path with a cross-secti... |
597 | null | Kludex/starlette | # Repository Context
Name: Kludex/starlette
Description:
# Pull Request
## Parse scope with HTTPConnection instead of Request in SessionMiddleware
Closes #483
# Relevant Files Found
## starlette/middleware/sessions.py
```
import json
import typing
from base64 import b64decode, b64encode
import itsdangerous
fro... |
1 | null | tomrunia/PyTorchSteerablePyramid | # Repository Context
Name: tomrunia/PyTorchSteerablePyramid
Description:
# Pull Request
## Fix problems with fftshift and ifftshift
# Relevant Files Found
## examples/compare_both.py
```
# MIT License
#
# Copyright (c) 2018 Tom Runia
#
# Permission is hereby granted, free of charge, to any person obtaining a co... |
2 | null | Nokia-Bell-Labs/minifold | # Repository Context
Name: Nokia-Bell-Labs/minifold
Description:
# Pull Request
## Minor Code Enhancements
# Relevant Files Found
## setup.py
```
#!/usr/bin/env python3
# -*- coding:utf-8 -*-
#
# Usage:
# python3 setup.py install
# python3 setup.py bdist_rpm
from setuptools import find_packages, setup
... |
47 | null | awslabs/aws-build-accumulator | # Repository Context
Name: awslabs/aws-build-accumulator
Description:
# Pull Request
## Print path to report at the end of run-build.
This causes 'litani run-build' to print the path to the report directory that was printed by 'litani init'.
By submitting this pull request, I confirm that you can use, modify, co... |
18,641 | null | scikit-learn/scikit-learn | # Repository Context
Name: scikit-learn/scikit-learn
Description:
# Pull Request
## DOC: Specify Units for Mutual Information Metrics #18288
Fixes scikit-learn#18288
This PR adds documentation to the return values of the mutual-information-score functions to make it clear that the units are based on the natural ... |
1,158 | null | dnanexus/dx-toolkit | # Repository Context
Name: dnanexus/dx-toolkit
Description:
# Pull Request
## Sciprod 1678 update error msgs
Hi folks,
This updates EM-2 to test invalid --from rather than invalid --path. It also gets rid of 'fakepath' PATH args as PATH is no longer required, and adds a new non-dataset test record for EM-4. Note... |
59 | null | datakind/student-success-tool | # Repository Context
Name: datakind/student-success-tool
Description:
# Pull Request
## [pdp] Refine data assessment template nb
<!--- Provide a brief description of your changes in the title above. -->
## changes
<!--- Describe your changes in detail, to guide reviewers through the git diff. -->
updates pdp... |
38 | null | Web-Multi-Media/HttpStreamingServer | # Repository Context
Name: Web-Multi-Media/HttpStreamingServer
Description:
# Pull Request
## Enhanced Handle_subliminal_download
#36 'handle_subliminal_download' use the function 'download_best_subtitles' to download subtitles in french and english in one call. It is called once instead of twice in 'get_subtitles... |
102 | null | HabanaAI/vllm-hpu-extension | # Repository Context
Name: HabanaAI/vllm-hpu-extension
Description:
# Pull Request
## Use os.getpid() in high-lvl profilings
# Relevant Files Found
## vllm_hpu_extension/profiler.py
```
###############################################################################
# Copyright (C) 2024 Habana Labs, Ltd. an Inte... |
22,041 | null | conan-io/conan-center-index | # Repository Context
Name: conan-io/conan-center-index
Description:
# Pull Request
## uchardet: add v0.0.8
.
# Relevant Files Found
## recipes/uchardet/all/conanfile.py
```
import os
from conan import ConanFile
from conan.tools.apple import fix_apple_shared_install_name
from conan.tools.cmake import CMake, CMa... |
48 | null | google/qwix | # Repository Context
Name: google/qwix
Description:
# Pull Request
## [QwixQuantizedTraining] Surface `bwd_drhs_tile_size` to callers.
[QwixQuantizedTraining] Surface `bwd_drhs_tile_size` to callers.
# Relevant Files Found
## qwix/core/dot_general_qt.py
```
# Copyright 2025 Google LLC
#
# Licensed under the Apa... |
64,660 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Add diagnostics platform to Shelly
<!--
You are amazing! Thanks for contributing to our project!
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
-->
## Proposed change
<!--
Describe the big picture of y... |
450 | null | lastmile-ai/mcp-agent | # Repository Context
Name: lastmile-ai/mcp-agent
Description:
# Pull Request
## Make mcp_basic_agent cloud ready
<img width="1655" height="1247" alt="image" src="https://github.com/user-attachments/assets/3575dddb-9bbe-4361-bc62-f0ea8ae10daa" />
<!-- This is an auto-generated comment: release notes by coderabbit... |
2,922 | null | indico/indico | # Repository Context
Name: indico/indico
Description:
# Pull Request
## Hide/show "Modify registration" properly
# Relevant Files Found
## indico/modules/events/registration/__init__.py
```
# This file is part of Indico.
# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN).
#
# Indico i... |
999 | null | awslabs/mcp | # Repository Context
Name: awslabs/mcp
Description:
# Pull Request
## chore: release/2025.07.20250731231632
# release/2025.07.20250731231632
Triggered Release Branch (initiated) by @okhomin for @okhomin
## Changes
* aws-api-mcp-server
* aws-diagram-mcp-server
* aws-pricing-mcp-server
* mcp-lambda-handler
* s3-tab... |
827 | null | microsoft/onnxscript | # Repository Context
Name: microsoft/onnxscript
Description:
# Pull Request
## Indexing and slicing support (part 2)
Fixes to the translation of expressions of the form `exp1[exp2]`. This is a continuation of https://github.com/microsoft/onnxscript/pull/711 which fixed the eager-mode handling of such expressions. T... |
261 | null | AMD-AGI/TraceLens | # Repository Context
Name: AMD-AGI/TraceLens
Description:
# Pull Request
## counts in repro
# Relevant Files Found
## TraceLens/EventReplay/batched_replay.py
```
# run_repro.py
import json
import argparse
import warnings
import torch
from utils import TensorCfg, build_tensor, benchmark_func
def _get_args_kwarg... |
4,008 | null | microsoft/Qcodes | # Repository Context
Name: microsoft/Qcodes
Description:
# Pull Request
## Remove deprecated ZI driver
With the release of ZI-Qcodes ~ 0.3 all instruments are supported so this deprecated driver can safely be removed ?
# Relevant Files Found
## qcodes/instrument_drivers/ZI/ZIUHFLI.py
```
import logging
import ... |
21,027 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## Retry Sumo logs
FYI @amstone326
https://manage.dimagi.com/default.asp?276824#1506288
Inspiration from: https://github.com/dimagi/commcare-hq/pull/20881
# Relevant Files Found
## corehq/ex-submodules/phonelog/tasks.py
```
from __f... |
91 | null | GClunies/reflekt | # Repository Context
Name: GClunies/reflekt
Description:
# Pull Request
## v0.3.24
- Throw `SelectArgError` when invalid `--select` arg is supplied
- Throw `ProfileError` when invalid path to `refelkt_profiles.yml`
# Relevant Files Found
## reflekt/__init__.py
```
# SPDX-FileCopyrightText: 2022 Gregory Clunies... |
226 | null | one-covenant/templar | # Repository Context
Name: one-covenant/templar
Description:
# Pull Request
## Feat/telemetry loki s3
## Description
This is to enable Loki to store the logs in s3-compatible storage, r2 in our case.
Public bucket: https://8af7f92a8a0661cf7f1ac0420c932980.r2.cloudflarestorage.com/loki-logs
## Type of Chang... |
41 | null | taskiq-python/taskiq | # Repository Context
Name: taskiq-python/taskiq
Description:
# Pull Request
## Added post-save hook in middlewares.
Signed-off-by: Pavel Kirilin <win10@list.ru>
# Relevant Files Found
## taskiq/abc/middleware.py
```
from typing import TYPE_CHECKING, Any, Coroutine, Union
if TYPE_CHECKING: # pragma: no cover
... |
19,131 | null | pandas-dev/pandas | # Repository Context
Name: pandas-dev/pandas
Description:
# Pull Request
## DOC: Add documentation regarding no compression in to_parquet
# Relevant Files Found
## pandas/core/frame.py
```
"""
DataFrame
---------
An efficient 2D container for potentially mixed-type time series or other
labeled data series.
Sim... |
1,504 | null | quantumlib/Qualtran | # Repository Context
Name: quantumlib/Qualtran
Description:
# Pull Request
## Implement Kikuchi guiding state preparation
Sec 4.4.1 of https://arxiv.org/abs/2406.19378
part of #1348
# Relevant Files Found
## dev_tools/qualtran_dev_tools/notebook_specs.py
```
# Copyright 2023 Google LLC
#
# Licensed under ... |
52 | null | chrislemke/sk-transformers | # Repository Context
Name: chrislemke/sk-transformers
Description:
# Pull Request
## feat: add ColumnEvalTransformer
# Relevant Files Found
## src/sk_transformers/__init__.py
```
from sk_transformers.datetime_transformer import (
DurationCalculatorTransformer,
TimestampTransformer,
)
from sk_transformer... |
125 | null | visuanalytics/visuanalytics | # Repository Context
Name: visuanalytics/visuanalytics
Description:
# Pull Request
## [Implementierung] Wettervorhersagedaten für 5 Tage beziehen (anstelle von 4)
resolves #123
# Relevant Files Found
## src/visuanalytics/analytics/preprocessing/weather.py
```
"""
Dieses Modul enthält die Funktionalität zum Vorve... |
216 | null | devdaydresden/devday_website | # Repository Context
Name: devdaydresden/devday_website
Description:
# Pull Request
## Add separate data privacy page
This PR implements a separate link for the imprint and data privacy pages in the footer.
# Relevant Files Found
## devday/devday/utils/devdata.py
```
#!/usr/bin/env python
# -*- coding: utf-8 -*-... |
126 | null | astronomer/airflow-provider-fivetran-async | # Repository Context
Name: astronomer/airflow-provider-fivetran-async
Description:
# Pull Request
## Use single packaging tool pyproject.toml
- Remove setup.cfg
- Keep single packaging tool pyproject.toml
- Enable build tool hatch
- Setup test with hatch
- Add static check job in CI
- Enable test for all Airfl... |
2,308 | null | falconry/falcon | # Repository Context
Name: falconry/falcon
Description:
# Pull Request
## refactor(misc): clean up post-#2246
Polishing minor details after merging #2246.
Also aggregated the 4.0 authors so far.
# Relevant Files Found
## falcon/util/misc.py
```
# Copyright 2013 by Rackspace Hosting, Inc.
#
# Licensed under the ... |
2,776 | null | huggingface/trl | # Repository Context
Name: huggingface/trl
Description:
# Pull Request
## 📉 Optimize GRPO memory usage by redefining `per_device_batch_size` as generations per device
### Background
In the current implementation of GRPO, each device samples `N` prompts. For these `N` prompts, `G` generations are produced, and the... |
117 | null | RethinkRobotics/intera_sdk | # Repository Context
Name: RethinkRobotics/intera_sdk
Description:
# Pull Request
## Allow for arbitrary rotations for constrained zero-G
Follow-up to merge into development regarding #114
# Relevant Files Found
## intera_examples/scripts/go_to_joint_angles_in_contact.py
```
#! /usr/bin/env python
# Copyright ... |
3,556 | null | PaddlePaddle/FastDeploy | # Repository Context
Name: PaddlePaddle/FastDeploy
Description:
# Pull Request
## [BugFix]Fix FDconfig for SOT
# Relevant Files Found
## fastdeploy/config.py
```
"""
# Copyright (c) 2023 PaddlePaddle Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not ... |
685 | null | SDFIdk/FIRE | # Repository Context
Name: SDFIdk/FIRE
Description:
# Pull Request
## Ret fejl i NEU-tidsseriekomponenter
To fejl identificeret og rettet:
1. Der var byttet om på længde- og breddegrad funktionskald til dannelse af rotationsmatrix
2. Rotationsmatrix forkert bygget op
Med disse fejl rettet ser de tre komponen... |
383 | null | gradients-ai/G.O.D | # Repository Context
Name: gradients-ai/G.O.D
Description:
# Pull Request
## increase test size
# Relevant Files Found
## validator/core/constants.py
```
import os
from core.constants import NETUID
SUCCESS = "success"
ACCOUNT_ID = "account_id"
MESSAGE = "message"
AMOUNT = "amount"
UNDELEGATION = "undelegation... |
5 | null | thomas0809/MolScribe | # Repository Context
Name: thomas0809/MolScribe
Description:
# Pull Request
## Update setup.py
Remove the upper torch dependency restriction.
As of now, one of the dependecies timm 0.4.12 requires torchvision.
Both available torchvision version (0.15.1 and 0.15.2) require torch above 2.0
This creates a depen... |
547 | null | marqo-ai/marqo | # Repository Context
Name: marqo-ai/marqo
Description:
# Pull Request
## add tensor_fields for examples
add tensor_fields for examples
# Relevant Files Found
## examples/GPT-examples/ironman.py
```
import pandas as pd
from utilities import (
marqo_prompt,
extract_text_from_highlights,
marqo_templat... |
3,703 | null | webkom/lego | # Repository Context
Name: webkom/lego
Description:
# Pull Request
## Fix external sync for google
Debugging this was pretty annoying, as stuff that worked locally did not work in prod because we apparently don't use the same versions for dependencies in prod that we do locally.. This is now fixed.
While the loc... |
4,251 | null | mage-ai/mage-ai | # Repository Context
Name: mage-ai/mage-ai
Description:
# Pull Request
## [td] Don’t import any dbt files until needed
# Description
Import error when installing Mage via pip without dbt installed.
# Relevant Files Found
## mage_ai/api/resources/ProjectResource.py
```
import os
import subprocess
import uuid
im... |
378 | null | laixintao/iredis | # Repository Context
Name: laixintao/iredis
Description:
# Pull Request
## bugfix: fix typos of valid and internal.
Co-authored-by: landybird
# Relevant Files Found
## iredis/bottom.py
```
import logging
from .commands import commands_summary
from .utils import command_syntax
BUTTOM_TEXT = "Ctrl-D to exit;"
log... |
129 | null | amjltc295/PythonHomework | # Repository Context
Name: amjltc295/PythonHomework
Description:
# Pull Request
## [Needs Review] B07902013 陳建豪
A Pull Request (PR) should explain why we need this PR and how you implement it, so others could understand it quickly.
Since this is just a homework, you do not need to explain why and how.
**Do NOT... |
1,928 | null | HKUDS/LightRAG | # Repository Context
Name: HKUDS/LightRAG
Description:
# Pull Request
## Fix: Update OpenAI embedding handling for both list and base64 embeddings
### Update OpenAI embedding handling for both list and base64 embeddings
- Fix OpenAI embedding array parsing
- Improve embedding data type safety
# Relevant Files ... |
131 | null | IMTEL/RAGdoll | # Repository Context
Name: IMTEL/RAGdoll
Description:
# Pull Request
## Feat: Agents now use temp and max tokens, added api for deleting agents
Agents now use temperature and max tokens.
Max tokens decides how big the response from the agent can be.
Added api-endpoint for deleting agent.
How to test:
Run fr... |
221 | null | datayoga-io/datayoga | # Repository Context
Name: datayoga-io/datayoga
Description:
# Pull Request
## bug fix for invalid columns
# Relevant Files Found
## core/src/datayoga_core/blocks/relational/write/block.py
```
import logging
from typing import Any, Dict, List, Optional, Tuple
import sqlalchemy as sa
from datayoga_core import u... |
7 | null | Relaxed-System-Lab/Flash-Sparse-Attention | # Repository Context
Name: Relaxed-System-Lab/Flash-Sparse-Attention
Description:
# Pull Request
## add Fa3 baseline
## Add FA3 baseline
As disscussed , I suggest FA3 for general cases as baseline.
<img width="920" height="196" alt="截屏2025-09-02 11 55 34" src="https://github.com/user-attachments/assets/f2f86... |
41 | null | CAVEconnectome/EMAnnotationSchemas | # Repository Context
Name: CAVEconnectome/EMAnnotationSchemas
Description:
# Pull Request
## Adding schema for fly synapses
- Reorganized the synapse schema to allow synapses with two locations instead of three
- neurotransmitter scores use float fields but we should evaluate the use of 8bit fields
Copy of #39 ... |
8,231 | null | googleapis/google-cloud-python | # Repository Context
Name: googleapis/google-cloud-python
Description:
# Pull Request
## Pub/Sub: Expose publish retry settings
This closes #6641.
This PR updates the GAPIC publisher client using `synth.py`.
# Relevant Files Found
## pubsub/google/cloud/pubsub_v1/gapic/publisher_client.py
```
# -*- coding: ... |
85 | null | jsolly/awesome-django-blog | # Repository Context
Name: jsolly/awesome-django-blog
Description:
# Pull Request
## Feat add alt text to meta img
## What?
Add alt-text-meta-img field to Post. It didn't seem to make sense to add it to the meta-img ImageField because ImageField doesn't have an alt-text property natively.
# Relevant Files Found
... |
375 | null | UiPath/uipath-python | # Repository Context
Name: UiPath/uipath-python
Description:
# Pull Request
## docs: add report issue link [OR-86839]
# Relevant Files Found
## src/uipath/_services/jobs_service.py
```
import json
import uuid
from typing import Any, Dict, List, Optional, overload
from .._config import Config
from .._execution_... |
31 | null | bexxmodd/vizex | # Repository Context
Name: bexxmodd/vizex
Description:
# Pull Request
## exception skips folder size from calculating in the total size
# Relevant Files Found
## main/files.py
```
# Class to collect and organize data about files and directories
import os
import sys
import magic
import concurrent.futures
from t... |
11,276 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## precice: add version 1.4.1
This PR adds hotfix 1.4.1 of the preCICE library.
# Relevant Files Found
## var/spack/repos/builtin/packages/precice/package.py
```
# Copyright 2013-2019 Lawrence Livermore National Security, LLC and other
# Spack Pr... |
1,622 | null | PaddlePaddle/PaddleOCR | # Repository Context
Name: PaddlePaddle/PaddleOCR
Description:
# Pull Request
## Update predict_det.py
# Relevant Files Found
## tools/infer/predict_det.py
```
# Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use th... |
7 | null | ecmadao/Hands-Chopping | # Repository Context
Name: ecmadao/Hands-Chopping
Description:
# Pull Request
## upgrade
# Relevant Files Found
## goods/__init__.py
```
"""
EVERY BODY ROCK YOUR BODY
CHOP YOUR HANDS OFF~
CHOP YOUR HANDS OFF~
"""
__version__ = '0.2.1'
```
## run.py
```
#!usr/bin/env python
"""
Usage:
$ goods [--site= al... |
1,180 | null | sanic-org/sanic | # Repository Context
Name: sanic-org/sanic
Description:
# Pull Request
## Fix failing tests when aiohttp>=3.1.0
Some of the tests in Sanic (test_request_timout, test_response_timeout, test_keep_alive_timeout) use a custom SanicClient with modified methods. This relies on overriding internal aiohttp Client class met... |
209 | null | autonity/autonity-cli | # Repository Context
Name: autonity/autonity-cli
Description:
# Pull Request
## Add missing `governance set-gas-limit` command
# Relevant Files Found
## autonity_cli/commands/governance.py
```
from typing import Optional
from autonity.contracts.autonity import Eip1559
from click import argument, group
from web... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.