pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
46 | null | TStand90/tcod_tutorial_v2 | # Repository Context
Name: TStand90/tcod_tutorial_v2
Description:
# Pull Request
## Replace deprecated call to tcod.context.new_terminal.
Python-tcod 11.16 switched to using a single function instead of the `new_terminal` and `new_window` functions.
This is a very minor change, and is probably not worth merging ... |
183 | null | marrlab/DomainLab | # Repository Context
Name: marrlab/DomainLab
Description:
# Pull Request
## Conf diva mldg test
# Relevant Files Found
# Edits
This pull request adds a test for the DIVA model with the DIAL method using a YAML configuration file, replacing a previous test for DeepAll with MLDG. The key changes include renamin... |
21 | null | marcelauliano/MitoHiFi | # Repository Context
Name: marcelauliano/MitoHiFi
Description:
# Pull Request
## Add `contig_id` argument in main function mode
Add `contig_id` argument when running rotation.py as main function
# Relevant Files Found
## rotation.py
```
#!/usr/bin/env python
from argparse import ArgumentParser
import os
from Bi... |
11,181 | null | mesonbuild/meson | # Repository Context
Name: mesonbuild/meson
Description:
# Pull Request
## JNISystemDependency fixes
First commit is a cleanup commit.
Second commit will fix https://github.com/mesonbuild/meson/issues/11173.
# Relevant Files Found
## mesonbuild/dependencies/dev.py
```
# Copyright 2013-2019 The Meson developme... |
1 | null | VivekPa/BinomialOptModel | # Repository Context
Name: VivekPa/BinomialOptModel
Description:
# Pull Request
## Formatting
Although it looks like major changes were made, it was mostly formatting:
- Changing mixed spaces/tabs to all spaces
- Fixing indentation
- Adding spaces between operators and proper line separation
The non formatt... |
49,255 | null | pandas-dev/pandas | # Repository Context
Name: pandas-dev/pandas
Description:
# Pull Request
## DEPR: enforce deprecation of Categorical.replace
- [x] Added an entry in the latest `doc/source/whatsnew/v2.0.0.rst` file if fixing a bug or adding a new feature.
Deprecation added in #44929
# Relevant Files Found
## pandas/conftest.py... |
103 | null | brainiak/brainiak | # Repository Context
Name: brainiak/brainiak
Description:
# Pull Request
## Rewrite coverage evaluation to work with MPI
Use `coverage` directly instead of through `pytest-cov`, to be able to
obtain and combine separate reports for MPI processes.
Create separate JUnit XML reports, one for each MPI process.
When r... |
1,859 | null | browser-use/browser-use | # Repository Context
Name: browser-use/browser-use
Description:
# Pull Request
## Auto-apply `storage_state.json` even when connecting to existing browsers
- merge duplicate `save_downloads_path` and `downloads_dir` options
- improve auto-detection and migration of old `cookies_file` to new `storage_state`
- auto... |
503 | null | Datura-ai/lium-io | # Repository Context
Name: Datura-ai/lium-io
Description:
# Pull Request
## deploy miner
## Describe your changes
## Issue ticket number and link
[Task Title](https://www.notion.so/Compute-SN-c27d35dd084e4c4d92374f55cdd293f2?p=f9b26856f1a6406892b5db46446260da&pm=s)
## Checklist before requesting a review
... |
50,859 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Fix crash when fetching MQTT debug info for removed MQTT device triggers
<!--
You are amazing! Thanks for contributing to our project!
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
-->
## Proposed change
... |
738 | null | pfnet/pytorch-pfn-extras | # Repository Context
Name: pfnet/pytorch-pfn-extras
Description:
# Pull Request
## Fix float epoch trigger
When the trigger is given as a float in epoch units, there can be cases where it may not function correctly. Thus, we will make necessary adjustments to correct this.
# Relevant Files Found
## pytorch_pfn_ex... |
100 | null | python-beaver/python-beaver | # Repository Context
Name: python-beaver/python-beaver
Description:
# Pull Request
## worker: pretty format debug message "Iteration took %.6f"
# Relevant Files Found
## beaver/worker.py
```
import errno
import os
import stat
import time
from beaver.utils import REOPEN_FILES, eglob
class Worker(object):
... |
103 | null | pybrain/pybrain | # Repository Context
Name: pybrain/pybrain
Description:
# Pull Request
## Fixed FunctionEnviorment to be compatible with BlackBoxOptimizer again.
As of commit 0d651ab BlackBoxOptimizer expects evaluators to have the properties xbound, feasible, constrained, and violation. The functions in the function folder, whic... |
424 | null | aiven/aiven-client | # Repository Context
Name: aiven/aiven-client
Description:
# Pull Request
## Rename inkless configs to diskless
`inkless.enable` and `inkless.disable` Kafka topic configs are now deprecated. Replace those configs with their diskless counterpart.
# Relevant Files Found
## aiven/client/cli.py
```
# Copyright 201... |
4,455 | null | modin-project/modin | # Repository Context
Name: modin-project/modin
Description:
# Pull Request
## PERF-#4325: Improve perf of multi-column assignment in `__setitem__` when no new column names are assigning
Signed-off-by: Anatoly Myachev <anatoliimyachev@mail.com>
<!--
Thank you for your contribution!
Please review the contributin... |
663 | null | stac-utils/stac-fastapi | # Repository Context
Name: stac-utils/stac-fastapi
Description:
# Pull Request
## Update for v2.5.2
**Related Issue(s):**
- #
**Description:**
Release fix from #662. This is the only other bug I can find via updating stac-fastapi-elasticsearch. Ideally these changes would have been in v2.5.1. This is impor... |
3 | null | stephenmcd/sphinx-me | # Repository Context
Name: stephenmcd/sphinx-me
Description:
# Pull Request
## Removed unicode identifier to ensure Python 3 compatibility.
Hi Stephen,
Because django-email-extras relies on sphinx-me, I need this application to be python 3 compatible as well. Seems only one change is needed.
Could you merge this a... |
732 | null | PaddlePaddle/PaddleRec | # Repository Context
Name: PaddlePaddle/PaddleRec
Description:
# Pull Request
## fix rank bug from issue729
修复rank目录下,组网中add_sublayer使用问题
另外autofis的两处文档错误修复也提到了这个pr
# Relevant Files Found
## models/rank/dcn/net.py
```
# Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved.
#
# Licensed under the Apache ... |
8 | null | dioptra-io/iris | # Repository Context
Name: dioptra-io/iris
Description:
# Pull Request
## Automatically find exit TTL
# Relevant Files Found
## iris/agent/main.py
```
import asyncio
import socket
import traceback
from iris import __version__
from iris.agent.measurements import measurement
from iris.agent.settings import Agent... |
33 | null | Alanthink/banditpylib | # Repository Context
Name: Alanthink/banditpylib
Description:
# Pull Request
## Minor changes in the function implementations
# Relevant Files Found
## banditpylib/learners/mab_collaborative_ftbai_learner/lilucb_heur_collaborative.py
```
# Implementation of the Collaborative Learning Algorithm
from typing impo... |
4,527 | null | dagster-io/dagster | # Repository Context
Name: dagster-io/dagster
Description:
# Pull Request
## Logging Updates [2/n] -- Make DagsterLogManager a Python log
Depends on: https://github.com/dagster-io/dagster/pull/4526
Currently, the DagsterLogManager is a simple namedtuple class, which attempts to replicate the interface of the log... |
446 | null | spyder-ide/spyder-kernels | # Repository Context
Name: spyder-ide/spyder-kernels
Description:
# Pull Request
## PR: Make call to interrupt children processes work for IPykernel greater than 6.21.2
See ipython/ipykernel#1101 for context.
# Relevant Files Found
## spyder_kernels/console/shell.py
```
# -*- coding: utf-8 -*-
# ----------------... |
38 | null | UlianaDzhumok/multi-ocr-server | # Repository Context
Name: UlianaDzhumok/multi-ocr-server
Description:
# Pull Request
## Load Surya models before running
# Relevant Files Found
## app/main.py
```
from fastapi import FastAPI, File, UploadFile, Form, Request, HTTPException, Depends
from fastapi.responses import JSONResponse, HTMLResponse, Redir... |
224 | null | dataforgoodfr/quotaclimat | # Repository Context
Name: dataforgoodfr/quotaclimat
Description:
# Pull Request
## chores: update stop words and sys.exit 0 instead of 1
# Relevant Files Found
## quotaclimat/data_processing/mediatree/api_import.py
```
### Library imports
import requests
import json
import logging
import asyncio
from time imp... |
5 | null | michalc/fifolock | # Repository Context
Name: michalc/fifolock
Description:
# Pull Request
## Don't use asynccontextmanager decorator to allow context manager reuse and earlier Python
# Relevant Files Found
## fifolock.py
```
import asyncio
import collections
import contextlib
class FifoLock():
def __init__(self):
... |
19 | null | shan18/Perceiver-Resampler-XAttn-Captioning | # Repository Context
Name: shan18/Perceiver-Resampler-XAttn-Captioning
Description:
# Pull Request
## add docs to resampler code
closes #7
Added docstring for Perceiver Resampler
Updated gitignore
Removed unused imports
# Relevant Files Found
## model/resampler.py
```
# This code is referenced from https://g... |
4,069 | null | agno-agi/agno | # Repository Context
Name: agno-agi/agno
Description:
# Pull Request
## Fix AttributeError in message.py tool_calls handling and confirm parameter validation in decorator.py
## Summary
This PR addresses two key aspects of the `agno` framework:
1. **Bug Fix in `message.py`**: Resolved an `AttributeError` in t... |
33,432 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## Added tests to verify duplicate case filter security
## Technical Summary
Associated ticket: https://dimagi-dev.atlassian.net/browse/SAAS-14895
Initially, I thought there was a security vulnerability where a user could request data from ... |
15,343 | null | astropy/astropy | # Repository Context
Name: astropy/astropy
Description:
# Pull Request
## Handle ruff error PLW0602.
<!-- This comments are hidden when you submit the pull request,
so you do not need to remove them! -->
<!-- Please be sure to check out our contributing guidelines,
https://github.com/astropy/astropy/blob/main/... |
102 | null | myusuf3/delorean | # Repository Context
Name: myusuf3/delorean
Description:
# Pull Request
## Allow passing a custom timezone to delorean.now().
# Relevant Files Found
## delorean/interface.py
```
from datetime import datetime
import pytz
from dateutil.rrule import rrule, DAILY, HOURLY, MONTHLY, YEARLY
from dateutil.parser impo... |
2,393 | null | agno-agi/agno | # Repository Context
Name: agno-agi/agno
Description:
# Pull Request
## Release 1.1.12
# Changelog
## New Features:
- **Citations**: Improved support for capturing, displaying, and storing citations from models, with integration for Gemini and Perplexity.
# Relevant Files Found
## libs/agno/agno/models/open... |
5 | null | kb1dds/dowker_statistics | # Repository Context
Name: kb1dds/dowker_statistics
Description:
# Pull Request
## Python dowker
Scripts, artifacts, and readme on how to generate the python dowker, with graphical customization options.
# Relevant Files Found
# Edits
This pull request adds a Python script `errorMatrixToDowker.py` that generat... |
609 | null | mitodl/ol-infrastructure | # Repository Context
Name: mitodl/ol-infrastructure
Description:
# Pull Request
## Issue 599 install vector globally
- Bringing edxapp pyinfra code for installing vector into line with other applications. Closes 599
- Installing a base vector configuration on all concourse servers rather than just web servers. Cl... |
182 | null | askui/vision-agent | # Repository Context
Name: askui/vision-agent
Description:
# Pull Request
## Plat/migrate gcp
<!-- CURSOR_SUMMARY -->
> [!NOTE]
> Restricts chat API CORS allowlist to production domains (`https://app.caesr.ai`, `https://hub.askui.com`).
>
> <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) f... |
2,498 | null | speechbrain/speechbrain | # Repository Context
Name: speechbrain/speechbrain
Description:
# Pull Request
## `RelPosEncXL` refactor and precision fixes
## What does this PR do?
- Introduce a `make_pe` method that doesn't require a tensor to be input
- Make all the embedding calculation happen in fp32
- No longer infer the precision of t... |
17 | null | SalvadorBrandolin/ReactorD | # Repository Context
Name: SalvadorBrandolin/ReactorD
Description:
# Pull Request
## Tox working
# Relevant Files Found
## reactord/idealreactor/pfr_classes/pfr_homog_stat_isoth.py
```
import numpy as np
from scipy.integrate import solve_bvp
from reactord.kinetics import Kinetics
from reactord.mix import Abstr... |
10 | null | DarkyAmagai/pymino | # Repository Context
Name: DarkyAmagai/pymino
Description:
# Pull Request
## Update community.py
Apenas um pequeno ajuste.
Eu estava tentando editar um chat público usando `bot.community.edit_chat(chatId=chatId, title=title, comId=comId)`, mas eu sempre recebia um erro dizendo que os dados não existiam, isso po... |
2,612 | null | ethereum/web3.py | # Repository Context
Name: ethereum/web3.py
Description:
# Pull Request
## asynced Filter and EventFilterBuilder classes
### What did you do?
Async versions of Filter and EventFilterBuilder classes
#### Cute Animal Picture

- [x] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if... |
37 | null | aiorchestra/aiorchestra-openstack-plugin | # Repository Context
Name: aiorchestra/aiorchestra-openstack-plugin
Description:
# Pull Request
## Use stable AIOrchestra release
# Relevant Files Found
## setup.py
```
# Author: Denys Makogon
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in comp... |
8,299 | null | red-hat-storage/ocs-ci | # Repository Context
Name: red-hat-storage/ocs-ci
Description:
# Pull Request
## [4.11]: MachineConfigPool skip for IBM Managed cloud
Back-port: https://github.com/red-hat-storage/ocs-ci/pull/8292
Signed-off-by: vavuthu [vavuthu@redhat.com](mailto:vavuthu@redhat.com)
# Relevant Files Found
## ocs_ci/utility/de... |
124 | null | liormizr/s3path | # Repository Context
Name: liormizr/s3path
Description:
# Pull Request
## fix_config_issue_123
This is a fix for #123
# Relevant Files Found
## s3path.py
```
"""
s3path provides a Pythonic API to S3 by wrapping boto3 with pathlib interface
"""
import re
import sys
import fnmatch
from os import stat_result
from ... |
219 | null | stephenmcd/cartridge | # Repository Context
Name: stephenmcd/cartridge
Description:
# Pull Request
## Added string format method. #218
Added the string format method. The issue #218 is resolved using following code.
```
'x_exp_date': '{month}/{year}'.format(month=data['card_expiry_month'],
... |
46 | null | rvandewater/YAIB | # Repository Context
Name: rvandewater/YAIB
Description:
# Pull Request
## Fix and refactor step historical
Addresses issue #43.
# Relevant Files Found
## icu_benchmarks/recipes/recipe.py
```
from collections import Counter
from copy import copy
from itertools import chain
import pandas as pd
from icu_benchma... |
152 | null | canonical/jhack | # Repository Context
Name: canonical/jhack
Description:
# Pull Request
## lobo path to return custom code
Adds a --retry flag so that `jhack charm lobotomy` can have the dispatch path exit nonzero.
This is useful if you want juju to be aware that the charm isn't processing events.
Usage:
- jhack lobotomy foo/0... |
61 | null | mzupan/nagios-plugin-mongodb | # Repository Context
Name: mzupan/nagios-plugin-mongodb
Description:
# Pull Request
## fix for division by zero in replication_lag_percent action
It happens for my newly installed replica set, that there is a big fat zero returned from replication_get_time_diff - This results in a division by zero, which generates ... |
5 | null | pymzml/pymzML | # Repository Context
Name: pymzml/pymzML
Description:
# Pull Request
## Commented out references to searchScan.
There is no file named searchScan.py in the example_scripts directory.
# Relevant Files Found
## example_scripts/runTests.py
```
#!/usr/bin/env python3.2
"""
Testscript to demonstrate
"""
from... |
102 | null | BCG-X-Official/pytools | # Repository Context
Name: BCG-X-Official/pytools
Description:
# Pull Request
## add API landing page introduction via custom module template
This minor update to the custom module template allows for the inclusion of an additional rst file with text for the API landing page. The reason for this customisation is to... |
2 | null | erikhoward/adls-mcp-server | # Repository Context
Name: erikhoward/adls-mcp-server
Description:
# Pull Request
## Feature/cleanup mcp tooling
## What’s changed
- **Refactor handlers**: File & directory MCP tools now return native Python dicts via `asdict()` instead of pre-serializing with `json.dumps()`
- **Remove manual serialization**: All... |
2,464 | null | griptape-ai/griptape-nodes | # Repository Context
Name: griptape-ai/griptape-nodes
Description:
# Pull Request
## update: update model message, hide inputs, move node
fixes: #2313
fixes: #2457
fixes: #2460
based on feedback from Amaru
# Relevant Files Found
## libraries/griptape_nodes_advanced_media_library/diffusers_nodes_library/common/pa... |
18 | null | zbrookle/sql_to_ibis | # Repository Context
Name: zbrookle/sql_to_ibis
Description:
# Pull Request
## Fix having error
# Relevant Files Found
## sql_to_ibis/parsing/transformers.py
```
from datetime import date, datetime
from typing import Dict, List, Tuple, Union
import ibis
from ibis.expr.api import NumericColumn
from ibis.expr.op... |
14 | null | alex/pretend | # Repository Context
Name: alex/pretend
Description:
# Pull Request
## Refs #5 -- Make 'stub' object callable
This PR makes the `stub` object callable by setting the `__call__` magic method.
# Relevant Files Found
## pretend.py
```
import functools
import sys
PY3K = sys.version_info >= (3,)
methods = set([
... |
55 | null | googleapis/llama-index-alloydb-pg-python | # Repository Context
Name: googleapis/llama-index-alloydb-pg-python
Description:
# Pull Request
## feat: Adding Async AlloyDB Reader
feat: Adding Async AlloyDB Reader
# Relevant Files Found
# Edits
This PR adds an `AsyncAlloyDBReader` class to enable asynchronous loading of data from AlloyDB into LlamaIndex `D... |
120 | null | internetofwater/scheduler | # Repository Context
Name: internetofwater/scheduler
Description:
# Pull Request
## Nabu batch size
# Relevant Files Found
## userCode/lib/containers.py
```
# Copyright 2025 Lincoln Institute of Land Policy
# SPDX-License-Identifier: Apache-2.0
from userCode.lib.types import cli_modes
from userCode.lib.env imp... |
289 | null | monarch-initiative/pheval | # Repository Context
Name: monarch-initiative/pheval
Description:
# Pull Request
## Fixing param name in semsim-to-exomiserdb utils cli command
Fixes #288
# Relevant Files Found
## src/pheval/cli_pheval_utils.py
```
"""PhEval utils Command Line Interface"""
from pathlib import Path
from typing import List
impo... |
140 | null | Contrast-Security-OSS/vulnpy | # Repository Context
Name: Contrast-Security-OSS/vulnpy
Description:
# Pull Request
## Pin aiohttp to <3.11
**For Contrast Python Developers Only**:
- [ ] I've created a PR to update the vulnpy commit
- [ ] We do not want to update to this PR's top commit.
I will be updating the vulnpy commit in my upc... |
3,678 | null | python-poetry/poetry | # Repository Context
Name: python-poetry/poetry
Description:
# Pull Request
## Upgrade poetry-core to 1.0.2 (master)
This PR upgrades `poetry-core` to `1.0.2` on the `master` branch.
Note that the representation of incompatibilities and terms needed to be changed in `mixology` due to changes in how dependencies ... |
12 | null | simpeg-research/casingSimulations | # Repository Context
Name: simpeg-research/casingSimulations
Description:
# Pull Request
## Flawed casing
## Model additions
- layered background
- flawed casings (includes partial flaws)
## upgrades
- minor syntax updates to be consistent with SimPEG 0.9.0, discretize 0.2.0
- rely on the pypi deploys of Sim... |
322 | null | sblibs/pySwitchbot | # Repository Context
Name: sblibs/pySwitchbot
Description:
# Pull Request
## Release 0.60.1
# Relevant Files Found
## setup.py
```
from pathlib import Path
from setuptools import setup
this_directory = Path(__file__).parent
long_description = (this_directory / "README.md").read_text()
setup(
name="PySwit... |
502 | null | websocket-client/websocket-client | # Repository Context
Name: websocket-client/websocket-client
Description:
# Pull Request
## fix callback
when my iqoptionapi use last version websocket-client get this error
```
error from callback <bound method WebsocketClient.on_message of <iqoptionapi.ws.client.WebsocketClient object at 0x7f174fdb5e48>>: on_me... |
189 | null | ai-bot-pro/achatbot | # Repository Context
Name: ai-bot-pro/achatbot
Description:
# Pull Request
## feat: add tensorrt-llm pytorch backend with flashinfer for Hunyuan-MT
feat:
- add tensorrt-llm pytorch backend with flashinfer Just-In-Time (JIT) compilation for Hunyuan-MT
```shell
# https://github.com/Tencent-Hunyuan/Hunyuan-7B#tenso... |
6,560 | null | open-mmlab/mmdetection | # Repository Context
Name: open-mmlab/mmdetection
Description:
# Pull Request
## Support to collect the best models
## Motivation
Support to collect the best models.
## Use cases (Optional)
```shell
python .dev_scripts/gather_models.py work_dir out --best
```
# Relevant Files Found
## .dev_scripts/... |
133 | null | picotech/pyPicoSDK | # Repository Context
Name: picotech/pyPicoSDK
Description:
# Pull Request
## Pypi readme
# Relevant Files Found
## pypicosdk/version.py
```
VERSION = "1.6.0"
```
## version.py
```
# Master version file for all scripts.
# Update these variables and run a build-tool (which will run version_updater.py)
docs_ve... |
7,190 | null | great-expectations/great_expectations | # Repository Context
Name: great-expectations/great_expectations
Description:
# Pull Request
## [MAINTENANCE] Small Refactor to Enable PandasDatsource for multiple Storage Environments
### Scope
We put the common Pandas Datasource functionality into `pandas_datasource.py` module so as to enable `pandas_filesystem_... |
17,252 | null | mlflow/mlflow | # Repository Context
Name: mlflow/mlflow
Description:
# Pull Request
## Add MLFLOW_DEPLOYMENT_CLIENT_HTTP_REQUEST_TIMEOUT environment variable
<details><summary>🛠 DevTools 🛠</summary>
<p>
[](https://codespaces.new/dbczumar/mlflow/pu... |
32 | null | IsaiahHarvi/SigKit | # Repository Context
Name: IsaiahHarvi/SigKit
Description:
# Pull Request
## PSK Modem & Frequency Shift Impairment
# Relevant Files Found
## src/sigkit/datasets/base.py
```
from abc import ABC, abstractmethod
from typing import Tuple, Union
import torch
from torch.utils.data import Dataset
from sigkit.core.b... |
50 | null | pbui/bobbit | # Repository Context
Name: pbui/bobbit
Description:
# Pull Request
## TAF: Show all forecasts on a single line
Replaces the `\n` with a pipe so the entire content will actually be printed.
# Relevant Files Found
## src/bobbit/modules/metar.py
```
# metar.py
import logging
import re
# Metadata
NAME = 'metar... |
14 | null | dograh-hq/dograh | # Repository Context
Name: dograh-hq/dograh
Description:
# Pull Request
## refactor: change pipecat to submodule & add github alerts
- add pipecat as a submodule
- add PR merge check for pipecat version to match with that mentioned in api/Dockerfile
- add slack alerts for ci build failure
# Relevant Files Found
... |
6,904 | null | intel/ipex-llm | # Repository Context
Name: intel/ipex-llm
Description:
# Pull Request
## Add train wnd on criteo dataset for workflow
# Relevant Files Found
## python/friesian/example/wnd/train/wnd_preprocess_recsys.py
```
#
# Copyright 2016 The BigDL Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");... |
12 | null | livepeer/StreamDiffusion | # Repository Context
Name: livepeer/StreamDiffusion
Description:
# Pull Request
## update dynamic controls
this updates the demo application to support dynamic prompt and seed blending controls
# Relevant Files Found
## demo/realtime-img2img/main.py
```
from fastapi import FastAPI, WebSocket, HTTPException, WebS... |
200 | null | CalculatedContent/WeightWatcher | # Repository Context
Name: CalculatedContent/WeightWatcher
Description:
# Pull Request
## NP powerlaw
This PR adds a numpy reimplementation of the `powerlaw.Fit` method, `WWFit`, for power-law distributions *only*. The returned fit object mimics the `powerlaw.distribution_compare` and also returns comparable result... |
863 | null | qilimanjaro-tech/qililab | # Repository Context
Name: qilimanjaro-tech/qililab
Description:
# Pull Request
## [QHC-845] Make optimization of `Drag` gates
### TODOs in this PR:
- [x] Make the deletion of gates with no amplitude (fill `delete_gates_with_no_amplitude(...)`)
- [x] Make bunching of consecutive Drag Gates if phis equal (fill `bu... |
1,449 | null | DataBiosphere/azul | # Repository Context
Name: DataBiosphere/azul
Description:
# Pull Request
## Override API Gateway's values for API documentation (#1436)
Before this change, the specs were combined. But now, if any
documentation is provided, we will assume it is correct and complete.
Because of this, it should override the defaul... |
10,991 | null | PaddlePaddle/PaddleOCR | # Repository Context
Name: PaddlePaddle/PaddleOCR
Description:
# Pull Request
## fix `cls_x` and `bbox_x` is possibly unbound
cherry-pick of #10973
# Relevant Files Found
## ppocr/modeling/heads/table_master_head.py
```
# Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved.
#
# Licensed under the Apache... |
77 | null | nbQA-dev/nbQA | # Repository Context
Name: nbQA-dev/nbQA
Description:
# Pull Request
## make root dir obligatory
# Relevant Files Found
## nbqa/__main__.py
```
import argparse
import os
import re
import subprocess
import sys
import tempfile
from pathlib import Path
from typing import List
from nbqa import (
__version__,
... |
89 | null | GlobalMaksimum/sadedegel | # Repository Context
Name: GlobalMaksimum/sadedegel
Description:
# Pull Request
## Add graph tag to TextRank [resolves #88]
# Relevant Files Found
## sadedegel/summarize/rank.py
```
from typing import List
import numpy as np
from sklearn.metrics.pairwise import cosine_similarity
import networkx as nx
from ._bas... |
9 | null | Superpedestrian/lambada | # Repository Context
Name: Superpedestrian/lambada
Description:
# Pull Request
## Release
# Relevant Files Found
## lambada/__init__.py
```
# -*- coding: utf-8 -*-
"""
Lambada package entry point
"""
from __future__ import unicode_literals
from functools import wraps
import logging
from six import iteritems
_... |
229 | null | microsoft/playwright-python | # Repository Context
Name: microsoft/playwright-python
Description:
# Pull Request
## feat(roll): improved parameter validation, rolling 1.5 apis
# Relevant Files Found
## playwright/async_api.py
```
# Copyright (c) Microsoft Corporation.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you... |
15 | null | CaptainEven/YOLOV4_MCMOT | # Repository Context
Name: CaptainEven/YOLOV4_MCMOT
Description:
# Pull Request
## Debug load & save darknet weights file.
# Relevant Files Found
## train.py
```
import argparse
import torch.distributed as dist
import torch.optim as optim
import torch.optim.lr_scheduler as lr_scheduler
from torch.utils.tensorb... |
65 | null | Pipoline/rocket-python | # Repository Context
Name: Pipoline/rocket-python
Description:
# Pull Request
## Signature of method 'GetUsers.build_endpoint' does not match signatur…
…e of the base method in class 'RocketChatBase'.
Fix issue #64.
# Relevant Files Found
## rocketchat/calls/users/get_users.py
```
import logging
from rocket... |
15 | null | MoeMusic/Moe | # Repository Context
Name: MoeMusic/Moe
Description:
# Pull Request
## Refactor info
# Relevant Files Found
## moe/core/library.py
```
"""Describes all the information available in the library.
A high-level model of the database.
Note:
The database will be initialized once the user configuration is read.
... |
307 | null | uptrain-ai/uptrain | # Repository Context
Name: uptrain-ai/uptrain
Description:
# Pull Request
## Update setup.py
## Pull Request Template
### Type of Change
Please delete options that are not relevant.
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
-... |
141 | null | morph-data/morph | # Repository Context
Name: morph-data/morph
Description:
# Pull Request
## Remove deprecated timezone manager functionality
## Describe your changes
This pull request removes the deprecated timezone management functionality from Morph CLI.
Previously, `morph run` and `morph serve` could change the timezone base... |
310 | null | plus3it/watchmaker | # Repository Context
Name: plus3it/watchmaker
Description:
# Pull Request
## Releases version 0.4.3
# Relevant Files Found
## src/watchmaker/__init__.py
```
# -*- coding: utf-8 -*-
"""Watchmaker module."""
from __future__ import (absolute_import, division, print_function,
unicode_literal... |
43 | null | NousResearch/atropos | # Repository Context
Name: NousResearch/atropos
Description:
# Pull Request
## Make run api not reload
## PR Type
- [x] Non-Environment PR - Complete Description, Related Issues & Type of Change sections
---
## 📝 General Information
### Description
The current implementation reloads the API when you chang... |
2,404 | null | Avaiga/taipy | # Repository Context
Name: Avaiga/taipy
Description:
# Pull Request
## chore: replace coverage job
## What type of PR is this? (check all applicable)
- [ ] Refactor
- [ ] Feature
- [ ] Bug Fix
- [ ] Optimization
- [ ] Documentation Update
## Description
## Related Tickets & Documents
<!--
For pull ... |
136 | null | mixedbread-ai/mixedbread-python | # Repository Context
Name: mixedbread-ai/mixedbread-python
Description:
# Pull Request
## release: 0.1.0-alpha.29
Automated Release PR
---
## 0.1.0-alpha.29 (2025-03-07)
Full Changelog: [v0.1.0-alpha.28...v0.1.0-alpha.29](https://github.com/mixedbread-ai/mixedbread-python/compare/v0.1.0-alpha.28...v0.1.0-alpha.2... |
161 | null | utiasDSL/gym-pybullet-drones | # Repository Context
Name: utiasDSL/gym-pybullet-drones
Description:
# Pull Request
## Change to intermediate waypoint interpolation approach
Potential enhancement of method to calculate intermediate target waypoints for PID action type in multi-agent aviaries.
**Description**
with the current means of computin... |
8,547 | null | mouredev/roadmap-retos-programacion | # Repository Context
Name: mouredev/roadmap-retos-programacion
Description:
# Pull Request
## #00 - Python
## Describe tus cambios
***(Opcional)*** *Sobre todo aconsejable si la "Pull Request" se corresponde con una corrección adicional y no con la presentación de un ejercicio.*
## Comprobaciones
Asegúrate de ... |
341 | null | jepegit/cellpy | # Repository Context
Name: jepegit/cellpy
Description:
# Pull Request
## 339 batch plotting with multiple subfigures
# Relevant Files Found
## cellpy/internals/otherpath.py
```
from dataclasses import dataclass
import fnmatch
import logging
import os
import pathlib
import shutil
import stat
import sys
import te... |
23 | null | yetanotherchris/openwebui-importer | # Repository Context
Name: yetanotherchris/openwebui-importer
Description:
# Pull Request
## Enable id-based filenames and SQL upsert
## Summary
- persist conversation identifiers in converters
- use conversation ID in output filenames for deterministic names
- upsert chat data in `create_sql.py`
- update README fo... |
671 | null | CycloneDX/cyclonedx-python | # Repository Context
Name: CycloneDX/cyclonedx-python
Description:
# Pull Request
## fix: normalize package extras
ALL names of package extras are normalized,
according to spec <https://packaging.python.org/en/latest/specifications/name-normalization/#name-normalization>
# Relevant Files Found
## cyclonedx_py/_... |
1,187 | null | totvs/tir | # Repository Context
Name: totvs/tir
Description:
# Pull Request
## release/v1.20.7rc2
# Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (issue)
## Type of chan... |
266 | null | hummingbot/dashboard | # Repository Context
Name: hummingbot/dashboard
Description:
# Pull Request
## Feat/pandas-ta >= 0.4 compatibility
This PR is meant to ensure compatibility with pandas-ta >= 0.4 implemented by HB PR [#7663](https://github.com/hummingbot/hummingbot/pull/7663)
# Relevant Files Found
## frontend/visualization/indica... |
124 | null | mongodb-labs/mongo-orchestration | # Repository Context
Name: mongodb-labs/mongo-orchestration
Description:
# Pull Request
## Include "configurations" directory as part of mongo_orchestration package.
Addresses #121
# Relevant Files Found
## mongo_orchestration/common.py
```
#!/usr/bin/python
# coding=utf-8
# Copyright 2014 MongoDB, Inc.
#
# Li... |
130 | null | nsqio/pynsq | # Repository Context
Name: nsqio/pynsq
Description:
# Pull Request
## Add SIGINT handler
This adds in a SIGINT handler, to ensure that ctrl-c, is caught in the
nsq.run() loop.
@mreiferson this is a follow up from our conversation, let me know if there's anything else you'd like to see documented and/or anything el... |
5,686 | null | modin-project/modin | # Repository Context
Name: modin-project/modin
Description:
# Pull Request
## REFACTOR-#5685: add `RayWrapper.put` implementation
<!--
Thank you for your contribution!
Please review the contributing docs: https://modin.readthedocs.io/en/latest/development/contributing.html
if you have questions about contributin... |
573 | null | gridstatus/gridstatus | # Repository Context
Name: gridstatus/gridstatus
Description:
# Pull Request
## feat(ENG 1045): IESO Resource Adequacy Retry Logic
## Summary
This adds some retry logic to the `get_resource_adequacy_report`, namely the underlying `_get_all_resource_adequacy_jsons()` method.
### Details
The error seems to be du... |
140 | null | EleutherAI/delphi | # Repository Context
Name: EleutherAI/delphi
Description:
# Pull Request
## Add functionality to .display()
# Relevant Files Found
## delphi/latents/latents.py
```
from dataclasses import dataclass, field
from typing import NamedTuple, Optional
import blobfile as bf
import orjson
from jaxtyping import Float
fr... |
8,521 | null | dask/dask | # Repository Context
Name: dask/dask
Description:
# Pull Request
## Define `normalize_seq` function at import time
Avoiding redefining the function over and over again improves the performance a bit.
In my usecase `normalize_seq` went from 208ms to 138ms.
- [ ] Passes `pre-commit run --all-files`
# Relevan... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.