pr_id
int64
repo_id
null
repo_name
string
text
string
28
null
CursorTouch/Windows-MCP
# Repository Context Name: CursorTouch/Windows-MCP Description: # Pull Request ## Failed to validate tool error fix # Relevant Files Found ## main.py ``` from live_inspect.watch_cursor import WatchCursor from contextlib import asynccontextmanager from fastmcp.utilities.types import Image from humancursor import...
116
null
klen/pylama
# Repository Context Name: klen/pylama Description: # Pull Request ## Fix build with ASCII locale fixes #93 # Relevant Files Found ## setup.py ``` #!/usr/bin/env python """Setup pylama installation.""" import re import sys from os import path as op from setuptools import setup, find_packages _read = lambda ...
5,234
null
quantumlib/Cirq
# Repository Context Name: quantumlib/Cirq Description: # Pull Request ## Fix default QuantumStateRepresentation sampler for qudits Now that there's a default sample method for QuantumStateRepr, I updated a test function to use that instead (by removing the custom implementation that test used previously). The test...
2,612
null
Avaiga/taipy
# Repository Context Name: Avaiga/taipy Description: # Pull Request ## Re entrant and thread safe reloader (#2589) ## What type of PR is this? (Check all that apply) - [ ] 🛠 Refactor - [x] ✨ Feature - [ ] 🐛 Bug Fix - [ ] ⚡ Optimization - [ ] 📝 Documentation Update ## Description Required by enterpri...
235
null
voxel51/fiftyone-plugins
# Repository Context Name: voxel51/fiftyone-plugins Description: # Pull Request ## Dashboard fixes/optimizations ## Change log - Fixes plot selection callbacks for numeric histograms - Fixes on-view-change plot reloading, which was accidentally broken in https://github.com/voxel51/fiftyone-plugins/pull/229/comm...
110
null
SmileyChris/easy-thumbnails
# Repository Context Name: SmileyChris/easy-thumbnails Description: # Pull Request ## Add a THUMBNAIL_PRESERVE_EXTENSIONS setting This allows for thumbnails to be output in the same format as they were provided. For instance, if you always want to create lossless PNG thumbnails from PNG sources. # Relevant Files...
179
null
allenai/olmo-cookbook
# Repository Context Name: allenai/olmo-cookbook Description: # Pull Request ## Add support to zone, gantry multiple versions, RULER aggregation <!-- CURSOR_SUMMARY --> > [!NOTE] > Adds runtime compatibility for multiple `beaker-py`/`beaker-gantry` versions and introduces an `olmo3:ruler:v1` (4k–64k) grouped task s...
71
null
TheDataRideAlongs/ProjectDomino
# Repository Context Name: TheDataRideAlongs/ProjectDomino Description: # Pull Request ## Added code to fetch based on hydrated account status # Relevant Files Found ## modules/Neo4jDataAccess.py ``` import ast import json import time import re import enum from datetime import datetime import pandas as pd fro...
107
null
natekspencer/hacs-oasis_mini
# Repository Context Name: natekspencer/hacs-oasis_mini Description: # Pull Request ## Use helper to get image from track dictionary <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Release Notes * **Refactor** * Internal optimization of image URL handlin...
286
null
jpype-project/jpype
# Repository Context Name: jpype-project/jpype Description: # Pull Request ## Fix for errors on windows platform with long array. Fix for issue #285 # Relevant Files Found ## test/jpypetest/array.py ``` #***************************************************************************** # Copyright 2004-2008 Ste...
2,008
null
Azure/Azure-Sentinel
# Repository Context Name: Azure/Azure-Sentinel Description: # Pull Request ## Updated Gov Changes to SlackAudit data connector Fixes # ## Proposed Changes - - - # Relevant Files Found ## DataConnectors/SlackAudit/SlackAuditAPISentinelConnector/__init__.py ``` import requests import json import...
286
null
cleanlab/cleanlab-studio
# Repository Context Name: cleanlab/cleanlab-studio Description: # Pull Request ## [DE] implement `wait_until_ready` function for `EnrichmentProject` The `wait_until_ready` function is designed to wait until the latest enrichment job is completed. It uses a progress bar to provide visual feedback on the job's progr...
167
null
mantle-convection-constrained/terratools
# Repository Context Name: mantle-convection-constrained/terratools Description: # Pull Request ## Fix incorrect docstring for solidus pressure units Fix the docstrings of `properties.profiles.Simon_Glatzel_lower_mantle_Fiquet` and `properties.profiles.peridotite_solidus` to correctly describe the units of pressure...
3,680
null
hail-is/hail
# Repository Context Name: hail-is/hail Description: # Pull Request ## Better errors for hl.utils.range_table / range_matrix_table when a number is > max int # Relevant Files Found ## python/hail/utils/misc.py ``` import hail from hail.utils.java import Env, joption, error from hail.typecheck import enumeration,...
2,671
null
PaddlePaddle/FastDeploy
# Repository Context Name: PaddlePaddle/FastDeploy Description: # Pull Request ## Update CI test cases Updated CI test cases to support the latest deployment workflows # Relevant Files Found ## test/ci_use/test_qwen2_offline.py ``` # Copyright (c) 2024 PaddlePaddle Authors. All Rights Reserved. # # Licensed unde...
3
null
jadchaar/sec-edgar-downloader
# Repository Context Name: jadchaar/sec-edgar-downloader Description: # Pull Request ## Rename internal variables and update setup.py # Relevant Files Found ## sec_edgar_downloader/Downloader.py ``` from collections import namedtuple from datetime import date from pathlib import Path import requests from bs4 i...
676
null
neurostuff/NiMARE
# Repository Context Name: neurostuff/NiMARE Description: # Pull Request ## Reduce memory usage of `KernelTransformer.transform` and `meta.utils.compute_kda_ma` <!--- This is a suggested pull request template for NiMARE. It's designed to capture information we've found to be useful in reviewing pull requests. ...
3
null
googleapis/python-documentai-toolbox
# Repository Context Name: googleapis/python-documentai-toolbox Description: # Pull Request ## Chore: Add DocumentWrapper, EntityWrapper, PageWrapper BEGIN_COMMIT_OVERRIDE feat: Initial Release END_COMMIT_OVERRIDE # Relevant Files Found ## noxfile.py ``` # -*- coding: utf-8 -*- # Copyright 2022 Google LLC # # ...
4,444
null
pytest-dev/pytest
# Repository Context Name: pytest-dev/pytest Description: # Pull Request ## fix #4386 - handle uninitialized exceptioninfo in repr/str this is a backport of the fixing strategy from #4438 # Relevant Files Found ## src/_pytest/_code/code.py ``` from __future__ import absolute_import from __future__ import divisi...
3
null
pcandoalmeida/data-engineering-resources
# Repository Context Name: pcandoalmeida/data-engineering-resources Description: # Pull Request ## Added week2 cafe cli Copied current main branch (week 2 requirements) to my folder in this repo. Removed the .git folder from my project. # Relevant Files Found # Edits This pull request adds a command-line inter...
22
null
heylouiz/myinstantsbot
# Repository Context Name: heylouiz/myinstantsbot Description: # Pull Request ## Yet again fix the audio link selector # Relevant Files Found ## myinstants.py ``` #!/bin/env python """ Module that search sounds in www.myinstants.com Author: Luiz Francisco Rodrigues da Silva <luizfrdasilva@gmail.com> ""...
1,582
null
napari/napari
# Repository Context Name: napari/napari Description: # Pull Request ## Add support for deprecate signal in EmitterGroup # Description <!-- What does this pull request (PR) do? Why is it necessary? --> <!-- Tell us about your new feature, improvement, or fix! --> This PR allow to provide alias for changed/remov...
99
null
sparks-baird/xtal2png
# Repository Context Name: sparks-baird/xtal2png Description: # Pull Request ## modify `structures` directly instead of appending to a new list https://github.com/sparks-baird/xtal2png/issues/98 # Relevant Files Found ## src/xtal2png/core.py ``` """Crystal to PNG conversion core functions and scripts.""" import ...
31
null
softwareone-platform/mpt-extension-sdk
# Repository Context Name: softwareone-platform/mpt-extension-sdk Description: # Pull Request ## [MPT-11753] Migrated swo_rql to sdk to later migrate it to a different library Migrated swo_rql to sdk to later migrate it to a different library https://softwareone.atlassian.net/browse/MPT-11753 # Relevant Files F...
46,420
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## AIP-72: Enhancing task SDK to support nested tuples in template fields <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional...
2,707
null
DataBiosphere/azul
# Repository Context Name: DataBiosphere/azul Description: # Pull Request ## Fix: Full manifest fails to generate for large requests (#2452) Author - [x] PR title references issue - [x] Title of main commit references issue - [x] PR is linked to Zenhub issue Author (reindex) - [x] Added `r` tag to commit...
2
null
jonigl/ollama-mcp-bridge
# Repository Context Name: jonigl/ollama-mcp-bridge Description: # Pull Request ## Fix "ollama-mcp-bridge" script install Hi, (Many thanks for this simple but effective project.) Previously the script installed from the pyproject.toml pointed to a missing method of main.py [project.scripts] ollama-mcp-bri...
2,622
null
ethereum/web3.py
# Repository Context Name: ethereum/web3.py Description: # Pull Request ## More black linting ### What was wrong? I noticed that setup.py wasn't being linted, so added a CI check, and updated both bumpversion and the docs config to make sure they could find the correct version. ### How was it fixed? - s...
255
null
MLBazaar/MLPrimitives
# Repository Context Name: MLBazaar/MLPrimitives Description: # Pull Request ## Update dependencies and migrate to GH Actions Update dependencies and migrate to GH Actions # Relevant Files Found ## mlprimitives/candidates/timeseries/cyclegan.py ``` # -*- coding: utf-8 -*- import logging from functools import pa...
1,098
null
spotDL/spotify-downloader
# Repository Context Name: spotDL/spotify-downloader Description: # Pull Request ## Switch to rich Drop TQDM in favor of [willmcgugan/rich](https://github.com/willmcgugan/rich) This was #1037 before branch convention changes. #1037 was part of #895 but I created a new PR after asyncio switch. Before: ![image]...
165
null
FredrikM97/hass-surepetcare
# Repository Context Name: FredrikM97/hass-surepetcare Description: # Pull Request ## Add option to define position when user manually updates pet location # Relevant Files Found ## custom_components/surepcha/__init__.py ``` """TODO.""" import logging from typing import Any, List from surepcio import SurePetc...
327
null
numalariamodeling/covid-chicago
# Repository Context Name: numalariamodeling/covid-chicago Description: # Pull Request ## updates in process for civis, emodl generator , and startdate+Ki pairs startdate+Ki pairs in process and will depend on varying startdate PR to be merged, but for discussions might be useful to have the files on git updat...
138
null
PDOK/geopackage-validator
# Repository Context Name: PDOK/geopackage-validator Description: # Pull Request ## Check for spatialite geometry # Description Valid geometry checks (RQ5 and RQ23) now check if geometry is in the GeoPackage format using the `IsValidGPB()` function. Non-empty geometry which is not in the GeoPackage format is no...
209
null
tradingstrategy-ai/web3-ethereum-defi
# Repository Context Name: tradingstrategy-ai/web3-ethereum-defi Description: # Pull Request ## Aave v2 event reader Part of https://github.com/tradingstrategy-ai/trade-executor/issues/888 # Relevant Files Found ## eth_defi/aave_v3/constants.py ``` """Aave v3 constants.""" import enum import json import os from ...
4,802
null
dmwm/T0
# Repository Context Name: dmwm/T0 Description: # Pull Request ## Tier0 Configuration for stable beams at injection energy **Requestor** ORM ( @francescobrivio @saumyaphor4252 ) **Describe the configuration** * Release: CMSSW_13_0_0 * Run: * GTs: * expressGlobalTag: 130X_dataRun3_Express_v1 * pr...
16,284
null
spyder-ide/spyder
# Repository Context Name: spyder-ide/spyder Description: # Pull Request ## PR: Prevent IPython console actions to be added multiple times to main menus ## Description of Changes - After clicking on the Options menu of the IPython console, actions associated to that plugin were added again to our main menus. ...
12
null
robotframework/pygmentslexer
# Repository Context Name: robotframework/pygmentslexer Description: # Pull Request ## Adds But to GherkinTokenizer Fixes #11 # Relevant Files Found ## robotframeworklexer.py ``` # Copyright 2012 Nokia Siemens Networks Oyj # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use ...
82
null
stevezheng23/language_model_tf
# Repository Context Name: stevezheng23/language_model_tf Description: # Pull Request ## add trilinear attention score for attention layers # Relevant Files Found ## language_model/layer/attention.py ``` import numpy as np import tensorflow as tf from util.default_util import * from util.language_model_util im...
194
null
Clinical-Genomics/trailblazer
# Repository Context Name: Clinical-Genomics/trailblazer Description: # Pull Request ## fix(TowerWorkflow): avoid zero division ## Description ### Fixed - Avoid ZeroDivisionError by setting progress to 0 when total jobs is 0 ### How to prepare for test - [x] ssh to hasta (depending on type of change) - ...
76
null
longhorn/longhorn-tests
# Repository Context Name: longhorn/longhorn-tests Description: # Pull Request ## Add single client fixture This PR introduces a new fixture called `client` that returns a single client instance rather than multiple of them. This solves the issue of many of the tests using `clients` but only requiring one `client` ...
3,421
null
open-mmlab/mmsegmentation
# Repository Context Name: open-mmlab/mmsegmentation Description: # Pull Request ## [Bugfix] test resize with pad_shape ## Motivation When using `test_cfg` for `data_preprocessor`, `predict_by_feat` resizes to the original size, not the padded size. ``` data_preprocessor = dict( type="SegDataPreProcesso...
44
null
openprocurement/openprocurement.tender.openeu
# Repository Context Name: openprocurement/openprocurement.tender.openeu Description: # Pull Request ## Update validators <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/openprocurement/ope...
401
null
developmentseed/obstore
# Repository Context Name: developmentseed/obstore Description: # Pull Request ## Also look in `table:storage_options` for account name Closes #400 # Relevant Files Found ## obstore/python/obstore/auth/planetary_computer.py ``` """Planetary computer credential providers.""" from __future__ import annotations ...
566
null
PrefectHQ/prefect
# Repository Context Name: PrefectHQ/prefect Description: # Pull Request ## Add carriage returns to some prints Closes #560 I think only the pushing and pulling prints are uninformative, the standard docker build steps are still very useful to see. # Relevant Files Found ## src/prefect/environments.py ``` # ...
868
null
gradients-ai/G.O.D
# Repository Context Name: gradients-ai/G.O.D Description: # Pull Request ## kl oom fix - dynamic bs <!-- RECURSEML_SUMMARY:START --> ## High-level PR Summary This PR addresses an out-of-memory (OOM) issue in the KL divergence calculation function by implementing dynamic batch sizing. The changes replace the fixed...
68
null
open-thought/reasoning-gym
# Repository Context Name: open-thought/reasoning-gym Description: # Pull Request ## Revert "feat: Add Complex Arithmetic Dataset and Tests" Reverts open-thought/reasoning-gym#67 # Relevant Files Found ## reasoning_gym/algebra/__init__.py ``` from .complex_arithmetic import ComplexArithmeticConfig, ComplexArithm...
592
null
CybercentreCanada/assemblyline-ui
# Repository Context Name: CybercentreCanada/assemblyline-ui Description: # Pull Request ## Signature bugfixes dev # Relevant Files Found ## assemblyline_ui/api/v4/service.py ``` import json import re import yaml from flask import request from math import floor from packaging.version import parse from assemb...
42
null
ZhuoZhuoCrayon/throttled-py
# Repository Context Name: ZhuoZhuoCrayon/throttled-py Description: # Pull Request ## fix: correct inaccurate quota time calculation # Relevant Files Found ## throttled/rate_limiter/base.py ``` import abc import logging from dataclasses import dataclass from datetime import timedelta from typing import Dict, Li...
1,246
null
cdisc-org/cdisc-rules-engine
# Repository Context Name: cdisc-org/cdisc-rules-engine Description: # Pull Request ## Fix cache failure breaking rule validation in multiprocessing environment Problem: Sometimes pympler.asizeof raises: ValueError: invalid option: reset(base=-n) Solution: Log the cache error but continue with the operation...
3,201
null
getsentry/sentry-python
# Repository Context Name: getsentry/sentry-python Description: # Pull Request ## Removed Hub from some integrations that still use it. Remove Hub usage in integrations. Removing the hub in our tests is done in this PR: https://github.com/getsentry/sentry-python/pull/3197 # Relevant Files Found ## sentry_sdk/...
9,747
null
apache/tvm
# Repository Context Name: apache/tvm Description: # Pull Request ## [TensorIR] fix compact_dataflow Fix a small bug in `require_subtree_compact_dataflow` Co-authored-by: Bohan Hou <32121147+spectrometerHBH@users.noreply.github.com> Co-authored-by: Hongyi Jin <3231950289@qq.com> Co-authored-by: Ruihang Lai <la...
55
null
camptocamp/tilecloud
# Repository Context Name: camptocamp/tilecloud Description: # Pull Request ## Allows to drop empty UTFGrid tiles. # Relevant Files Found ## tilecloud/store/mapnik_.py ``` from json import dumps from tilecloud import TileStore try: import mapnik2 as mapnik mapnik # suppress pyflakes warning except: ...
9
null
brunocordioli072/epic7_bot
# Repository Context Name: brunocordioli072/epic7_bot Description: # Pull Request ## Develop # Relevant Files Found ## epic7_bot/core/DeviceManager.py ``` import logging import subprocess from ppadb.client import Client from epic7_bot.utils.Singleton import Singleton class DeviceManager(metaclass=Singleton): ...
37
null
buildbot/buildbot_travis
# Repository Context Name: buildbot/buildbot_travis Description: # Pull Request ## Shallow # Relevant Files Found ## buildbot_travis/configurator.py ``` import os import traceback import urlparse import uuid import buildbot_travis from buildbot import getVersion from buildbot.config import error as config_erro...
18
null
sintel-dev/Zephyr
# Repository Context Name: sintel-dev/Zephyr Description: # Pull Request ## Add vibrations entityset Resolve #16 # Relevant Files Found ## docs/conf.py ``` #!/usr/bin/env python # -*- coding: utf-8 -*- # # Zephyr documentation build configuration file, created by # sphinx-quickstart on Fri Jun 9 13:47:02 2017....
54
null
mne-tools/mne-hcp
# Repository Context Name: mne-tools/mne-hcp Description: # Pull Request ## FIX: compute_forward_stack works with setup_source_space in mne-0.15dev mne-0.15dev removed the `fname` argument from `setup_source_space` and this makes `compute_forward_stack` work with both mne-0.14 and mne-0.15. # Relevant Files Found ...
351
null
marin-community/levanter
# Repository Context Name: marin-community/levanter Description: # Pull Request ## Save tokenizer in peft this is probably a bad idea, but may as well support it # Relevant Files Found ## examples/alpaca.py ``` # levanter version of https://github.com/tatsu-lab/stanford_alpaca/blob/main/train.py # Differences: ...
309
null
bo4e/BO4E-python
# Repository Context Name: bo4e/BO4E-python Description: # Pull Request ## Implement BO Zeitreihe fixes #214 # Relevant Files Found # Edits This pull request implements the BO4E "Zeitreihe" (time series) business object to represent time-based measurement data with variable time intervals. It introduces the `Z...
74
null
canonical/hotsos
# Repository Context Name: canonical/hotsos Description: # Pull Request ## Rework log analysis code We have a number of checks which identify log sequences and extract information from and about them. This patch adds a set of new classes that can help generalise how this analysis is performed allowing the same c...
551
null
BasisResearch/chirho
# Repository Context Name: BasisResearch/chirho Description: # Pull Request ## Replace bespoke flattening logic with PyTree-based flattening in `chirho.robust` CG solver This refactoring PR replaces the bespoke `functools.singledispatch`-based flattening/unflattening logic in `chirho.robust.internals.utils.make_fla...
37
null
basnijholt/dotbins
# Repository Context Name: basnijholt/dotbins Description: # Pull Request ## Print human time ago # Relevant Files Found ## dotbins/config.py ``` """Configuration for dotbins.""" from __future__ import annotations import os import re import shutil import sys from dataclasses import dataclass, field from funct...
4,007
null
adap/flower
# Repository Context Name: adap/flower Description: # Pull Request ## refactor(examples) Update `quickstart-pandas` example Re-creating PR because #3766 strayed. # Relevant Files Found ## examples/quickstart-pandas/client.py ``` import argparse from typing import Dict, List, Tuple import numpy as np import pand...
2,582
null
silx-kit/silx
# Repository Context Name: silx-kit/silx Description: # Pull Request ## workaround ipykernl 5.0, 5.1.0 issue This PR adds a workaround for the console widget for ipykernel v5.0 and 5.1.0. closes #2581 # Relevant Files Found ## silx/gui/console.py ``` # coding: utf-8 # /*#######################################...
77
null
ray-project/ray-legacy
# Repository Context Name: ray-project/ray-legacy Description: # Pull Request ## implement none serialization # Relevant Files Found ## test/runtest.py ``` import unittest import orchpy import orchpy.serialization as serialization import orchpy.services as services import orchpy.worker as worker import numpy as...
129
null
google/slo-generator
# Repository Context Name: google/slo-generator Description: # Pull Request ## feat!: Split dependencies by backend This PRs lightens the slo-generator dependencies by making each backend / exporter have it's own set of dependencies, which can be installed separately when using backends / exporters. Goal: avoid dep...
34
null
RIOT-OS/riotctrl
# Repository Context Name: RIOT-OS/riotctrl Description: # Pull Request ## ci: use available python versions The build of #33 shows problems with the python versions used for testing. According to the error message, the available ones are listed [here](https://raw.githubusercontent.com/actions/python-versions/main/...
12
null
MC-kit/mckit
# Repository Context Name: MC-kit/mckit Description: # Pull Request ## build: install numpy in build script if it's not avaiable Bug in poetry: it doesn't install build requirements before build. Will be fixed soon # Relevant Files Found ## build.py ``` #!/usr/bin/env python3 # https://stackoverflow.com/questio...
28,905
null
ray-project/ray
# Repository Context Name: ray-project/ray Description: # Pull Request ## [Datasets] Quick fix to enable running unit tests in test_dataset_xxx files Signed-off-by: Cheng Su <scnju13@gmail.com> <!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst bef...
24,263
null
commaai/openpilot
# Repository Context Name: commaai/openpilot Description: # Pull Request ## modeld tests Prep for #23949 # Relevant Files Found # Edits This pull request adds a test suite for `modeld`, the neural network inference component in openpilot, to validate its behavior under normal and edge conditions. It introduces...
1,288
null
mandiant/capa
# Repository Context Name: mandiant/capa Description: # Pull Request ## build(deps): bump wcwidth from 0.2.5 to 0.2.6 Bumps [wcwidth](https://github.com/jquast/wcwidth) from 0.2.5 to 0.2.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jquast/wcwidth/releases">wcwidth's ...
288
null
weaveworks/grafanalib
# Repository Context Name: weaveworks/grafanalib Description: # Pull Request ## Add missing attr.s decorator to SeriesOverride ## What does this do? Fix #286 # Relevant Files Found ## grafanalib/core.py ``` """Low-level functions for building Grafana dashboards. The functions in this module don't enforc...
579
null
ansys/pyfluent-visualization
# Repository Context Name: ansys/pyfluent-visualization Description: # Pull Request ## docs: Added cheatsheet. Added cheat sheet. TODO: 1. Will improve to add images. 2. Correct some of the alignments in the generated code. # Relevant Files Found ## doc/source/conf.py ``` """Sphinx documentation configurati...
4
null
stanfordmlgroup/chexpert-labeler
# Repository Context Name: stanfordmlgroup/chexpert-labeler Description: # Pull Request ## update with new negbio releases # Relevant Files Found ## loader/load.py ``` """Define report loader class.""" import re import bioc import pandas as pd from negbio.pipeline import text2bioc, ssplit from constants import...
144
null
hassio-addons/repository-updater
# Repository Context Name: hassio-addons/repository-updater Description: # Pull Request ## Bump semver from 3.0.3 to 3.0.4 Bumps [semver](https://github.com/python-semver/python-semver) from 3.0.3 to 3.0.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/python-semver/pyth...
11
null
funkybob/formulation
# Repository Context Name: funkybob/formulation Description: # Pull Request ## Add regression test for #10 Should've done this in the first place. # Relevant Files Found ## formulation/tests/test_tags.py ``` from django import forms from django.template import Context, Template, TemplateSyntaxError from unitte...
110
null
apple/ml-stable-diffusion
# Repository Context Name: apple/ml-stable-diffusion Description: # Pull Request ## Fix number of downsample channels Reference: https://github.com/huggingface/diffusers/blob/main/src/diffusers/models/unet_2d_blocks.py#L749-L756 This is usually not a problem for Stable Diffusion models. However, some architectur...
237
null
ecmwf/anemoi-core
# Repository Context Name: ecmwf/anemoi-core Description: # Pull Request ## fix: remove pydantic schemas from checkpoint pickled objects ## Description There were some graph schemas that were not being correctly dumped as plain configs and hence were being stored in the data indices, leading to have a dependency...
286
null
Future-House/aviary
# Repository Context Name: Future-House/aviary Description: # Pull Request ## Fixing `shuffle`'s `NameError: name 'np' is not defined` and type errors Running `pytest -n auto tests` today from the repo root, I was getting this error on any test using `shuffle` ```none > ??? E NameError: name 'np' is not de...
66
null
mikidown/mikidown
# Repository Context Name: mikidown/mikidown Description: # Pull Request ## adopted QFileDialog call for QT5 migrated old QT4 file selection call to QT5 and set default path to notePath # Relevant Files Found ## mikidown/mikiedit.py ``` import os from threading import Thread from multiprocessing import Process...
60
null
Kodo-Robotics/launchmap
# Repository Context Name: Kodo-Robotics/launchmap Description: # Pull Request ## Add default plugin directory Fix #58 # Relevant Files Found ## parse.py ``` # Copyright (c) 2025 Kodo Robotics # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance wi...
2,865
null
HyphaApp/hypha
# Repository Context Name: HyphaApp/hypha Description: # Pull Request ## Improve 2FA workflow usability Fixes #2828 Fixes #2846 Add description here. # Relevant Files Found ## hypha/apply/users/templatetags/users_tags.py ``` from django import template from django_otp import devices_for_user from ..utils...
1,106
null
dials/dials
# Repository Context Name: dials/dials Description: # Pull Request ## DIALS bootstrap script - version 3 * use conda-forge msgpack C sources rather than an independent download * update GIT sources in parallel * retire some of the buildbot-dictated bootstrap layout and simplify the code # Relevant Files Found #...
10,180
null
pyg-team/pytorch_geometric
# Repository Context Name: pyg-team/pytorch_geometric Description: # Pull Request ## Fix full test # Relevant Files Found ## torch_geometric/testing/decorators.py ``` import os import sys import warnings from importlib import import_module from importlib.util import find_spec from typing import Callable import...
1,036
null
modelcontextprotocol/python-sdk
# Repository Context Name: modelcontextprotocol/python-sdk Description: # Pull Request ## Update latest protocol version to 2025-06-18 All the features from the spec revision 2025-06-18 are [done](https://github.com/orgs/modelcontextprotocol/projects/5/views/1). Now it's time to update the latest protocol versoin ...
208
null
nipreps/mriqc
# Repository Context Name: nipreps/mriqc Description: # Pull Request ## AFNI HMC changes Changes for #207. # Relevant Files Found ## mriqc/interfaces/viz.py ``` #!/usr/bin/env python # -*- coding: utf-8 -*- # emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*- # vi: set ft=python sts=4 ts=4 ...
1,259
null
supervisely/supervisely
# Repository Context Name: supervisely/supervisely Description: # Pull Request ## Add recursive parameter to image listing API for nested datasets # Relevant Files Found ## supervisely/api/image_api.py ``` # coding: utf-8 """Download/upload images from/to Supervisely.""" # docs from __future__ import annotatio...
10,716
null
TheAlgorithms/Python
# Repository Context Name: TheAlgorithms/Python Description: # Pull Request ## Add docstrings and doctests and fix a bug ciphers/trifid_cipher.py ### Describe your change: Contributes to https://github.com/TheAlgorithms/Python/issues/9943 * [x] Fix a bug or typo in an existing algorithm? * [x] Add or chang...
456
null
holoviz/param
# Repository Context Name: holoviz/param Description: # Pull Request ## Avoid clashing class_ slot in List parameter Here is one way to address https://github.com/holoviz/param/issues/455, namely to make sure the `List` parameter does not use the same `class_` slot as `ClassSelector` (I called it `list_class` for n...
1,699
null
facebookincubator/submitit
# Repository Context Name: facebookincubator/submitit Description: # Pull Request ## Add a helper for temporary removing slurm and submitit env variables Slurm env variables tend to make a mess when submitting a job from a job So far, I don't want to override the default behavior of slurm (which is unexpected...) ...
14,563
null
hail-is/hail
# Repository Context Name: hail-is/hail Description: # Pull Request ## [dataproc] bumps version of notebook When trying to create a dataproc cluster using the results of `make -C hail install-editable` and `make -C hail install-hailctl`, the Jupyter server can't be connected to because it runs into the error descri...
1,650
null
jina-ai/serve
# Repository Context Name: jina-ai/serve Description: # Pull Request ## Feat resources crud # Relevant Files Found ## tests/unit/test_driver_yaml.py ``` import os import pytest from pkg_resources import resource_filename from jina.drivers import BaseDriver from jina.drivers.control import ControlReqDriver fro...
170
null
PaloAltoNetworks/prismacloud-cli
# Repository Context Name: PaloAltoNetworks/prismacloud-cli Description: # Pull Request ## extend pov start command with cloud security report and enforcement rules ## Description Extend `pc pov start` command with following steps: - Add current user to SSO Bypass list - Cloud Security Report exists. - Enforc...
699
null
mwouts/jupytext
# Repository Context Name: mwouts/jupytext Description: # Pull Request ## The dependency on `markdown-it-py` is conditional on `python>=3.6` The plan is to deliver a version of Jupytext (version 1.8.1) that will be identified by pypi.org as the last version compatible with Python 2.7 and 3.5, see #697 # Relevant ...
33
null
LucaOne/LucaVirus
# Repository Context Name: LucaOne/LucaVirus Description: # Pull Request ## feature: It is ready for Huggingface. # Relevant Files Found ## src/batch_converter.py ``` #!/usr/bin/env python # encoding: utf-8 """ @license: (C) Copyright 2021, Hey. @author: Hey @email: sanyuan.hy@alibaba-inc.com @tel: 137****6540 ...
7
null
MarshalX/yandex2spotify
# Repository Context Name: MarshalX/yandex2spotify Description: # Pull Request ## Add captcha callback # Relevant Files Found ## main.py ``` import argparse import logging from enum import Enum import spotipy from spotipy.oauth2 import SpotifyOAuth from yandex_music import Client CLIENT_ID = '9b3b6782c67a4a8b...
3,300
null
DataDog/integrations-core
# Repository Context Name: DataDog/integrations-core Description: # Pull Request ## Fix openldap environment ### What does this PR do? Changing `file_exists` to `path_exists`. The function `os.path.isfile` returns false for a socket, but `os.path.exists` does not. ### Motivation ### Additional Notes ###...
261
null
vcs-python/libvcs
# Repository Context Name: vcs-python/libvcs Description: # Pull Request ## Remotes `GitRepo` used to accept a config of `remotes` This was intended for the object to set and fetch remotes automatically when `.obtain` is used Instead, keep GitRepo plain as the `git clone` command (even less so, all it should ...
5,180
null
dagster-io/dagster
# Repository Context Name: dagster-io/dagster Description: # Pull Request ## CRAGIFY deploy_docker example <!--- Hello Dagster contributor! It's great to have you with us! --> <!-- Make sure to read https://docs.dagster.io/community/contributing --> ## Summary <!-- Describe your changes here, include the motivatio...
4,958
null
sqlalchemy/sqlalchemy
# Repository Context Name: sqlalchemy/sqlalchemy Description: # Pull Request ## fixed typo in session.py in line 3063 <!-- Provide a general summary of your proposed changes in the Title field above --> ### Description Changed : wish to detect is a "rollback" is To : wish to detect if a "rollback" is imp...
75
null
PyProphet/pyprophet
# Repository Context Name: PyProphet/pyprophet Description: # Pull Request ## Export compounds scored on ms1 level (SCORE_MS1) ADD: MS1 to export_compound (either ms1 or ms1ms2, ms2) ADD: New test with data for ms1, ms1ms2, ms2 scoring (test uses ms1 or ms2) RM: Additional plot for compounds (was never used and s...