pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
64 | null | airo-ugent/airo-mono | # Repository Context
Name: airo-ugent/airo-mono
Description:
# Pull Request
## Initial version of Image Transforms
This PR adds a few basics image transforms to crop, resize or rotate images. This is needed for example when converting camera images to the input shape of a keypoint detector. The `ImageTransform`s ca... |
20,600 | null | scipy/scipy | # Repository Context
Name: scipy/scipy
Description:
# Pull Request
## TYP: update supported Mypy version from 1.0.0 to 1.10.0
This is pretty straightforward; needed to support Python 3.12
# Relevant Files Found
## scipy/_lib/_testutils.py
```
"""
Generic test utilities.
"""
import inspect
import os
import re
i... |
34 | null | nephila/djangocms-blog | # Repository Context
Name: nephila/djangocms-blog
Description:
# Pull Request
## Temporary disable the current_app check due to a bug in django CMS 3.0.3
# Relevant Files Found
## djangocms_blog/cms_toolbar.py
```
# -*- coding: utf-8 -*-
from cms.toolbar_base import CMSToolbar
from cms.toolbar_pool import toolb... |
8,792 | null | great-expectations/great_expectations | # Repository Context
Name: great-expectations/great_expectations
Description:
# Pull Request
## [MAINTENANCE] Raise error if constructing FDS with individual args through base context API
We've silently been failing here if a user tries to pass deconstructed FDS args - let's be explicit in erroring
- [x] Descripti... |
5,870 | null | PennyLaneAI/pennylane | # Repository Context
Name: PennyLaneAI/pennylane
Description:
# Pull Request
## Add quickstart page on mid-circuit measurements
**Context:**
The PennyLane documentation has a quickstart page on measurements, which includes a large section about mid-circuit measurements.
With the focus on dynamic circuits and mid-... |
158 | null | google-research/torchsde | # Repository Context
Name: google-research/torchsde
Description:
# Pull Request
## Enable compatibility with pytest 8.3.4
Closes https://github.com/google-research/torchsde/issues/157
# Relevant Files Found
## tests/test_brownian_interval.py
```
# Copyright 2020 Google LLC
#
# Licensed under the Apache License, ... |
5 | null | EBISPOT/gwas-sumstats-tools | # Repository Context
Name: EBISPOT/gwas-sumstats-tools
Description:
# Pull Request
## Validator
# Relevant Files Found
## gwas_sumstats_tools/cli.py
```
from pathlib import Path
from typing import List, Optional, Union
import typer
import petl as etl
from rich import print
from rich.progress import Progress, Sp... |
1,843 | null | sunpy/sunpy | # Repository Context
Name: sunpy/sunpy
Description:
# Pull Request
## [stable] 0.7.2
# Relevant Files Found
## setup.py
```
#!/usr/bin/env python
# This file is based havily on the astropy version here:
# https://github.com/astropy/package-template/blob/master/setup.py
# Which is licensed under the astropy lice... |
202 | null | anotherai-dev/anotherai | # Repository Context
Name: anotherai-dev/anotherai
Description:
# Pull Request
## Dynamically replace created_at ordering
# Relevant Files Found
## backend/core/storage/clickhouse/_utils.py
```
import os
from typing import Any
from clickhouse_connect.driver import create_async_client
from clickhouse_connect.dr... |
163 | null | circuit-synth/circuit-synth | # Repository Context
Name: circuit-synth/circuit-synth
Description:
# Pull Request
## Fix text width ratio for accurate pin label bounding boxes
## Summary
Fixes #158 - Updates the pin text width ratio from 1.0 to 0.65 to accurately match KiCad's proportional font rendering.
## Problem
The previous ratio of 1.0 as... |
15,221 | null | apache/airflow | # Repository Context
Name: apache/airflow
Description:
# Pull Request
## Fix test bug introduced by #15165
https://github.com/apache/airflow/pull/15165 introduced a bug in the
kubernetes_executor tests. This fixes that bug by changing pytest mock
<!--
Thank you for contributing! Please make sure that your code... |
11,170 | null | red-hat-storage/ocs-ci | # Repository Context
Name: red-hat-storage/ocs-ci
Description:
# Pull Request
## Cherry-pick to release4.17 multus for Vsphere (#10906)
# Relevant Files Found
## ocs_ci/deployment/vmware.py
```
"""
This module contains platform specific methods and classes for deployment
on vSphere platform
"""
import glob
impo... |
757 | null | AMWA-TV/nmos-testing | # Repository Context
Name: AMWA-TV/nmos-testing
Description:
# Pull Request
## Merge lastest code from master on is-11
Before submitting newer code to is-11, i'd like to sync up with master since is-11 has been created a few month ago.
# Relevant Files Found
## nmostesting/Config.py
```
# Copyright 2018 British ... |
2,957 | null | wevote/WeVoteServer | # Repository Context
Name: wevote/WeVoteServer
Description:
# Pull Request
## WV-2166 built list of template folders, integrating WV-2165 and WV-2163
There is a new view on email/email_template_list/ which mimics the UI and functionalities of JazzHR's email template lists
- There are buttons to create a new folder... |
23 | null | jeshraghian/snntorch | # Repository Context
Name: jeshraghian/snntorch
Description:
# Pull Request
## Examples
* spikegen targets bool condition fix
* start updating examples + tutorials
# Relevant Files Found
## snntorch/spikegen.py
```
import torch
device = torch.device("cuda") if torch.cuda.is_available() else torch.device("cpu")
... |
9,615 | null | pyg-team/pytorch_geometric | # Repository Context
Name: pyg-team/pytorch_geometric
Description:
# Pull Request
## [FutureWarning] Fixing multiple warnings generated by `is_compiling()`
The following warning:
```
======================================================================================= warnings summary ==========================... |
500 | null | SublimeText-Markdown/MarkdownEditing | # Repository Context
Name: SublimeText-Markdown/MarkdownEditing
Description:
# Pull Request
## init 2.2.7
this represents all changes in 2.2.7
# Relevant Files Found
## prepare_from_template.py
```
import sublime, sublime_plugin
class PrepareFromTemplateCommand(sublime_plugin.TextCommand):
def run(self, ... |
6,287 | null | sgl-project/sglang | # Repository Context
Name: sgl-project/sglang
Description:
# Pull Request
## fix: fix MLA for ShardedModelLoader/RemoteModelLoader
<!-- Thank you for your contribution! We appreciate it. The following guidelines will help improve your pull request and facilitate feedback. If anything is unclear, don't hesitate to s... |
185 | null | jdf/processing.py | # Repository Context
Name: jdf/processing.py
Description:
# Pull Request
## Update Perspective.py
removed Java style comments and changes in documentation of the example
# Relevant Files Found
## examples.py/3D/Camera/Perspective.py
```
"""
* Perspective.
*
* Move the mouse left and right to change the field... |
6 | null | opentensor/bittensor | # Repository Context
Name: opentensor/bittensor
Description:
# Pull Request
## [WIP] Fixing Rehoboam and CUDA device compatibility
** Context **
This PR fixes rehoboam the same way we fixed up MNIST and also fixes the CUDA device compatibility issue introduced in the last change.
Additionally, this also fixes b... |
1,254 | null | Increase/increase-python | # Repository Context
Name: Increase/increase-python
Description:
# Pull Request
## release: 0.380.0
Automated Release PR
---
## 0.380.0 (2025-11-04)
Full Changelog: [v0.379.0...v0.380.0](https://github.com/Increase/increase-python/compare/v0.379.0...v0.380.0)
### Features
* **api:** api update ([e7c4e57](https... |
1,240 | null | awslabs/mcp | # Repository Context
Name: awslabs/mcp
Description:
# Pull Request
## fix(aws-api-mcp): simplifying validation logic and added documentation
…n logic
<!-- markdownlint-disable MD041 MD043 -->
Optimize security policy elicitation support computation and improve error handling
## Summary
### Changes
Th... |
468 | null | rapidsms/rapidsms | # Repository Context
Name: rapidsms/rapidsms
Description:
# Pull Request
## Add missing migrations for Python3
I started my first RapidSMS Python 3 project the other day and Django complained of missing migrations. This is because some of the field `help_text` and `choices` values were bytestrings, both in the mode... |
2,192 | null | python-discord/bot | # Repository Context
Name: python-discord/bot
Description:
# Pull Request
## Fix autobans not working for invite filters
The autoban implementation didn't work with invites, since the filter result is a dictionary with potentially more than one entry (each potentially having its own reason).
# Relevant Files Found... |
119 | null | uktrade/platform-tools | # Repository Context
Name: uktrade/platform-tools
Description:
# Pull Request
## DBTP-343 Correct Handling of hyphens when getting Load Balancer details
For https://uktrade.atlassian.net/browse/DBTP-343
I should have tested my code manually, there were extra hyphen separated things on the end of the cluster and ... |
1 | null | testdrivenio/fastapi-jwt | # Repository Context
Name: testdrivenio/fastapi-jwt
Description:
# Pull Request
## Updates
# Relevant Files Found
## app/api.py
```
from fastapi import FastAPI, Body, Depends
from app.auth.auth_bearer import JWTBearer
from app.auth.auth_handler import signJWT
from app.model import UserSchema, UserLoginSchema, ... |
285 | null | biocommons/anyvar | # Repository Context
Name: biocommons/anyvar
Description:
# Pull Request
## feat!: use updated `agct` release
The new agct release includes several changes that make our lives easier over here:
* A cached `get_converter()` function, so that we don't need to keep track of existing liftover machine instances oursel... |
22,080 | null | huggingface/transformers | # Repository Context
Name: huggingface/transformers
Description:
# Pull Request
## Fix gradient checkpointing bug in Speecht5
This PR fixes a bug that a user can encounter while using generate and models that use gradient_checkpointing.
Fixes Issue https://github.com/huggingface/transformers/issues/21737
cc @... |
41 | null | CharlesP44/Beem_Energy | # Repository Context
Name: CharlesP44/Beem_Energy
Description:
# Pull Request
## Create select.py
# Relevant Files Found
# Edits
This pull request adds support for two new select entities in the Beem Energy Home Assistant integration: one to control the battery mode (auto, pause, advanced) and another to set ... |
1,692 | null | Azure/azure-sdk-for-python | # Repository Context
Name: Azure/azure-sdk-for-python
Description:
# Pull Request
## [ServicebusMgmt] Geo DR API
Generated from RestAPI PR: https://github.com/Azure/azure-rest-api-specs/pull/2126
# Relevant Files Found
## azure-mgmt-servicebus/azure/mgmt/servicebus/models/arm_disaster_recovery.py
```
# coding=u... |
6,373 | null | dmwm/WMCore | # Repository Context
Name: dmwm/WMCore
Description:
# Pull Request
## filter missing PNN PSN mapping for MSS and Buffer
fixes #6371
# Relevant Files Found
## src/python/WMCore/Services/SiteDB/SiteDB.py
```
#!/usr/bin/env python
"""
_SiteDB_
API for dealing with retrieving information from SiteDB
"""
from WMCo... |
298 | null | kscalelabs/ksim | # Repository Context
Name: kscalelabs/ksim
Description:
# Pull Request
## Fix checkpointing
# Relevant Files Found
## ksim/task/rl.py
```
"""Defines a standard task interface for training reinforcement learning agents."""
__all__ = [
"RLConfig",
"RLTask",
"RolloutConstants",
"RolloutSharedState... |
9 | null | jacobgil/confidenceinterval | # Repository Context
Name: jacobgil/confidenceinterval
Description:
# Pull Request
## Added code to generate a classification report
Hi @jacobgil,
This pull request aims to allow users to generate a classification report similar to those created by [scikit-learn](https://scikit-learn.org/stable/modules/generate... |
204 | null | lepinkainen/pyfibot | # Repository Context
Name: lepinkainen/pyfibot
Description:
# Pull Request
## Feature/admin only commands
Added core functionability for admin-only commands
def admin_allow(bot, user, channel, args):
bot.say(channel, "Example of a command only allowed to an admin")
Admin commands are invisible to normal ... |
198 | null | wagtail-nest/wagtail-personalisation | # Repository Context
Name: wagtail-nest/wagtail-personalisation
Description:
# Pull Request
## Variants are not deleted for page descendants
When deleting a page that has descendants with variants, they don't get picked up in the `before_delete_page` hook, and therefore don't get deleted which triggers `ProtectedEr... |
329 | null | optimagic-dev/optimagic | # Repository Context
Name: optimagic-dev/optimagic
Description:
# Pull Request
## Use Hessian to store polynomial coefficients
Before we stored coefficients of quadratic model using `a, b, C` such that
```python
f(x) = a + b.T x + x.T C x
```
Now we store coefficients using `a, g, H` such that
```python
... |
386 | null | modal-labs/modal-examples | # Repository Context
Name: modal-labs/modal-examples
Description:
# Pull Request
## fix DBT example metadata
<!--
✍️ Write a short summary of your work. Screenshots and videos are welcome!
-->
### Type of Change
- [ ] New Example
- [x] Example updates (Bug fixes, new features, etc.)
- [ ] Other (changes... |
344 | null | 4DNucleome/PartSeg | # Repository Context
Name: 4DNucleome/PartSeg
Description:
# Pull Request
## Add remove/cancel task in batch procesing (Sourcery refactored)
Pull Request #343 refactored by [Sourcery](https://sourcery.ai/github/).
If you're happy with these changes, merge this Pull Request using the *Squash and merge* strategy.
*... |
509 | null | TsubakiBotPad/pad-cogs | # Repository Context
Name: TsubakiBotPad/pad-cogs
Description:
# Pull Request
## Add series type priority in id3
# Relevant Files Found
## crud/crud.py
```
import json
import logging
import os
from datetime import datetime
from io import BytesIO
import aiofiles
import discord
import pymysql
from redbot.core im... |
140 | null | blockscout/mcp-server | # Repository Context
Name: blockscout/mcp-server
Description:
# Pull Request
## Add REST API scaffolding
## Summary
- add new `api` package with placeholder routes and dependencies
- enable `--rest` flag for server CLI
- update project layout docs in `AGENTS.md`
- test server CLI behavior
Closes #135
------
http... |
50 | null | parneetsingh022/quantium | # Repository Context
Name: parneetsingh022/quantium
Description:
# Pull Request
## fix: fixes issue #48, duplicate unit names in multiplication
# Relevant Files Found
## src/quantium/core/quantity.py
```
"""
quantium.core.quantity
======================
Defines the `Unit` and `Quantity` classes for representin... |
918 | null | bilby-dev/bilby | # Repository Context
Name: bilby-dev/bilby
Description:
# Pull Request
## BUG: Allow posterior files with inconsistent priors to be merged.
# Relevant Files Found
## cli_bilby/bilby_result.py
```
""" A command line interface to ease the process of batch jobs on result files
Examples
--------
To convert all the... |
1,939 | null | recommenders-team/recommenders | # Repository Context
Name: recommenders-team/recommenders
Description:
# Pull Request
## Remove non essential deps
### Description
<!--- Describe your changes in detail -->
<!--- Why is this change required? What problem does it solve? -->
- pyyaml
- tf-slim
- databricks_cli
- pytest-rerunfailures
### Re... |
3,059 | null | alphagov/notifications-api | # Repository Context
Name: alphagov/notifications-api
Description:
# Pull Request
## Add cancel routes to cbc proxy clients
This is so we could send cancel messages to the lambda.
# Relevant Files Found
## app/celery/broadcast_message_tasks.py
```
import uuid
from flask import current_app
from notifications_uti... |
1,457 | null | robotframework/RIDE | # Repository Context
Name: robotframework/RIDE
Description:
# Pull Request
## Fix wildcards used in file open dialogs.
In OSX, spaces in between | and wildcard definition cause
the defintion not to work. Also did some cleanup
Fixes #1457
# Relevant Files Found
## src/robotide/spec/specimporter.py
```
# Copyr... |
118 | null | EFRAG-EU/Digital-Template-to-XBRL-Converter | # Repository Context
Name: EFRAG-EU/Digital-Template-to-XBRL-Converter
Description:
# Pull Request
## Improve support for various characters in typed dimension values
Better clean a typed dimension value (XML escape certain characters, remove others) before using it.
Merge #116 first as this depends on it.
# ... |
20 | null | yomidevs/local-audio-yomichan | # Repository Context
Name: yomidevs/local-audio-yomichan
Description:
# Pull Request
## feat: use platform-specific paths when running as a standalone program
The program now looks for the appropriate, native and platform-specific paths when reading/writing data and configuration. The `user_files` directory will st... |
78 | null | DUNE/2x2_sim | # Repository Context
Name: DUNE/2x2_sim
Description:
# Pull Request
## Updates from MiniRunF6.3
Just a bunch of minor fixes / cleanups from MiniRunF6.3
# Relevant Files Found
## run-validation/edepsim_validation.py
```
#!/usr/bin/env python3
import matplotlib
import matplotlib.pyplot as plt
import h5py
import a... |
252 | null | urllib3/urllib3 | # Repository Context
Name: urllib3/urllib3
Description:
# Pull Request
## TimeoutErrors should cause retries.
This contains the fix for #251 and a very very broken test. Submitted for your perusal and to prevent my head exploding.
# Relevant Files Found
## test/test_connectionpool.py
```
import unittest
from u... |
7 | null | mceq-project/daemonflux | # Repository Context
Name: mceq-project/daemonflux
Description:
# Pull Request
## Add access to chi2
This update exposes the chi2 function to the public interface.
```
from daemonflux import Flux
flu = Flux()
print(flu.chi2())
> 0.0
print(flu.chi2({'GSF_1': 1.0, 'GSF_5': -1.0}))
> 16.788997480515302
```
... |
95 | null | eval-sys/mcpmark | # Repository Context
Name: eval-sys/mcpmark
Description:
# Pull Request
## Feat/pw tasks
# Relevant Files Found
## tasks/playwright/cloudflare_turnstile_challenge/task_1/verify.py
```
#!/usr/bin/env python3
"""
Simplified verification script for Playwright Cloudflare Turnstile authentication task.
This script ... |
147 | null | ElementalAlchemist/txircd | # Repository Context
Name: ElementalAlchemist/txircd
Description:
# Pull Request
## Add a command alias module
What it says on the tin. It's very basic in concept. I wanted to make it so that you could actually split up the parameters but I figured that would get very messy and needlessly complicated as I can't thi... |
63 | null | gintas/django-picklefield | # Repository Context
Name: gintas/django-picklefield
Description:
# Pull Request
## Added testing for Django 4.1.
# Relevant Files Found
## setup.py
```
from setuptools import find_packages, setup
import picklefield
with open('README.rst') as file_:
long_description = file_.read()
setup(
name='django... |
344 | null | ml-explore/mlx-lm | # Repository Context
Name: ml-explore/mlx-lm
Description:
# Pull Request
## fix error on unsupported response type in server
## PR Summary
This small PR fixes the error on unsupported response type in server.
# Relevant Files Found
## mlx_lm/server.py
```
# Copyright © 2023-2024 Apple Inc.
import argparse
impo... |
25,627 | null | langchain-ai/langchain | # Repository Context
Name: langchain-ai/langchain
Description:
# Pull Request
## milvus: add_db_milvus_connection
Thank you for contributing to LangChain!
- [x] **PR title**: "package: description"
- Where "package" is whichever of langchain, community, core, experimental, etc. is being modified. Use "docs: .... |
110 | null | pingcap/pytidb | # Repository Context
Name: pingcap/pytidb
Description:
# Pull Request
## chore: refine the rag example
Make RAG example like a chatbox application.
before:

after:
, exc, exc.__traceback__) to logger.error in
FastAPI exception handlers so we always get stack traces in server logs
even when handlers run outside an a... |
2,931 | null | nerfstudio-project/nerfstudio | # Repository Context
Name: nerfstudio-project/nerfstudio
Description:
# Pull Request
## Make time slider effective in viewer (Fixes #2928)
This pull request makes the time slider in the Control panel of the viser viewer effective again, for dynamic models.
The Render panel still misses options to set a per-keyfr... |
221 | null | cfengine/cfbs | # Repository Context
Name: cfengine/cfbs
Description:
# Pull Request
## ENT-12738: Added an error when the policy set path is not a directory
# Relevant Files Found
## cfbs/commands.py
```
"""
Functions ending in "_command" are dynamically included in the list of commands
in main.py for -h/--help/help.
"""
imp... |
79 | null | fustom/python-ariston-api | # Repository Context
Name: fustom/python-ariston-api
Description:
# Pull Request
## Add get power option to evo device
# Relevant Files Found
## ariston/evo_device.py
```
"""Evo device class for Ariston module."""
from __future__ import annotations
import logging
from datetime import datetime
from typing impor... |
1,297 | null | lhotse-speech/lhotse | # Repository Context
Name: lhotse-speech/lhotse
Description:
# Pull Request
## Add new recipe: speechio
https://github.com/SpeechColab/Leaderboard. It includes 26 Chinese test sets for ASR.
# Relevant Files Found
## lhotse/bin/modes/recipes/__init__.py
```
from .adept import *
from .aidatatang_200zh import *
fro... |
4 | null | TanGeeGo/toolbox | # Repository Context
Name: TanGeeGo/toolbox
Description:
# Pull Request
## Add Readme doc.
# Relevant Files Found
## models/network_mimounet.py
```
import math
import torch
import torch.nn as nn
import torch.nn.functional as F
class BasicConv(nn.Module):
def __init__(self, in_channel, out_channel, kernel_s... |
4,149 | null | opsmill/infrahub | # Repository Context
Name: opsmill/infrahub
Description:
# Pull Request
## feat(codespaces): ensure demo data is included in prebuilt
# Relevant Files Found
## tasks/shared.py
```
import os
import platform
import re
import sys
from enum import Enum
from pathlib import Path
from typing import Optional, Union
fr... |
101 | null | matplotlib/cheatsheets | # Repository Context
Name: matplotlib/cheatsheets
Description:
# Pull Request
## bump matplotlib version
Bump the version of matplotlib being used to generate the cheatsheets and handouts.
This is done with:
```shell
bumpversion minor && make requirements
```
# Relevant Files Found
# Edits
This pull requ... |
1,257 | null | subzeroid/instagrapi | # Repository Context
Name: subzeroid/instagrapi
Description:
# Pull Request
## Update hashtag.py
fix hashtag_medias_recent to return recent medias of hashtag , it returns top hashtag medias in last version
https://github.com/adw0rd/instagrapi/issues/1256
# Relevant Files Found
## instagrapi/mixins/hashtag.... |
234 | null | FPGA-Research/FABulous | # Repository Context
Name: FPGA-Research/FABulous
Description:
# Pull Request
## FABulous: Extend .env default paths and update gitignore
Extend default paths for .env files to common folders.
Add ".env" and "venv" to gitignore.
# Relevant Files Found
## FABulous/FABulous.py
```
#!/usr/bin/env python
# Copyr... |
453 | null | msiemens/tinydb | # Repository Context
Name: msiemens/tinydb
Description:
# Pull Request
## Trivial typos
A couple of trivial typos.
# Relevant Files Found
## tinydb/table.py
```
"""
This module implements tables, the central place for accessing and manipulating
data in TinyDB.
"""
from typing import (
Callable,
Dict,
... |
87 | null | qwikgeo/qwikgeo-api | # Repository Context
Name: qwikgeo/qwikgeo-api
Description:
# Pull Request
## Updates for imports api validation
Resolves #84
# Relevant Files Found
## qwikgeo_api/routers/analysis/router.py
```
"""QwikGeo API - Analysis"""
from fastapi import APIRouter, BackgroundTasks, Request, Depends
from tortoise.expressi... |
59 | null | withceleste/celeste-python | # Repository Context
Name: withceleste/celeste-python
Description:
# Pull Request
## feat: add missing ElevenLabs models and voices
## Changes
### New Models
Added four missing ElevenLabs models:
- `eleven_v3` - Eleven v3 model
- `eleven_turbo_v2_5` - Eleven Turbo v2.5 model
- `eleven_flash_v2` - Eleven Flash v2... |
45 | null | fransking/flink-statefun-tasks | # Repository Context
Name: fransking/flink-statefun-tasks
Description:
# Pull Request
## Pipeline related fixes for issues #42, #43, #44.
Exceptions thrown in in_parallel groups were not always emitted
Nested parallel workflows did not always invoke continations correctly
Pipeline helper functions were all recurs... |
81 | null | paulgavrikov/visualkeras | # Repository Context
Name: paulgavrikov/visualkeras
Description:
# Pull Request
## Resolve issue #77
Fix Pillow incompatability with versions 10.0.0 and over. Before, text would not appear because `label_patch_size` would not take into account text width, due to changes in the `font.getbbox` method which offset the... |
90 | null | xarray-contrib/xskillscore | # Repository Context
Name: xarray-contrib/xskillscore
Description:
# Pull Request
## update accessor
Closes #87, #89
# Relevant Files Found
## xskillscore/core/accessor.py
```
import xarray as xr
from .deterministic import pearson_r, pearson_r_p_value, rmse, mse, mae
from .probabilistic import xr_crps_gau... |
4,206 | null | alphagov/notifications-admin | # Repository Context
Name: alphagov/notifications-admin
Description:
# Pull Request
## add new daily sms provider volumes report
nearly identical to the daily-volumes-report but sms only, and split up by provider
see https://github.com/alphagov/notifications-api/pull/3502
# Relevant Files Found
## app/main/vie... |
100 | null | sotetsuk/pgx | # Repository Context
Name: sotetsuk/pgx
Description:
# Pull Request
## fix color_mode in Go
# Relevant Files Found
## pgx/go_utils.py
```
from dataclasses import dataclass
import svgwrite # type: ignore
from svgwrite import cm
from .go import GoState, get_board
@dataclass
class VisualizerConfig:
black_... |
53 | null | santi-pdp/pase | # Repository Context
Name: santi-pdp/pase
Description:
# Pull Request
## missing condition in rnn on top of aspp
# Relevant Files Found
## pase/models/frontend.py
```
import torch
import torch.nn.functional as F
import torch.nn as nn
import json
from .aspp import aspp_resblock
from pase.models.WorkerScheduler.e... |
308 | null | ml-explore/mlx-lm | # Repository Context
Name: ml-explore/mlx-lm
Description:
# Pull Request
## Allow empty prompt with input_embeddings
This PR allows the following `generate_step` parameter combinations. Currently only 1 and 3 are allowed.
1. `len(prompt) > 0 and input_embeddings is None` i.e. prompt only
2. `len(prompt) == 0 an... |
25 | null | chmouel/nextmeeting | # Repository Context
Name: chmouel/nextmeeting
Description:
# Pull Request
## Configuration normalization
This pull request improves configuration file handling in the `nextmeeting` CLI by ensuring that both hyphens and underscores are accepted in configuration keys, making the tool more flexible and user-friendly.... |
187 | null | jpype-project/jpype | # Repository Context
Name: jpype-project/jpype
Description:
# Pull Request
## Support passing Class objects into java
Hi,
[I'm assuming this is the right place to send jpype patches as you're linked to from PyPi],
Currently, passing Java Class objects from python into any Java method, fails. They're implicitly tr... |
885 | null | mwaskom/seaborn | # Repository Context
Name: mwaskom/seaborn
Description:
# Pull Request
## Fix #719: UnicodeEncodingError in FacetGrid
These commits fix the Unicode-related issue #719 (see the commit messages for details). It may be possible that there are still more places in the code in which a conversion to Unicode is necessary.... |
98 | null | D-X-Y/AutoDL-Projects | # Repository Context
Name: D-X-Y/AutoDL-Projects
Description:
# Pull Request
## Two Minor Revisions
Two Minor Revisions
# Relevant Files Found
## lib/models/xcore.py
```
#####################################################
# Copyright (c) Xuanyi Dong [GitHub D-X-Y], 2021.04 #
###################################... |
93 | null | CWRUbotix/rov-23 | # Repository Context
Name: CWRUbotix/rov-23
Description:
# Pull Request
## Motor fixes
# Relevant Files Found
## pi/pixhawk_communication/pixhawk_communication/pixhawk_communication.py
```
from pymavlink import mavutil
from pymavlink.mavutil import mavfile
import rclpy
from rclpy.node import Node, Subscription
... |
18,053 | null | scikit-learn/scikit-learn | # Repository Context
Name: scikit-learn/scikit-learn
Description:
# Pull Request
## TST: Use assert_allclose instead of equality in FP comparison
Closes: #18031
# Relevant Files Found
## sklearn/decomposition/tests/test_pca.py
```
import numpy as np
import scipy as sp
import pytest
from sklearn.utils._testing ... |
1,817 | null | PyAV-Org/PyAV | # Repository Context
Name: PyAV-Org/PyAV
Description:
# Pull Request
## Remove unused variables
# Relevant Files Found
## av/container/core.pyx
```
from cython.operator cimport dereference
from libc.stdint cimport int64_t
import os
import time
from enum import Flag, IntEnum
from pathlib import Path
cimport li... |
32,063 | null | frappe/frappe | # Repository Context
Name: frappe/frappe
Description:
# Pull Request
## fix: increase failure threshold for preapred report
Because of long queues and longer reports
# Relevant Files Found
## frappe/core/doctype/prepared_report/prepared_report.py
```
# Copyright (c) 2018, Frappe Technologies and contributors
# ... |
318 | null | awslabs/graphstorm | # Repository Context
Name: awslabs/graphstorm
Description:
# Pull Request
## Add eval metric mae
*Issue #, if available:*
*Description of changes:* Add evaluation metric MAE for regression tasks.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, u... |
239 | null | wenet-e2e/WeTextProcessing | # Repository Context
Name: wenet-e2e/WeTextProcessing
Description:
# Pull Request
## [fix] fix tn, punct with space
# Relevant Files Found
## tn/english/normalizer.py
```
# Copyright (c) 2022 Zhendong Peng (pzd17@tsinghua.org.cn)
# Copyright (c) 2024 Xingchen Song (sxc19@tsinghua.org.cn)
#
# Licensed under the ... |
102 | null | Kludex/starlette | # Repository Context
Name: Kludex/starlette
Description:
# Pull Request
## Form parsing
Discovered the rather excellent https://github.com/andrew-d/python-multipart library which is *exactly* what we need.
- [x] Implement MultiPart parsing
- [x] Implement URLEncoded parsing
- [ ] Support alternative transfer e... |
56 | null | Blockchain-Technology-Lab/consensus-decentralization | # Repository Context
Name: Blockchain-Technology-Lab/consensus-decentralization
Description:
# Pull Request
## Automate data collection process
Added a script that can be executed to retrieve all relevant data in one go instead of manually running each query on BigQuery console and saving the results. It requires a... |
28 | null | AhqafCoder/AICropRecommendation | # Repository Context
Name: AhqafCoder/AICropRecommendation
Description:
# Pull Request
## disease detection production
# Relevant Files Found
## diseases_detection_ai/api/main.py
```
"""
FastAPI Backend for Crop Disease Detection
Provides REST API endpoints for disease prediction with visual explanations
"""
... |
462 | null | sfepy/sfepy | # Repository Context
Name: sfepy/sfepy
Description:
# Pull Request
## fix Problem.setup_output(): allow dots in domain name
# Relevant Files Found
## sfepy/discrete/problem.py
```
from __future__ import absolute_import
import os
import os.path as op
import time
from copy import copy
import numpy as nm
from sf... |
101 | null | Unity-Technologies/obstacle-tower-env | # Repository Context
Name: Unity-Technologies/obstacle-tower-env
Description:
# Pull Request
## Update to v2.2
* v2.2 Hotfix release.
* Resolves issue with reset parameters sometimes not being updated during `env.reset`.
* Resolves issue where agents could possibly skip levels.
# Relevant Files Found
##... |
217 | null | petrobras/ross | # Repository Context
Name: petrobras/ross
Description:
# Pull Request
## Add tapered shaft element
- Add new element: tapered shaft element
- Add class ShaftTaperedElement
- This class have, basically, the same inputs than "ShaftElement". The difference relies on entering the diameters of each side of the elem... |
119 | null | golf-mcp/golf | # Repository Context
Name: golf-mcp/golf
Description:
# Pull Request
## Aschlean/fix root level importing components
# Pull Request Template
## Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.
Fixes # (issue)
## Type of cha... |
178 | null | anaconda-graveyard/conda-concourse-ci | # Repository Context
Name: anaconda-graveyard/conda-concourse-ci
Description:
# Pull Request
## add examine
# Relevant Files Found
## conda_concourse_ci/cli.py
```
import argparse
import logging
import os
from conda_build.conda_interface import cc_conda_build
from conda_concourse_ci import __version__, execut... |
29 | null | ExtensityAI/symbolicai | # Repository Context
Name: ExtensityAI/symbolicai
Description:
# Pull Request
## added OpenAICostTracker component
The `OpenAICostTracker` (#27) is supposed to offer cost transparency with our API. For example, now our Symbia chatbot (symchat) can be cost evaluated as well. I've opted for context managers, because ... |
24,728 | null | spyder-ide/spyder | # Repository Context
Name: spyder-ide/spyder
Description:
# Pull Request
## PR: Remove unused Rope file (Utils)
## Description of Changes
That file gives the wrong impression that Spyder relies on Rope, but it doesn't at the moment.
### Issue(s) Resolved
Fixes #
### Affirmation
By submitting this Pul... |
13,498 | null | sgl-project/sglang | # Repository Context
Name: sgl-project/sglang
Description:
# Pull Request
## [HiCache] fix unit test with changed new APIs
<!-- Thank you for your contribution! Please follow these guidelines to enhance your pull request. If anything is unclear, submit your PR and reach out to maintainers for assistance. Join our S... |
4,597 | null | readthedocs/readthedocs.org | # Repository Context
Name: readthedocs/readthedocs.org
Description:
# Pull Request
## Fixes an issue with duplicate gold subscriptions
This PR fixes a bug that could result in a user having multiple gold subscriptions.
I am also going to go back through our gold subscriptions and find any users that have more th... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.