pr_id
int64
repo_id
null
repo_name
string
text
string
646
null
apache/cassandra-ccm
# Repository Context Name: apache/cassandra-ccm Description: # Pull Request ## Removed cli_session.py and references to it. Closes #644 Closes #644 # Relevant Files Found ## ccmlib/cli_session.py ``` from __future__ import absolute_import import sys from threading import Thread try: from Queue import Queu...
94
null
compl-ai/compl-ai
# Repository Context Name: compl-ai/compl-ai Description: # Pull Request ## fix: Move `get_model()` call out of task instantiation # Relevant Files Found ## src/complai/tasks/mmlu_pro_robustness/mmlu_pro_robustness.py ``` import re from typing import cast from typing import get_args import numpy as np from ins...
1
null
0x7c2/cpme
# Repository Context Name: 0x7c2/cpme Description: # Pull Request ## Added progressbar to download in install script... … and update function. Added DNS check in install script and fail gracefully if name resolution fails. It's a really great script you wrote 👍 # Relevant Files Found ## func.py ``` # # Copy...
1,868
null
aboutcode-org/vulnerablecode
# Repository Context Name: aboutcode-org/vulnerablecode Description: # Pull Request ## Optimize export management command # Relevant Files Found ## vulnerabilities/management/commands/export.py ``` # # Copyright (c) nexB Inc. and others. All rights reserved. # VulnerableCode is a trademark of nexB Inc. # SPDX-L...
85
null
compling-wat/vlm-lens
# Repository Context Name: compling-wat/vlm-lens Description: # Pull Request ## [feat] support for in-dataset image files in feature extraction Builds on #84 **Summary of changes:** - Allowed support for datasets where images are stored in under the `image_path` column - Changed `base.py` and did some cleanup...
7
null
ModelTC/Wan2.2-Lightning
# Repository Context Name: ModelTC/Wan2.2-Lightning Description: # Pull Request ## feat: add native comfyui workflow - [x] add native comfyui workflow and update corresponding weights # Relevant Files Found ## wan/utils/utils.py ``` # Copyright 2024-2025 The Alibaba Wan Team Authors. All rights reserved. import ...
121
null
JeschkeLab/DeerLab
# Repository Context Name: JeschkeLab/DeerLab Description: # Pull Request ## Add testing of uncertainty against results from `lmfit` package Closes #116 # Relevant Files Found ## deerlab/fitregmodel.py ``` # fitregmodel.py - Fiting of regularization problems # -------------------------------------------------- ...
211
null
cmu-rss-lab/roswire
# Repository Context Name: cmu-rss-lab/roswire Description: # Pull Request ## Add method to build Duration from two timestamps (fixes #210) # Relevant Files Found ## src/roswire/definitions/base.py ``` __all__ = ('Time', 'Duration', 'is_builtin', 'get_builtin') from typing import Dict, Any, Type import attr ...
10,004
null
CenterForOpenScience/osf.io
# Repository Context Name: CenterForOpenScience/osf.io Description: # Pull Request ## [ENG-3902] SHARE integration changes for `osf_related_resource_types` <!-- Before submit your Pull Request, make sure you picked the right branch: - For hotfixes, select "master" as the target branch - For new ...
12
null
Capwell/ProninTeamBack
# Repository Context Name: Capwell/ProninTeamBack Description: # Pull Request ## added proninteam to CSRF_TRUSTED_ORIGINS # Relevant Files Found ## proninteam/proninteam/settings.py ``` import os import sys from pathlib import Path from dotenv import load_dotenv BASE_DIR = Path(__file__).resolve().parent.pare...
35
null
twolfson/restructuredtext-lint
# Repository Context Name: twolfson/restructuredtext-lint Description: # Pull Request ## Add zip_safe=False to setup.py setuptools will try and install a package from the zip file, but runs into some troubles if setup.py refers to `__file__`. I wasn't able to directly test that this fixed the following issue but it...
614
null
sql-machine-learning/elasticdl
# Repository Context Name: sql-machine-learning/elasticdl Description: # Pull Request ## Fix flake8 issues with master and worker code To address #610 # Relevant Files Found ## elasticdl/python/elasticdl/master/main.py ``` import logging import time import argparse import os import recordio import grpc import ...
45
null
emerginganalytics/cyberarena
# Repository Context Name: emerginganalytics/cyberarena Description: # Pull Request ## Admin Iot management page A page intended to help admins manage Iot devices on project. Currently supports: - Device registration - Device updates (both datastore obj and update to ssh public keys) - Device deletion ...
115
null
ML4GW/amplfi
# Repository Context Name: ML4GW/amplfi Description: # Pull Request ## Simplification of law sandboxing Simplifies the law Sandboxing by moving environment variable setting to the `Sandbox` (as opposed to the `Task`). This allows users to more easily subclass the `mldatafind` `DataSandbox` w/o having to fiddle with...
7,633
null
cupy/cupy
# Repository Context Name: cupy/cupy Description: # Pull Request ## Add gammatone, group_delay to cupyx.scipy.signal See https://github.com/cupy/cupy/issues/7403 # Relevant Files Found ## cupyx/scipy/signal/__init__.py ``` from cupyx.scipy.signal._signaltools import convolve # NOQA from cupyx.scipy.signal._sign...
13
null
frauddi/dataspot
# Repository Context Name: frauddi/dataspot Description: # Pull Request ## Update versioning placeholder in __init__.py Replace the version string with a placeholder for the release workflow. # Relevant Files Found ## dataspot/__init__.py ``` """Dataspot - Find data concentration patterns and dataspots.""" __ve...
6,748
null
conan-io/conan
# Repository Context Name: conan-io/conan Description: # Pull Request ## Bugfix: change GNU triplet for iOS, watchOS, tvOS to allow simulator builds closes: #6428 Changelog: Bugfix: Change GNU triplet for iOS, watchOS, tvOS to allow simulator builds. Docs: Omit the issue came up several times in the past al...
5,834
null
oppia/oppia
# Repository Context Name: oppia/oppia Description: # Pull Request ## Fix part of #4374: Added docstring for clamp method and simplified it. ## Explanation Fix part of #4374: Added missing docstring in oppia.extensions.objects.models.objects file. Also removed unnecessary comments and simplified the clamp method....
434
null
metwork-framework/mfdata
# Repository Context Name: metwork-framework/mfdata Description: # Pull Request ## fix: fix #433 # Relevant Files Found ## adm/_install_or_update_configured_plugins.py ``` #!/usr/bin/env python3 import os from mflog import get_logger LOGGER = get_logger("_install_or_update_configured_plugins.py") MFEXT_HOME =...
320
null
adamtheturtle/doccmd
# Repository Context Name: adamtheturtle/doccmd Description: # Pull Request ## Remove unnecessary expected_stderr variables # Relevant Files Found ## tests/test_doccmd.py ``` """ Tests for `doccmd`. """ import stat import subprocess import sys import textwrap import uuid from collections.abc import Sequence fr...
538
null
Terralego/TerraVisu
# Repository Context Name: Terralego/TerraVisu Description: # Pull Request ## New debug panel # Relevant Files Found ## project/accounts/admin.py ``` from constance import config from django.contrib import admin from django.utils.translation import gettext_lazy as _ from project.accounts.models import Function...
99
null
cd34/apex
# Repository Context Name: cd34/apex Description: # Pull Request ## docs: Fix simple typo, inforation -> information There is a small typo in apex/views.py. Should read `information` rather than `inforation`. # Relevant Files Found ## apex/views.py ``` import base64 import hmac import time from wtforms impor...
4,842
null
optuna/optuna
# Repository Context Name: optuna/optuna Description: # Pull Request ## Fix typo Small typo I ran into when calling set_metric_names incorrectly.. # Relevant Files Found ## optuna/study/study.py ``` import copy from numbers import Real import threading from typing import Any from typing import Callable from typi...
27
null
rs/zkfarmer
# Repository Context Name: rs/zkfarmer Description: # Pull Request ## joiner: add an option to work with a common node In normal operations, each joiner will have its own zookeeper node. We add an option to make them work on a common node instead. The hostname is not added to the node and local modifications are no...
2,897
null
open-mmlab/mmpose
# Repository Context Name: open-mmlab/mmpose Description: # Pull Request ## [Fix] Typo fix in example comment of pose_data_sample.py ## Motivation Example in comment was broken Comment ## Modification Fix typo ## Checklist **Before PR**: - [ ] I have read and followed the workflow indicated in th...
112
null
Ziems/arbor
# Repository Context Name: Ziems/arbor Description: # Pull Request ## add yaml arg parsing for context length I was running into an issue where the LM response was being cut off prematurely I found out the max_tokens defined for the dspy.LM was not being passed to the vllm instance started by arbor So I deci...
1
null
proDreams/revu
# Repository Context Name: proDreams/revu Description: # Pull Request ## docs and ci/cd docs: filled README.md, added LICENSE docs: set version to 1.0.0 docs: added comments to config files ci/cd: added lint workflow refactor: added default values to config parameters # Relevant Files Found ## src/revu/applic...
806
null
topazproject/topaz
# Repository Context Name: topazproject/topaz Description: # Pull Request ## Dir#open,foreach,path and refactor coercion # Relevant Files Found ## topaz/objects/dirobject.py ``` import os from topaz.error import error_for_oserror from topaz.module import ClassDef from topaz.modules.enumerable import Enumerable...
49
null
blaylockbk/goes2go
# Repository Context Name: blaylockbk/goes2go Description: # Pull Request ## fix pandas deprecation warning Fix the FutureWarning: In a future version of pandas all arguments of StringMethods.rsplit except for the argument 'pat' will be keyword-only. warning. # Relevant Files Found ## goes2go/data....
378
null
adamritter/pageql
# Repository Context Name: adamritter/pageql Description: # Pull Request ## Refactor render context ## Summary - extract `RenderResult`, `RenderContext`, and `RenderResultException` to a new module `render_context.py` - update imports to reference the new module ## Testing - `PYTHONPATH=src pytest` ------ https:/...
843
null
run-house/kubetorch
# Repository Context Name: run-house/kubetorch Description: # Pull Request ## enable updating the cluster_config.json saved on the cluster # Relevant Files Found ## runhouse/resources/hardware/cluster.py ``` import contextlib import copy import importlib import json import logging import re import subprocess im...
1,091
null
SciTools/iris
# Repository Context Name: SciTools/iris Description: # Pull Request ## Added decimal keyword to assertMaskedArrayAlmostEqual. A tiny improvement, to match the non-masked version. I think the discrepancy came because @cpelley added 'strict' to the Masked version, but @esc24 added 'decimal' to the unmasked one at t...
18
null
ansatzcapital/dilib
# Repository Context Name: ansatzcapital/dilib Description: # Pull Request ## Update to ruff v0.3.0 See https://github.com/astral-sh/ruff/releases/tag/v0.3.0 # Relevant Files Found ## dilib/specs.py ``` """dilib specs. NB: The dilib.{Object,Singleton,...} functions follow the same pattern as dataclasses.field()...
113
null
tpogden/maxwellbloch
# Repository Context Name: tpogden/maxwellbloch Description: # Pull Request ## Fix zoom on make mp4 script Fix #112 # Relevant Files Found ## bin/make-mp4-fixed-frame.py ``` #!/usr/bin/env python # coding: utf-8 """ make-mp4-fixed-frame.py Make an MP4 video of a field solution in the fixed frame of refere...
372
null
softlayer/softlayer-python
# Repository Context Name: softlayer/softlayer-python Description: # Pull Request ## Rescue Addresses VSI rescue environment for https://github.com/softlayer/softlayer-python/issues/371 & fixes errors in https://github.com/softlayer/softlayer-python/pull/357 # Relevant Files Found ## SoftLayer/CLI/modules/server...
482
null
automl/Auto-PyTorch
# Repository Context Name: automl/Auto-PyTorch Description: # Pull Request ## [FIX] ROC AUC for multi class classification <!--- Provide a general summary of your changes in the Title above --> ## Types of changes <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> ...
978
null
kivy/buildozer
# Repository Context Name: kivy/buildozer Description: # Pull Request ## Fixes packaging for current p4a develop branch This PR fixes packaging for current `p4a` `develop` branch. Needed due to changes in `p4a` PR https://github.com/kivy/python-for-android/pull/1986. # Relevant Files Found ## buildozer/targets...
3,463
null
voxel51/fiftyone
# Repository Context Name: voxel51/fiftyone Description: # Pull Request ## raise exception on validation failure, rather than just marking as failed. ## What changes are proposed in this pull request? (Please fill in changes proposed in this fix) ## How is this patch tested? If it is not, please explain w...
1,138
null
tensorflow/datasets
# Repository Context Name: tensorflow/datasets Description: # Pull Request ## PlantLeaves dataset of healthy and unhealthy plant leaves. PlantLeaves dataset of healthy and unhealthy plant leaves. # Relevant Files Found ## setup.py ``` """tensorflow/datasets is a library of datasets ready to use with TensorFlow. ...
12
null
inclusionAI/asystem-awex
# Repository Context Name: inclusionAI/asystem-awex Description: # Pull Request ## feat: add megatron sharding strategy # Relevant Files Found # Edits This pull request adds support for a Megatron-style sharding strategy to enable efficient parameter synchronization in large-scale reinforcement learning workf...
1,056
null
robbrad/UKBinCollectionData
# Repository Context Name: robbrad/UKBinCollectionData Description: # Pull Request ## feat: Council Pack 20 fix: #1055 - Carmarthenshire County Council - Will need to revisit this in 2025 when the new garden schedule is published fix: #823 - Adding Hinckley and Bosworth Borough Council fix: #832 - Adding Monmouth...
5,786
null
sgl-project/sglang
# Repository Context Name: sgl-project/sglang Description: # Pull Request ## Revert "Use device_id in dist init to reduce NCCL communicator warmup & creation overhead" Reverts sgl-project/sglang#5728. It introduces many problems. See the original thread. # Relevant Files Found ## python/sglang/srt/distributed/...
41
null
joopert/nad_receiver
# Repository Context Name: joopert/nad_receiver Description: # Pull Request ## NADTelnet: Fix communication function # Relevant Files Found ## nad_receiver/nad_transport.py ``` import abc import serial # type: ignore import telnetlib import threading from typing import Optional import logging logging.basicC...
5
null
rychallener/theresa
# Repository Context Name: rychallener/theresa Description: # Pull Request ## Added metallicity as a fittable parameter. Reworked parameter system … …to attach parameters to their models somewhat. Credit for metallicity changes goes to Lucas Brefka. # Relevant Files Found ## theresa/lib/atm.py ``` import os i...
980
null
okfde/froide
# Repository Context Name: okfde/froide Description: # Pull Request ## 🐛 documentcollection_data needs directory information # Relevant Files Found ## froide/foirequest/views/request.py ``` import json from urllib.parse import quote from django.shortcuts import get_object_or_404, redirect, render from django....
124
null
Frojd/wagtail-geo-widget
# Repository Context Name: Frojd/wagtail-geo-widget Description: # Pull Request ## Wagtail 6.0 [Support Ticket](https://torchbox.monday.com/boards/1124794299/pulses/1396934942) ## [Wagtail 6.0 release notes](https://docs.wagtail.org/en/stable/releases/6.0.html) ## Summary of changes ### Added - Add suppor...
1,830
null
DLR-RM/stable-baselines3
# Repository Context Name: DLR-RM/stable-baselines3 Description: # Pull Request ## Fix example in README.md <!--- Provide a general summary of your changes in the Title above --> Example given in README.md doesn't work for current version of gymnasium. ## Description <!--- Describe your changes in detail --> ...
161
null
dessa-oss/atlas
# Repository Context Name: dessa-oss/atlas Description: # Pull Request ## Persist Keycloak Users This PR changes the way that keycloak persists it's state. Instead of using the json configuration that is loaded on startup, we mount keycloaks internal db files to foundations home. Now whenever users are added to key...
824
null
typeddjango/django-stubs
# Repository Context Name: typeddjango/django-stubs Description: # Pull Request ## Notify when Manager.from_queryset happens inside model class body Whenever `Manager.from_queryset` happens inside of a model class body, an error will be displayed e.g. Doing ```python class MyModel(models.Model): objects...
4,846
null
scipy/scipy
# Repository Context Name: scipy/scipy Description: # Pull Request ## BUG: interpolate: BPoly.antiderivative keeps the axis closes https://github.com/scipy/scipy/issues/4843 Marking it as milestone 0.16 because both BPoly.antiderivative and BPoly.axis were added in 0.16. This PR makes sure that the former is not b...
3,114
null
ohcnetwork/care
# Repository Context Name: ohcnetwork/care Description: # Pull Request ## Fix import statement for OrderingFilter in inventory_item.py Correct the import path for OrderingFilter to ensure proper functionality in the inventory item view. # Relevant Files Found ## care/emr/api/viewsets/inventory/inventory_item.py ...
394
null
mcp-getgather/mcp-getgather
# Repository Context Name: mcp-getgather/mcp-getgather Description: # Pull Request ## feat: sephora distillation close #380 Refactor sephora to distillation (signin, extract, parse, mcp). - Extracting cart data from sephora. - Handle error on email & password input - Handle empty cart condition # Rele...
59
null
Open-Pectus/Open-Pectus
# Repository Context Name: Open-Pectus/Open-Pectus Description: # Pull Request ## Add valid_value_units # Relevant Files Found ## openpectus/aggregator/main.py ``` from datetime import datetime from enum import StrEnum, auto from typing import List, Literal from fastapi import FastAPI from pydantic import Base...
3,578
null
hypothesis/lms
# Repository Context Name: hypothesis/lms Description: # Pull Request ## Handle Blackboard Groups assignments whose group set no longer exists For #3479 ## Testing - Open `localhost (make devdata) Groups Assignment Whose Group Set Has Been Deleted` as a instructor. You should see an error dialog. # Relev...
17,225
null
jax-ml/jax
# Repository Context Name: jax-ml/jax Description: # Pull Request ## [random] add jax_legacy_prng_key flag Part of #9263 # Relevant Files Found ## jax/__init__.py ``` # Copyright 2018 The JAX Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compli...
22,679
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## Fenicsx package updates for basix install # Relevant Files Found ## var/spack/repos/builtin/packages/fenics-dolfinx/package.py ``` # Copyright 2013-2021 Lawrence Livermore National Security, LLC and other # Spack Project Developers. See the t...
471
null
gboeing/osmnx
# Repository Context Name: gboeing/osmnx Description: # Pull Request ## hardcode version # Relevant Files Found ## setup.py ``` """ OSMnx setup script. See license in LICENSE.txt. """ import os from osmnx._version import __version__ from setuptools import setup # provide a long description using reStructured...
86
null
DiamondLightSource/pymalcolm
# Repository Context Name: DiamondLightSource/pymalcolm Description: # Pull Request ## Allow None as option for ChoiceMeta # Relevant Files Found ## malcolm/core/choicemeta.py ``` from collections import OrderedDict from malcolm.core.scalarmeta import ScalarMeta from malcolm.core.serializable import Serializab...
476
null
RocketPy-Team/RocketPy
# Repository Context Name: RocketPy-Team/RocketPy Description: # Pull Request ## HOTFIX: Negative Static Margin ## Pull request type - [x] Code changes (bugfix, features) ## Checklist - [x] Tests for the changes have been added (if needed) - [x] Lint (`black rocketpy/ tests/`) has passed locally - [x] A...
814
null
nschloe/meshio
# Repository Context Name: nschloe/meshio Description: # Pull Request ## Big endian swap The Medit tests (specifically the binary read tests) are currently failing on the S/390 (a big-endian platform) because the byte-swapping code introduced in 6c430e08e22940c87e0a313446a5e82384ed7842 (and modified in ecf8ec742228...
4,293
null
hpcaitech/ColossalAI
# Repository Context Name: hpcaitech/ColossalAI Description: # Pull Request ## [hotfix] fix opt pipeline ## 📌 Checklist before creating the PR - [] I have created an issue for this PR for traceability - [x] The title follows the standard format: `[doc/gemini/tensor/...]: A concise description` - [] I have ad...
8,993
null
mesonbuild/meson
# Repository Context Name: mesonbuild/meson Description: # Pull Request ## gnome: Always pass absolute -L paths to g-ir-scanner g-ir-scanner does not convert relative -L paths to runtime paths which are added to `-Wl,-rpath` and `LD_LIBRARY_PATH` / `DYLD_LIBRARY_PATH` / `PATH`. This means that the local library w...
584
null
boto/botocore
# Repository Context Name: boto/botocore Description: # Pull Request ## Fall back to get_config_variable() in profile property So we can continue to keep boto3 code simple such as: https://github.com/boto/boto3/blob/develop/boto3/session.py#L84-L89 cc @kyleknap @mtdowling # Relevant Files Found ## botocore/ses...
2,565
null
spack/spack-packages
# Repository Context Name: spack/spack-packages Description: # Pull Request ## difftastic: add v0.67.0 https://github.com/Wilfred/difftastic/releases/tag/0.67.0 Also adding `gmake` as a build dependency since it is used and leaked from system installs. # Relevant Files Found ## repos/spack_repo/builtin/package...
7
null
Daily-Nerd/TripWire
# Repository Context Name: Daily-Nerd/TripWire Description: # Pull Request ## feat: Add dedicated CLI validation tests and enhance CI/CD workflows This pull request introduces improvements to the CI/CD workflow and CLI validation for the project. The main changes include adding a dedicated CLI validation job to CI,...
7
null
Saganaki22/ComfyUI-Maya1_TTS
# Repository Context Name: Saganaki22/ComfyUI-Maya1_TTS Description: # Pull Request ## Experimental added barebones node (native no custom canvas JS) # Relevant Files Found ## core/model_wrapper.py ``` """ Model loading and management for Maya1 TTS. Supports multiple attention mechanisms: SDPA, Flash Attention 2...
29
null
alpharover/alpha_rover
# Repository Context Name: alpharover/alpha_rover Description: # Pull Request ## Tests: enable range_gate in reorder unit test Unit test expected NaN gating for out-of-range points, but range_gate is disabled by default. Pass range_gate_enabled:=true in test to make expectation match behavior. # Relevant Files Fou...
1,473
null
keras-team/keras-hub
# Repository Context Name: keras-team/keras-hub Description: # Pull Request ## Bump the master version to 0.9 0.8 is out! We can consider our master branch an 0.9 preview. # Relevant Files Found ## keras_nlp/version_utils.py ``` # Copyright 2023 The KerasNLP Authors # # Licensed under the Apache License, Version...
12
null
adafruit/Adafruit_CircuitPython_DisplayIO_SH1107
# Repository Context Name: adafruit/Adafruit_CircuitPython_DisplayIO_SH1107 Description: # Pull Request ## Add 128x128 OLED support and example. # Relevant Files Found ## adafruit_displayio_sh1107.py ``` # SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries # SPDX-FileCopyrightText: Co...
93
null
marin-community/levanter
# Repository Context Name: marin-community/levanter Description: # Pull Request ## LocalBatchDataset that doesn't use sharded data loading better for eval sets and debugging. # Relevant Files Found ## examples/gpt2_eval.py ``` import logging from dataclasses import dataclass from typing import Optional import j...
16
null
Beelzebub2/DnDTools
# Repository Context Name: Beelzebub2/DnDTools Description: # Pull Request ## Implement window state management: fix maximize, minimize, and restore functionality with animations This pull request introduces enhancements to the window management functionality, including JavaScript integration for window state chang...
89
null
wandelbotsgmbh/wandelbots-nova
# Repository Context Name: wandelbotsgmbh/wandelbots-nova Description: # Pull Request ## chore: streamlined controller init # Relevant Files Found ## nova/core/controller.py ``` from typing import Literal, Sized from loguru import logger from nova.api import models from nova.core.io import IOAccess from nova....
148
null
bytedance/deer-flow
# Repository Context Name: bytedance/deer-flow Description: # Pull Request ## refactor: upgrade langgraph version # Relevant Files Found ## src/graph/nodes.py ``` # Copyright (c) 2025 Bytedance Ltd. and/or its affiliates # SPDX-License-Identifier: MIT import json import logging from typing import Annotated, Li...
3,138
null
silx-kit/silx
# Repository Context Name: silx-kit/silx Description: # Pull Request ## Updating drop example This PR update the `dropZone.py` sample code to be standalone and provide more information about how to use it. closes #3100 # Relevant Files Found ## examples/dropZones.py ``` #!/usr/bin/env python # coding: utf-8 #...
45
null
Lucas-C/pre-commit-hooks-safety
# Repository Context Name: Lucas-C/pre-commit-hooks-safety Description: # Pull Request ## Allow selection of additional dependency groups - fix #44 Modified the `build_parser()` and `convert_poetry_to_requirements()` functions to allow for the selection of additional dependency groups. With this PR, the `dev` gr...
59
null
google/qwix
# Repository Context Name: google/qwix Description: # Pull Request ## make quantize_immediately_if_needed a no-op make quantize_immediately_if_needed a no-op # Relevant Files Found ## integration_tests/odml_coverage_test.py ``` # Copyright 2024 Google LLC # # Licensed under the Apache License, Version 2.0 (the ...
218
null
zhmcclient/python-zhmcclient
# Repository Context Name: zhmcclient/python-zhmcclient Description: # Pull Request ## Fixes #211: Fixes and improvements in mock support Please review and merge. Details: - Added the missing support for the `operation_timeout` argument to `FakedSession.post()`, in order to be compatible with the `Session.post(...
195
null
ESSS/pytest-regressions
# Repository Context Name: ESSS/pytest-regressions Description: # Pull Request ## refactor: update the dataframe checks to drop deprecated "a" type Fix #173 The "a" allias is now deprecated so I dropped it from the list of checks we perform in the asset. To be slightly more future proof I change the check int...
10
null
cuappdev/ithaca-transit-tcat-microservice
# Repository Context Name: cuappdev/ithaca-transit-tcat-microservice Description: # Pull Request ## Add GTFS Fetch Issue #9 Add gtfs data fetch to a /gtfs endpoint to replace this data fetch in node in the future # Relevant Files Found ## app.py ``` import threading import time import os from flask import Flask...
3,697
null
learning-unlimited/ESP-Website
# Repository Context Name: learning-unlimited/ESP-Website Description: # Pull Request ## Make contact info more editable/hidable This takes the contact info sections that were added in #3551 and adds a bunch more flexibility to make them fully customizable. This includes being able to hide everything (except for fl...
46
null
QuantStack/memestra
# Repository Context Name: QuantStack/memestra Description: # Pull Request ## Do not ignore identifiers forwarded from one module to another Stated otherwise, a module or symbol imported at global scope also needs to be listed as the deprecated use of that module, even if it's not called by a function in that mod...
9,860
null
intel/ipex-llm
# Repository Context Name: intel/ipex-llm Description: # Pull Request ## LLM: add mlp fusion for fp8e5 and update related check ## Description should be merged with https://github.com/intel-analytics/llm.cpp/pull/208 . ### 1. Why the change? Accelerate fp8e5. ### 2. User API changes No change. ###...
41
null
timescale/doctor
# Repository Context Name: timescale/doctor Description: # Pull Request ## fix: call without --list failed If doctor was called without `--list` it would print an error that `--show` was given but not `--list`. This commit fixes that by setting `--show` to `None` by default and then setting the default value i...
19
null
kamaradclimber/heishamon-homeassistant
# Repository Context Name: kamaradclimber/heishamon-homeassistant Description: # Pull Request ## 🐛 Correct Z2 Temp visible name Change-Id: I72a4c549ef2425a73d3d374c108e95df7a5f977a # Relevant Files Found ## custom_components/aquarea/definitions.py ``` """Definitions for HeishaMon sensors added to MQTT.""" from ...
84
null
dymmond/ravyn
# Repository Context Name: dymmond/ravyn Description: # Pull Request ## Fix Terminal # Relevant Files Found ## esmerald/core/terminal/base.py ``` from abc import ABC, abstractmethod from enum import Enum from rich.console import Console console = Console() class OutputColour(str, Enum): SUCCESS = "green...
3,817
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## [AIRFLOW-2974] Extended Databricks hook with cluster operation Make sure you have checked _all_ steps below. ### Jira - [x] My PR addresses the following [Airflow Jira](https://issues.apache.org/jira/browse/AIRFLOW/) issues and reference...
3,033
null
jina-ai/serve
# Repository Context Name: jina-ai/serve Description: # Pull Request ## test(daemon): py module # Relevant Files Found ## daemon/clients/peas.py ``` from http import HTTPStatus from typing import Dict, Optional, TYPE_CHECKING, Union import aiohttp from ..models.id import daemonize from .base import AsyncBaseC...
1,545
null
XENONnT/straxen
# Repository Context Name: XENONnT/straxen Description: # Pull Request ## Check that `cmt://` protocol is not used # Relevant Files Found ## straxen/config/config_tests.py ``` from .regex_dispatcher import RegexDispatcher import straxen import re import warnings check_urls = RegexDispatcher("check_urls") cl...
9
null
examplehub/Python
# Repository Context Name: examplehub/Python Description: # Pull Request ## development # Relevant Files Found ## maths/median.py ``` """ https://en.wikipedia.org/wiki/Median """ def median(numbers): """ Calculate median of a list numbers. :param numbers: the numbers to be calculated. :return:...
5
null
Tijani-Dia/dj-tracker
# Repository Context Name: Tijani-Dia/dj-tracker Description: # Pull Request ## Update UI # Relevant Files Found ## setup.py ``` import os from setuptools import Extension, setup from Cython.Build import cythonize # isort: skip from Cython.Compiler import Options # isort: skip Options.cimport_from_pyx = T...
381
null
frequenz-floss/frequenz-sdk-python
# Repository Context Name: frequenz-floss/frequenz-sdk-python Description: # Pull Request ## Make interface for BatteryPool metrics consistent with power methods The `soc`, `capacity`, `power_bounds` methods of the `BatteryPool` were directly returning receivers. They've now been converted to properties, from whic...
4
null
tox-dev/tox-ini-fmt
# Repository Context Name: tox-dev/tox-ini-fmt Description: # Pull Request ## Format testenvs 👍 # Relevant Files Found ## src/tox_ini_fmt/formatter/__init__.py ``` from configparser import ConfigParser from io import StringIO from pathlib import Path from .section_order import order_sections from .tox_section...
1,003
null
erdc/proteus
# Repository Context Name: erdc/proteus Description: # Pull Request ## Update dev master return master back to normal dev state from 1.7.0 release # Relevant Files Found ## proteus/__init__.py ``` """ Modules for computing numerical solutions of differential equations """ try: import pkg_resources pkg_r...
127
null
pyronear/pyro-platform
# Repository Context Name: pyronear/pyro-platform Description: # Pull Request ## Fix bandit Quick pr to fix bandit issues # Relevant Files Found ## app/main.py ``` # Copyright (C) 2020-2023, Pyronear. # This program is licensed under the Apache License 2.0. # See LICENSE or go to <https://www.apache.org/license...
6
null
EvolvingLMMs-Lab/VLMEvalKit
# Repository Context Name: EvolvingLMMs-Lab/VLMEvalKit Description: # Pull Request ## [Models] Add SenseSI series models Feature: - Add SenseSI series models # Relevant Files Found ## vlmeval/config.py ``` from vlmeval.vlm import * from vlmeval.api import * from functools import partial import os PandaGPT_ROO...
90
null
vllm-project/vllm-ascend
# Repository Context Name: vllm-project/vllm-ascend Description: # Pull Request ## [Docs] Add dynamic version in docs ### What this PR does / why we need it? Add dynamic version in docs ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Preview: https://vllm-ascend--90.o...
1,156
null
emscripten-forge/recipes
# Repository Context Name: emscripten-forge/recipes Description: # Pull Request ## Fix pydantic-core package name To match the name of the package on conda-forge https://github.com/conda-forge/pydantic-core-feedstock/blob/main/recipe/meta.yaml#L4 # Relevant Files Found ## recipes/recipes_emscripten/pydantic_core/...
241
null
Ballsdex-Team/BallsDex-DiscordBot
# Repository Context Name: Ballsdex-Team/BallsDex-DiscordBot Description: # Pull Request ## small fixment to the privacy function well that should help # Relevant Files Found ## ballsdex/packages/balls/cog.py ``` import enum import logging from collections import defaultdict from typing import TYPE_CHECKING, Uni...
51,293
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Backport #51233 into 2018.3.4 Backport #51233 into 2018.3.4 # Relevant Files Found ## salt/states/file.py ``` # -*- coding: utf-8 -*- ''' Operations on regular files, special files, directories, and symlinks ================================...
38
null
cmu-rss-lab/roswire
# Repository Context Name: cmu-rss-lab/roswire Description: # Pull Request ## Implemented (non-recursive) mkdir in FileProxy (fixes #36) # Relevant Files Found ## src/rozzy/proxy/file.py ``` __all__ = ['FileProxy'] from typing import List import shlex from .shell import ShellProxy from bugzoo import BugZoo a...