pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
12,108 | null | ray-project/ray | # Repository Context
Name: ray-project/ray
Description:
# Pull Request
## [tune] detect docker and kubernetes syncers
<!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. -->
<!-- Please add a reviewer to the assignee s... |
3 | null | ztomsy/tribot | # Repository Context
Name: ztomsy/tribot
Description:
# Pull Request
## Remainings
added remainings management and other things
# Relevant Files Found
## docs/conf.py
```
# -*- coding: utf-8 -*-
#
# sample documentation build configuration file, created by
# sphinx-quickstart on Mon Apr 16 21:22:43 2012.
#
# Thi... |
6,249 | null | demisto/content | # Repository Context
Name: demisto/content
Description:
# Pull Request
## Symantec MSS - remove unit test
# Relevant Files Found
## Integrations/SymantecMSS/SymantecMSS_test.py
```
# coding=utf-8
import demistomock as demisto
def test_empty_and_special_characters_in_xml(mocker, requests_mock):
mocker.patc... |
1,243 | null | RCOSDP/weko | # Repository Context
Name: RCOSDP/weko
Description:
# Pull Request
## Test code weko gridlayout 2023
# Relevant Files Found
## modules/weko-gridlayout/tests/conftest.py
```
# -*- coding: utf-8 -*-
#
# Copyright (C) 2019 National Institute of Informatics.
#
# weko-gridlayout is free software; you can redistribut... |
594 | null | xcube-dev/xcube | # Repository Context
Name: xcube-dev/xcube
Description:
# Pull Request
## Daskify geometry operations, Part 1
Addresses #593 up to ~50%. It basically replaces `np.full(*args)` by `da.full(*args, chunks=chunks)`.
To reach 100%, we would need to replace the `rasterio.features.geometry_mask()` call by a dask-aware ve... |
4,141 | null | intel/ipex-llm | # Repository Context
Name: intel/ipex-llm
Description:
# Pull Request
## add python keras training with dataframe
1. add python keras model fit/evaluate/predict with dataframe
2. add python keras model fit/evaluate/predict with dataframe of image
3. add keras image classification example
4. add transforms.compos... |
28 | null | luxonis/depthai-nodes | # Repository Context
Name: luxonis/depthai-nodes
Description:
# Pull Request
## Bug fix in ImageOutputParser and MonocularDepthParser.
Two bugs where identified when testing the parsers. Both were produced by PR #19.
# Relevant Files Found
## depthai_nodes/ml/parsers/image_output.py
```
import depthai as dai
fr... |
5,330 | null | Textualize/textual | # Repository Context
Name: Textualize/textual
Description:
# Pull Request
## no blank frame
This removes a blank footer when pushing screens.
The signal is sent immediately (ish) rather than on idle.
I'm not certain this has removed the possibility of a blank footer for a frame. It may have just made is less ... |
1,549 | null | mlrun/mlrun | # Repository Context
Name: mlrun/mlrun
Description:
# Pull Request
## [Requirements] Limit storey to <0.8.12
From the moment storey 0.8.12 published our `CI / Run package tests` step started failing
The failure can be reproduced very easily by `pip install .` of mlrun (note to have the right pip installed - `pytho... |
363 | null | marshmallow-code/apispec | # Repository Context
Name: marshmallow-code/apispec
Description:
# Pull Request
## removes passing reference paths in nested field metadata
field2property now ignores a ref key in field metadata and relies
only on the field autoreferencing capability
Self referencing instances of `marshmallow.fields.Nested` tha... |
735 | null | google/aqt | # Repository Context
Name: google/aqt
Description:
# Pull Request
## Replace Union and Optional with explicit type level or.
Replace Union and Optional with explicit type level or.
# Relevant Files Found
## aqt/jax/v2/aqt_dot_general.py
```
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Vers... |
54 | null | ufcg-lsd/shylock | # Repository Context
Name: ufcg-lsd/shylock
Description:
# Pull Request
## feature: enable retrieve older datas
# Relevant Files Found
## shylock/monasca/tasks.py
```
import datetime
from celery import shared_task
from core.conf import conf_file
from decouple import config
from django.conf import settings... |
25,419 | null | frappe/frappe | # Repository Context
Name: frappe/frappe
Description:
# Pull Request
## fix: allow transitioning to long text
# Relevant Files Found
## frappe/core/doctype/rq_job/test_rq_job.py
```
# Copyright (c) 2022, Frappe Technologies and Contributors
# See license.txt
import time
from rq import exceptions as rq_exc
fr... |
28 | null | agimus-project/agimus_controller | # Repository Context
Name: agimus-project/agimus_controller
Description:
# Pull Request
## add panda hpp traj
# Relevant Files Found
## agimus_controller/main_hpp_mpc.py
```
#!/usr/bin/env python
from agimus_controller.mpc import MPC
from agimus_controller.hpp_interface import HppInterface
from agimus_controll... |
98 | null | shiguredo-webrtc-build/webrtc-build | # Repository Context
Name: shiguredo-webrtc-build/webrtc-build
Description:
# Pull Request
## m137.7151 のビルドエラー対応
- [x] iOS
- [x] macOS
- [x] Android
- [x] Ubuntu
- [x] Windows
# Relevant Files Found
## run.py
```
import argparse
import collections
import json
import logging
import os
import platform
import ... |
9,787 | null | pydantic/pydantic | # Repository Context
Name: pydantic/pydantic
Description:
# Pull Request
## Respect use_enum_values on Literal types
<!-- Thank you for your contribution! -->
<!-- Unless your change is trivial, please create an issue to discuss the change before creating a PR -->
## Change Summary
Following the logic for enum... |
22,702 | null | pantsbuild/pants | # Repository Context
Name: pantsbuild/pants
Description:
# Pull Request
## update the default version of kubeconform to 0.7.0
# Relevant Files Found
## src/python/pants/backend/helm/check/kubeconform/subsystem.py
```
# Copyright 2023 Pants project contributors (see CONTRIBUTORS.md).
# Licensed under the Apache ... |
10 | null | wefabricate/wh-python | # Repository Context
Name: wefabricate/wh-python
Description:
# Pull Request
## Add compressor percentage
Adding a percentage indicator for RPM.
# Relevant Files Found
## setup.py
```
# coding: utf-8
"""
Weheat Backend
This is the backend for the Weheat project
The version of the OpenAPI document:... |
156 | null | vprusso/toqito | # Repository Context
Name: vprusso/toqito
Description:
# Pull Request
## Fixes Sk-norm failing test case.
Fixes #151 by relaxing the numerical tolerance of the equality check.
# Relevant Files Found
## tests/test_matrix_props/test_sk_norm.py
```
"""Test S(k) operator norm."""
import numpy as np
import pytest
fr... |
15,242 | null | Opentrons/opentrons | # Repository Context
Name: Opentrons/opentrons
Description:
# Pull Request
## feat(app,robot-server): Subscribe to `currentlyRecoveringFrom` notifications
# Overview
Closes EXEC-458.
# Test plan
1. Push robot-server and ODD to a Flex
2. Induce a `pickUpTip` failure
3. Make sure the ODD goes into recovery... |
1,041 | null | OSU-Net/cyder | # Repository Context
Name: OSU-Net/cyder
Description:
# Pull Request
## Add workgroups to Cyder search
Resolves https://github.com/OSU-Net/cyder/issues/1040
# Relevant Files Found
## cyder/search/compiler/invfilter.py
```
import operator
import ipaddr
import re
from django.core.exceptions import ObjectDoesNotE... |
11,546 | null | jax-ml/jax | # Repository Context
Name: jax-ml/jax
Description:
# Pull Request
## jax.scipy.linalg.solve: deprecate the sym_pos argument
This was deprecated in scipy 0.19.0, but will begin to raise a DeprecationWarning in scipy 1.9.0 (see https://github.com/scipy/scipy/pull/15821)
Fixes #11538
# Relevant Files Found
## jax... |
1,616 | null | desihub/desispec | # Repository Context
Name: desihub/desispec
Description:
# Pull Request
## fix bookkeeping of nights and tiles in coadds; enable coadding previously coadded cframe files
This simple PR addresses #1349 and #1359.
1. With this branch, coadding previously coadded cframe files (which currently crashes, as reported b... |
28 | null | keyboardAnt/distributed-speculative-inference | # Repository Context
Name: keyboardAnt/distributed-speculative-inference
Description:
# Pull Request
## Daniel/latency refactor
# Relevant Files Found
## dsi/configs/experiment/latency.py
```
```
## dsi/types/exception.py
```
class NumOfTargetServersInsufficientError(Exception):
def __init__(
sel... |
12,029 | null | Chia-Network/chia-blockchain | # Repository Context
Name: Chia-Network/chia-blockchain
Description:
# Pull Request
## checkpoint: into datalayer-sim from release/1.4.0 @ 3c4eab1ee0e60b583e89396de7bca8ad49b7d396
3c4eab1ee0e60b583e89396de7bca8ad49b7d396
# Relevant Files Found
## chia/rpc/wallet_rpc_api.py
```
import asyncio
import dataclasses
i... |
1,270 | null | DavidT3/XGA | # Repository Context
Name: DavidT3/XGA
Description:
# Pull Request
## Added a 'ciao_call' decorator; Added CIAO/CALDNotFoundError to exceptions (#1243)
I created a ciao_call decorator under ciao/run.py. I replaced all XMM specifics with Chandra CIAO. I also added CIAO/CALDNotFoundError to exceptions.py.
# Relevant... |
2,970 | null | all-of-us/raw-data-repository | # Repository Context
Name: all-of-us/raw-data-repository
Description:
# Pull Request
## Remove generator code for unfound module on app-engine
## Resolves *[ticket NA]*
## Description of changes/additions
app-engine is throwing error(s) for the unfound modules in tests since they aren't being deployed
## ... |
62,923 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## Removing the deprecated _ext_nodes alias to the master_tops function
### What does this PR do?
Removing the deprecated _ext_nodes alias to the master_tops function
### What issues does this PR fix or reference?
Fixes: #62917
### Merge... |
208 | null | ecobee/building-controls-simulator | # Repository Context
Name: ecobee/building-controls-simulator
Description:
# Pull Request
## conditional skipping of DataClient tests if source unconfigured
# Relevant Files Found
## setup.py
```
from setuptools import setup, find_namespace_packages
REQUIRES = []
# Semantic Versioning (https://semver.org/)
_M... |
2 | null | aigc-apps/VideoX-Fun | # Repository Context
Name: aigc-apps/VideoX-Fun
Description:
# Pull Request
## Update readme and report and fix bug in training code
# Relevant Files Found
## cogvideox/models/transformer3d.py
```
# Copyright 2024 The CogVideoX team, Tsinghua University & ZhipuAI and The HuggingFace Team.
# All rights reserved.... |
1,435 | null | Azure/azure-functions-python-worker | # Repository Context
Name: Azure/azure-functions-python-worker
Description:
# Pull Request
## Refactoring typing_inspect.py
<!-- DO NOT DELETE THIS TEMPLATE -->
## Description
Previously, typing_inspect.py had a distinction between python versions <3.7 and >=3.7, and would change imports and return statements... |
64 | null | ejach/InventoryApplication | # Repository Context
Name: ejach/InventoryApplication
Description:
# Pull Request
## US 2 - Added `van_number` to database schema / Code refactoring
# Relevant Files Found
## app.py
```
from flask import Flask, render_template, request, redirect, url_for, make_response, jsonify
from bleach import clean
from sr... |
3,250 | null | google/timesketch | # Repository Context
Name: google/timesketch
Description:
# Pull Request
## Resolve unsoundness caught by pytype --strict-none-binding.
Resolve unsoundness caught by pytype --strict-none-binding.
In short, pytype was previously more permissive when variables were initialized to None but may have been re-assigned... |
4,363 | null | Project-MONAI/MONAI | # Repository Context
Name: Project-MONAI/MONAI
Description:
# Pull Request
## Sliding window inference that supports multiple zoomed outputs
Fixes #4299 .
### Description
Add sliding window inference that supports multiple zoomed outputs.
Equivalent to existing sliding window inferer if predictor gives single ... |
4,514 | null | bentoml/BentoML | # Repository Context
Name: bentoml/BentoML
Description:
# Pull Request
## fix(sdk): incorrect bento_path if not provided
# Relevant Files Found
## src/_bentoml_impl/loader.py
```
from __future__ import annotations
import importlib
import pathlib
import sys
import typing as t
import yaml
if t.TYPE_CHECKING:
... |
8 | null | taxjar/taxjar-python | # Repository Context
Name: taxjar/taxjar-python
Description:
# Pull Request
## Tweak VAT Validation Method
Update VAT `validate` method to receive a dictionary instead of a string to make it consistent with other TaxJar API clients and documentation.
# Relevant Files Found
## taxjar/client.py
```
import requests... |
293 | null | dsavransky/EXOSIMS | # Repository Context
Name: dsavransky/EXOSIMS
Description:
# Pull Request
## Added slew and stationkeeping efficiency factors; fixed test_log_occu…
Addressing issue #149
Adds two optional parameters to Observatory prototype: slewEff and skEff. slewEff is used in the calculation of flowRate for slewing. skEff repla... |
33,226 | null | commaai/openpilot | # Repository Context
Name: commaai/openpilot
Description:
# Pull Request
## tools/logreader: add desc arg to run_across_segments()

Nice to have something like this
# Relevant Files Found
## tools/lib/logreader.py
```
#!/... |
230 | null | skyplane-project/skyplane | # Repository Context
Name: skyplane-project/skyplane
Description:
# Pull Request
## Replace SFTP creation with more robust client
Fixes #229
# Relevant Files Found
## skylark/compute/aws/aws_server.py
```
from typing import Dict, Optional
import boto3
import paramiko
from skylark.compute.aws.aws_auth import A... |
144 | null | tanganke/fusion_bench | # Repository Context
Name: tanganke/fusion_bench
Description:
# Pull Request
## Add method: WUDIMerging
new method: WUDI Merging
Whoever Started the Interference Should End It: Guiding Data-Free Model Merging via Task Vectors
https://arxiv.org/pdf/2503.08099
running command: fusion_bench method=wudi/wudi m... |
3,675 | null | microsoft/lisa | # Repository Context
Name: microsoft/lisa
Description:
# Pull Request
## Fix CI check error
# Relevant Files Found
## lisa/operating_system.py
```
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT license.
import re
import time
from dataclasses import dataclass
from enum import Enum
from functools... |
44 | null | google/apitools | # Repository Context
Name: google/apitools
Description:
# Pull Request
## Use the Application Default Credential if available.
Previously, we'd skip checking for the "well-known file" variant of the ADC if
present; now, we check for this before falling back to our file cache. In
particular, this involves adding a h... |
4,614 | null | mozilla/addons-server | # Repository Context
Name: mozilla/addons-server
Description:
# Pull Request
## Use pytest fixtures to set up elasticsearch mocks in tests
This allows function-based tests or tests not inheriting from our base `TestCase` class to still mock ElasticSearch, resulting in faster tests.
Fix mozilla/addons#3812
# Rel... |
178 | null | xeroc/python-graphenelib | # Repository Context
Name: xeroc/python-graphenelib
Description:
# Pull Request
## in default cases use debug logging
# Relevant Files Found
## graphenecommon/aio/transactionbuilder.py
```
# -*- coding: utf-8 -*-
import struct
import logging
from binascii import unhexlify
from ..exceptions import (
Insuffic... |
16,057 | null | frappe/frappe | # Repository Context
Name: frappe/frappe
Description:
# Pull Request
## fix: broken validation for custom LDAP servers (backport #16016)
This is an automatic backport of pull request #16016 done by [Mergify](https://mergify.com).
---
<details>
<summary>Mergify commands and options</summary>
<br />
More condit... |
56,830 | null | apache/airflow | # Repository Context
Name: apache/airflow
Description:
# Pull Request
## [v3-1-test] Switch mypy prek hooks to be executed on pre-push, not on…
… pre-commit (#56829)
The MyPy checks are slow and they require breeze image to be built, so they are slowing down commit operations when you have prek installed and you... |
3,708 | null | livekit/agents | # Repository Context
Name: livekit/agents
Description:
# Pull Request
## format transcript logs
# Relevant Files Found
## livekit-agents/livekit/agents/telemetry/traces.py
```
from __future__ import annotations
import aiofiles
import logging
import json
import aiohttp
from collections.abc import Iterator
from ... |
12 | null | lisphilar/covid19-sir | # Repository Context
Name: lisphilar/covid19-sir
Description:
# Pull Request
## fix: issue #11
close #11
# Relevant Files Found
## covsirphy/phase/estimator.py
```
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import numpy as np
import optuna
import pandas as pd
from covsirphy.analysis.simulator import ODESimu... |
342 | null | matllubos/django-is-core | # Repository Context
Name: matllubos/django-is-core
Description:
# Pull Request
## Inline view - parent model class is inicialized from parent instance
# Relevant Files Found
## is_core/generic_views/inlines/inline_form_views.py
```
from django.utils.translation import ugettext_lazy as _
from chamber.utils.for... |
2,022 | null | Trusted-AI/adversarial-robustness-toolbox | # Repository Context
Name: Trusted-AI/adversarial-robustness-toolbox
Description:
# Pull Request
## Add conversion to float for comparison on GPU/CUDA
Signed-off-by: Beat Buesser <beat.buesser@ie.ibm.com>
# Description
This pull request adds a missing conversion to float for comparison on GPU/CUDA in `PyTorch... |
25 | null | acroz/pylivy | # Repository Context
Name: acroz/pylivy
Description:
# Pull Request
## Add unit tests for session handling in LivyClient
# Relevant Files Found
## livy/client.py
```
import logging
from typing import Optional, List
import aiohttp
from livy.models import Version, Session, SessionKind, Statement, StatementKind
... |
214 | null | broadinstitute/cromshell | # Repository Context
Name: broadinstitute/cromshell
Description:
# Pull Request
## Zip the --dependencies-zip arg in memory when passed as a dir
# Relevant Files Found
## src/cromshell/submit/command.py
```
import contextlib
import csv
import json
import logging
import shutil
import subprocess
from datetime imp... |
31,746 | null | Azure/azure-sdk-for-python | # Repository Context
Name: Azure/azure-sdk-for-python
Description:
# Pull Request
## Murmurhash3 128 bit implementation in python
Adds the murmurhash3 implementation from the backend for use in the cosmos python sdk.
# Description
This PR adds cosmos integers that implement Unsigned 64 bit and Unsigned 128 bi... |
57 | null | disintar/toncli | # Repository Context
Name: disintar/toncli
Description:
# Pull Request
## Fix for coloured text on Windows
# Relevant Files Found
## src/toncli/main.py
```
import argparse
import sys
import textwrap
import configparser
from toncli.modules.utils.commands.commands_executer import CommandsExecuter
from toncli.mod... |
87 | null | dnh-bot/dnh-werewolf-bot | # Repository Context
Name: dnh-bot/dnh-werewolf-bot
Description:
# Pull Request
## Add zombie character
Zombie can reborn 1 time per game.
# Relevant Files Found
## commands/command.py
```
from commands import admin, player
import commands
import config
from game import text_template
import discord
import async... |
44 | null | fusion-energy/openmc_depletion_plotter | # Repository Context
Name: fusion-energy/openmc_depletion_plotter
Description:
# Pull Request
## added awkward array reader
I am adding this method of reading in the depletion results into a awkward array
this takes considerably less memory than the numpy based method currently used in openmc as that must contai... |
59 | null | thunlp/OpenDelta | # Repository Context
Name: thunlp/OpenDelta
Description:
# Pull Request
## Fix for deprecated dependency 'sklearn'
According to https://github.com/scikit-learn/sklearn-pypi-package, one should use scikit-learn instead of sklearn in the dependencies, otherwise an exception is raised.
# Relevant Files Found
## setu... |
138 | null | espnet/espnet | # Repository Context
Name: espnet/espnet
Description:
# Pull Request
## Travis fix
Modifications for travis CS
# Relevant Files Found
## src/bin/asr_recog.py
```
#!/usr/bin/env python
# encoding: utf-8
# Copyright 2017 Johns Hopkins University (Shinji Watanabe)
# Apache 2.0 (http://www.apache.org/licenses/LIC... |
8 | null | kmeng01/rome | # Repository Context
Name: kmeng01/rome
Description:
# Pull Request
## Improve v* optimization algorithm: performance + efficiency
v* optimization is now carried out differently:
* Optimization is conducted not only over clean sentences (purely containing subject, relation, object), but also with randomly-sampled ... |
58,345 | null | apache/airflow | # Repository Context
Name: apache/airflow
Description:
# Pull Request
## [v3-1-test] Breeze: Automatically set CHOKIDAR_USEPOLLING for WSL use…
…rs in --dev-mode (#57846) (#58080)
* Docs: Add note for WSL users about CHOKIDAR_USEPOLLING for UI hot reloading (#57846)
* Breeze: Automatically set CHOKIDAR_USEPOL... |
9 | null | moll-dev/Data-Structure-Zoo | # Repository Context
Name: moll-dev/Data-Structure-Zoo
Description:
# Pull Request
## Fixed very minor error in algorithms.py
Time to find item using binary search printed a negative value.
The time taken would be `t3 - t2`, not `t2 - t3`.
# Relevant Files Found
## 1-Algorithm Analysis/algorithms.py
```
""" 2... |
888 | null | getredash/redash | # Repository Context
Name: getredash/redash
Description:
# Pull Request
## Improve TreasureData query runner
ChangeLog
1. Update td-client version to v0.4.1
2. Add new option to enable auto get schema on query editor.
- This option avoid slow page loading when a number of table in TreasureData Database is too ma... |
5 | null | Zyphra/transformers_zamba2 | # Repository Context
Name: Zyphra/transformers_zamba2
Description:
# Pull Request
## NTK scaling a value modified
# What does this PR do?
<!--
Congratulations! You've made it this far! You're not quite done yet though.
Once merged, your PR is going to appear in the release notes with the title you set, so ma... |
22 | null | facebookresearch/spdl | # Repository Context
Name: facebookresearch/spdl
Description:
# Pull Request
## Update deprecated attributes in stub file
# Relevant Files Found
## src/spdl/io/_type_stub.py
```
# pyre-unsafe
from __future__ import annotations
from typing import Any, overload
__all__ = [
"CPUBuffer",
"CUDABuffer",
... |
192 | null | containers/podman-py | # Repository Context
Name: containers/podman-py
Description:
# Pull Request
## fix: Container.stats for non-stream mode
In non-stream mode, container.stats should work now
(fixing incorrect call of StringIO.writer instead of StringIO.write).
# Relevant Files Found
## podman/domain/containers.py
```
"""Model and... |
2,692 | null | elastic/elasticsearch-py | # Repository Context
Name: elastic/elasticsearch-py
Description:
# Pull Request
## Auto-generated code for 8.x
As titled
# Relevant Files Found
## elasticsearch/_async/client/__init__.py
```
# Licensed to Elasticsearch B.V. under one or more contributor
# license agreements. See the NOTICE file distributed wit... |
68 | null | DocOtak/gsw-xarray | # Repository Context
Name: DocOtak/gsw-xarray
Description:
# Pull Request
## Add test for version
Closes #62
# Relevant Files Found
## gsw_xarray/__init__.py
```
__version__ = "0.2.1"
from importlib import import_module
import gsw
from ._core import _wrapped_funcs
from ._util import submodule_all_compat, get_... |
51 | null | AI-Hypercomputer/jetstream-pytorch | # Repository Context
Name: AI-Hypercomputer/jetstream-pytorch
Description:
# Pull Request
## Fix test quantization lint check
After this PR:
Your code has been **rated at 10.00/10**
Before this PR:
Your code has been **rated at 8.00/10**
************* Module tests.test_quantization
test_quantization.py:24:0:... |
2,189 | null | all-of-us/raw-data-repository | # Repository Context
Name: all-of-us/raw-data-repository
Description:
# Pull Request
## [PDR-200 fixes] Fixes to previous PDR-200 commit
After discussion w/Kenny, decided to remove the SQL clause that included a semantic version match in an inner join clause. That field is not indexed and is not reliably/predictab... |
1,050 | null | mitre/caldera | # Repository Context
Name: mitre/caldera
Description:
# Pull Request
## adding a new prop to abilities to track their visibility - or likelyh…
…ood of being seen
# Relevant Files Found
## app/objects/c_ability.py
```
from app.objects.c_parser import Parser
from app.objects.c_requirement import Requirement
from a... |
1,006 | null | redhat-performance/benchmark-runner | # Repository Context
Name: redhat-performance/benchmark-runner
Description:
# Pull Request
## fix bump version
## Type of change
Note: Fill **x** in []
- [x] bug
- [ ] enhancement
- [ ] documentation
- [ ] dependencies
## Description
<!--- Describe your changes below -->
Fix [bump version](https://github.... |
838 | null | Datura-ai/lium-io | # Repository Context
Name: Datura-ai/lium-io
Description:
# Pull Request
## feat(subnet): enable all nvidia driver capabilities on docker containers
## Describe your changes
Enabled all nvidia driver capabilities, check ticket 0042.
I tested with this env var and nvidia-dali worked fine.
## Checklist before ... |
17 | null | rhblind/drf-haystack | # Repository Context
Name: rhblind/drf-haystack
Description:
# Pull Request
## Fix HaystackSerializer 'fields' and 'exclude' attributes
This fixes #16. It includes a test for using the `exclude` attribute
# Relevant Files Found
## drf_haystack/serializers.py
```
# -*- coding: utf-8 -*-
from __future__ import ... |
2,074 | null | Azure/azure-cli-extensions | # Repository Context
Name: Azure/azure-cli-extensions
Description:
# Pull Request
## [ai-examples] Add fallback to use built-in values if there is an issue with the service
Now if the service provides no values or the client is unable to connect to the service, it falls back to using the built in examples.
---
... |
572 | null | googlefonts/gftools | # Repository Context
Name: googlefonts/gftools
Description:
# Pull Request
## Improve reporting of source fixes
Currently if you run `gftools-fix-font.py --include-source-fixes` it will tell you to consider fixing the sources instead, but if won't tell you *what* you need to fix in the sources!
Before this PR:
... |
142 | null | BD2KGenomics/toil-scripts | # Repository Context
Name: BD2KGenomics/toil-scripts
Description:
# Pull Request
## Set s3am block size and parallelism in batch_alignment.
Resolves #140. Sets s3am block size to 64M; this should be made parametrizable at a later date. I've opened #141 to track. Also, sets the number of cores to use on upload, and ... |
46 | null | octoml/octoai-textgen-cookbook | # Repository Context
Name: octoml/octoai-textgen-cookbook
Description:
# Pull Request
## adding e-commerce example, featuring JSON mode.
# Relevant Files Found
# Edits
This PR adds a new e-commerce example that demonstrates how to generate multilingual product summaries and extract pros/cons from customer rev... |
6 | null | BishopFox/BrokenHill | # Repository Context
Name: BishopFox/BrokenHill
Description:
# Pull Request
## Version 0.36 - 2024-11-14
Minor bug fix to handle less common errors more gracefully.
# Relevant Files Found
## brokenhill.py
```
#!/bin/env python3
script_name = "brokenhill.py"
script_version = "0.35"
script_date = "2024-11-13"
de... |
662 | null | box/box-python-sdk | # Repository Context
Name: box/box-python-sdk
Description:
# Pull Request
## fix: move sphinx to test requirements
Fixes #661. Sphinx is used to generate documentation. As such, it should be part of the dev/test requirements only. It shouldn't be required for applications that build with the SDK.
# Relevant Files ... |
908 | null | waditu/tushare | # Repository Context
Name: waditu/tushare
Description:
# Pull Request
## 添加多种指标,并且结果与同花顺校验过
由于@liaocyintl 添加的 indictor.py 文件中多种指标与实际结果有误差,并且使用时get_k_date中数据必须从每年1月1日开始,否则计算结果错误,所以重写了多个函数并且添加了许多技术指标,优势有两点:
1)全部使用pandas或numpy中提供的函数完成,代码量减少,并且运行速度提高几倍
2)所有结果完全和同花顺计算出来的完全吻合,结果可信度较高,并且get_k_data中传入参数可以是任何时间
缺点就是代码中变... |
2,068 | null | ossf/fuzz-introspector | # Repository Context
Name: ossf/fuzz-introspector
Description:
# Pull Request
## analyses: avoid dumping files if not asked for
# Relevant Files Found
## src/fuzz_introspector/analyses/far_reach_low_coverage_analyser.py
```
# Copyright 2025 Fuzz Introspector Authors
#
# Licensed under the Apache License, Versio... |
17,827 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## Fix ucr edit error
@proteusvacuum @nickpell @calellowitz
This should fix the issue where we can't view data sources on enikshay or icds. Looks like some reports point to deleted data sources which caused this
Introduced https://gith... |
22 | null | MostlyKIGuess/handwritten-to-LaTeX-demo | # Repository Context
Name: MostlyKIGuess/handwritten-to-LaTeX-demo
Description:
# Pull Request
## Squash
# Relevant Files Found
## Backend/learner/resnet18_vgg16.py
```
import torch
import torch.nn as nn
import torch.optim as optim
from torch.utils.data import DataLoader, Dataset, Subset
from torchvision import... |
130 | null | AppThreat/vulnerability-db | # Repository Context
Name: AppThreat/vulnerability-db
Description:
# Pull Request
## Track alpine unfixed
Both alpine unfixed and Ubuntu with `needs-triage` status are now stored in the DB.
# Relevant Files Found
## test/test_source.py
```
import json
import os
import pytest
from vdb.lib import VulnerabilityLo... |
327 | null | itu-auv/auv-software | # Repository Context
Name: itu-auv/auv-software
Description:
# Pull Request
## Slalom , additon of looking left right and inter points
# Relevant Files Found
## auv_navigation/auv_mapping/scripts/slalom_trajectory_publisher.py
```
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import rospy
import tf2_ros
impor... |
107 | null | henry0312/pytest-pycodestyle | # Repository Context
Name: henry0312/pytest-pycodestyle
Description:
# Pull Request
## Drop support of Python 3.7 and 3.8
# Relevant Files Found
## setup.py
```
import os
from setuptools import setup
version = open('VERSION', 'rb').read().decode('utf-8').strip()
long_description = open('README.md', 'rb').read... |
207 | null | lithops-cloud/lithops | # Repository Context
Name: lithops-cloud/lithops
Description:
# Pull Request
## Cloudpickle fix
- Cloudpickle fix
- Allowed to set multiple regions in a single executor
Developer's Certificate of Origin 1.1
By making a contribution to this project, I certify that:
(a) The contribution was c... |
4,218 | null | great-expectations/great_expectations | # Repository Context
Name: great-expectations/great_expectations
Description:
# Pull Request
## Bugfix/devrel 189/datadocs filter on date is broken
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], [FEATURE], [... |
1,259 | null | winpython/winpython | # Repository Context
Name: winpython/winpython
Description:
# Pull Request
## package names
# Relevant Files Found
## winpython/__init__.py
```
# -*- coding: utf-8 -*-
"""
WinPython License Agreement (MIT License)
-----------------------------------------
Copyright (c) 2012-2013 Pierre Raybaut
Copyright ... |
139 | null | microsoft/FabricBQSync | # Repository Context
Name: microsoft/FabricBQSync
Description:
# Pull Request
## v2.2.3
# Relevant Files Found
## Packages/FabricSync/FabricSync/BQ/BigQueryAPI.py
```
from pyspark.sql import DataFrame # type: ignore
from pyspark.sql.types import StructType # type: ignore
import json
import base64 as b64
import... |
417 | null | numba/llvmlite | # Repository Context
Name: numba/llvmlite
Description:
# Pull Request
## Add support for atomic loads/stores
# Relevant Files Found
## llvmlite/ir/builder.py
```
from __future__ import print_function, absolute_import
import contextlib
import functools
from . import instructions, types, values
_CMP_MAP = {
... |
32 | null | EddLabs/eddington-gui | # Repository Context
Name: EddLabs/eddington-gui
Description:
# Pull Request
## Update black version
# Relevant Files Found
## src/eddington_gui/app.py
```
"""Main app."""
from pathlib import Path
import numpy as np
import toga
from eddington import EddingtonException, FitData, FitDataError, FitResult, fit_to_... |
6,656 | null | pypa/pip | # Repository Context
Name: pypa/pip
Description:
# Pull Request
## Fix #6654: filter yanked files before calling get_best_candidate()
Addresses #6654.
This PR also adds support for yanked reasons with non-ascii characters.
# Relevant Files Found
## src/pip/_internal/cli/base_command.py
```
"""Base Command cla... |
168 | null | executablebooks/markdown-it-py | # Repository Context
Name: executablebooks/markdown-it-py
Description:
# Pull Request
## ⬆️ Update: Sync with markdown-it v12.1.0 and CommonMark v0.30
A port of this diff https://github.com/markdown-it/markdown-it/compare/df4607f1d4d4be7fdc32e71c04109aea8cc373fa...13cdeb95abccc78a5ce17acf9f6e8cf5b9ce713b
# Relevan... |
1,215 | null | deepspeedai/DeepSpeed | # Repository Context
Name: deepspeedai/DeepSpeed
Description:
# Pull Request
## [zero3] improve debug
Just a few extra improvements over debugging (named params and shorter codes).
@tjruwase
# Relevant Files Found
## deepspeed/runtime/zero/partition_parameters.py
```
"""
"Copyright 2020 The Microsoft DeepSpe... |
1,434 | null | fitbenchmarking/fitbenchmarking | # Repository Context
Name: fitbenchmarking/fitbenchmarking
Description:
# Pull Request
## Refactored the Fit class to use single underscore for private method/variables instead of name mangling
<!---
Provide a short summary of this PR in the title above.
This will be used to generate release note, so please wri... |
42 | null | CarimDayZ/carim-discord-bot | # Repository Context
Name: CarimDayZ/carim-discord-bot
Description:
# Pull Request
## Custom commands
# Relevant Files Found
## src/carim_discord_bot/__init__.py
```
VERSION = '1.3.4'
```
## src/carim_discord_bot/config.py
```
import json
import logging
log = logging.getLogger(__name__)
class Config:
... |
316 | null | osbuild/cloud-image-val | # Repository Context
Name: osbuild/cloud-image-val
Description:
# Pull Request
## CIV: Add new test for otel package
# Relevant Files Found
## test_suite/conftest.py
```
import json
import os
import re
import time
import pytest
import requests
from packaging import version
from py.xml import html
from pytest_h... |
3,857 | null | snakemake/snakemake | # Repository Context
Name: snakemake/snakemake
Description:
# Pull Request
## fix: fix issues with cyclic dependencies when using the update and before_update flag
<!--Add a description of your PR here-->
### QC
<!-- Make sure that you can tick the boxes below. -->
* [x] The PR contains a test case for the c... |
125 | null | deepspeedai/DeepSpeedExamples | # Repository Context
Name: deepspeedai/DeepSpeedExamples
Description:
# Pull Request
## [squash] CL example staging squash
# Relevant Files Found
## Megatron-LM-v1.1.5-ZeRO3/megatron/arguments.py
```
# coding=utf-8
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved.
#
# Licensed under the Apache Lic... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.