pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
96,775 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Add base class to gardena bluetooth entities
<!--
You are amazing! Thanks for contributing to our project!
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
-->
## Proposed change
<!--
Describe the big ... |
3 | null | kaypee90/zebrok | # Repository Context
Name: kaypee90/zebrok
Description:
# Pull Request
## Master
# Relevant Files Found
## client.py
```
from tasks import greet
greet.run(firstname='Kay', lastname='Pee')
```
## start.py
```
from zebrok.worker import Worker
from tasks import greet
worker = Worker()
worker.register(greet)
wo... |
5,110 | null | hypothesis/h | # Repository Context
Name: hypothesis/h
Description:
# Pull Request
## Factor out API Schemas from `h.accounts.schemas`
`h.accounts.schemas` is-was a monster module that combined form and API schemas. This PR factors out the API schemas (`CreateUserAPISchema` and `UpdateUserAPISchema`) into a new `h.schemas.api.use... |
1,094 | null | OpenNMT/OpenNMT-py | # Repository Context
Name: OpenNMT/OpenNMT-py
Description:
# Pull Request
## Fix #1090, dimension issues in copy generator loss
Squeeze is over-eager when the batch size is 1. This should fix the issue.
# Relevant Files Found
## onmt/modules/copy_generator.py
```
""" Generator module """
import torch
import torc... |
3 | null | kevinjosethomas/py-mon | # Repository Context
Name: kevinjosethomas/py-mon
Description:
# Pull Request
## Add --all flag to the program
- Add the ability to let the users to choose whether or not to watch all the files in the directory or only the target file
- Optimize Imports by removing unnecessary ones like `time` and get only methods... |
7,613 | null | PennyLaneAI/pennylane | # Repository Context
Name: PennyLaneAI/pennylane
Description:
# Pull Request
## [Python Compiler] Adds pretty printing for a couple more quantum operations
**Context:** Some names `name` and `results` conflict with xDSL required fields.
**Description of the Change:** After updating Catalyst, adds assembly format... |
1,516 | null | genjax-community/genjax | # Repository Context
Name: genjax-community/genjax
Description:
# Pull Request
## Take multiple address components in get_submap
This PR modifies get_submap to be able to take in either a single entry or multiple entries.
@littleredcomputer , unlike what you did for ChoiceMap I don't think I can provide a single... |
1,094 | null | huggingface/peft | # Repository Context
Name: huggingface/peft
Description:
# Pull Request
## fix the failing CI tests
### What does this PR do?
1. Fixes the failing CI tests: https://github.com/huggingface/peft/actions/runs/6792850417/job/18466760365 and https://github.com/huggingface/peft/actions/runs/6792850417/job/18466760175
#... |
365 | null | PointOneNav/fusion-engine-client | # Repository Context
Name: PointOneNav/fusion-engine-client
Description:
# Pull Request
## Add "Flexray Device Audi Etron" vehicle model
# Relevant Files Found
## python/fusion_engine_client/messages/configuration.py
```
import re
from typing import Any, Iterable, NamedTuple, Optional, List, Union, Tuple
impor... |
27 | null | a11global/facebook-ads-performance-downloader | # Repository Context
Name: a11global/facebook-ads-performance-downloader
Description:
# Pull Request
## Version 2.1.0
Incorporate all open pull requests into one.
* Update FB API
* Fix deadlocks in early exits
* Block worker threads when request limit reached
# Relevant Files Found
## facebook_downloader/downl... |
32 | null | Health-Informatics-UoN/carrot-mapper | # Repository Context
Name: Health-Informatics-UoN/carrot-mapper
Description:
# Pull Request
## display versions of Document and allow for new Document file upload
This PR includes code for
- displaying the versions of a document
- allowing the user to upload a new version of a document
- small changes in the t... |
397 | null | saturncloud/examples | # Repository Context
Name: saturncloud/examples
Description:
# Pull Request
## Hugo/backup
<!-- What is this change, and why is it needed? -->
<!-- Link to the task for this change in the PR title, if there is one, and make sure your title describes the PR well -->
<!-- If this is a non-trivial UI change, con... |
10,186 | null | conan-io/conan | # Repository Context
Name: conan-io/conan
Description:
# Pull Request
## CMakeToolchain: proper support of find_*() & include() commands
Changelog: Fix: Improved CMakeToolchain robustness regarding ``find_file``, ``find_path`` and ``find_program`` commands allowing better cross-build scenarios and better differenti... |
21,306 | null | scikit-learn/scikit-learn | # Repository Context
Name: scikit-learn/scikit-learn
Description:
# Pull Request
## [DOC] Remove "mse" from `RandomForestRegression` docstring
#### What does this implement/fix? Explain your changes.
The _"mae"_ criterion was removed from the docstring in 36915ae390fab4742f98c82dc6802f072c4effa5. For consistency I... |
25,368 | null | dagster-io/dagster | # Repository Context
Name: dagster-io/dagster
Description:
# Pull Request
## explicitly include asset check selection on backfill runs
## Summary & Motivation
Fixes https://github.com/dagster-io/dagster/issues/25328.
Currently, when asset backfills launch, all the checks for the selected assets are executed. ... |
6 | null | codema-dev/projects | # Repository Context
Name: codema-dev/projects
Description:
# Pull Request
## Save stock totals in same format as annual gas
With a column of postcode totals per year
# Relevant Files Found
## notebooks/get_stock_annual_totals.py
```
# ---
# jupyter:
# jupytext:
# text_representation:
# extension: .p... |
1,308 | null | quantopian/zipline | # Repository Context
Name: quantopian/zipline
Description:
# Pull Request
## BUG: Don't use calendar from daily bars in USEquityPricingLoader
This calendar only has up to the last trading day, use `default_nyse_schedule` instead.
# Relevant Files Found
## tests/pipeline/test_pipeline_algo.py
```
"""
Tests for A... |
23 | null | refuel-ai/autolabel | # Repository Context
Name: refuel-ai/autolabel
Description:
# Pull Request
## llm response parsing changes
# Relevant Files Found
## refuel_oracle/oracle.py
```
import pandas as pd
import numpy as np
from refuel_oracle.llm import LLMFactory
from refuel_oracle.config import Config
from refuel_oracle.tasks impor... |
328 | null | GramAddict/bot | # Repository Context
Name: GramAddict/bot
Description:
# Pull Request
## 317 bot cant swich between profile in th
# Relevant Files Found
## GramAddict/core/bot_flow.py
```
import logging
import random
from datetime import datetime, timedelta
from time import sleep
from colorama import Fore, Style
from GramAdd... |
101 | null | py-why/causal-learn | # Repository Context
Name: py-why/causal-learn
Description:
# Pull Request
## Fixed bug in Fast Adjacency Search (FAS)
Had an issue with running out memory in my own code and adjusting the `depth` parameter of `FCI` did not change anything. Traced it back to the _Fast Adjacency Search_ (FAS) step and found that dep... |
152,683 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Use automatic reload options flow in wake_on_lan
## Breaking change
## Proposed change
Use automatic reloading support in SchemaConfigFlowHandler
Ref: https://github.com/home-assistant/core/pull/151260
## Type of change
- [ ]... |
263 | null | Azure/azure-sdk-for-python | # Repository Context
Name: Azure/azure-sdk-for-python
Description:
# Pull Request
## Change description name
- The name of the cloud environment is being transitioned from
Windows Azure to Microsoft Azure, the package should follow suit.
# Relevant Files Found
## setup.py
```
#!/usr/bin/env python
#---------... |
563 | null | pasqal-io/Pulser | # Repository Context
Name: pasqal-io/Pulser
Description:
# Pull Request
## Improvements to `Sequence.switch_device()`
- Stops enforcing that every channel has an EOM config, only those that are using it
- Also checks for the channel type when matching channels
Further updates can be made with the changes in #55... |
15,771 | null | Lightning-AI/pytorch-lightning | # Repository Context
Name: Lightning-AI/pytorch-lightning
Description:
# Pull Request
## Add code_dir argument to tracer run
## What does this PR do?
This PR adds a `code_dir` argument to the `run` method of `TracerPythonScript`. The new argument determines where the source code is unpacked.
This gives one an o... |
33 | null | leogomezz4t/PyTextNow_API | # Repository Context
Name: leogomezz4t/PyTextNow_API
Description:
# Pull Request
## Small changes, see commit messages.
# Relevant Files Found
## pytextnow/TNAPI.py
```
import atexit
import datetime as dt
import json
import mimetypes
import time
from datetime import datetime, time
import requests
fro... |
1,186 | null | openreview/openreview-py | # Repository Context
Name: openreview/openreview-py
Description:
# Pull Request
## Reverse head-tail for group scoring
# Relevant Files Found
## openreview/conference/matching.py
```
'''
A module containing tools for matching and and main Matching instance class
'''
from __future__ import division
import os
im... |
440 | null | vgteam/toil-vg | # Repository Context
Name: vgteam/toil-vg
Description:
# Pull Request
## dont write intermediate freebayes file
# Relevant Files Found
## src/toil_vg/vg_calleval.py
```
#!/usr/bin/env python2.7
"""
vg_calleval.py: Compare vcfs with vcfeval. Option to make freebayes calls to use as baseline. Can
run on vg_mape... |
51,644 | null | ray-project/ray | # Repository Context
Name: ray-project/ray
Description:
# Pull Request
## refactor replica _handle_errors_and_metrics
# Relevant Files Found
## python/ray/serve/_private/replica.py
```
import asyncio
import concurrent.futures
import functools
import inspect
import logging
import os
import pickle
import threadin... |
1,254 | null | aboutcode-org/scancode.io | # Repository Context
Name: aboutcode-org/scancode.io
Description:
# Pull Request
## Add support for fetching git repo as Project input #921
Add support for fetching Git repository as "Download URL" Project input.
The supported syntax is `git://<host>[:<port>]/<path-to-git-repo>`
For example: `git@github.com:packa... |
565 | null | isaac-sim/IsaacLab | # Repository Context
Name: isaac-sim/IsaacLab
Description:
# Pull Request
## Adds an example showcasing different camera types
# Description
This MR fixes some of the docstrings related to the tile-rendering camera. Additionally, it adds a demo script showcasing the images obtained through the different camera i... |
22 | null | qnngroup/qnnpy | # Repository Context
Name: qnngroup/qnnpy
Description:
# Pull Request
## Qnnpy 4 update save
# Relevant Files Found
## src/qnnpy/functions/functions.py
```
# -*- coding: utf-8 -*-
"""
Created on Thu May 7 10:16:58 2020
@author: omedeiro
"""
import csv
import datetime as dt
import logging
import os
import re
... |
37,279 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## initialize super class of NamespacedDictWrapper
### What does this PR do?
Fixes #37264
# Relevant Files Found
## salt/utils/context.py
```
# -*- coding: utf-8 -*-
'''
:codeauthor: :email:`Pedro Algarvio (pedro@algarvio.me)`
:codea... |
48 | null | ran-isenberg/aws-serverless-cron-template | # Repository Context
Name: ran-isenberg/aws-serverless-cron-template
Description:
# Pull Request
## feature: upgrade to python 3.11
# Relevant Files Found
## cdk/my_service/service_stack.py
```
import os
from pathlib import Path
from aws_cdk import Duration, RemovalPolicy, Stack, Tags
from aws_cdk import aws_i... |
35,338 | null | ray-project/ray | # Repository Context
Name: ray-project/ray
Description:
# Pull Request
## [Tune] Fix hyperband scheduler raising an error for good `PENDING` trials
<!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. -->
<!-- Please ad... |
254 | null | EC-Earth/ece2cmor3 | # Repository Context
Name: EC-Earth/ece2cmor3
Description:
# Pull Request
## Timeaxis
Fixed validation of time stamps in ifs2cmor
# Relevant Files Found
## ece2cmor3/cmor_utils.py
```
import datetime
import math
import cmor
import dateutil.relativedelta
#lpjg related
import gzip
import io
import csv
#lpjg end
i... |
248 | null | jupyterlab/jupyterlab_server | # Repository Context
Name: jupyterlab/jupyterlab_server
Description:
# Pull Request
## Adds notebook_starts_kernel option to make "canStartKernel" configurable
Adds a new option to make `canStartKernel` configurable for extensions like `notebook-extension`.
For https://github.com/jupyterlab/jupyterlab/issues/122... |
70 | null | IBM/cloud-pak-operations-cli | # Repository Context
Name: IBM/cloud-pak-operations-cli
Description:
# Pull Request
## Add command 'dg cpd4 service install-db2-data-gate-stack'
This pull request contains the following changes:
- Add command `dg cpd4 service install-db2-data-gate-stack`
- Add option `--accept-license` command `dg cpd4 service ... |
10,807 | null | wagtail/wagtail | # Repository Context
Name: wagtail/wagtail
Description:
# Pull Request
## Move `SnippetViewSet.list_filter` and `filterset_class` definition to `ModelViewSet`
<!-- Thanks for contributing to Wagtail! 🎉 Please add a description below, explaining the purpose of this pull request - including the issue number of the ... |
15,313 | null | pypi/warehouse | # Repository Context
Name: pypi/warehouse
Description:
# Pull Request
## fix: sort applications by name
Remove a bit of test flakiness previously attempted. We sorted on one side (python), so sort the query-side as well.
Refs: #14645
Refs: #14883
# Relevant Files Found
## warehouse/organizations/services.py
... |
33,872 | null | zulip/zulip | # Repository Context
Name: zulip/zulip
Description:
# Pull Request
## message_edit: Add last_moved_timestamp.
This will allow clients to display MOVED/EDITED indicators, and their tooltips, without interacting with the `edit_history` section of message objects, which we plan to remove in the future.
Supporting t... |
36,326 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## Add opppy-0_1_6 and opppy-0_1_7 releases to the spack recipes
Update spack recipes to include OPPPY-0_1_6 and OPPPY-0_1_7 releases.
# Relevant Files Found
## var/spack/repos/builtin/packages/py-opppy/package.py
```
# Copyright 2013-2023 Lawren... |
3,851 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## Add append_domain grain if its set in the config
If the `append_domain` option is set in the minion config file, then add it as a grain.
# Relevant Files Found
## salt/grains/core.py
```
'''
The static grains, these are the core, or built ... |
29 | null | litex-hub/litex-renode | # Repository Context
Name: litex-hub/litex-renode
Description:
# Pull Request
## Add I2C support
This PR adds generation of the LiteX I2C controller entries in DT for Zephyr and Renode's repl.
# Relevant Files Found
## generate-renode-scripts.py
```
#!/usr/bin/env python3
"""
Copyright (c) 2019-2020 Antmicro <ww... |
4 | null | Cisco-Talos/cvdupdate | # Repository Context
Name: Cisco-Talos/cvdupdate
Description:
# Pull Request
## Add Content-Length check and retry for truncated downloads
This is to address Issue #3 where a flaky proxy connection resulted in
partial downloads. This fix is to retry up to 3x if the downloaded
content is less than the advertised C... |
53,834 | null | pandas-dev/pandas | # Repository Context
Name: pandas-dev/pandas
Description:
# Pull Request
## DOC: fix inconsistencies in `read_csv` docstring type descriptions
- [x] closes #53763
- [ ] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit).
# Relevant Files Found
##... |
110 | null | LSSTDESC/sacc | # Repository Context
Name: LSSTDESC/sacc
Description:
# Pull Request
## Set of CI and warning changes for v1
- Removes various warnings that have proven irritating and unhelpful.
- Update to pyproject.toml
- Add coverage test
- Bump version to 1.0 ready for release.
# Relevant Files Found
## sacc/__init__.py
... |
601 | null | cupy/cupy | # Repository Context
Name: cupy/cupy
Description:
# Pull Request
## [backport] Fix csrmm2 to support transa
The backport of #565 .
# Relevant Files Found
## cupy/cusparse.py
```
import numpy
import cupy
from cupy.cuda import cusparse
from cupy.cuda import device
class MatDescriptor(object):
def __init__(... |
3,621 | null | vllm-project/vllm | # Repository Context
Name: vllm-project/vllm
Description:
# Pull Request
## [Misc] add the "download-dir" option to the latency/throughput benchmarks
Previously, the latency and throughput benchmarks do not support the --download-dir option. This PR adds the option to the benchmarks scripts so that users can specif... |
148 | null | apache/dolphinscheduler-sdk-python | # Repository Context
Name: apache/dolphinscheduler-sdk-python
Description:
# Pull Request
## Fix ci lint error
[run-it]
<!--Thanks for you contribute to Apache DolphinScheduler Python API, You can see more detail about contributing in https://github.com/apache/dolphinscheduler-sdk-python/DEVELOP.md .-->
## Br... |
4,069 | null | ytdl-org/youtube-dl | # Repository Context
Name: ytdl-org/youtube-dl
Description:
# Pull Request
## [FunnyOrDie] Add support for "/articles/" URLs
This commit adds support for FunnyOrDie "articles" URLs, such as: http://www.funnyordie.com/articles/ebf5e34fc8/10-hours-of-walking-in-nyc-as-a-man
# Relevant Files Found
## youtube_dl/ext... |
34 | null | NOAA-MDL/grib2io | # Repository Context
Name: NOAA-MDL/grib2io
Description:
# Pull Request
## External g2c
See notes in https://github.com/eengl/grib2io/commit/e4d72f1f6127f9169ce736236a03b0d5c070a667 to support issue #28
# Relevant Files Found
## g2clib.pyx
```
"""
Cython code to provide python interfaces to functions in the NCE... |
226 | null | amirhoseinsalimi/music-tool-bot | # Repository Context
Name: amirhoseinsalimi/music-tool-bot
Description:
# Pull Request
## Add "remove album art" functionality
# Relevant Files Found
## modules/tag_editor.py
```
import re
import music_tag
from persiantools import digits
from telegram import ReplyKeyboardRemove, Update
from telegram.constants ... |
194 | null | IntelPython/dpnp | # Repository Context
Name: IntelPython/dpnp
Description:
# Pull Request
## Feature/corr
# Relevant Files Found
## dpnp/backend_statistics.pyx
```
# cython: language_level=3
# -*- coding: utf-8 -*-
# *****************************************************************************
# Copyright (c) 2016-2020, Intel Co... |
7 | null | KawaiiKraken/GLaDOS-GPT | # Repository Context
Name: KawaiiKraken/GLaDOS-GPT
Description:
# Pull Request
## fixed token limit
# Relevant Files Found
## glados.py
```
#!/bin/python3
import os
import signal
import subprocess
import whisper
import openai
import random
import torch
from utils.tools import prepare_text
from scipy.io.wavfile... |
3,331 | null | google-parfait/tensorflow-federated | # Repository Context
Name: google-parfait/tensorflow-federated
Description:
# Pull Request
## Adds `dp-accounting` to requirements.
Adds `dp-accounting` to requirements.
# Relevant Files Found
## tensorflow_federated/tools/python_package/setup.py
```
# Copyright 2018, The TensorFlow Federated Authors.
#
# Licen... |
1,512 | null | opentensor/bittensor | # Repository Context
Name: opentensor/bittensor
Description:
# Pull Request
## reintegrate wallet
* Reintegrates wallet back into revolution
# Relevant Files Found
## bittensor/__init__.py
```
# The MIT License (MIT)
# Copyright © 2021 Yuma Rao
# Copyright © 2022-2023 Opentensor Foundation
# Copyright © 2023 Ope... |
8,497 | null | DemocracyClub/UK-Polling-Stations | # Repository Context
Name: DemocracyClub/UK-Polling-Stations
Description:
# Pull Request
## Import script for Welwyn Hatfield (2025-05-01) (closes #8496)
PR triggered by upload at https://github.com/DemocracyClub/UK-Polling-Stations/issues/8496
# Relevant Files Found
## polling_stations/apps/data_importers/manage... |
8 | null | rvrsh3ll/FindFrontableDomains | # Repository Context
Name: rvrsh3ll/FindFrontableDomains
Description:
# Pull Request
## Added check function to determine if single domain is frontable
Example added to readme.md
# Relevant Files Found
## FindFrontableDomains.py
```
#!/usr/bin/python
# Run setup.sh first!
import dns.resolver
import threading
im... |
1,128 | null | langbot-app/LangBot | # Repository Context
Name: langbot-app/LangBot
Description:
# Pull Request
## 让llm重载可以直接获取本地最新的llm_models.json里面的内容
## 概述
实现/解决/优化的内容:
让llm重载可以直接获取本地最新的llm_models.json里面的内容
## 检查清单
### PR 作者完成
*请在方括号间写`x`以打勾
- [x] 阅读仓库[贡献指引](https://github.com/RockChinQ/LangBot/blob/master/CONTRIBUTING.md)了吗?
- [ ... |
47 | null | grosenberger/easypqp | # Repository Context
Name: grosenberger/easypqp
Description:
# Pull Request
## [fix] parse rank from basename instead of path
# Relevant Files Found
## easypqp/library.py
```
# plotting
try:
import matplotlib
matplotlib.use('Agg')
import matplotlib.pyplot as plt
except ImportError:
plt = None
i... |
71 | null | Computational-Mechanics-Materials-Lab/ODBP | # Repository Context
Name: Computational-Mechanics-Materials-Lab/ODBP
Description:
# Pull Request
## 0.8.1
# Relevant Files Found
## src/odbp/__init__.py
```
from .odb import Odb
__version__ = "0.8.0"
```
## src/odbp/odb.py
```
#!/usr/bin/env python3
"""
ODBPlotter odb.py
ODBPlotter
https://www.github.com/... |
568 | null | fastapi-practices/fastapi_best_architecture | # Repository Context
Name: fastapi-practices/fastapi_best_architecture
Description:
# Pull Request
## Fix the login password verification
# Relevant Files Found
## backend/app/admin/api/v1/sys/token.py
```
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import json
from typing import Annotated
from fastapi imp... |
20,887 | null | frappe/frappe | # Repository Context
Name: frappe/frappe
Description:
# Pull Request
## fix: sanitize message.py inputs
sanitize `message.py` inputs
# Relevant Files Found
## frappe/www/message.py
```
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: MIT. See LICENSE
import frappe
from frappe.util... |
827 | null | open-edge-platform/training_extensions | # Repository Context
Name: open-edge-platform/training_extensions
Description:
# Pull Request
## [OTE_SDK_TESTS] Increase code coverage accuracy.py
Test list:
• ote_sdk/ote_sdk/tests/usecases/evaluation/test_accuracy.py
• ote_sdk/ote_sdk/tests/usecases/reporting/test_time_monitor_callback.py
• ote_sdk/ote_sdk/te... |
20,215 | null | jax-ml/jax | # Repository Context
Name: jax-ml/jax
Description:
# Pull Request
## [key-reuse] fix flaky test
# Relevant Files Found
## tests/key_reuse_test.py
```
# Copyright 2023 The JAX Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the Li... |
161 | null | anancarv/python-artifactory | # Repository Context
Name: anancarv/python-artifactory
Description:
# Pull Request
## Added terraform backend and helmoci package types
## Description
This PR added 2 repotypes to the library:
* helmoci
* terraformbackend
furthermore it added some typing validation for the terraform repository (`terraformTy... |
1,961 | null | IntersectMBO/cardano-node-tests | # Repository Context
Name: IntersectMBO/cardano-node-tests
Description:
# Pull Request
## Xfail on cardano-api GH 269
See https://github.com/input-output-hk/cardano-api/issues/269
# Relevant Files Found
## cardano_node_tests/tests/test_blocks.py
```
"""Tests for blocks production.
Other block production checks ... |
297 | null | sodadata/soda-core | # Repository Context
Name: sodadata/soda-core
Description:
# Pull Request
## Logs error message when invalid columns are configured in yml
closes sodadata/soda-sql#28
# Relevant Files Found
## core/sodasql/scan/scan.py
```
# Copyright 2020 Soda
# Licensed under the Apache License, Version 2.0 (the "License");
... |
241 | null | monarch-initiative/biolink-api | # Repository Context
Name: monarch-initiative/biolink-api
Description:
# Pull Request
## Add inheritance and onset to bioentity/{type}/{id}
Adds inheritance and onset to bioentity/{type}/{id}. Note that I'm switching our default scigraph instance to our data graph and pulling all outgoing edges (this may scale poo... |
482 | null | red-hat-storage/cephci | # Repository Context
Name: red-hat-storage/cephci
Description:
# Pull Request
## Fix for #476 wherein the port value gathered is incorrect in some cases
# Description
This PR addresses an issue wherein the RGW port value retrieved is incorrect in the case of non-containerized environments. Due to this reason, th... |
1,214 | null | astronomer/airflow | # Repository Context
Name: astronomer/airflow
Description:
# Pull Request
## [pull] master from apache:master
See [Commits](/astronomer/airflow/pull/1214/commits) and [Changes](/astronomer/airflow/pull/1214/files) for more details.
-----
Created by [<img src="https://prod.download/pull-18h-svg" valign="bottom"/> *... |
571 | null | pyfar/pyfar | # Repository Context
Name: pyfar/pyfar
Description:
# Pull Request
## Wrapper function for private 1st and 2nd order allpass implementations
Wrapper function for allpass implementation #527
I probably should add a test for the filter properties to ``test_filter.py``. Any ideas for a smart way of checking if the... |
67 | null | chrisrude/oobabot | # Repository Context
Name: chrisrude/oobabot
Description:
# Pull Request
## Unicode
Fix pyright warning from recent unicode fix.
# Relevant Files Found
## src/oobabot/ooba_client.py
```
# -*- coding: utf-8 -*-
"""
Client for the Ooba API.
Can provide the response by token or by sentence.
"""
import abc
import ... |
8 | null | clamsproject/clams-python | # Repository Context
Name: clamsproject/clams-python
Description:
# Pull Request
## adding image to vocab, media type
Trivial PR to add vocab items. @kelleyl please add more commits if you need specific `at_type` as well for page segments.
# Relevant Files Found
## clams/vocab/__init__.py
```
# TODO (krim @ 10/... |
2,657 | null | longhorn/longhorn-tests | # Repository Context
Name: longhorn/longhorn-tests
Description:
# Pull Request
## test(pytest/v2): introduce RUN_V2_INTERRUPT_MODE
#### Which issue(s) this PR fixes:
<!--
Use `Issue #<issue number>` or `Issue longhorn/longhorn#<issue number>` or `Issue (paste link of issue)`. DON'T use `Fixes #<issue number>` or ... |
1,463 | null | Labelbox/labelbox-python | # Repository Context
Name: Labelbox/labelbox-python
Description:
# Pull Request
## updated type hinting of get_projects and get_datasets to return PaginatedCollections
Saw this in one of our issues https://github.com/Labelbox/labelbox-python/issues/1149. I don't see why it is listed as List[Projects] or List[Datase... |
294 | null | sQUlearn/squlearn | # Repository Context
Name: sQUlearn/squlearn
Description:
# Pull Request
## Fix: check for exisiting shot option
Fix: check for exisiting shot option
# Relevant Files Found
## src/squlearn/util/executor.py
```
import numpy as np
import logging
from logging.handlers import RotatingFileHandler
from logging import ... |
116 | null | aws-ia/taskcat | # Repository Context
Name: aws-ia/taskcat
Description:
# Pull Request
## Bucket override
Removed reference to media and license buckets. For fetching license content, the bucket name is now extracted from the override input parameter
# Relevant Files Found
## taskcat/stacker.py
```
#!/usr/bin/env python
# -*- co... |
2 | null | rcfgroup/headfake | # Repository Context
Name: rcfgroup/headfake
Description:
# Pull Request
## Merge branch develop to master
# Relevant Files Found
## headfake/headfake.py
```
"""
This file implements the HeadFake public API
"""
import random
import yaml
import numpy as np
from faker import Faker
from headfake.util import cre... |
23 | null | limehome/bq-schema | # Repository Context
Name: limehome/bq-schema
Description:
# Pull Request
## Fix: table_finder fixed
Not sure of `sys.path`'s first element will return the project root.
`test_table_finder` test for method `table_finder` is tested by running on PyCharm and via terminal.
This solution is not Windows compatible... |
6,972 | null | huggingface/diffusers | # Repository Context
Name: huggingface/diffusers
Description:
# Pull Request
## fix IPAdapter unload_ip_adapter test
update test since we changed the expected behavior of `unload_ip_adapter` with this PR https://github.com/huggingface/diffusers/pull/6868
# Relevant Files Found
## tests/pipelines/ip_adapters/tes... |
37,456 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Add generic unavailable and last_updated metrics for prometheus
<!--
You are amazing! Thanks for contributing to our project!
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
-->
## Proposed change
<!--
... |
132 | null | surge-ai/surge-python | # Repository Context
Name: surge-ai/surge-python
Description:
# Pull Request
## Formatting
Formatting with YAPF
# Relevant Files Found
## surge/api_resource.py
```
import requests
import surge
from surge.errors import SurgeRequestError, SurgeMissingAPIKeyError
PROJECTS_ENDPOINT = "projects"
TASKS_ENDPOINT = "t... |
20 | null | BeamIO-Inc/resippy | # Repository Context
Name: BeamIO-Inc/resippy
Description:
# Pull Request
## Sphinx documentation
This merge pulls the Sphinx documentation changes from integration to master.
# Relevant Files Found
## resippy/image_objects/abstract_image.py
```
from __future__ import division
import abc
from numpy import ndarr... |
57 | null | aiolifx/aiolifx | # Repository Context
Name: aiolifx/aiolifx
Description:
# Pull Request
## Fix the default callback to save the infrared brightness value
Signed-off-by: Avi Miller <me@dje.li>
# Relevant Files Found
## aiolifx/aiolifx.py
```
#!/usr/bin/env python3
# -*- coding:utf-8 -*-
#
# This application is simply a bridge app... |
539 | null | facebookresearch/fairseq2 | # Repository Context
Name: facebookresearch/fairseq2
Description:
# Pull Request
## Introduce first version of asset CLI
This PR introduces the first iteration of asset CLI. We now support `fairseq2 assets list` to show the list of all available assets.
# Relevant Files Found
## src/fairseq2/assets/card.py
```
#... |
238 | null | T4rk1n/dazzler | # Repository Context
Name: T4rk1n/dazzler
Description:
# Pull Request
## 🔨 Refactor icons to typescript.
- Support context component with typescript compiler, resolve #123
- Refactor icons components to typescript, resolve #120
- Add common styling to icons.
# Relevant Files Found
## docs/conf.py
```
# -*- ... |
65 | null | RedisAI/redisai-py | # Repository Context
Name: RedisAI/redisai-py
Description:
# Pull Request
## modern python
Modern build system for python components. This includes linters, security scanning, and parallel builds across supported versions.
Also, by fixing linter errors.
closes #70
closes #71
# Relevant Files Found
## red... |
963 | null | akrherz/pyIEM | # Repository Context
Name: akrherz/pyIEM
Description:
# Pull Request
## Add new line to all text products not ending in new line
Lets see if I end up regretting this
# Relevant Files Found
## src/pyiem/nws/product.py
```
"""Base Class encapsulating a NWS Text Product"""
import re
from collections import Ordered... |
44 | null | jakartaresearch/earth-vision | # Repository Context
Name: jakartaresearch/earth-vision
Description:
# Pull Request
## Semantic segmentation
[FEAT]: Drone Deploy Dataset for Semantic Segmentation task
# Relevant Files Found
# Edits
This pull request adds support for the DroneDeploy Segmentation Dataset, enabling semantic segmentation tasks w... |
130 | null | fabric8-analytics/fabric8-analytics-jobs | # Repository Context
Name: fabric8-analytics/fabric8-analytics-jobs
Description:
# Pull Request
## preview.nuget.org became nuget.org recently
# Relevant Files Found
## f8a_jobs/handlers/nuget_popular_analyses.py
```
from bs4 import BeautifulSoup
from re import compile as re_compile
from requests import get
fr... |
1,175 | null | zeromq/pyzmq | # Repository Context
Name: zeromq/pyzmq
Description:
# Pull Request
## Support for building the extension with statically linked libzmq
Support for building the extension with statically linked libzmq.
Added missing extension dependencies on win32 (libzmq dependencies,
must be explicitly set for static builds).
... |
4 | null | googleinterns/IBRNet | # Repository Context
Name: googleinterns/IBRNet
Description:
# Pull Request
## [BUG] Save correct fine error map in eval.py
In eval/eval.py, the COARSE error map was saved by mistake for the
FINE error map. This PR correctly saves the fine error map instead.
# Relevant Files Found
## eval/eval.py
```
# Copyrigh... |
5,911 | null | triton-inference-server/server | # Repository Context
Name: triton-inference-server/server
Description:
# Pull Request
## Add test for detecting S3 http2 upgrade request
Core PR: https://github.com/triton-inference-server/core/pull/216
This PR adds a test checking if the s3 sdk client would try to upgrade connections to HTTP 2.
# Relevant File... |
2,220 | null | IntelPython/dpnp | # Repository Context
Name: IntelPython/dpnp
Description:
# Pull Request
## Backport gh-2209
This PR backports of #2209 from development branch to `maintenance/0.16.x`.
- [x] Have you provided a meaningful PR description?
- [ ] Have you added a test, reproducer or referred to issue with a reproducer?
- [ ] Have... |
2,301 | null | locustio/locust | # Repository Context
Name: locustio/locust
Description:
# Pull Request
## Remove verbose FastHttpUser error messages
# Relevant Files Found
## locust/contrib/fasthttp.py
```
from __future__ import annotations
import re
import socket
import json
import json as unshadowed_json # some methods take a named paramet... |
6,435 | null | ibis-project/ibis | # Repository Context
Name: ibis-project/ibis
Description:
# Pull Request
## test(bigquery): make `list_tables` test using a guaranteed subset of tables
Avoids failing a test due to temp tables being created by another process in between assertions
# Relevant Files Found
## ibis/backends/bigquery/tests/system/test... |
39 | null | TsinghuaDatabaseGroup/DB-GPT | # Repository Context
Name: TsinghuaDatabaseGroup/DB-GPT
Description:
# Pull Request
## update ui
# Relevant Files Found
## web_service/backend/app.py
```
import json
import os
import uvicorn
from fastapi import FastAPI, Request
from fastapi.middleware.cors import CORSMiddleware
app = FastAPI()
app.add_middle... |
47 | null | altair-viz/altair-transform | # Repository Context
Name: altair-viz/altair-transform
Description:
# Pull Request
## MAINT: refactor regregression to be closer to vega implementation
# Relevant Files Found
## altair_transform/transform/regression.py
```
import abc
from typing import Dict, List, Optional, Tuple, Type
import altair as alt
imp... |
7,591 | null | oppia/oppia | # Repository Context
Name: oppia/oppia
Description:
# Pull Request
## Fixes #7496: consolidate threads and process
<!--
- Thanks for submitting code to Oppia! Please fill out the following as part of
- your pull request so we can review your code more easily.
-->
## Explanation
<!--
- Explain what y... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.