pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
371 | null | feder-observatory/stellarphot | # Repository Context
Name: feder-observatory/stellarphot
Description:
# Pull Request
## Add a review widget
This pull request adds what will be the first of the new photometry notebooks (setting camera, observatory, passband map) and the final review-of-settings notebook.
Remaining to be done:
- [x] add unit... |
129 | null | katsunori-waragai/disparity-view | # Repository Context
Name: katsunori-waragai/disparity-view
Description:
# Pull Request
## renamed to create_camera_matrix()
# why
- 実際に利用している関数にdummy_というヘッダがついているのが誤解を生じやすい。
# what
- dummy_camera_matrix() をcreate_camera_matrix()と関数名を変更した。
# Relevant Files Found
## disparity_view/o3d_project.py
```
from datac... |
642 | null | sgl-project/sglang | # Repository Context
Name: sgl-project/sglang
Description:
# Pull Request
## Move `global_server_args_dict`
# Relevant Files Found
## python/sglang/srt/layers/radix_attention.py
```
"""Radix attention."""
import torch
from flashinfer.cascade import merge_state
from torch import nn
from sglang.global_config im... |
660 | null | AI4Bharat/Chitralekha-Backend | # Repository Context
Name: AI4Bharat/Chitralekha-Backend
Description:
# Pull Request
## Ekstep asr
# Relevant Files Found
## backend/backend/celery.py
```
import os
from celery import Celery
from celery.schedules import crontab
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "backend.settings")
celery_app = C... |
41,101 | null | demisto/content | # Repository Context
Name: demisto/content
Description:
# Pull Request
## feat: add AWS EKS, EC2 snapshot and ECS cluster management commands
<!-- 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 ... |
1,085 | null | kapicorp/kapitan | # Repository Context
Name: kapicorp/kapitan
Description:
# Pull Request
## Revert "fix: import libmagic only when its needed"
Reverts kapicorp/kapitan#1083 merged by mistake
# Relevant Files Found
## kapitan/utils.py
```
"random utils"
# Copyright 2019 The Kapitan Authors
# SPDX-FileCopyrightText: 2020 The Kapit... |
52 | null | espnet/espnet | # Repository Context
Name: espnet/espnet
Description:
# Pull Request
## AMI recipe
#35
# Relevant Files Found
## src/utils/concatjson.py
```
#!/usr/bin/env python2
# encoding: utf-8
# Copyright 2017 Johns Hopkins University (Shinji Watanabe)
# Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
import j... |
645 | null | C2SM/spack-c2sm | # Repository Context
Name: C2SM/spack-c2sm
Description:
# Pull Request
## [Docs] Restructure docs for v0.18.1
# Relevant Files Found
## docs/conf.py
```
# Configuration file for the Sphinx documentation builder.
#
# This file only contains a selection of the most common options. For a full
# list see the docume... |
3,067 | null | flyteorg/flytekit | # Repository Context
Name: flyteorg/flytekit
Description:
# Pull Request
## Only copy over cat-certificates.crt if it does not exist in base image
## Why are the changes needed?
<!--
Please clarify why the changes are needed. For instance,
1. If you propose a new API, clarify the use case for a new API.
2. I... |
614 | null | datachain-ai/datachain | # Repository Context
Name: datachain-ai/datachain
Description:
# Pull Request
## test_query_e2e: do not interrupt running script multiple times
The PR makes three changes:
1) The E2E test is updated only to send the interrupt signal once (done in the first commit).
2) Suppresses `usearch`'s `UserWarning`, and
... |
151 | null | SasView/sasview | # Repository Context
Name: SasView/sasview
Description:
# Pull Request
## Ticket885b
Implement simple editor without volume parameters or polydispersity
# Relevant Files Found
## src/sas/sasgui/perspectives/calculator/model_editor.py
```
'''
This module provides three model editor classes: the composite model ed... |
1,864 | null | elastic/elasticsearch-dsl-py | # Repository Context
Name: elastic/elasticsearch-dsl-py
Description:
# Pull Request
## Add support for bulk document operations
This change adds `Document.bulk` and `AsyncDocument.bulk`. These work similarly to the bulk helper in the low-level client, but the provided generator must return document instances, and t... |
1,061 | null | containers/ramalama | # Repository Context
Name: containers/ramalama
Description:
# Pull Request
## Don't display server port when using run --rag
## Summary by Sourcery
Modify the serving port display behavior to suppress port information when running in RAG mode
Bug Fixes:
- Prevent unnecessary port information from being printed wh... |
91 | null | chelseadole/write-me | # Repository Context
Name: chelseadole/write-me
Description:
# Pull Request
## Scaffolding tests passing. Deleted readmes that were created accident…
…ally.
# Relevant Files Found
## readme_generator/test_scaffold.py
```
# """Test file for ensure scaffolding functionality."""
# import os
# import tempfile
# fr... |
3,328 | null | infiniflow/ragflow | # Repository Context
Name: infiniflow/ragflow
Description:
# Pull Request
## fix: double brace issue
### What problem does this PR solve?
#3299
### Type of change
- [x] Performance Improvement
# Relevant Files Found
## graphrag/community_reports_extractor.py
```
# Copyright (c) 2024 Microsoft Corporat... |
344 | null | gbouras13/pharokka | # Repository Context
Name: gbouras13/pharokka
Description:
# Pull Request
## v1.7.2
# Relevant Files Found
## bin/input_commands.py
```
import argparse
import os
import shutil
import subprocess as sp
from argparse import RawTextHelpFormatter
import pyrodigal
import pyrodigal_gv
from Bio import SeqIO
from logur... |
2,388 | null | chimera-linux/cports | # Repository Context
Name: chimera-linux/cports
Description:
# Pull Request
## contrib/wl-mirror: update to 0.16.4
# Relevant Files Found
## contrib/wl-mirror/template.py
```
pkgname = "wl-mirror"
pkgver = "0.16.3"
pkgrel = 0
build_style = "cmake"
configure_args = [
"-DINSTALL_EXAMPLE_SCRIPTS=ON",
"-DIN... |
8 | null | aio-libs/aiohttp-apischema | # Repository Context
Name: aio-libs/aiohttp-apischema
Description:
# Pull Request
## Coverage
# Relevant Files Found
## tests/test_generator.py
```
from datetime import datetime
from typing import Annotated, Literal
from aiohttp import web
from aiohttp.pytest_plugin import AiohttpClient
from aiohttp_apischema ... |
279 | null | tenstorrent/tt-inference-server | # Repository Context
Name: tenstorrent/tt-inference-server
Description:
# Pull Request
## tstesco/example script no auth
# Relevant Files Found
## vllm-tt-metal-llama3/src/example_requests_client.py
```
# SPDX-License-Identifier: Apache-2.0
#
# SPDX-FileCopyrightText: © 2024 Tenstorrent AI ULC
import os
import... |
167 | null | ardevd/ha-dimo | # Repository Context
Name: ardevd/ha-dimo
Description:
# Pull Request
## refactor: catch http errors and handle them gracefully
references #153
# Relevant Files Found
## custom_components/dimo/__init__.py
```
from __future__ import annotations
from dataclasses import dataclass
from datetime import timedelta, da... |
57 | null | authomize/connectors-rest-api-client | # Repository Context
Name: authomize/connectors-rest-api-client
Description:
# Pull Request
## Relax requests version
# Relevant Files Found
## setup.py
```
from setuptools import find_namespace_packages, setup
if __name__ == '__main__':
setup(
version='3.2.2',
name='authomize-rest-api-clie... |
51 | null | bytecodealliance/wasmtime-py | # Repository Context
Name: bytecodealliance/wasmtime-py
Description:
# Pull Request
## Bind support for store fuel
# Relevant Files Found
## tests/test_config.py
```
import unittest
from wasmtime import *
class TestConfig(unittest.TestCase):
def test_smoke(self):
config = Config()
config.... |
3 | null | ponseko/econojax | # Repository Context
Name: ponseko/econojax
Description:
# Pull Request
## Merge dev
Various bugs and changes, memory issues, default parameters and experiment setups
* More argparse options and experiment files
* allow flexible price actions
* altered logging
* allow increasing skill levels during an ... |
1,947 | null | Pycord-Development/pycord | # Repository Context
Name: Pycord-Development/pycord
Description:
# Pull Request
## feat: Add properties for burst reactions
## Summary
Currently [in beta.](https://support.discord.com/hc/en-us/articles/12102061808663), not yet documented and as such subject to change but the changes already exist on the API.
A... |
187 | null | iterative/gto | # Repository Context
Name: iterative/gto
Description:
# Pull Request
## add API to check whether it's a GTO repo
close #186
# Relevant Files Found
## gto/api.py
```
from collections import OrderedDict
from datetime import datetime
from typing import List, Optional, Union
from git import Repo
from gto.constant... |
70 | null | kraina-ai/overturemaestro | # Repository Context
Name: kraina-ai/overturemaestro
Description:
# Pull Request
## feat: changer hierarchy_depth parameter to include lists
# Relevant Files Found
## overturemaestro/advanced_functions/functions.py
```
"""
Advanced Functions.
This module contains helper functions to simplify the API.
"""
from... |
2,190 | null | ministryofjustice/operations-engineering | # Repository Context
Name: ministryofjustice/operations-engineering
Description:
# Pull Request
## 🍻 Merge logical differences between scripts prior to adding Rate Limiter
These changes aren't necessarily correct but thought it was best to visualise the logical differences between the scripts prior to my refactors... |
18 | null | MartinPacker/filterCSV | # Repository Context
Name: MartinPacker/filterCSV
Description:
# Pull Request
## Let' add test_file_processing
# Relevant Files Found
## test_filterCSV.py
```
#!/usr/bin/env python3
# To make it easy to import ../filterCSV even though it has no .py extension, we did:
# ln -s ../filterCSV filterCSV.py # make a... |
73 | null | Swap-Subnet/swap-subnet | # Repository Context
Name: Swap-Subnet/swap-subnet
Description:
# Pull Request
## Release 2.1.2
clips scores so they don't go out of range
# Relevant Files Found
## sturdy/__init__.py
```
# The MIT License (MIT)
# Copyright © 2023 Yuma Rao
# Copyright © 2023 Syeam Bin Abdullah
# Permission is hereby granted, fr... |
123 | null | sphinx-contrib/spelling | # Repository Context
Name: sphinx-contrib/spelling
Description:
# Pull Request
## add a verbose parameter
Fix #122
# Relevant Files Found
## sphinxcontrib/spelling/__init__.py
```
try:
# For Python 3.8 and later
import importlib.metadata as importlib_metadata
except ImportError:
# For everyone else
... |
4,354 | null | boto/boto3 | # Repository Context
Name: boto/boto3
Description:
# Pull Request
## Revert "Add client exceptions to boto3 docs"
Reverts boto/boto3#4343
# Relevant Files Found
## boto3/docs/service.py
```
# Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.... |
161 | null | sloukit/pydew-valley-uzh | # Repository Context
Name: sloukit/pydew-valley-uzh
Description:
# Pull Request
## Fixed jittery blur & updated README.md due date
## Summary
This PR fixes the distorted(jittery) gameplay caused by my previous goggle blurring implementation.
This PR also updated the due date in README.md from 9/1/24 to 11/3/24
... |
438 | null | scikit-beam/scikit-beam | # Repository Context
Name: scikit-beam/scikit-beam
Description:
# Pull Request
## Finish up and supersede #434
# Relevant Files Found
## skbeam/core/accumulators/histogram.pyx
```
"""
Histogram
General purpose histogram classes.
"""
cimport cython
import numpy as np
cimport numpy as np
from ..utils import bin_... |
5,076 | null | berkeley-dsep-infra/datahub | # Repository Context
Name: berkeley-dsep-infra/datahub
Description:
# Pull Request
## Update delete-unused-users.py
Fix logic error in to_delete selection
:wink:
# Relevant Files Found
## scripts/delete-unused-users.py
```
#!/usr/bin/env python3
"""
Delete unused users from a JupyterHub.
JupyterHub performan... |
605 | null | alandtse/alexa_media_player | # Repository Context
Name: alandtse/alexa_media_player
Description:
# Pull Request
## fix: abort websocket connections on EofStream
Closes #579
# Relevant Files Found
## custom_components/alexa_media/__init__.py
```
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0
"""
Support... |
2,999 | null | livekit/agents | # Repository Context
Name: livekit/agents
Description:
# Pull Request
## Revert "Improve chat_cli status printing"
Reverts livekit/agents#2991
# Relevant Files Found
## livekit-agents/livekit/agents/voice/chat_cli.py
```
from __future__ import annotations
import asyncio
import sys
import threading
import time
f... |
12 | null | dallaslu/beancount-periodic | # Repository Context
Name: dallaslu/beancount-periodic
Description:
# Pull Request
## Dallaslu patch 1
add & fix Tests
# Relevant Files Found
## beancount_periodic/common/config_test.py
```
import unittest
from .config import *
class MyTestCase(unittest.TestCase):
def test_parse(self):
default_sta... |
120 | null | ECCO-GROUP/ECCOv4-py | # Repository Context
Name: ECCO-GROUP/ECCOv4-py
Description:
# Pull Request
## Print only if less_output is not True
Add an if statement before the print statement (line 450)
print('\n... setting time coverage resolution')
The new version prints out the message only if less_outout is False
if not less_output:
... |
173 | null | conda/conda-index | # Repository Context
Name: conda/conda-index
Description:
# Pull Request
## Replace logger.warn w/ logger.warning
<!-- Hello! Thanks for submitting a PR! To help make things go a bit more
smoothly, we would appreciate it if you follow this template. -->
### Description
<!-- Good things to put here inclu... |
54 | null | ipop-project/Controllers | # Repository Context
Name: ipop-project/Controllers
Description:
# Pull Request
## CFxHandle: fix missing import
# Relevant Files Found
## controller/framework/CFxHandle.py
```
import Queue
import logging
import threading
import traceback
class CFxHandle(object):
def __init__(self, CFxObject):
s... |
658 | null | HolmesGPT/holmesgpt | # Repository Context
Name: HolmesGPT/holmesgpt
Description:
# Pull Request
## Improve interactive mode autocompletion
# Relevant Files Found
## holmes/interactive.py
```
import logging
import os
import subprocess
import tempfile
from collections import defaultdict
from enum import Enum
from typing import Optio... |
246 | null | ai-shifu/ai-shifu | # Repository Context
Name: ai-shifu/ai-shifu
Description:
# Pull Request
## fix: feishu notify error
# Relevant Files Found
## src/api/flaskr/service/order/funs.py
```
import datetime
import decimal
import json
from typing import List
from flaskr.service.order.consts import (
ATTEND_STATUS_LOCKED,
ATT... |
275 | null | Azure/co-op-translator | # Repository Context
Name: Azure/co-op-translator
Description:
# Pull Request
## Core: Improve parallel task stability and add ASCII–Unicode dual-font fallback for image text rendering
## Purpose
This PR improves the stability of parallel API request handling and fixes text-rendering issues in multilingual image... |
913 | null | lenskit/lkpy | # Repository Context
Name: lenskit/lkpy
Description:
# Pull Request
## Build Conda packages on MacOS Intel
# Relevant Files Found
## tests/flexmf/__init__.py
```
# This file is part of LensKit.
# Copyright (C) 2018-2023 Boise State University.
# Copyright (C) 2023-2025 Drexel University.
# Licensed under the MI... |
735 | null | py-why/dowhy | # Repository Context
Name: py-why/dowhy
Description:
# Pull Request
## Fix issue with categorical inputs to gcm ProductRegressor
Signed-off-by: Patrick Bloebaum <bloebp@amazon.com>
# Relevant Files Found
## dowhy/gcm/ml/regression.py
```
"""Functions and classes in this module should be considered experimental, ... |
41,846 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## CI: Disable downloading artifacts from upstream jobs
Un-revert the non-broken parts of the CI fix
# Relevant Files Found
## lib/spack/spack/ci.py
```
# Copyright 2013-2023 Lawrence Livermore National Security, LLC and other
# Spack Project Dev... |
672 | null | writer/writer-framework | # Repository Context
Name: writer/writer-framework
Description:
# Pull Request
## chore: Merge for release
# Relevant Files Found
## apps/hello/main.py
```
import datetime
import statistics
import numpy as np
import pandas as pd
import plotly.express as px
import writer as wf
from writer.core import WriterStat... |
39 | null | austinhyde/ansible-sshjail | # Repository Context
Name: austinhyde/ansible-sshjail
Description:
# Pull Request
## Unbreak sshjail: Add changes for ansible 2.12
Fixes this error:
```
ansible.errors.AnsibleError: Requested entry (plugin_type: connection plugin: sshjail setting: pkcs11_provider ) was not defined in configuration.
```
# Re... |
3 | null | COPA-DATA/pyZAN | # Repository Context
Name: COPA-DATA/pyZAN
Description:
# Pull Request
## Fix the function name called in the tutorial
When I checked it because an error occurred in the tutorial, the function name was different.
The function name in pyZAN.py was read_Online_Archive, so I adapted the tutorial to this.
# Relevant ... |
6,316 | null | langchain-ai/langgraph | # Repository Context
Name: langchain-ai/langgraph
Description:
# Pull Request
## fix(langgraph): dont persist UntrackedValue
UntrackedValue is a special channel type where the values in it are not persisted to memory. Our v1 create_agent middleware used UntrackedValue in middleware (e.g. ShellToolMiddleware) for so... |
20,688 | null | conan-io/conan-center-index | # Repository Context
Name: conan-io/conan-center-index
Description:
# Pull Request
## Update meson template package
Use a lambda to enable and disable features based on options.
Demonstrate how to disable all features by default.
This is a follow up PR to #20645.
---
- [x] I've read the [contributing guid... |
52 | null | epsylabs/serverless-builder | # Repository Context
Name: epsylabs/serverless-builder
Description:
# Pull Request
## Ran black + isort
# Relevant Files Found
## serverless/aws/features/encryption.py
```
from troposphere.kms import Key, Alias
from serverless.service.plugins.kms import KMSGrant
from serverless.service.types import Feature
c... |
19 | null | SophT-Team/SophT | # Repository Context
Name: SophT-Team/SophT
Description:
# Pull Request
## enhancement:3D surface grid is modified for the tapered rods.
3D surface grid is modified to capture tapered rods. Now if rod is tapered then number of surface grid points belonging to an element will be scaled based on the radius.
Here i... |
56 | null | DrDroidLab/PlayBooks | # Repository Context
Name: DrDroidLab/PlayBooks
Description:
# Pull Request
## Adds time range calculation logic for interval workflows
# Relevant Files Found
## executor/crud/playbooks_crud.py
```
import logging
from django.db.utils import IntegrityError
from accounts.models import Account, User
from executo... |
45 | null | cloudandthings/terraform-aws-clickops-notifier | # Repository Context
Name: cloudandthings/terraform-aws-clickops-notifier
Description:
# Pull Request
## feat: Ability to send ClickOps to Firehose
Closes #39
Relates #40
# Relevant Files Found
## lambda/app/main.py
```
import json
import urllib.parse
import urllib.request
import boto3
import io
import gzip
im... |
1 | null | ecmwf/earthkit-hydro | # Repository Context
Name: ecmwf/earthkit-hydro
Description:
# Pull Request
## Feature/graph drainage
# Relevant Files Found
# Edits
This pull request adds a river network and graph-based drainage system to the `earthkit-hydro` library, enabling hydrological computations like flow accumulation (`accuflux`), u... |
2,061 | null | GridTools/gt4py | # Repository Context
Name: GridTools/gt4py
Description:
# Pull Request
## feat[dace][next]: Updated Edge Consolidation In `MapFusion`
During top level data flow optimization we had to suppress the consolidation of edges to avoid an extension. A behaviour introduced by [PR#1992](https://github.com/GridTools/gt4py/pu... |
2 | null | N4S4/synology-api | # Repository Context
Name: N4S4/synology-api
Description:
# Pull Request
## N4S4 audio station integration
Well the script is working, once you call remote_play(device) inputting the device uuid I receive success response.
The problem is that on my network I'm playing AudioStation from a laptop HDMI connected to a... |
2,226 | null | RedHatQE/openshift-python-wrapper | # Repository Context
Name: RedHatQE/openshift-python-wrapper
Description:
# Pull Request
## CherryPicked: [v4.17] fix IndexError if no virt-launcher pod
cherry-pick https://github.com/RedHatQE/openshift-python-wrapper/pull/2225 into v4.17
requested-by vsibirsk
# Relevant Files Found
## ocp_resources/virtual_mach... |
261 | null | OlafenwaMoses/ImageAI | # Repository Context
Name: OlafenwaMoses/ImageAI
Description:
# Pull Request
## Configurable models/json output directories.
Having some control over where the output files will be written
is useful when training with different hyperparameters and configurations.
The parameters are optional and backwards compat... |
47,989 | null | pandas-dev/pandas | # Repository Context
Name: pandas-dev/pandas
Description:
# Pull Request
## DOC: Add tuple description to allowed inputs for iloc #47799
- [x] closes #47799
- [x] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit).
# Relevant Files Found
## pa... |
31 | null | DakotaNelson/sneaky-creeper | # Repository Context
Name: DakotaNelson/sneaky-creeper
Description:
# Pull Request
## Twitter > 140 Characters
The Twitter channel now splits data with more than 140 characters into multiple tweets.
Response to Issue #16.
# Relevant Files Found
## channels/twitter.py
```
#This module written by Gabriel Butter... |
6,484 | null | infiniflow/ragflow | # Repository Context
Name: infiniflow/ragflow
Description:
# Pull Request
## Fix: claude max tokens.
### What problem does this PR solve?
#6458
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
# Relevant Files Found
## rag/llm/chat_model.py
```
#
# Copyright 2024 The InfiniFl... |
2,496 | null | openshift/lightspeed-service | # Repository Context
Name: openshift/lightspeed-service
Description:
# Pull Request
## Use proper Response objects in tests
## Description
Use proper `Response` objects in tests
## Type of change
- [x] Refactor
- [ ] New feature
- [x] Bug fix
- [ ] CVE fix
- [ ] Optimization
- [ ] Documentation Update... |
17 | null | d-party/d-party-Backend | # Repository Context
Name: d-party/d-party-Backend
Description:
# Pull Request
## Develop
## これはなに?
- developをメインに反映
# Relevant Files Found
## Django/api/apps.py
```
from django.apps import AppConfig
class ApiConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'api'
```
... |
512 | null | googleapis/releasetool | # Repository Context
Name: googleapis/releasetool
Description:
# Pull Request
## chore(master): release 1.15.0
:robot: I have created a release *beep* *boop*
---
## [1.15.0](https://github.com/googleapis/releasetool/compare/v1.14.0...v1.15.0) (2023-06-27)
### Features
* Remove Ruby from Kokoro tagger ([#511](h... |
119 | null | sarugaku/resolvelib | # Repository Context
Name: sarugaku/resolvelib
Description:
# Pull Request
## Use attribute access for `information.parent`
This makes it easier to follow what is happening here.
# Relevant Files Found
## src/resolvelib/resolvers.py
```
import collections
import operator
from .providers import AbstractResolver
... |
1,229 | null | keras-team/autokeras | # Repository Context
Name: keras-team/autokeras
Description:
# Pull Request
## Bug fix: final fit use specified epochs
<!-- STEP 1: Give the pull request a meaningful title. -->
### Which issue(s) does this Pull Request fix?
<!-- STEP 2: Replace the "000" with the issue ID this pull request resolves. -->
resolve... |
3,221 | null | Project-MONAI/MONAI | # Repository Context
Name: Project-MONAI/MONAI
Description:
# Pull Request
## fixes iterable tests
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
Fixes https://github.com/Project-MONAI/MONAI/runs/4055342179?check_suite_focus=true
### Status
**Ready**
### Types of changes
<!--- Put an `x` in all the boxes ... |
59 | null | adriangb/scikeras | # Repository Context
Name: adriangb/scikeras
Description:
# Pull Request
## MAINT: remove input dtype checks
**What does this PR implement?**
It removes checks on the input data. What if `float32` data is passed? That's common in ML.
TODO:
- [x] Can we use OrdinalEncoder instead of LabelEncoder to avoid one ... |
176 | null | DeepLink-org/dlinfer | # Repository Context
Name: DeepLink-org/dlinfer
Description:
# Pull Request
## [camb]add w8a8 support
# Relevant Files Found
## dlinfer/vendor/camb/__init__.py
```
import torch
from . import pytorch_patch, camb_ops
```
## dlinfer/vendor/camb/camb_ops.py
```
import math
import torch
import torch_mlu_ops as t... |
40 | null | google-research/perch | # Repository Context
Name: google-research/perch
Description:
# Pull Request
## Fix a merge error in pipeline.py and handle sample_rate_hz properly.
Fix a merge error in pipeline.py and handle sample_rate_hz properly.
# Relevant Files Found
## chirp/data/bird_taxonomy/bird_taxonomy.py
```
# coding=utf-8
# Copyr... |
286 | null | DKISTDC/dkist | # Repository Context
Name: DKISTDC/dkist
Description:
# Pull Request
## An assortment of small fixes
Fixes #252
# Relevant Files Found
## dkist/utils/sysinfo.py
```
import platform
from pkg_resources import get_distribution
from sunpy.extern.distro import linux_distribution
from sunpy.util.sysinfo import find... |
398 | null | StackStorm/st2 | # Repository Context
Name: StackStorm/st2
Description:
# Pull Request
## Update audit logs.
- Add audit logs for creation of entities that get saved in the
database.
- Audit logs to track rule enforcement and action execution.
# Relevant Files Found
## st2actioncontroller/st2actioncontroller/controllers/action... |
43 | null | foundation-model-stack/fms-model-optimizer | # Repository Context
Name: foundation-model-stack/fms-model-optimizer
Description:
# Pull Request
## OptArguments
<!-- Thank you for the contribution! -->
### Description of the change
Rename `GPTQArgs` -> `GPTQArguments` and `FP8Args` -> `FP8Arguments` and move generic quantization job params to new dataclas... |
215 | null | aiqm/torchani | # Repository Context
Name: aiqm/torchani
Description:
# Pull Request
## Write wrapped position to atoms
# Relevant Files Found
## torchani/ase.py
```
# -*- coding: utf-8 -*-
"""Tools for interfacing with `ASE`_.
.. _ASE:
https://wiki.fysik.dtu.dk/ase
"""
from __future__ import absolute_import
import torch... |
1,336 | null | argoproj-labs/hera | # Repository Context
Name: argoproj-labs/hera
Description:
# Pull Request
## Fix `from_model` method in `Parameter` class
**Pull Request Checklist**
- [x] Fixes #1335
- [x] Tests added
- [x] Documentation/examples added
- [x] [Good commit messages](https://cbea.ms/git-commit/) and/or PR title
**Description ... |
248 | null | pyroll-project/pyroll-core | # Repository Context
Name: pyroll-project/pyroll-core
Description:
# Pull Request
## added strain rate to root hooks for RollPass
Closes #236
# Relevant Files Found
## pyroll/core/__init__.py
```
from . import shapes as _
from .grooves import *
from .transport import Transport, CoolingPipe
from .roll_pass impo... |
9,502 | null | Azure/azure-cli | # Repository Context
Name: Azure/azure-cli
Description:
# Pull Request
## Update _help.py
Corrected a small typo.
---
This checklist is used to make sure that common guidelines for a pull request are followed.
- [x] The PR has modified HISTORY.rst describing any customer-facing, functional changes. Not... |
20,670 | null | Azure/azure-sdk-for-python | # Repository Context
Name: Azure/azure-sdk-for-python
Description:
# Pull Request
## Simplify code example and to avoid unnecessary issue
Trying to `create_database_if_not_exists` and `create_container_if_not_exists` to simplify the code. Also, if someone likes to use this example without deleting the database or c... |
239 | null | xarray-contrib/cf-xarray | # Repository Context
Name: xarray-contrib/cf-xarray
Description:
# Pull Request
## added PSU to psu units
This is a baby PR that adds "PSU" to the list of recognized salinity units.
# Relevant Files Found
## cf_xarray/units.py
```
r"""Module to provide unit support via pint approximating UDUNITS/CF.
Reused with... |
3 | null | MaxBQb/WinMagnification | # Repository Context
Name: MaxBQb/WinMagnification
Description:
# Pull Request
## Merge dev into master
# Relevant Files Found
## docs/source/conf.py
```
# Configuration file for the Sphinx documentation builder.
#
# This file only contains a selection of the most common options. For a full
# list see the docum... |
3,778 | null | conan-io/conan-center-index | # Repository Context
Name: conan-io/conan-center-index
Description:
# Pull Request
## [fix hooks] libarchive
Specify library name and version: **libarchive/all**
- [x] I've read the [guidelines](https://github.com/conan-io/conan-center-index/blob/master/docs/how_to_add_packages.md) for contributing.
- [x] I've... |
905 | null | AI4Bharat/Shoonya-Backend | # Repository Context
Name: AI4Bharat/Shoonya-Backend
Description:
# Pull Request
## fixed the download endpoint for all project types
# Relevant Files Found
## backend/projects/views.py
```
import json
import re
from collections import OrderedDict
from datetime import datetime
from time import sleep
import pand... |
203 | null | enthought/traits-futures | # Repository Context
Name: enthought/traits-futures
Description:
# Pull Request
## Clean up unused code, improve coverage
This PR:
- adds some new tests to improve test coverage
- removes some unused code, both from tests and from the main codebase
- makes the `BaseFuture.dispatch_message` method private (it's... |
795 | null | software-mansion/starknet.py | # Repository Context
Name: software-mansion/starknet.py
Description:
# Pull Request
## Remove messaging module
<!-- Reference any GitHub issues resolved by this PR -->
Closes #791
##
- [x] This PR contains breaking changes
<!-- List of all breaking changes -->
# Relevant Files Found
## starknet... |
17 | null | gencorefacility/reform | # Repository Context
Name: gencorefacility/reform
Description:
# Pull Request
## use pgzip instead of gzip
1. Use pgzip instead of gzip. pgzip can utilize multi-core CPUs for decompression and compression. [pgzip](https://github.com/pgzip/pgzip)
2. Add 'pip install pgzip' to README.md
# Relevant Files Found
## ... |
605 | null | oss-aspen/8Knot | # Repository Context
Name: oss-aspen/8Knot
Description:
# Pull Request
## github capitalization update
# Relevant Files Found
## 8Knot/pages/affiliation/visualizations/company_core_contributors.py
```
from dash import html, dcc, callback
import dash
import dash_bootstrap_components as dbc
from dash.dependencies... |
339 | null | XPixelGroup/BasicSR | # Repository Context
Name: XPixelGroup/BasicSR
Description:
# Pull Request
## DFDNet refactor
# Relevant Files Found
## basicsr/models/archs/dfdnet_arch.py
```
import numpy as np
import torch
import torch.nn as nn
import torch.nn.functional as F
import torch.nn.utils.spectral_norm as SpectralNorm
from basicsr.... |
152 | null | Crown-Commercial-Service/digitalmarketplace-api | # Repository Context
Name: Crown-Commercial-Service/digitalmarketplace-api
Description:
# Pull Request
## Fix index script so that handles new JSON format
Fixes issue where index G6 into grails had fallen behind in some JSON formats.
- Links block is now a list of objects, and this wasn't how it was expected.
# R... |
13,544 | null | Chia-Network/chia-blockchain | # Repository Context
Name: Chia-Network/chia-blockchain
Description:
# Pull Request
## test classes in global scope for hinting
# Relevant Files Found
## tests/core/util/test_jsonify.py
```
from dataclasses import dataclass
from typing import Any, Dict, List, Optional, Tuple
from chia.types.blockchain_format.s... |
41 | null | RAI-SCC/torch_blue | # Repository Context
Name: RAI-SCC/torch_blue
Description:
# Pull Request
## Rework docs intro files and some documentation tweaks
# Relevant Files Found
## docs/source/conf.py
```
# type: ignore
# Configuration file for the Sphinx documentation builder.
#
# For the full list of built-in configuration values, s... |
5 | null | aws-samples/aws-control-tower-securityhub-enabler | # Repository Context
Name: aws-samples/aws-control-tower-securityhub-enabler
Description:
# Pull Request
## Enable/Disable CIS/PCI Standards, Enhanced Logging
*Issue #, if available:*. 4
*Description of changes:*
Enable/Disable CIS/PCI Standards, Enhanced Logging
By submitting this pull request, I confirm ... |
2,976 | null | quantumlib/Cirq | # Repository Context
Name: quantumlib/Cirq
Description:
# Pull Request
## Update asteroid version
Previously we were blocked on upgrading asteroid due to a bug
https://github.com/PyCQA/astroid/issues/650
However the bug now says this is fixed, so verifying that our tests pass.
...and it turns out they don't pa... |
49 | null | Quantco/metalearners | # Repository Context
Name: Quantco/metalearners
Description:
# Pull Request
## `MetaLearnerGridSearch` example
[Rendered version](https://metalearners--49.org.readthedocs.build/en/49/examples/example_gridsearch.html)
# Checklist
- [ ] Added a `CHANGELOG.rst` entry
# Relevant Files Found
## docs/conf.py
```... |
48 | null | AlexMathew/scrapple | # Repository Context
Name: AlexMathew/scrapple
Description:
# Pull Request
## Update readme
# Relevant Files Found
## scrapple/cmd.py
```
"""
Usage:
scrapple (-h | --help | --version)
scrapple genconfig <projectname> <url> [--type=<type>] [--selector=<selector>]
scrapple run <projectname> <output_fi... |
6 | null | StudentVue/StudentVue.py | # Repository Context
Name: StudentVue/StudentVue.py
Description:
# Pull Request
## Fixes #5
Also makes code more readable.
# Relevant Files Found
## studentvue/studentvue.py
```
import requests
from bs4 import BeautifulSoup
from urllib.parse import urlparse, parse_qs
from datetime import datetime
import json
i... |
243 | null | pioarduino/platform-espressif32 | # Repository Context
Name: pioarduino/platform-espressif32
Description:
# Pull Request
## re-release 53.03.30
## Description:
**Related issue (if applicable):** fixes #<issue number goes here>
## Checklist:
- [ ] The pull request is done against the latest develop branch
- [ ] Only relevant files were t... |
26 | null | gitsound/gitsound | # Repository Context
Name: gitsound/gitsound
Description:
# Pull Request
## Setup script
Creates a config.json to store all data between sessions. This replaces the gitSound_config.txt. Any future uses of the data should load up json from this config (ex. current_pid)
# Relevant Files Found
## backend/cli.py
``... |
484 | null | Bachmann1234/diff_cover | # Repository Context
Name: Bachmann1234/diff_cover
Description:
# Pull Request
## Fix --format with paths containing colons
- Paths can contain `:` – `C:\` on windows as example.
- Docstring mentions `--format` usage without path, but it isn't supported.
# Relevant Files Found
## diff_cover/diff_cover_tool.py
`... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.