pr_id
int64
repo_id
null
repo_name
string
text
string
14
null
iiSeymour/nbtop
# Repository Context Name: iiSeymour/nbtop Description: # Pull Request ## jupyter login password fix by adding xsrf # Relevant Files Found ## nbtop/main.py ``` #!/usr/bin/env python # -*- coding: utf-8 -*- """ nbtop - resource monitor for IPython Notebook servers source: https://github.com/iiSeymour/nbtop aut...
1,334
null
DisnakeDev/disnake
# Repository Context Name: DisnakeDev/disnake Description: # Pull Request ## feat(user): implement guild tags ## Summary - Closes GH-1333 <!-- What is this pull request for? Does it fix any issues? --> ## Checklist <!-- Put an x inside [ ] to check it, like so: [x] --> - [ ] If code changes were made, th...
40,621
null
demisto/content
# Repository Context Name: demisto/content Description: # Pull Request ## Update commands, playbooks, and terminology <!-- REMINDER: THIS IS A PUBLIC REPO DO NOT POST HERE SECRETS/SENSITIVE DATA --> ## Contributing to Cortex XSOAR Content Make sure to register your contribution by filling the [contribution regist...
5,472
null
betagouv/ma-cantine
# Repository Context Name: betagouv/ma-cantine Description: # Pull Request ## feat(API Stats): nouvelles stats avec la répartition du nombre de cantines par mode de production # Relevant Files Found ## api/serializers/statistics.py ``` import logging from django.db.models import Sum from rest_framework import ...
7,114
null
astropy/astropy
# Repository Context Name: astropy/astropy Description: # Pull Request ## Removing xpassing test that is implemented elsewhere This is addresses some part of #7056 The functionality and tests were added in #7059 # Relevant Files Found ## astropy/coordinates/tests/test_sky_coord_velocities.py ``` # -*- coding...
148
null
xchem/fragalysis-backend
# Repository Context Name: xchem/fragalysis-backend Description: # Pull Request ## Compound sets # Relevant Files Found ## api/urls.py ``` from django.conf.urls import include, url from rest_framework.authtoken import views as drf_views from rest_framework.routers import DefaultRouter # from xcdb import views ...
223
null
spyder-ide/spyder-docs
# Repository Context Name: spyder-ide/spyder-docs Description: # Pull Request ## PR: Bump version on master to Spyder 5 and rebuild <!--- Before submitting your pull request, ---> <!--- please complete as much as possible of the following checklist: ---> # Pull Request ## Pull Request Checklist * [x] Read a...
786
null
xchem/fragalysis-backend
# Repository Context Name: xchem/fragalysis-backend Description: # Pull Request ## Align 1449 with staging # Relevant Files Found ## viewer/cset_upload.py ``` import ast import copy import datetime import logging import os import re import uuid import zipfile from pathlib import Path from typing import Any, Dic...
1,920
null
onepercentclub/bluebottle
# Repository Context Name: onepercentclub/bluebottle Description: # Pull Request ## Merge release into spalato # Relevant Files Found ## bluebottle/bb_donations/donationmail.py ``` from django.utils.translation import ugettext as _ from tenant_extras.utils import TenantLanguage from bluebottle.clients.utils i...
472
null
aws/sagemaker-python-sdk
# Repository Context Name: aws/sagemaker-python-sdk Description: # Pull Request ## Update empty framework_version warning This is in accordance with our new strategy around this since we're no longer making `framework_version` completely mandatory ## Merge Checklist _Put an `x` in the boxes that apply. You ca...
769
null
pygfx/wgpu-py
# Repository Context Name: pygfx/wgpu-py Description: # Pull Request ## Also run example-tests with imgui This would not have helped us detect that rendercanvas broke the imgui adapter, because the examples are run, but there no render pass. We should (another day) take a screenshot for all examples, and only compa...
182
null
sbidy/pywizlight
# Repository Context Name: sbidy/pywizlight Description: # Pull Request ## Re-add Plantgrowth - Re-add the missing Plantgrowth scene to the list # Relevant Files Found ## pywizlight/_version.py ``` """PyPi Version.""" __version__ = "0.6.2" ``` ## pywizlight/scenes.py ``` """Definition of the supported bulb e...
225
null
google/oss-fuzz-gen
# Repository Context Name: google/oss-fuzz-gen Description: # Pull Request ## Retrieve jcc err.log in local experiments Similar to #212 but for local experiments. # Relevant Files Found ## experiment/builder_runner.py ``` # Copyright 2024 Google LLC # # Licensed under the Apache License, Version 2.0 (the "Licens...
267
null
autowarefoundation/autoware_tools
# Repository Context Name: autowarefoundation/autoware_tools Description: # Pull Request ## fix: change the criteria for localization ## Description This PR updates the localization evaluation criteria by changing the input file variable names, filtering logic, and the threshold logic for determining localizati...
935
null
googleapis/python-logging
# Repository Context Name: googleapis/python-logging Description: # Pull Request ## build: update constraints files Towards https://github.com/googleapis/python-logging/issues/934 BEGIN_COMMIT_OVERRIDE fix(deps): require opentelemetry-api>=1.9.0 fix(deps): require google-cloud-appengine-logging>=0.1.3 fix(dep...
469
null
googleapis/google-api-python-client
# Repository Context Name: googleapis/google-api-python-client Description: # Pull Request ## Proactively refresh credentials when applying and treat a missing access_token as invalid. Closes #350, Supersedes #434 Note: This change reveals surprising behavior between default credentials and batches. If you allow...
335
null
AxFoundation/strax
# Repository Context Name: AxFoundation/strax Description: # Pull Request ## Create seperate doc for new chunk **What is the problem / what does the code in this PR do** We experienced that some documents got bigger than the 16 MB limit imposed by mongo due to many chunks being written to the same document. This i...
5,752
null
bcgov/foi-flow
# Repository Context Name: bcgov/foi-flow Description: # Pull Request ## 3657 - rename email subject to correspondence # Relevant Files Found ## request-management-api/request_api/schemas/foiapplicantcorrespondencelog.py ``` from marshmallow import EXCLUDE, Schema, fields, validate from request_api.utils.consta...
3,475
null
ccxt/ccxt
# Repository Context Name: ccxt/ccxt Description: # Pull Request ## python decimal to precision bug I found trading on bitfinex # Relevant Files Found ## python/ccxt/base/decimal_to_precision.py ``` import decimal import numbers import itertools __all__ = [ 'TRUNCATE', 'ROUND', 'DECIMAL_PLACES', ...
2,113
null
cds-snc/notification-api
# Repository Context Name: cds-snc/notification-api Description: # Pull Request ## Fix/dashboard statistics # Summary | Résumé This PR (hopefully) fixes the remaining inconsistencies related to statistics displayed across the front end. The root issue seems to be caused by varying date ranges throughout the que...
1
null
vectara/ragtime
# Repository Context Name: vectara/ragtime Description: # Pull Request ## Proposed updates - Added SECURITY.MD - Updates to README.md and CONTRIBUTING.md - Various suggestions throughout the code # Relevant Files Found ## discord_bot.py ``` import logging import os import discord from discord.ext import comman...
5,071
null
streamlit/streamlit
# Repository Context Name: streamlit/streamlit Description: # Pull Request ## Don't expose SessionData class `SessionData` is an internal implementation detail of `AppSession` (it contains the `ForwardMsgQueue` that we use to send forward messages to the frontend). We're currently unnecessarily exposing it to `...
1,100
null
pytorch/torchtitan
# Repository Context Name: pytorch/torchtitan Description: # Pull Request ## [FT] update device mesh references Device mesh classes were moved in https://github.com/pytorch/torchft/pull/157 # Relevant Files Found ## torchtitan/components/ft.py ``` # Copyright (c) Meta Platforms, Inc. and affiliates. # All rights...
2,497
null
chimera-linux/cports
# Repository Context Name: chimera-linux/cports Description: # Pull Request ## user/rspamd: update to 3.9.0 * https://github.com/rspamd/rspamd/releases/tag/3.9.0 # Relevant Files Found ## user/rspamd/template.py ``` pkgname = "rspamd" pkgver = "3.8.4" pkgrel = 1 build_style = "cmake" configure_args = [ "-DCO...
1,077
null
pytorch/torchtitan
# Repository Context Name: pytorch/torchtitan Description: # Pull Request ## [DeepSeek][Kernels] add on device, parallelized permute_indices kernel This PR updates the original Triton kernel in indices.py (https://github.com/pytorch/torchtitan/pull/1062) to move it to a more parallelized and vectorized implementati...
16
null
mlelarge/graph_neural_net
# Repository Context Name: mlelarge/graph_neural_net Description: # Pull Request ## Add types argument to __torch_function__. xref pytorch/pytorch#34303 pytorch/rfcs#3 # Relevant Files Found ## toolbox/maskedtensor.py ``` """ Masked tensors to handle batches with mixed node numbers """ import itertools import f...
230
null
mistralai/client-python
# Repository Context Name: mistralai/client-python Description: # Pull Request ## chore: 🐝 Update SDK - Generate MISTRALAI MISTRALAI-SDK 1.8.1 > [!IMPORTANT] > Linting report available at: <https://app.speakeasy.com/org/mistral-dev/mistral-dev/linting-report/5edd80a31bb7367e2b6f9769f8c3b7ed> > OpenAPI Change repor...
64
null
h1alexbel/samples-filter
# Repository Context Name: h1alexbel/samples-filter Description: # Pull Request ## chore: find model package too History: - **chore: find model package too** <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on updating the setup.py file to specify individual packages 'objects' and 'model' inst...
1,741
null
great-expectations/great_expectations
# Repository Context Name: great-expectations/great_expectations Description: # Pull Request ## Fixing quantilies for MySQL. Please annotate your PR title to describe what the PR does, then give a brief bulleted description of your PR below. PR titles should begin with [BUGFIX], [ENHANCEMENT], [FEATURE], [DOCS], o...
169
null
RobotLocomotion/director
# Repository Context Name: RobotLocomotion/director Description: # Pull Request ## minor fix # Relevant Files Found ## src/python/director/atlasdriver.py ``` import os import vtkAll as vtk import math import numpy as np from collections import deque from director import transformUtils from director import lcmU...
690
null
dwavesystems/dwave-cloud-client
# Repository Context Name: dwavesystems/dwave-cloud-client Description: # Pull Request ## Add uploaded problem data id to sampleset returned from solvers Close #466. # Relevant Files Found ## dwave/cloud/computation.py ``` # Copyright 2017 D-Wave Systems Inc. # # Licensed under the Apache License, Version 2.0 (t...
534
null
Netflix/metaflow
# Repository Context Name: Netflix/metaflow Description: # Pull Request ## Fix entrypoint issue with @batch If the docker container's entrypoint is set to `eval $@` (which many of the sagemaker images do) - that can cause invalid execution of the command that Metaflow sets. # Relevant Files Found ## metaflow/plug...
6,886
null
PaddlePaddle/PaddleDetection
# Repository Context Name: PaddlePaddle/PaddleDetection Description: # Pull Request ## fix hrnet downsample # Relevant Files Found ## ppdet/modeling/architectures/__init__.py ``` # Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"...
218
null
upgini/upgini
# Repository Context Name: upgini/upgini Description: # Pull Request ## Autodetect country # Relevant Files Found ## setup.py ``` import sys from getpass import getuser from logging import Formatter from pathlib import Path from urllib import request from setuptools import find_packages, setup # To build: # p...
12
null
allenai/infinigram-api
# Repository Context Name: allenai/infinigram-api Description: # Pull Request ## Add a document endpoint that returns details about a document in infinigram Closes: https://github.com/allenai/infinigram-api/issues/6 ### Testing Verify UI works. If CI passes we are good ### Screenshot https://github.com/alle...
927
null
tenable/pyTenable
# Repository Context Name: tenable/pyTenable Description: # Pull Request ## Updated since argument docstring to properly line up to the developer docs. #923 # Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that...
690
null
broadinstitute/gnomad_methods
# Repository Context Name: broadinstitute/gnomad_methods Description: # Pull Request ## Update POPS constant to contain a dictionary of both exomes and genomes # Relevant Files Found ## gnomad/assessment/validity_checks.py ``` # noqa: D100 import logging from pprint import pprint from typing import Dict, List,...
1,371
null
TencentBlueKing/bk-user
# Repository Context Name: TencentBlueKing/bk-user Description: # Pull Request ## fix: docs url load from env # Relevant Files Found ## src/saas/bkuser_shell/config/common/system.py ``` # -*- coding: utf-8 -*- """ TencentBlueKing is pleased to support the open source community by making 蓝鲸智云-用户管理(Bk-User) avail...
166
null
kyocum/disdat
# Repository Context Name: kyocum/disdat Description: # Pull Request ## removed ENTRYPOINT from docker builds, updated run to account for this removed ENTRYPOINT from dockerfile so that it can be overwritten directly. updated run methods to add the hard-coded entrypoint to the beginning of their command did not m...
117
null
Pocket/data-flows
# Repository Context Name: Pocket/data-flows Description: # Pull Request ## User impression flow updates ## Goal There were a bunch of recent failures with this flow so @mmiermans and I took another pass at it today. ## Implementation Decisions The main change was to update the impression age measured to li...
145
null
zhmcclient/zhmccli
# Repository Context Name: zhmcclient/zhmccli Description: # Pull Request ## Added --all to 'cpc/lpar/partition show' and hid more props by default See commit message. # Relevant Files Found ## zhmccli/_cmd_cpc.py ``` # Copyright 2016-2019 IBM Corp. All Rights Reserved. # # Licensed under the Apache License, Ver...
1,911
null
pre-commit/pre-commit
# Repository Context Name: pre-commit/pre-commit Description: # Pull Request ## Use more inclusive language Committed via https://github.com/asottile/all-repos # Relevant Files Found ## pre_commit/resources/empty_template_setup.py ``` from setuptools import setup setup(name='pre-commit-dummy-package', version=...
437
null
wxGlade/wxGlade
# Repository Context Name: wxGlade/wxGlade Description: # Pull Request ## wxPython 2.8 GTK compatibility: StaticText Correctly resize StaticText when properties get modified. I've tried limiting the new behaviour to a subset of modified properties, but it looks like pretty much every modification should trigger ...
431
null
langchain-ai/langchain-aws
# Repository Context Name: langchain-ai/langchain-aws Description: # Pull Request ## Add base model ID field to ChatBedrock models Fixes #228 Fixes #253 Fixes #394 Added an optional `base_model_id`(or `base_model`) parameter to BedrockBase and ChatBedrockConverse. This provides an alternate means of ide...
98
null
posit-dev/posit-sdk-py
# Repository Context Name: posit-dev/posit-sdk-py Description: # Pull Request ## feat: adds base class 'Resource' and modifies 'User'. # Relevant Files Found ## src/posit/connect/content.py ``` from __future__ import annotations from typing import Any, Callable, List, Optional from requests import Session fr...
635
null
sgl-project/sglang
# Repository Context Name: sgl-project/sglang Description: # Pull Request ## clean up step function # Relevant Files Found ## python/sglang/srt/managers/controller/tp_worker.py ``` """A tensor parallel worker.""" import asyncio import logging import time import warnings from concurrent.futures import ThreadPoo...
6
null
macrobond/macrobond-data-api
# Repository Context Name: macrobond/macrobond-data-api Description: # Pull Request ## Optimize parsing of series dates # Relevant Files Found ## macrobond_data_api/com/_com_api_revision.py ``` from math import isnan from typing import Generator, Optional, Tuple, List, TYPE_CHECKING, Sequence, cast from dateti...
7,049
null
tinygrad/tinygrad
# Repository Context Name: tinygrad/tinygrad Description: # Pull Request ## actually use UOps.CONTIGUOUS # Relevant Files Found ## tinygrad/codegen/uopgraph.py ``` from __future__ import annotations from typing import Optional, Tuple, Dict, List, cast, TYPE_CHECKING, Any, DefaultDict, Callable import functools,...
206
null
os-climate/ITR
# Repository Context Name: os-climate/ITR Description: # Pull Request ## Bump version # Relevant Files Found ## setup.py ``` from setuptools import setup, find_packages with open("README.md", "r") as fh: long_description = fh.read() setup( name="ITR", version="2.0.0b2", description="Assess the...
456
null
bramstroker/homeassistant-powercalc
# Repository Context Name: bramstroker/homeassistant-powercalc Description: # Pull Request ## Add configuration options to measure script for hue and sat range # Relevant Files Found ## utils/measure/measure.py ``` from __future__ import annotations import csv import gzip import json import logging import os i...
25
null
fastapi/typer
# Repository Context Name: fastapi/typer Description: # Pull Request ## Add docs for launching applications/files :memo: Add docs for launching applications/files. # Relevant Files Found ## docs/src/app_dir/tutorial001.py ``` from pathlib import Path import typer APP_NAME = "my-super-cli-app" def main(): ...
29
null
jjtobin/auto_selfcal
# Repository Context Name: jjtobin/auto_selfcal Description: # Pull Request ## Use the same mask for pre- and post-solint imaginge evaluation. To ensure that the pre and post selfcal intflux comparison is as fair as possible, use the same mask to measure the flux in both images. We use the post mask, when available...
5,956
null
frappe/frappe
# Repository Context Name: frappe/frappe Description: # Pull Request ## fix(init): get_cached_value # Relevant Files Found ## frappe/__init__.py ``` # Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors # MIT License. See license.txt """ globals attached to frappe module + some utility functions ...
7,797
null
pantsbuild/pants
# Repository Context Name: pantsbuild/pants Description: # Pull Request ## Fix doc bug for `--fast` in testrunner_task_mixin ### Problem JUnit (and other test runners) claims to use PyTest. ### Solution Don't claim to use python. ### Result Humans get less confused. # Relevant Files Found ## src/py...
4
null
ishandutta2007/embedchain
# Repository Context Name: ishandutta2007/embedchain Description: # Pull Request ## [pull] main from embedchain:main See [Commits](/ishandutta2007/embedchain/pull/4/commits) and [Changes](/ishandutta2007/embedchain/pull/4/files) for more details. ----- Created by [<img src="https://prod.download/pull-18h-svg" vali...
977
null
cisagov/XFD
# Repository Context Name: cisagov/XFD Description: # Pull Request ## MVP+ FT&E Report Fixes <!-- GitHub renders PRs such that soft line breaks are treated as hard line breaks. In order to make this template render as expected we therefore have to avoid soft breaks and therefore will offend markdownlint with lo...
5
null
pkelaita/l2m2
# Repository Context Name: pkelaita/l2m2 Description: # Pull Request ## Json Mode This PR adds JSON mode to L2M2 # Relevant Files Found ## l2m2/__init__.py ``` __version__ = "0.0.19" ``` ## l2m2/client/async_llm_client.py ``` import asyncio import inspect from typing import Optional, List, Any from l2m2.clie...
3,915
null
seleniumbase/SeleniumBase
# Repository Context Name: seleniumbase/SeleniumBase Description: # Pull Request ## CDP Mode: Patch 53 ## CDP Mode: Patch 53 * [Update CDP Mode](https://github.com/seleniumbase/SeleniumBase/commit/2423fedc37d46dd0c3a5d750783e808443cac865) --> This resolves https://github.com/seleniumbase/SeleniumBase/issues/3911 ...
10
null
yugr/Implib.so
# Repository Context Name: yugr/Implib.so Description: # Pull Request ## Unset env var "LANG" in subprocess While using Implib.so, I got the Error showed in [0]. The call of readelf translates the word "Value" in the table head in the german word "Wert" [1], because the environment var `LANG` in my terminal is set ...
2,243
null
terrapower/armi
# Repository Context Name: terrapower/armi Description: # Pull Request ## Updating wetted perimeter calculation ## What is the change? Why is it being made? <!-- MANDATORY: Describe the change --> This change updates the `getWettedPerimeter` function to work properly for blocks with multiple pin types. This f...
56
null
momentohq/client-sdk-python
# Repository Context Name: momentohq/client-sdk-python Description: # Pull Request ## chore: refactor sync client to be based on async client This commit takes a first pass at re-wiring the synchronous client to be implemented by passing through calls to the async client, and removing duplicate code that is no lo...
533
null
MTES-MCT/acceslibre
# Repository Context Name: MTES-MCT/acceslibre Description: # Pull Request ## Translate activities. Use modeltranslation to translate Activite name. At this point only the name has to be translated. Once deployed ```py from erp.models import Activite for fr, en in ( ("Apiculteur", "Beekeeper"), ...
315
null
CitrineInformatics/citrine-python
# Repository Context Name: CitrineInformatics/citrine-python Description: # Pull Request ## Set package author to "Citrine Informatics" This is the pattern AWS uses: https://github.com/boto/boto3/blob/develop/setup.py#L33 # Relevant Files Found ## setup.py ``` from setuptools import setup, find_packages from se...
5,220
null
pytorch/vision
# Repository Context Name: pytorch/vision Description: # Pull Request ## Add Rendered sst2 dataset Addresses #5108 cc @pmeier @NicolasHug # Relevant Files Found ## test/test_datasets.py ``` import bz2 import contextlib import io import itertools import json import os import pathlib import pickle import rando...
1,955
null
SukramJ/aiohomematic
# Repository Context Name: SukramJ/aiohomematic Description: # Pull Request ## Remove get-/set_install_mode # Relevant Files Found ## hahomematic/central/__init__.py ``` """ CentralUnit module. This is the python representation of a CCU. """ from __future__ import annotations import asyncio from collections....
16,049
null
dagster-io/dagster
# Repository Context Name: dagster-io/dagster Description: # Pull Request ## feat(dbt): disable usage statistics by default ## Summary & Motivation In certain environments, egress to domains not unspecified in an allowlist will be prevented. Thus, usage tracking will not function in these scenarios. Although this t...
98
null
dynatrace-extensions/dt-extensions-python-sdk
# Repository Context Name: dynatrace-extensions/dt-extensions-python-sdk Description: # Pull Request ## Batch logs before sending Currently report_event() and report_log_event() methods in PythonSDK schedule each log to be send in a separate request to EEC. This causes problems due to EEC’s insufficient log ingest...
165
null
python-wheel-build/fromager
# Repository Context Name: python-wheel-build/fromager Description: # Pull Request ## catch errors when trying to download wheels from cli When download-sequence tries to download pre-built wheels, sometimes it finds packages that are only available as source distributions. We can ignore those errors because we wil...
30
null
CoDS-GCS/kglids
# Repository Context Name: CoDS-GCS/kglids Description: # Pull Request ## add creating graphdb repo and embedding db to run_kglids.py # Relevant Files Found ## kglids_server.py ``` import os import spacy import fasttext import flask from flask.globals import request import pandas as pd import psycopg from tqdm ...
11
null
KOSASIH/Galactic-Chain
# Repository Context Name: KOSASIH/Galactic-Chain Description: # Pull Request ## style: format code with Autopep8, Black, ClangFormat, dotnet-format, Go fmt, Gofumpt, isort, Ktlint, PHP CS Fixer, Prettier, RuboCop, Ruff Formatter, Rustfmt, Scalafmt, StandardJS, StandardRB, swift-format and Yapf This commit fixes th...
290
null
sartography/cr-connect-workflow
# Repository Context Name: sartography/cr-connect-workflow Description: # Pull Request ## Auto set primary bpmn #142 New code to set the first bpmn file added to a workflow_spec as the primary bpmn Added test for new code Moved `minimal_bpmn` method from `test_files.api` to `base_test` so I could use it in my t...
8,044
null
PaddlePaddle/PaddleNLP
# Repository Context Name: PaddlePaddle/PaddleNLP Description: # Pull Request ## [Distributed]Add pp config for overlap_p2p_com & erase cache <!-- Demo: https://github.com/PaddlePaddle/PaddleNLP/pull/26 --> ### PR types <!-- One of [ New features | Bug fixes | Function optimization | Performance optimization | Br...
71
null
chimpler/pyhocon
# Repository Context Name: chimpler/pyhocon Description: # Pull Request ## fixed from_dict according to @zanhsieh Should fix #39. Sorry for the delay :cry: # Relevant Files Found ## pyhocon/config_parser.py ``` import re import os import socket from pyparsing import Forward, Keyword, QuotedString, Word, Litera...
1
null
Cvaniak/PixelArtTUI
# Repository Context Name: Cvaniak/PixelArtTUI Description: # Pull Request ## :fire: Providing basic features, fixing bugs :fire: Fixes of some bugs :bulb: Complete pallete # Relevant Files Found ## canvas.py ``` from textual.widget import Widget from textual.message import Message from rich.segment import Segm...
93
null
open-mmlab/mmrotate
# Repository Context Name: open-mmlab/mmrotate Description: # Pull Request ## Add confusion matrix tools analysis Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items, don't wor...
3,693
null
kedro-org/kedro
# Repository Context Name: kedro-org/kedro Description: # Pull Request ## Unhide cookiecutter errors in `kedro new` ## Description Close [#2564](https://github.com/kedro-org/kedro/issues/2564) ## Development notes - Unhide cookiecutter errors in `kedro new`, so when `--verbose` flag is not provided short coo...
28
null
vndee/llm-sandbox
# Repository Context Name: vndee/llm-sandbox Description: # Pull Request ## Fix: Add error handling for command execution in SandboxDockerSession Fix https://github.com/vndee/llm-sandbox/issues/27 # Relevant Files Found ## llm_sandbox/docker.py ``` import io import os import docker import tarfile import tempfile...
14,903
null
googleapis/google-cloud-python
# Repository Context Name: googleapis/google-cloud-python Description: # Pull Request ## chore: librarian release pull request: 20251121T145802Z PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release. Librarian Version: v0.0.0-20251113212345-55e52e492404 Language Image...
12,541
null
readthedocs/readthedocs.org
# Repository Context Name: readthedocs/readthedocs.org Description: # Pull Request ## Delete project and organization objects asynchronously Closes https://github.com/readthedocs/readthedocs.org/issues/10040 # Relevant Files Found ## readthedocs/core/history.py ``` from functools import partial import structlog...
3,288
null
skypilot-org/skypilot
# Repository Context Name: skypilot-org/skypilot Description: # Pull Request ## [Serve/Spot] Allow spot queue/cancel/logs during controller INIT state <!-- Describe the changes in this PR --> Fixes #1592, #3285 TODO: - [x] Handle the case, when the controller is actually abnormal (autostopped or manually ter...
145
null
marksull/fmcapi
# Repository Context Name: marksull/fmcapi Description: # Pull Request ## Dalamanster patch nat pool Keys in the dictionary should be referenced with [""] , not with 'dot' notation. I was not able to pass options to the patPool. These changes were tested on python 3.10.12 # Relevant Files Found ## fmcapi/api_...
25
null
open-s4c/benchkit
# Repository Context Name: open-s4c/benchkit Description: # Pull Request ## Added functions to copy files/dirs from the host to the platform machine Implemented `copy_from_host` and `copy_to_host` in the communication layer that allow files and directories to be copied from the host machine to the platform machine ...
204
null
zfit/zfit
# Repository Context Name: zfit/zfit Description: # Pull Request ## Restrict python version to be strictly smaller than 3.8 Tensorflow2 does not yet support python38 and the error message when trying to install with pip and python38 is more helpful if we restrict it too. * Example of error message with restric...
270
null
ikostrikov/pytorch-a2c-ppo-acktr-gail
# Repository Context Name: ikostrikov/pytorch-a2c-ppo-acktr-gail Description: # Pull Request ## change self.clipob to self.clip_obs # Relevant Files Found ## a2c_ppo_acktr/envs.py ``` import os import gym import numpy as np import torch from gym.spaces.box import Box from gym.wrappers.clip_action import ClipAc...
14
null
boinor/boinor
# Repository Context Name: boinor/boinor Description: # Pull Request ## FIX: s/Deimoms/Deimos/ from pleiszenburg/hapsira#6 (#10) Fixes #10 # Relevant Files Found ## src/boinor/bodies.py ``` """Bodies of the Solar System. Contains some predefined bodies of the Solar System: * Sun (☉) * Earth (♁) * Moon (☾) * M...
42,353
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## is_windows is a function, not a propery/attribute While not fatal, this could potentially cause problems running this test on Windows. # Relevant Files Found ## tests/integration/modules/git.py ``` # -*- coding: utf-8 -*- ''' Tests for git ...
458
null
allenai/OLMo-core
# Repository Context Name: allenai/OLMo-core Description: # Pull Request ## Official Olmo3-7B long context script Official Olmo3 7B Long-context training script and data mix <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Adds the official OLMo3‑7B long‑context training script using new Longmino data mixes and introduces...
331
null
opendilab/DI-engine
# Repository Context Name: opendilab/DI-engine Description: # Pull Request ## polish(wyh): marl dist td loss ## Description Dist loss support MARL ## Related Issue ## TODO ## Check List - [ ] merge the latest version source branch/repo, and resolve all the conflicts - [ ] pass style check - [ ] p...
23,937
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## replace file.contains_regex_multiline with file.search # Relevant Files Found ## salt/modules/file.py ``` # -*- coding: utf-8 -*- ''' Manage information about regular files, directories, and special files on the minion, set/read user, grou...
8,845
null
mne-tools/mne-python
# Repository Context Name: mne-tools/mne-python Description: # Pull Request ## MRG, BUG: Fixes for realtime Takes care of part of https://github.com/mne-tools/mne-realtime/issues/21. The rest will require changes in mne_realtime. # Relevant Files Found ## mne/epochs.py ``` # -*- coding: utf-8 -*- """Tools for w...
161
null
fedora-infra/noggin
# Repository Context Name: fedora-infra/noggin Description: # Pull Request ## emit a fedora-messaging message when a user is created Resolves #141 Signed-off-by: Ryan Lerch <rlerch@redhat.com> # Relevant Files Found ## noggin/controller/registration.py ``` import datetime from flask import flash, redirect, u...
26
null
crabcamp/lexrank
# Repository Context Name: crabcamp/lexrank Description: # Pull Request ## Add method to compare two strings # Relevant Files Found ## lexrank/algorithms/summarizer.py ``` import math from collections import Counter, defaultdict import numpy as np from lexrank.algorithms.power_method import stationary_distrib...
482
null
CDCgov/PyRenew
# Repository Context Name: CDCgov/PyRenew Description: # Pull Request ## Add stable age distribution initialization Closes #481 Also collates all tests for the `math.py` module into one file. This approximator should plug straight into `IntitializeInfectionsExponentialGrowth`. Deferring building any addition...
190
null
Netflix/metaflow-service
# Repository Context Name: Netflix/metaflow-service Description: # Pull Request ## feat[dag]: Preload DAG Preload DAG for each new run. # Relevant Files Found ## services/ui_backend_service/api/notify.py ``` import json import time import asyncio from typing import Dict, List from services.utils import logging f...
43
null
google-research/jax3d
# Repository Context Name: google-research/jax3d Description: # Pull Request ## Fix non determistic tests Fix non determistic tests # Relevant Files Found ## jax3d/projects/nesf/nerfstatic/models/grid_interpolator_test.py ``` # Copyright 2022 The jax3d Authors. # # Licensed under the Apache License, Version 2.0...
321
null
sloukit/pydew-valley-uzh
# Repository Context Name: sloukit/pydew-valley-uzh Description: # Pull Request ## using function get_width instead of direct variable, hoping to fix on… Trying to fix online error where emotewheel crashes the game because of an unvailable width-attribute <!-- elaborate more on the changes made, if necessary -...
232
null
3scale-qe/3scale-tests
# Repository Context Name: 3scale-qe/3scale-tests Description: # Pull Request ## Add test for logging policy with custom date format Test for https://issues.redhat.com/browse/THREESCALE-6594 # Relevant Files Found # Edits This pull request adds an end-to-end test for the Logging policy in 3scale APIcast to ver...
10
null
scimma/blast
# Repository Context Name: scimma/blast Description: # Pull Request ## Status table # Relevant Files Found ## app/host/models.py ``` from astropy import units as u from astropy.coordinates import SkyCoord from django.db import models from .managers import CatalogManager from .managers import FilterManager from...
2,802
null
pyro-ppl/pyro
# Repository Context Name: pyro-ppl/pyro Description: # Pull Request ## Implement sparse Poisson.log_prob() computation Similar to #1740, https://github.com/pyro-ppl/numpyro/pull/1003 This adds an `is_sparse` constructor arg to `dist.Poisson` to trigger a cheaper computation if most data is zero. ## Tested ...
46,565
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Create reg salt util (2018.3) Originally submitted against 2018.3.0rc1. https://github.com/saltstack/salt/pull/46527 ### What does this PR do? Creates a salt util for working with the registry (`salt/utils/win_reg.py`) Use the reg salt ut...