pr_id
int64
repo_id
null
repo_name
string
text
string
184
null
fusedio/udfs
# Repository Context Name: fusedio/udfs Description: # Pull Request ## Overture + NSI udf # Relevant Files Found # Edits This pull request adds a new UDF that combines Overture building data with the National Structure Inventory (NSI) to enrich building geometries with structural and economic attributes like ...
28
null
arangodb/python-arango-async
# Repository Context Name: arangodb/python-arango-async Description: # Pull Request ## Fixing username inconsistency There is a small inconsistency between _api/user and _api/database. The former uses "user" and the latter uses "username" for the username. # Relevant Files Found ## arangoasync/database.py ``` _...
35
null
C-Loftus/talon-ai-tools
# Repository Context Name: C-Loftus/talon-ai-tools Description: # Pull Request ## Readme video # Relevant Files Found ## conf.py ``` # Configuration file for the Sphinx documentation builder. # # For the full list of built-in configuration values, see the documentation: # https://www.sphinx-doc.org/en/master/us...
6
null
NVIDIA-NeMo/Skills
# Repository Context Name: NVIDIA-NeMo/Skills Description: # Pull Request ## Switch trtllm slurm scripts to use mpirun directly for better stability Need this to avoid errors on some slurm configurations. # Relevant Files Found ## pipeline/launcher.py ``` # Copyright (c) 2024, NVIDIA CORPORATION. All rights res...
3,209
null
bcgov/lear
# Repository Context Name: bcgov/lear Description: # Pull Request ## 25763 Update version.py *Issue #:* bcgov/entity#25763 *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the lear license (Apache 2.0). ...
25,132
null
ray-project/ray
# Repository Context Name: ray-project/ray Description: # Pull Request ## rolling back wandb service. replacing deprecated wandb methods Follow up: #24017 Briefly, wandb service is still in experimental stage, and is not ready to be released as an integration without extensive testing. Hence, we are interested i...
725
null
robusta-dev/robusta
# Repository Context Name: robusta-dev/robusta Description: # Pull Request ## Feature: Playbook base64 encoded values Users can use base64 encoded keys with **external playbooks repos** and **git change audit** action. # Relevant Files Found ## playbooks/robusta_playbooks/git_change_audit.py ``` import re from...
530
null
neo4j/graph-data-science-client
# Repository Context Name: neo4j/graph-data-science-client Description: # Pull Request ## Clean up notebook CI The dev requirements file should only contain dependencies that are not already covered by the base requirements.txt. Thank you for your contribution to the Graph Data Science Client project. <!-- Pl...
5,792
null
Qiskit/qiskit
# Repository Context Name: Qiskit/qiskit Description: # Pull Request ## Fix incorrect durations in scheduled circuit (bp #5778) This is an automatic backport of pull request #5778 done by [Mergify](https://mergify.io). Cherry-pick of d9756ac6fc9b9f75f125b7f08d4b12f5cbd21dd8 has failed: ``` On branch mergify/bp/sta...
375
null
Azure/azure-linux-extensions
# Repository Context Name: Azure/azure-linux-extensions Description: # Pull Request ## changes for 1704 # Relevant Files Found ## VMBackup/main/Utils/HandlerUtil.py ``` # # Handler library for Linux IaaS # # Copyright 2014 Microsoft Corporation # # Licensed under the Apache License, Version 2.0 (the "License");...
46,029
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Use core constants for dht ## Proposed change <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure ...
52
null
stevenwudi/Kaggle_PKU_Baidu
# Repository Context Name: stevenwudi/Kaggle_PKU_Baidu Description: # Pull Request ## detach delete from empty matrix. bug fix. # Relevant Files Found ## mmdet/models/detectors/htc.py ``` import torch import torch.nn.functional as F from torch import nn from mmdet.core import (bbox2result, bbox2roi, bbox_m...
21
null
kedro-org/kedro-plugins
# Repository Context Name: kedro-org/kedro-plugins Description: # Pull Request ## Prevent Telemetry breaking Kedro when no write permissions ## Description <!-- Why was this PR created? --> Related issue: https://github.com/kedro-org/kedro-plugins/issues/11 When having no write access in a project, running a...
157
null
google/learned_optimization
# Repository Context Name: google/learned_optimization Description: # Pull Request ## Added syncronous / reliable training mode. Added syncronous / reliable training mode. This includes: * a syncronous gradient aggregation / distributed setup * changes to continuous eval for reliable evaluations * the ability to s...
165
null
geo-engine/geoengine-python
# Repository Context Name: geo-engine/geoengine-python Description: # Pull Request ## add raster band colorizer # Relevant Files Found ## geoengine/__init__.py ``` '''Entry point for Geo Engine Python Library''' from pkg_resources import get_distribution from requests import utils from pydantic import Validati...
438
null
aiogram/aiogram
# Repository Context Name: aiogram/aiogram Description: # Pull Request ## Added SUPERGROUP chat type Added SUPERGROUP chat type, because SUPER_GROUP is incorrect and confusing. Even [Telegram API](https://core.telegram.org/api/channel) calls this type of chats "supergroups" and not "super groups", so using undersc...
917
null
owid/etl
# Repository Context Name: owid/etl Description: # Pull Request ## Flunet update # Relevant Files Found ## etl/steps/data/explorers/who/latest/flu.py ``` """Load a garden dataset and create an explorers dataset.""" import pandas as pd from owid.catalog import Dataset, Table from etl.helpers import PathFinder,...
134
null
SublimeText/UnitTesting
# Repository Context Name: SublimeText/UnitTesting Description: # Pull Request ## reload package when testing file see #133 # Relevant Files Found ## unittesting/test_current.py ``` import sublime import sys from .test_package import UnitTestingCommand from .test_coverage import UnitTestingCoverageCommand cla...
260
null
ansys/pyaedt-toolkits-common
# Repository Context Name: ansys/pyaedt-toolkits-common Description: # Pull Request ## FEAT: Add specific application if passed Close #230 # Relevant Files Found ## src/ansys/aedt/toolkits/common/backend/api.py ``` # -*- coding: utf-8 -*- # # Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-Li...
2,827
null
chimera-linux/cports
# Repository Context Name: chimera-linux/cports Description: # Pull Request ## user/g4music: new package I really wanted to use this music player as my default in my setup, so heres the package! Apparently everything seems to install properly, the binary and the desktop files :p # Relevant Files Found # Edits ...
2
null
asottile/covdefaults
# Repository Context Name: asottile/covdefaults Description: # Pull Request ## Also exclude separate-line typing stubs # Relevant Files Found ## covdefaults.py ``` import os import sys from typing import Dict from typing import List from coverage import CoveragePlugin from coverage.config import CoverageConfig...
7,516
null
statsmodels/statsmodels
# Repository Context Name: statsmodels/statsmodels Description: # Pull Request ## BUG: Fix errors when making dynamic forecasts Fix bug in certain forecast cases Add comprehensive tests Import refactor from ARDL - [ ] closes #xxxx - [ ] tests added / passed. - [ ] code/documentation is well formatted. - ...
64
null
DeepRank/deeprank2
# Repository Context Name: DeepRank/deeprank2 Description: # Pull Request ## fix prospector errors in example folder # Relevant Files Found ## example/create_graph.py ``` from deeprank_gnn.GraphGenMP import GraphHDF5 pdb_path = './data/pdb/1ATN/' pssm_path = './data/pssm/1ATN/' ref = './data/ref/1ATN/' GraphH...
36
null
marsupialtail/quokka
# Repository Context Name: marsupialtail/quokka Description: # Pull Request ## fix with_column_sql bug, update sql_utils In this function, the sql expression is rewritten to select from 'batch_arrow', so an error is returned if another table name is referenced during the sql_expression. This PR rewrites the express...
489
null
macrocosm-os/data-universe
# Repository Context Name: macrocosm-os/data-universe Description: # Pull Request ## Update parts of code, that dependbot marked as vulnerabilities Update parts of code, that dependbot marked as vulnerabilities # Relevant Files Found ## rewards/miner_scorer.py ``` import threading from typing import List, Option...
500
null
jazzband/django-silk
# Repository Context Name: jazzband/django-silk Description: # Pull Request ## remove python 2 style codes from across the codebase # Relevant Files Found ## silk/collector.py ``` from threading import local import cProfile import pstats import logging from io import StringIO from silk import models from sil...
853
null
amazon-braket/amazon-braket-sdk-python
# Repository Context Name: amazon-braket/amazon-braket-sdk-python Description: # Pull Request ## feat: update job name to use metadata *Issue #, if available:* *Description of changes:* Ensure the BDK doesn't use assumptions about the ARN format for jobs. Name is now extracted from metadata instead of being p...
224
null
Quantipy/quantipy
# Repository Context Name: Quantipy/quantipy Description: # Pull Request ## Accounted for non-compound vgroup variables and fixed single-response… … delimited set variable type conversion issue with disconnected keys. This PR resolves #221. # Relevant Files Found ## core/tools/dp/decipher/reader.py ``` import...
121
null
prompt-toolkit/pyvim
# Repository Context Name: prompt-toolkit/pyvim Description: # Pull Request ## Fix ResourceWarning: unclosed file in setup.py Signed-off-by: Mickaël Schoentgen <contact@tiger-222.fr> # Relevant Files Found ## setup.py ``` #!/usr/bin/env python import os from setuptools import setup, find_packages import pyvim l...
544
null
netascode/ansible-dc-vxlan
# Repository Context Name: netascode/ansible-dc-vxlan Description: # Pull Request ## Fixed removal for edge connections <!--- Please ensure that the WIP label is not being applied if ready for review --> <!--- If the wip label is applied to your PR, no one will look at it --> <!--- Please feel free to ask for hel...
248
null
Azure/aaz-dev-tools
# Repository Context Name: Azure/aaz-dev-tools Description: # Pull Request ## Add `title` field support for parameter in swagger. Fix bug when loading swagger resource which has no description for path parameters. ![image](https://github.com/Azure/aaz-dev-tools/assets/69238381/1dcd84e9-7bde-41f7-90d2-45a16aa8b83...
86
null
box/box-python-sdk
# Repository Context Name: box/box-python-sdk Description: # Pull Request ## Add support and testing for PyPy 4.0 Add support and testing for PyPy 4.0. # Relevant Files Found ## setup.py ``` # coding: utf-8 from __future__ import unicode_literals from os.path import dirname, join import platform import sys fr...
490
null
nipunn1313/mypy-protobuf
# Repository Context Name: nipunn1313/mypy-protobuf Description: # Pull Request ## ubuntu-latest -> ubuntu 20.04 in CI + black 23 formatting I could also pin the black version, but we don't really get that much PR traffic to this project, and I'd rather make it a bit smooth to keep up to date with black. Can switch...
490
null
temporalio/sdk-python
# Repository Context Name: temporalio/sdk-python Description: # Pull Request ## Change default "extra" contents of activity/workflow logs ## What was changed * Changed `temporalio.activity.logger` to add `temporal_activity`, which is a dict of info, on the log record by default * 💥 Changed `temporalio.activity...
31,563
null
Azure/azure-sdk-for-python
# Repository Context Name: Azure/azure-sdk-for-python Description: # Pull Request ## compatible with `azure-mgmt-xxx-xxx` # Relevant Files Found ## tools/azure-sdk-tools/packaging_tools/sdk_generator.py ``` from typing import List, Dict, Any import argparse import json import logging from pathlib import Path fr...
19,128
null
conan-io/conan
# Repository Context Name: conan-io/conan Description: # Pull Request ## Fix indentations Changelog: Omit Docs: Omit - [ ] Refer to the issue that supports this Pull Request. - [ ] If the issue has missing info, explain the purpose/use case/pain/need that covers this Pull Request. - [ ] I've read the [Contrib...
9
null
MouadBH/coronapy-cli
# Repository Context Name: MouadBH/coronapy-cli Description: # Pull Request ## Hotfix handle unexpected historical data type input + So far the error message was not informative, if historical data type was not supported by the API + Text formatting from `Civid-19` to `COVID-19` # Relevant Files Found ## coron...
125
null
webis-de/lightning-ir
# Repository Context Name: webis-de/lightning-ir Description: # Pull Request ## fix linters # Relevant Files Found ## lightning_ir/base/__init__.py ``` """ Lightning IR base module. This module provides the main classes and functions for the Lightning IR library, including factories, configurations, models, mo...
318
null
facioquo/stock-indicators-python
# Repository Context Name: facioquo/stock-indicators-python Description: # Pull Request ## chore: Bump dll to 2.5.0 ### Description - Bump dll to 2.5.0 ### Compatibility | Target framework of dll / Runtime | .NET 6 | .NET 7 | .NET 8 | |---|---|---|---| | 6 | 88ms | 82ms | 70ms | | 7 | 90ms | ...
76
null
GalacticDynamics/unxt
# Repository Context Name: GalacticDynamics/unxt Description: # Pull Request ## register inf as special case for equality checks # Relevant Files Found ## src/unxt/_register_primitives.py ``` # pylint: disable=import-error, too-many-lines __all__: list[str] = [] from collections.abc import Callable, Sequence ...
8
null
FIAV1/Fapster
# Repository Context Name: FIAV1/Fapster Description: # Pull Request ## FIGlet e Colori: * Ora all'avvio del server viene stampato "Fapster" figlettato * Ora il server stampa a colori: quando un peer si connette, i messaggi che riceve dai peer con i rispettivi IP[porta], quando un peer fa logout. # Relevant Files...
606
null
NVIDIA-NeMo/NeMo
# Repository Context Name: NVIDIA-NeMo/NeMo Description: # Pull Request ## Add export support for MatchboxNet. # Changelog - Adds support for `JasperDecoderForClassification` decoder head using the argument `--decoder_type`, which defaults to `ctc` and can have values [`ctc`, `classification`] Signed-off-by: sm...
597
null
open-compass/VLMEvalKit
# Repository Context Name: open-compass/VLMEvalKit Description: # Pull Request ## [Benchmark] Add new benchmark: Mia-Bench # Relevant Files Found ## vlmeval/dataset/__init__.py ``` import warnings from .image_base import img_root_map, ImageBaseDataset from .image_caption import ImageCaptionDataset from .image_...
436
null
iMerica/dj-rest-auth
# Repository Context Name: iMerica/dj-rest-auth Description: # Pull Request ## Use samesite config setting value Uses the `settings.JWT_AUTH_SAMESITE` value when deleting cookies, maintaining the consistency of how the cookies were created. Closes #435 # Relevant Files Found ## dj_rest_auth/jwt_auth.py ``` f...
23
null
teamtomo/torch-fourier-slice
# Repository Context Name: teamtomo/torch-fourier-slice Description: # Pull Request ## Change batch to multichannel This is a refactor that switches _batched to _multichannel. It's mainly an interpretation thing, see #15. I updated the README as well to show the behavior in practice. # Relevant Files Found ##...
549
null
OpenMDAO/dymos
# Repository Context Name: OpenMDAO/dymos Description: # Pull Request ## Bump version: 0.18.1 → 1.0.0-dev ### Summary Bumps version to next development cycle ### Related Issues None ### Status - [ ] Ready for merge ### Backwards incompatibilities None ### New Dependencies None # Releva...
275
null
PixelgenTechnologies/pixelator
# Repository Context Name: PixelgenTechnologies/pixelator Description: # Pull Request ## Add panel file for FLAG addon ## Description This PR adds a new panel file with the FLAG add-on Fixes: PNA-1484 ## Type of change Please delete options that are not relevant. - [X] New feature (non-breaking chang...
5
null
opendatalab/magic-doc
# Repository Context Name: opendatalab/magic-doc Description: # Pull Request ## fix: fix typo # Relevant Files Found ## magic_doc/contrib/office/doc.py ``` import shutil import json from loguru import logger from pathlib import Path from subprocess import Popen, PIPE from werkzeug.datastructures import FileSt...
22,426
null
pantsbuild/pants
# Repository Context Name: pantsbuild/pants Description: # Pull Request ## chore: add node_build_script to javascript target_types Summary -- We want to be able to filter target types during our test/package goals. Given the `NodeBuildScriptTarget` isn't added to the javascript targets, adding the same. Furth...
1,458
null
aws/sagemaker-python-sdk
# Repository Context Name: aws/sagemaker-python-sdk Description: # Pull Request ## feature: add tensorflow training 1.15.2 py37 support *Issue #, if available:* *Description of changes:* Add Python 3.7 support for TensorFlow script mode 1.15.2 version. tensorflow-training:1.15.2-py37 prod containers are not re...
688
null
Samsung/CredSweeper
# Repository Context Name: Samsung/CredSweeper Description: # Pull Request ## rename lstm_model->ml_model ## Description Please include a summary of the change and which is fixed. - Rename experiment files ## How has this been tested? Please describe the tests that you ran to verify your changes. - [...
3
null
waldo-seg/waldo
# Repository Context Name: waldo-seg/waldo Description: # Pull Request ## Mask generation fix for overlapping bounding boxes updating mask generation following format of image/get_allowed_lengths # Relevant Files Found ## egs/madcat_arabic/v1/local/extract_masks.py ``` #!/usr/bin/env python3 # Copyright 2018...
17
null
mhadam/clutch
# Repository Context Name: mhadam/clutch Description: # Pull Request ## Release 3.1.3 Fixes download_dir alias (changed to download-dir) # Relevant Files Found ## clutch/__init__.py ``` __version__ = "3.1.0" from .client import Client ``` ## clutch/schema/request/torrent/add.py ``` from typing import Sequenc...
4,855
null
marimo-team/marimo
# Repository Context Name: marimo-team/marimo Description: # Pull Request ## fix: Restart cell in pdb ## 📝 Summary Still doing a bit of a deep dive into PDB. Worth actually trying to use it and making sure we aren't serving up a broken experience. restart/run failed dramatically- but now actually restart I t...
184
null
autogluon/autogluon
# Repository Context Name: autogluon/autogluon Description: # Pull Request ## add options for pre-trained weight transfer For the detection task, users are able to specify the pre-trained network. # Relevant Files Found ## autogluon/task/object_detection/object_detection.py ``` import logging import mxnet as m...
580
null
birdnet-team/BirdNET-Analyzer
# Repository Context Name: birdnet-team/BirdNET-Analyzer Description: # Pull Request ## Remove if clause # Relevant Files Found ## birdnet_analyzer/analyze/utils.py ``` """Module to analyze audio samples.""" import datetime import json import operator import os import numpy as np import birdnet_analyzer.audi...
198
null
instructlab/instructlab
# Repository Context Name: instructlab/instructlab Description: # Pull Request ## feat: support new YAML format on taxonomy side with backward compaibi… …lity # Relevant Files Found ## cli/generator/generate_data.py ``` # Standard from datetime import datetime from functools import partial from multiprocessing i...
57
null
ToolDelta-Basic/PluginMarket
# Repository Context Name: ToolDelta-Basic/PluginMarket Description: # Pull Request ## [玩家人数限制] 添加冗余kick # Relevant Files Found ## 玩家人数限制/__init__.py ``` from tooldelta import Plugin, cfg as config, game_utils, Player, plugin_entry class NewPlugin(Plugin): name = "玩家人数限制" author = "SuperScript" ve...
152
null
geomstats/geomstats
# Repository Context Name: geomstats/geomstats Description: # Pull Request ## Add quantization as method of RiemannianMetric I have changed the name ```optimal_quantization``` to ```riemannian_quantization``` and added it as a method of the ```RiemannianMetric``` class as we previously discussed. The test is in ```...
10,517
null
scipy/scipy
# Repository Context Name: scipy/scipy Description: # Pull Request ## ENH: fftconvolve should not FFT broadcastable axes #### Reference issue Partial fix for #9872 (Still slower but not quite as bad) #### What does this implement/fix? When either of the inputs to `fftconvolve` have an axis of length 1, we can ...
16,893
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Remove unused legacy test helper methods ## Description: Removes some of the legacy helper methods introduced with #16863 and #16879 since they aren't needed. This does **NOT** include any breaking changes. ## Checklist: - [ ] The ...
10
null
lamalab-org/PolyMetriX
# Repository Context Name: lamalab-org/PolyMetriX Description: # Pull Request ## add validation set for optuna # Relevant Files Found ## src/polymetrix/kmeans_clustering.py ``` import os from pathlib import Path import pandas as pd import numpy as np from sklearn.cluster import KMeans from polymetrix.core.utils...
6
null
bigbio/quantms-utils
# Repository Context Name: bigbio/quantms-utils Description: # Pull Request ## adding big tests for ms2rescore # Relevant Files Found ## quantmsutils/diann/diann2mztab.py ``` """ This script converts the output from DIA-NN into three standard formats: MSstats, Triqler and mzTab. License: Apache 2.0 Authors: Hon...
11,450
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## CLN/PERF: remove used functions; use C skip list for rolling median removes some unused code reverts this commit https://github.com/pydata/pandas/commit/a40226e5c4c3d29e5e2383433c5f0b94c3c0ecc1 performance consideration ``` import pandas...
55
null
N3PDF/pdfflow
# Repository Context Name: N3PDF/pdfflow Description: # Pull Request ## Add a PDFFLOW_DATA_PATH In a way similar to `LHAPDF`, this partially deals with #52, so that one can download pdf sets in some folder and have a `PDFFLOW_DATA_PATH` variable, similar to `LHAPDF_DATA_PATH` (actually, that one works as well) and ...
252
null
tier4/caret_analyze
# Repository Context Name: tier4/caret_analyze Description: # Pull Request ## fix(architecture): annotation for list to avoid runtime error Signed-off-by: takeshi.iwanari <takeshi.iwanari@tier4.jp> ## Description - Due to `list` annotation, `'type' object is not subscriptable` error occurs when running cli co...
347
null
apache/burr
# Repository Context Name: apache/burr Description: # Pull Request ## Bumps version from 0.28.0 to 0.29.0 Version bump # Relevant Files Found ## burr/tracking/server/backend.py ``` import abc import collections import importlib import json import os.path import sys from typing import Any, Optional, Sequence, Tup...
63
null
NRCan/energuide_api
# Repository Context Name: NRCan/energuide_api Description: # Pull Request ## Clean data Adding fields INFO1-INFO10 to the list of required dropped fieds. While these fields do not necessarily contain PII, from observation it seems some data entry personnel sometimes enter their names in some of these fields. # ...
5
null
LMCache/lmcache-vllm
# Repository Context Name: LMCache/lmcache-vllm Description: # Pull Request ## decouple device # Relevant Files Found ## lmcache_vllm/driver.py ``` from typing import List, Tuple import torch from vllm.attention import AttentionMetadata from vllm.attention.ops.paged_attn import PagedAttention import vllm._cust...
24
null
pseudolab/pseudolab-backend
# Repository Context Name: pseudolab/pseudolab-backend Description: # Pull Request ## feat(bingo): 선택 빙고 목록 가져오는 방식 변경 # Relevant Files Found ## app/models/bingo/bingo_boards.py ``` from datetime import datetime from zoneinfo import ZoneInfo import asyncio from sqlalchemy.orm import mapped_column from sqlalche...
84
null
riogroup/SORA
# Repository Context Name: riogroup/SORA Description: # Pull Request ## Updates and correction for v0.3 This PR add bug fixes to v0.3 - Fixes #83, a bug that that did not properly read OBj files in some cases. - Removed numpy.float as it is deprecated in numpy. - Removed cache from SBDB as it may not get new d...
64
null
idealista/prom2teams
# Repository Context Name: idealista/prom2teams Description: # Pull Request ## Develop to Master ### Requirements * Filling out the template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion. * All new code requi...
983
null
moonstream-to/api
# Repository Context Name: moonstream-to/api Description: # Pull Request ## Add WETH and MUTE. # Relevant Files Found ## crawlers/mooncrawl/mooncrawl/settings.py ``` import os from typing import Dict, Optional from uuid import UUID from bugout.app import Bugout from moonstreamdb.blockchain import AvailableBloc...
48
null
tarioch/beancounttools
# Repository Context Name: tarioch/beancounttools Description: # Pull Request ## improve some more zkb replacements # Relevant Files Found ## src/tariochbctools/importers/zkb/importer.py ``` from tariochbctools.importers.general import mt940importer import re class ZkbImporter(mt940importer.Importer): def...
1,054
null
OSU-Net/cyder
# Repository Context Name: OSU-Net/cyder Description: # Pull Request ## Additional user pk fixes # Relevant Files Found ## cyder/core/cyuser/models.py ``` from django.contrib.auth.models import User from django.db import models from django.db.models import signals from cyder.base.mixins import ObjectUrlMixin f...
262
null
Significant-Gravitas/AutoGPT-Code-Ability
# Repository Context Name: Significant-Gravitas/AutoGPT-Code-Ability Description: # Pull Request ## Adding multi-step interview process ## **Type** enhancement, bug_fix ___ ## **Description** - Enhanced the interview process handling in the system by introducing new phases and module interactions. - Updated erro...
118
null
getnikola/plugins
# Repository Context Name: getnikola/plugins Description: # Pull Request ## Search content must change if any file changed. The sitemap changes only if a new file has been added, but we can use these files as dynamic dependencies for the search plugin. # Relevant Files Found ## v7/localsearch/localsearch/__init_...
4,541
null
GoogleChrome/chromium-dashboard
# Repository Context Name: GoogleChrome/chromium-dashboard Description: # Pull Request ## Implement attachment_api and serving of attachments This PR implements the server side logic for uploading and serving attachments. Specifically, * Uploading immediately stores the attachment and returns a URL that can be p...
7
null
usyd-blockchain/vandal
# Repository Context Name: usyd-blockchain/vandal Description: # Pull Request ## Fix import paths in Sphinx config and tools/*.py # Relevant Files Found ## doc/source/conf.py ``` #!/usr/bin/env python3 # -*- coding: utf-8 -*- # # EVM Decompiler documentation build configuration file, created by # sphinx-quickst...
261
null
macbre/index-digest
# Repository Context Name: macbre/index-digest Description: # Pull Request ## Bump pylint from 2.9.6 to 2.10.2 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.9.6 to 2.10.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/PyCQA/pylint/blob/main/ChangeLog">pylint's chang...
1,045
null
owid/etl
# Repository Context Name: owid/etl Description: # Pull Request ## data(wgm): docs update # Relevant Files Found # Edits This pull request enhances the data processing pipeline for the WGM 2018 dataset by improving documentation, data cleaning, and categorization. It adds clearer logging, fixes typos in comme...
113
null
pyconll/pyconll
# Repository Context Name: pyconll/pyconll Description: # Pull Request ## Improve tests, add workflow test library, and more improvements. # Relevant Files Found ## tests/int/test_corpora.py ``` import hashlib import logging import operator import os from pathlib import Path import tarfile import pytest import...
368
null
beeware/toga
# Repository Context Name: beeware/toga Description: # Pull Request ## Fix AttributeError: Nonetype object has no _impl in Cocoa Signed-off-by: Dan Yeaw <dan@yeaw.me> In Cocoa when running any example I was getting an AttributeError caused by applying a style that then sets the visibility attribute on subviews. ...
149
null
personalrobotics/prpy
# Repository Context Name: personalrobotics/prpy Description: # Pull Request ## Bugfix: SimplifyTrajectory calls in retimer SimplifyTrajectory is very simple and can't safely reinterpolate timed trajectories. This patch modifies the retimers to not call SimplifyTrajectory on already timed trajectories, since it wi...
4,610
null
WordPress/openverse
# Repository Context Name: WordPress/openverse Description: # Pull Request ## Add `catalog_cleaner` DAG <!-- prettier-ignore --> ## Fixes <!-- If PR doesn't fully resolve the issue, replace 'Fixes' below with 'Related to'. --> <!-- If there is no issue being resolved, please consider opening one before creating ...
464
null
pynapple-org/pynapple
# Repository Context Name: pynapple-org/pynapple Description: # Pull Request ## Fix tsdframe repr Fix of tsdframe repr # Relevant Files Found ## pynapple/core/base_class.py ``` """ Abstract class for `core` time series. """ import abc from numbers import Number import numpy as np from ._core_functions import...
41,428
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## audit: forbid nested dependencies in depends_on declarations fixes #41421 fixes #40264 This PR adds a new audit that is checked in CI. The audit prevent declarations like: ``` depends_on("a ^b ^c") ``` and encourages rewriting as: ``` ...
1,690
null
all-of-us/raw-data-repository
# Repository Context Name: all-of-us/raw-data-repository Description: # Pull Request ## [DA-1557] Create ROC ticket when deploying new release to Stable. # Relevant Files Found ## rdr_service/services/jira_utils.py ``` # # Methods for interacting with Jira tickets # import jira import os import re from rdr_ser...
706
null
googleapis/python-firestore
# Repository Context Name: googleapis/python-firestore Description: # Pull Request ## fix: expose Count, FieldFilter, Or, and And to firestore module Expose the `Count`, `FieldFilter`, `Or`, and `And` to the `firestore` module from the `firestore_v1`. Thank you for opening a Pull Request! Before submitting your ...
2,896
null
scverse/scanpy
# Repository Context Name: scverse/scanpy Description: # Pull Request ## remove self for pynndescent This removes `self` for `pynndescent` in `scrublet` and makes it reproducible for smaller datasets. I also added a test param that represent this. I also think this might help with larger datasets to remove self fro...
12,967
null
Azure/azure-cli
# Repository Context Name: Azure/azure-cli Description: # Pull Request ## [ACR] dedicated data endpoint **Description<!--Mandatory-->** Onboard dedicated data endpoint support **Testing Guide** "az acr update -n myreg --data-endpoint-enabled" "az acr show-endpoints" **History Notes** <!--If your PR ...
838
null
ml-explore/mlx-examples
# Repository Context Name: ml-explore/mlx-examples Description: # Pull Request ## transformer_lm: add --dataset enwik8 enwik8 is great for small runs if you're into small vocabularies! # Relevant Files Found ## transformer_lm/datasets.py ``` # Copyright © 2023 Apple Inc. import io import itertools import os imp...
233
null
lincc-frameworks/nested-pandas
# Repository Context Name: lincc-frameworks/nested-pandas Description: # Pull Request ## Remove Python path prefix from the menu docs My first experience with Claude Code! It was something like $1.5 of spends # Relevant Files Found ## docs/conf.py ``` # Configuration file for the Sphinx documentation builder. # ...
319
null
Biometria-se/grizzly
# Repository Context Name: Biometria-se/grizzly Description: # Pull Request ## refresh token bug there was a bug introduced in #317 that caused tokens to be claimed in every iteration, when switching `auth.user` credentials. at the same time as that one was found, it also pointed to making sure that tokens shoul...
178
null
test-fullautomation/python-jsonpreprocessor
# Repository Context Name: test-fullautomation/python-jsonpreprocessor Description: # Pull Request ## Self test maintenance w.r.t. latest stabi branch # Relevant Files Found ## test/component_test.py ``` # *********************************************************************************************************...
625
null
Hyundai-Kia-Connect/hyundai_kia_connect_api
# Repository Context Name: Hyundai-Kia-Connect/hyundai_kia_connect_api Description: # Pull Request ## fix: Removed possible decimals from get_hex_temp_into_index The Canadian website (and surely others) sometimes returns a decimal for temperatures. Since the expected value is an integer, it crashes everything. See ...
335
null
davidusb-geek/emhass
# Repository Context Name: davidusb-geek/emhass Description: # Pull Request ## Only automatically set the DateTimeIndex frequency if no "freq" is set in retrieve_hass_conf ... otherwise, explicitly set the frequency to match the value of `freq` in `retrieve_hass_conf`. The DateTimeIndex frequency needs to match ...
33
null
scaleway/qiskit-scaleway
# Repository Context Name: scaleway/qiskit-scaleway Description: # Pull Request ## Revoke local url # Relevant Files Found ## qiskit_scaleway/backends/base_job.py ``` # Copyright 2024 Scaleway # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance wi...
986
null
cloudify-cosmo/cloudify-manager
# Repository Context Name: cloudify-cosmo/cloudify-manager Description: # Pull Request ## CFY-7337 expose tenants list api in community # Relevant Files Found ## rest-service/manager_rest/rest/resources_v3/tenants.py ``` ######### # Copyright (c) 2016 GigaSpaces Technologies Ltd. All rights reserved # # License...
834
null
scieloorg/packtools
# Repository Context Name: scieloorg/packtools Description: # Pull Request ## Refactor: author notes models #### O que esse PR faz? Refatora modelos para `author_notes`. #### Onde a revisão poderia começar? NA. #### Como este poderia ser testado manualmente? NA. #### Algum cenário de contexto que queira...