pr_id
int64
repo_id
null
repo_name
string
text
string
6,070
null
inventree/InvenTree
# Repository Context Name: inventree/InvenTree Description: # Pull Request ## Handle IntegrityError when saving PartPricing object Catching error reported by sentry.io # Relevant Files Found ## InvenTree/part/models.py ``` """Part database model definitions.""" from __future__ import annotations import decimal...
202
null
mrlvsb/kelvin
# Repository Context Name: mrlvsb/kelvin Description: # Pull Request ## Set XDG_DATA_HOME when executing dotnet command Since the upgrade to Dotnet 6.0.10, there was a permission denied error (https://github.com/dotnet/core/issues/7868). The version of dotnet is now also pinned in the Dockerfile. ![image](https:...
279
null
TileDB-Inc/TileDB-Py
# Repository Context Name: TileDB-Inc/TileDB-Py Description: # Pull Request ## Improve type check and error reporting for sparse assignment This change adds a printout of the attribute name if an input variable cannot be converted to NumPy when writing to a sparse array; previously it was difficult to determine whi...
404
null
HabanaAI/vllm-fork
# Repository Context Name: HabanaAI/vllm-fork Description: # Pull Request ## Add forward_hpu to RotaryEmbedding, remove custom module This PR removes the usage of custom HPU RotaryEmbedding modules, and adds a forward_hpu method to existing RotaryEmbedding, for reusing multiple derived implementations without the n...
26,184
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Let docker-py auto detect version if not defined by user Docker-py will auto detect docker version incase version 'auto' is used. Reference: docker/docker-py#673 # Relevant Files Found ## salt/modules/dockerng.py ``` # -*- coding: utf-8 -*...
15
null
TobiasLaross/Hass-Lynk-Co
# Repository Context Name: TobiasLaross/Hass-Lynk-Co Description: # Pull Request ## Added lock to not have duplicate calls to refresh token <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Documentation** - Added a warning about potential account blocking ...
15
null
paulomtts/grafo
# Repository Context Name: paulomtts/grafo Description: # Pull Request ## enh: AsyncTreeExecutor now outputs/yields Node objects instead - AsyncTreeExecutor now outputs/yields Node objects instead # Relevant Files Found ## grafo/trees/components.py ``` import inspect from typing import Any, Callable, Optional, S...
409
null
Point72/csp
# Repository Context Name: Point72/csp Description: # Pull Request ## Remove unused object_factory_registry. Fixes #377 Fixes #377 # Relevant Files Found ## csp/impl/wiring/signature.py ``` import itertools import os from csp.impl.constants import UNSET from csp.impl.types import tstype from csp.impl.types.com...
224
null
StephanJoubert/home_assistant_solarman
# Repository Context Name: StephanJoubert/home_assistant_solarman Description: # Pull Request ## added configuration for Deye SUN600G3 I modified the configuration for SUN2000G3 to match the SUN600G3. It will probably also work for the 800G3, but i don't have a device to test. will resolve #222 # Relevant Fil...
39
null
salsita/shishito
# Repository Context Name: salsita/shishito Description: # Pull Request ## Add setup py # Relevant Files Found # Edits This pull request adds a `setup.py` file to enable proper packaging and distribution of the Shishito Python module. It includes metadata such as name, version, author, dependencies, and packa...
76
null
openvax/neoantigen-vaccine-pipeline
# Repository Context Name: openvax/neoantigen-vaccine-pipeline Description: # Pull Request ## use psutil to get available memory and cores for each machine # Relevant Files Found ## docker/base/run_snakemake.py ``` from __future__ import print_function, division, absolute_import from argparse import ArgumentPar...
4,334
null
opensearch-project/opensearch-build
# Repository Context Name: opensearch-project/opensearch-build Description: # Pull Request ## Pass in strong password to OSD integ test if version >= 2.12.0 ### Description OSD health check for integ test is using admin:admin, this changes it to admin:myStrongPassword123! if version >= 2.12.0 ### Issues Resolve...
1
null
cyanire/AstroDX-Tools
# Repository Context Name: cyanire/AstroDX-Tools Description: # Pull Request ## 替换 collections_converter 脚本,添加文件夹整理和双语 README - 添加了 README.md(英文版)和 README.zh.md(中文版)以支持双语。 - 添加了 astrodx_folder_organizer.py 脚本,替代了 collections_converter.py,提供了文件夹整理和生成 manifest.json 的功能。 - 删除了 collections_converter.py 脚本 # Relevant...
200
null
felddy/weewx-docker
# Repository Context Name: felddy/weewx-docker Description: # Pull Request ## Bump setuptools from 67.7.1 to 67.7.2 Bumps [setuptools](https://github.com/pypa/setuptools) from 67.7.1 to 67.7.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/setuptools/blob/main/CHANGES.r...
25
null
kritchie/LIBiFBTSVM
# Repository Context Name: kritchie/LIBiFBTSVM Description: # Pull Request ## Update repository This PR includes: - Removes support for Python 3.6 & 3.7 - Adds support for Python 3.9 & 3.10 - Upgrades dependencies - Fixes in documentation - Minor code improvements # Relevant Files Found ## libifbtsvm/__init_...
28
null
FreeYourSoul/FSeam
# Repository Context Name: FreeYourSoul/FSeam Description: # Pull Request ## FIX #27: Python SyntaxWarnings in python-scripts. Fixes issue/bug #27 Python SyntaxWarnings in FSeam python-scripts. Verified with how-to-reproduce procedure in issue #27. # Relevant Files Found ## Generator/CppHeaderParser.py ``` #!/u...
5,493
null
pydantic/pydantic
# Repository Context Name: pydantic/pydantic Description: # Pull Request ## Change signature of __get_pydantic_core_schema__ to hide GenerateSchema Taking #5490 one step further, we can make the signatures of `__get_pydantic_core_schema__` and `__modify_pydantic_core_schema__` equivalent. TODO: can we just colla...
241
null
donbarbos/telegram-bot-template
# Repository Context Name: donbarbos/telegram-bot-template Description: # Pull Request ## Update i18n.py in addition to ex commit Now event may be TelegramObject, not just Message, or CallbackQuery, so may not have attr "from_user" # Relevant Files Found ## bot/middlewares/i18n.py ``` """1. Get all texts pyba...
27
null
r2e-project/r2e
# Repository Context Name: r2e-project/r2e Description: # Pull Request ## chore: add o3-mini to list # Relevant Files Found ## src/r2e/llms/language_model.py ``` from enum import Enum from dataclasses import dataclass class LanguageModelStyle(Enum): """ Used for setting up the client for sending paylo...
32,665
null
dagster-io/dagster
# Repository Context Name: dagster-io/dagster Description: # Pull Request ## [Freshness Policy GA] api docs ## Summary & Motivation - Adds API docs for `FreshnessPolicy` - Adds `@public` annotation to `FreshnessPolicy` class - Moves docstrings from freshness subclasses to their corresponding static constructors - F...
67
null
Swiss-Polar-Institute/spi-media-gallery
# Repository Context Name: Swiss-Polar-Institute/spi-media-gallery Description: # Pull Request ## Search result # Relevant Files Found ## SpiMediaGallery/main/views.py ``` import csv import datetime import json import os import re import urllib from typing import Dict, List, Tuple, Union import requests from d...
4,002
null
chimera-linux/cports
# Repository Context Name: chimera-linux/cports Description: # Pull Request ## main/wxwidgets: enforce minimum cmake version policy ## Checklist Before this pull request is reviewed, certain conditions must be met. The following must be true for all changes: - [x] I have read [CONTRIBUTING.md](https://gith...
18
null
os-climate/witness-core
# Repository Context Name: os-climate/witness-core Description: # Pull Request ## Feature/adds gdp vs energy plot Adds a GDP vs produced energy plot into the multiscenario postprocessing. # Relevant Files Found ## climateeconomics/core/tools/post_proc.py ``` ''' Copyright 2024 Capgemini Licensed under the Apach...
220
null
mosaicml/composer
# Repository Context Name: mosaicml/composer Description: # Pull Request ## Adding conditional branching on data_collator BERT broke the GPT-2 models, because the GPT-2 tokenizer doesn't have a padding token. We need to conditionally branch on this to determine which data collator to use. # Relevant Files Found #...
125
null
hirofumi0810/neural_sp
# Repository Context Name: hirofumi0810/neural_sp Description: # Pull Request ## Minor fix in training script # Relevant Files Found ## neural_sp/bin/args_asr.py ``` #! /usr/bin/env python3 # -*- coding: utf-8 -*- # Copyright 2018 Kyoto University (Hirofumi Inaguma) # Apache 2.0 (http://www.apache.org/licens...
41
null
Genentech/beignet
# Repository Context Name: Genentech/beignet Description: # Pull Request ## convolve operator # Relevant Files Found ## src/beignet/__init__.py ``` import importlib.metadata from importlib.metadata import PackageNotFoundError try: __version__ = importlib.metadata.version("beignet") except PackageNotFoundEr...
2
null
urlstechie/urlchecker-python
# Repository Context Name: urlstechie/urlchecker-python Description: # Pull Request ## Start of urlchecker python module! This pull request will add automated testing to the current master branch (which is a slightly older version, I realized I needed to put something there). I've worked on the following: - the...
2
null
SavagePencil/RetroGraphicsToolkit
# Repository Context Name: SavagePencil/RetroGraphicsToolkit Description: # Pull Request ## Pattern mapping Added the ability to specify a Pattern--an indexed color array with properties for how it is allowed to be flipped. An optimal combination of Patterns can then be found via the constraint solver in order to ...
182
null
itamarst/eliot
# Repository Context Name: itamarst/eliot Description: # Pull Request ## Reversible logging for messages Adds a new `LoggedMessage` class to `eliot._message`. This class knows how to turn a message into a dict and how to turn a dict into a message. It's an incremental step toward #181. Then next step would be addin...
2,751
null
jupyterhub/jupyterhub
# Repository Context Name: jupyterhub/jupyterhub Description: # Pull Request ## Reduce verbosity for "Failing suspected API request to not-running server" (new) - API requests to non-running servers are not uncommon when you cull servers and people leave tabs open and active. It returns with 503 and logs all he...
1,842
null
mikedh/trimesh
# Repository Context Name: mikedh/trimesh Description: # Pull Request ## Ensure that packed UV output order matches original order for multiple materials with duplicates. This is intended to fix a specific corner case I ran into where the returned array of UVs of a mesh using multiple textures (of which two or more...
62,211
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## TYP: Typing fixes and improvements related to ``scipy.interpolate`` I noticed that when [`scipy-stubs`](https://github.com/scipy/scipy-stubs) is installed, mypy reports several new errors in `pandas.core.missing`. At first I thought that sc...
17
null
seedofjoy/darq
# Repository Context Name: seedofjoy/darq Description: # Pull Request ## Add on_job_prepublish callback * Add `on_job_prepublish(metadata, arq_function, args, kwargs)` callback. `metadata` is mutable dict, which will be available at `ctx['metadata']`. # Relevant Files Found ## darq/app.py ``` import datetime imp...
136
null
opencis/opencis-core
# Repository Context Name: opencis/opencis-core Description: # Pull Request ## Fix IrqManager and ShortMsgConn The previous code for ShortMsgConn does not address the cases where a custom ShortMsgConn can have different types of customized data (e.g., Irq for IrqManager). The ShortMsgConn instance will stall when a...
156
null
stitionai/devika
# Repository Context Name: stitionai/devika Description: # Pull Request ## fix: typing annotation fix issue that using python class _list[tuple[str, str]]_ as typing annotation Traceback (most recent call last): File "devika.py", line 16, in <module> from src.agents import Agent File "./devika/src/age...
709
null
mitre/caldera
# Repository Context Name: mitre/caldera Description: # Pull Request ## virts-645d: fixing None fact # Relevant Files Found ## app/objects/c_link.py ``` from base64 import b64decode from datetime import datetime from importlib import import_module from app.utility.base_object import BaseObject from app.objects...
159
null
SwanHubX/SwanLab
# Repository Context Name: SwanHubX/SwanLab Description: # Pull Request ## add __get_git_branch_and_commit ## Description 在swanlab/data/system.py里增加一个函数,作用是获取训练项目git的分支名和该分支下最新commit的hash。 # Relevant Files Found ## swanlab/data/system.py ``` #!/usr/bin/env python # -*- coding: utf-8 -*- r""" @DATE: 2023-11-26...
1,804
null
confluentinc/cp-ansible
# Repository Context Name: confluentinc/cp-ansible Description: # Pull Request ## [ANSIENG-3807] | Rbac over mTLS # Description This Pr aims to add support for RBAC over mTLS. The includes changes for - MDS - Broker - Controller - SR - ERP - RP - Connect - KSQL - Replicator - C3 - Using cert based to...
79
null
jzmejia/crevasse_propagation
# Repository Context Name: jzmejia/crevasse_propagation Description: # Pull Request ## Driver # Relevant Files Found ## crevprop/crevasse.py ``` """ Copyright (c) 2021-2023 by Jessica Mejia <jzmejia@buffalo.edu> """ import math as math import numpy as np from numpy import sqrt, abs from numpy.polynomial import ...
60
null
willyfh/visualtorch
# Repository Context Name: willyfh/visualtorch Description: # Pull Request ## Bump version # Relevant Files Found ## setup.py ``` """Setup file for visualtorch.""" # Copyright (C) 2024 Willy Fitra Hendria # SPDX-License-Identifier: MIT from pathlib import Path import setuptools file_path = Path("README.md")...
75
null
hussein-awala/spark-on-k8s
# Repository Context Name: hussein-awala/spark-on-k8s Description: # Pull Request ## feat(airflow): support driver_ephemeral_configmaps_volumes # Relevant Files Found ## spark_on_k8s/airflow/operators.py ``` from __future__ import annotations import contextlib from enum import Enum from typing import TYPE_CHEC...
896
null
mlcommons/modelbench
# Repository Context Name: mlcommons/modelbench Description: # Pull Request ## Add --output-dir to run-csv-items This is replacing PR #881 # Relevant Files Found ## src/modelgauge/main.py ``` import logging import os import pathlib import warnings from typing import Optional import click from modelgauge.annota...
104
null
ThatRedKite/thatkitebot
# Repository Context Name: ThatRedKite/thatkitebot Description: # Pull Request ## 4.0 rewritten info cog I redesigned ~~previous crap~~ info cog: - admins/mods have an option of modifying embeds with commands - configs saved in .json files - fixes #88 (yes we need another library because of discord emoji...
5
null
kwagstyl/matplotlib_surface_plotting
# Repository Context Name: kwagstyl/matplotlib_surface_plotting Description: # Pull Request ## Mathrip # Relevant Files Found ## examples/script_matplotlib.py ``` import os, sys sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) from matplotlib_surface_plotting import plot_surf import...
596
null
marshmallow-code/webargs
# Repository Context Name: marshmallow-code/webargs Description: # Pull Request ## Bump flake8 from 3.8.4 to 3.9.0 Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.4 to 3.9.0. <details> <summary>Commits</summary> <ul> <li><a href="https://gitlab.com/pycqa/flake8/commit/434c108f7491b589362752b12979741598bb2d...
331
null
EndPointCorp/lg_ros_nodes
# Repository Context Name: EndPointCorp/lg_ros_nodes Description: # Pull Request ## Topic/never kill yourself because of a missing device because killiing yourself inst the best option # Relevant Files Found ## lg_proximity/scripts/sender.py ``` #!/usr/bin/env python import os import pty import rospy import se...
5
null
ecmwf/anemoi-utils
# Repository Context Name: ecmwf/anemoi-utils Description: # Pull Request ## Chore/multiple fixes ci pre commit fixes/updates: - correct downstream-ci-hpc workflow call - ignore pre-commit-config and readthedocs for changelog updates - updates pre-commit config adds: - merge strategy for CHANGELOG.md - ad...
109
null
gouline/dbt-metabase
# Repository Context Name: gouline/dbt-metabase Description: # Pull Request ## feat: Allow excluding dbt sources when exporting to Metabase Based on abandoned #95 # Relevant Files Found ## dbtmetabase/__init__.py ``` import logging import functools from pathlib import Path from typing import Iterable, Optional, ...
81
null
open-retina/open-retina
# Repository Context Name: open-retina/open-retina Description: # Pull Request ## Fix config of core-readout, add test for it # Relevant Files Found ## scripts/train_core_readout.py ``` #!/usr/bin/env python3 import os from typing import Literal import hydra import lightning from lightning.pytorch import seed...
337
null
TencentBlueKing/bk-user
# Repository Context Name: TencentBlueKing/bk-user Description: # Pull Request ## fix: 修复目录创建后默认配置未创建的问题 # Relevant Files Found ## src/api/bkuser_core/categories/handlers.py ``` # -*- coding: utf-8 -*- """ TencentBlueKing is pleased to support the open source community by making 蓝鲸智云-用户管理(Bk-User) available. Co...
1,631
null
marshmallow-code/marshmallow
# Repository Context Name: marshmallow-code/marshmallow Description: # Pull Request ## Rework Schema._get_fields Closes #1628. - Don't pop fields from schema class - Hardcode base schema class to `base.FieldABC` # Relevant Files Found ## src/marshmallow/schema.py ``` """The :class:`Schema` class, including i...
778
null
microsoft/RD-Agent
# Repository Context Name: microsoft/RD-Agent Description: # Pull Request ## chore: show sota exp valid score in summary page & combine curves <!--- Thank you for submitting a Pull Request! In order to make our work smoother. --> <!--- please make sure your Pull Request meets the following requirements: --> <!---...
78
null
intel/auto-round
# Repository Context Name: intel/auto-round Description: # Pull Request ## fix old eval tasks order # Relevant Files Found ## auto_round/autoround.py ``` # Copyright (c) 2023 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance wi...
60
null
TeamEpochGithub/epochlib
# Repository Context Name: TeamEpochGithub/epochlib Description: # Pull Request ## v0.1.3 # Relevant Files Found ## epochalyst/_core/_caching/_cacher.py ``` import glob import pickle from epochalyst._core._logging._logger import _Logger from typing import Any import dask.array as da import dask.dataframe as dd ...
36
null
Unstructured-IO/unstructured-platform-plugins
# Repository Context Name: Unstructured-IO/unstructured-platform-plugins Description: # Pull Request ## bugfix/fix generating api when output has list union types ### Description If the response type has typing data such as: ```python @dataclass class Response: data: list[Union[int, str]] ``` This causes a...
34,111
null
commaai/openpilot
# Repository Context Name: commaai/openpilot Description: # Pull Request ## Null Pointer Model <!-- Please copy and paste the relevant template --> <!--- ***** Template: Fingerprint ***** **Car** Which car (make, model, year) this fingerprint is for **Route** A route with the fingerprint --> <!--- ...
7,127
null
infiniflow/ragflow
# Repository Context Name: infiniflow/ragflow Description: # Pull Request ## Fix: handle sometimes graph index will miss explanation ### What problem does this PR solve? https://github.com/infiniflow/ragflow/issues/7053 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) # Rele...
386
null
onecodex/onecodex
# Repository Context Name: onecodex/onecodex Description: # Pull Request ## Add support for multilane file concatenation Multiline files are detected and concatenated before upload. The multiline groups are detected based on filenames, specifically based on the `_LXXX` part, e.g. `Sample_R1_L001.fq`, `Sample_R1_L0...
4
null
swevm/scaleio-py
# Repository Context Name: swevm/scaleio-py Description: # Pull Request ## fix: let get_sdc_for_volume return empty list if no SDCs are mapped Fix get_sdc_for_volume so that it returns an empty list if there are no SDC's connected. This previous version would fail with `TypeError: 'NoneType' object is not iterable`...
11
null
uilibs/unifi-discovery
# Repository Context Name: uilibs/unifi-discovery Description: # Pull Request ## feat: probe for running protect # Relevant Files Found ## unifi_discovery/__init__.py ``` from __future__ import annotations import asyncio import logging import re import socket import time from contextlib import suppress from da...
980
null
vespa-engine/sample-apps
# Repository Context Name: vespa-engine/sample-apps Description: # Pull Request ## spann I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright o...
21
null
pauxy-qmc/pauxy
# Repository Context Name: pauxy-qmc/pauxy Description: # Pull Request ## Fix thf plumbing # Relevant Files Found ## pauxy/qmc/thermal_afqmc.py ``` """Driver to perform AFQMC calculation""" import sys import json import time import numpy import warnings import uuid from math import exp import copy import h5py f...
148
null
bcgov/business-schemas
# Repository Context Name: bcgov/business-schemas Description: # Pull Request ## 17929 Update version.py for agm extension schema *Issue #:* /bcgov/entity#7929 *Description of changes:* - quick version bump missing from last commit for agm_extension schema By submitting this pull request, I confirm that yo...
4,048
null
mozilla/addons-server
# Repository Context Name: mozilla/addons-server Description: # Pull Request ## Support channels in editor tools - add a review-unlisted page fixes mozilla/addons#3754 # Relevant Files Found ## src/olympia/editors/helpers.py ``` import datetime from django.conf import settings from django.template import Conte...
300
null
ecmwf/anemoi-datasets
# Repository Context Name: ecmwf/anemoi-datasets Description: # Pull Request ## feat: reset accumulations Implement a version of `accumulation` for data that have an accumulation that resets to 0 regularly (e.g. every 24h) <!-- Provide a brief summary of the changes introduced in this pull request. --> ## Typ...
2,223
null
modelscope/ms-swift
# Repository Context Name: modelscope/ms-swift Description: # Pull Request ## fix rescale_image # PR type - [x] Bug Fix - [ ] New Feature - [ ] Document Updates - [ ] More Models or Datasets Support # PR information Write the detail information belongs to this PR. ## Experiment results Paste your ex...
9
null
PaddlePaddle/PaddleMaterials
# Repository Context Name: PaddlePaddle/PaddleMaterials Description: # Pull Request ## add diffusion for Lattices 1. 添加晶格常数的扩散 # Relevant Files Found ## structure_prediction/main.py ``` from __future__ import annotations import argparse import os import shutil import time from collections import defaultdict im...
3,480
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## Improve output for compiler commands This adds two changes: * ```spack compiler list``` now sorts sections by compiler name, os, and target * ```spack compiler find``` now lists all configuration files with compilers # Relevant Files Found ...
350
null
ML4GW/aframe
# Repository Context Name: ML4GW/aframe Description: # Pull Request ## Remove unused args Minor bug from the last PR. Testing this out now, but it looks like it's working. # Relevant Files Found ## projects/online/online/subprocesses/amplfi.py ``` import logging import torch from typing import Optional, TYPE_CHE...
1,175
null
cloudify-cosmo/cloudify-cli
# Repository Context Name: cloudify-cosmo/cloudify-cli Description: # Pull Request ## Rd 624 blueprint upload update cli # Relevant Files Found ## cloudify_cli/cli/cfy.py ``` ######## # Copyright (c) 2014 GigaSpaces Technologies Ltd. All rights reserved # # Licensed under the Apache License, Version 2.0 (the "L...
227
null
TencentCloud/tencentcloud-sdk-python
# Repository Context Name: TencentCloud/tencentcloud-sdk-python Description: # Pull Request ## upgrade twine # Relevant Files Found ## package.py ``` # -*- coding: UTF-8 -*- import os import shutil import sys import argparse from tencentcloud import __version__ README = '''============================ Tencent...
35
null
mila-iqia/diffusion_for_multi_scale_molecular_dynamics
# Repository Context Name: mila-iqia/diffusion_for_multi_scale_molecular_dynamics Description: # Pull Request ## Testing adjacency matrix This PR fixes an issue in the 'batch tensor' output of the adjacency matrix calculation code. It also tests that the graphs generated by MACE and our approach are identical, up t...
531
null
fal-ai/fal
# Repository Context Name: fal-ai/fal Description: # Pull Request ## feat(toolkit): retry requests # Relevant Files Found ## projects/fal/src/fal/toolkit/file/providers/fal.py ``` from __future__ import annotations import json import math import os import threading from base64 import b64encode from contextlib ...
72
null
kevinzakka/mink
# Repository Context Name: kevinzakka/mink Description: # Pull Request ## Support for python 3.8 **PR Description** Changes the minimum python version to 3.8 instead of 3.9. This is helpful for compatibility with ROS1 or other code stuck in Ubuntu 20.04 land. **Key Changes** - Changes python syntax to use Lis...
44
null
ZeroTwentyFifty/pact_methodology
# Repository Context Name: ZeroTwentyFifty/pact_methodology Description: # Pull Request ## UPDATE dqi.py - refactor module to use properties and expand data model refactored the module in line with the issue at #40 and #39 in preparation for expanded set of interactions via lifecycle management # Relevant Files Fo...
67
null
relari-ai/continuous-eval
# Repository Context Name: relari-ai/continuous-eval Description: # Pull Request ## fix progress bar always 1 short | updated generator in examples to 4o <!-- ELLIPSIS_HIDDEN --> | :rocket: This description was created by [Ellipsis](https://www.ellipsis.dev) for commit a05a0057d70cfb7703246190e56fad5fe53392d5 | ...
85
null
CAS-SIAT-XinHai/XinHaiAgents
# Repository Context Name: CAS-SIAT-XinHai/XinHaiAgents Description: # Pull Request ## Fix message image and add bridge worker # Relevant Files Found ## backend/src/xinhai/types/message.py ``` """ Copyright (c) CAS-SIAT-XinHai. Licensed under the CC0-1.0 license. XinHai stands for [Sea of Minds]. Authors: Vim...
23
null
widgetti/reacton
# Repository Context Name: widgetti/reacton Description: # Pull Request ## fix: get_widget did not always work for function components # Relevant Files Found ## reacton/core.py ``` """Write ipywidgets like React ReactJS - ipywidgets relation: * DOM nodes -- Widget * Element -- Element * Component -- functio...
29
null
garnaat/kappa
# Repository Context Name: garnaat/kappa Description: # Pull Request ## Delete the log group when the function is deleted. Fixes #28 # Relevant Files Found ## kappa/context.py ``` # Copyright (c) 2014 Mitch Garnaat http://garnaat.org/ # # Licensed under the Apache License, Version 2.0 (the "License"). You # may...
301
null
bayesflow-org/bayesflow
# Repository Context Name: bayesflow-org/bayesflow Description: # Pull Request ## Move continuous-time consistency model to experimental module. Related to #256 As we have not extensively tested their behavior and I have observed subpar performance in some settings, we move this model class to experimental for f...
840
null
marshmallow-code/webargs
# Repository Context Name: marshmallow-code/webargs Description: # Pull Request ## Bump sphinx from 7.0.0 to 7.0.1 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.0.0 to 7.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sphinx-doc/sphinx/releases">sphinx's...
841
null
Open-EO/openeo-geopyspark-driver
# Repository Context Name: Open-EO/openeo-geopyspark-driver Description: # Pull Request ## allow soft errors in file.PyramidFactory https://github.com/eu-cdse/openeo-cdse-infra/issues/196 # Relevant Files Found ## openeogeotrellis/layercatalog.py ``` import argparse import datetime as dt import functools import ...
6,833
null
pydantic/pydantic
# Repository Context Name: pydantic/pydantic Description: # Pull Request ## Update V1 Selected Reviewer: @davidhewitt # Relevant Files Found ## pydantic/v1/fields.py ``` import copy import re from collections import Counter as CollectionCounter, defaultdict, deque from collections.abc import Callable, Hashable...
2,620
null
snakemake/snakemake
# Repository Context Name: snakemake/snakemake Description: # Pull Request ## fix: properly resolve wildcards in group components ### QC <!-- Make sure that you can tick the boxes below. --> * [x] The PR contains a test case for the changes or the changes are already covered by an existing test case. * [x] The do...
7,588
null
PaddlePaddle/PaddleNLP
# Repository Context Name: PaddlePaddle/PaddleNLP Description: # Pull Request ## [Llama2] Add uts for llama in semi-auto mode <!-- Demo: https://github.com/PaddlePaddle/PaddleNLP/pull/26 --> ### PR types <!-- One of [ New features | Bug fixes | Function optimization | Performance optimization | Breaking changes |...
196
null
thegeeklab/prometheus-pve-sd
# Repository Context Name: thegeeklab/prometheus-pve-sd Description: # Pull Request ## refactor: add ProxmoxClient to handle pve api interactions This is just a draft, how I would implement #195 All unit tests are green again, and all calls to the Proxmox API are wrapped in the `ProxmoxClient` class. I'm con...
1,325
null
hydroshare/hydroshare
# Repository Context Name: hydroshare/hydroshare Description: # Pull Request ## [#1317] create point coverage for single point shp This pr contains supplementary changes to further fix issue #1317 . If a shp file contains only one point, feature res type will create a point-type coverage metadata instead of box-ty...
167
null
innogames/igvm
# Repository Context Name: innogames/igvm Description: # Pull Request ## Fix KeyError in _get_best_hypervisor exception Rephrase IGVMError raised when not Hypervisor can be found and print complete Query filter to avoid future KeyErrors and show all infos. # Relevant Files Found ## igvm/commands.py ``` """igvm ...
39
null
mcurlej/joft
# Repository Context Name: mcurlej/joft Description: # Pull Request ## Make order of potential config file locations deterministic and tested Also, join paths in the test with os.path.join. Fixes https://github.com/mcurlej/joft/issues/37 # Relevant Files Found ## joft/utils.py ``` import pathlib import textwr...
40
null
aheui/rpaheui
# Repository Context Name: aheui/rpaheui Description: # Pull Request ## 옵션 에러 처리 방식 변경 및 테스트 추가, .aheui.aheuis 방지 Fix #8 # Relevant Files Found ## aheui/_argparse.py ``` # flake8: noqa: E501 from __future__ import absolute_import class ParserError(Exception): __description__ = '' def __init__(self, d...
5
null
Zen-Transform/Multilingual-IME
# Repository Context Name: Zen-Transform/Multilingual-IME Description: # Pull Request ## Modify Levenshtein distance algorithm Leven additional future # Relevant Files Found ## multilingual_ime/ime_converter.py ``` import json class TrieNode(): ... class Trie(): ... class IMEConverter(): ... clas...
1,741
null
livekit/agents
# Repository Context Name: livekit/agents Description: # Pull Request ## sync transcription with annotation or speaking rate # Relevant Files Found ## livekit-agents/livekit/agents/voice/transcription/synchronizer.py ``` from __future__ import annotations import asyncio import contextlib import functools impor...
108
null
csaf-tools/CVRF-CSAF-Converter
# Repository Context Name: csaf-tools/CVRF-CSAF-Converter Description: # Pull Request ## CS02 conformance implementation Resolves #98 Besides the implementation todo's mentioned in the issue above to reach the conformance goal CS02, the following concerns have been addressed: - File name creation according to C...
215
null
xlang-ai/OSWorld
# Repository Context Name: xlang-ai/OSWorld Description: # Pull Request ## Get VM IP again after screenshot fails when installing new VM In rare cases, the IP of the VM changes after it launches (probably due to DHCP). We can get the IP every time we retry to ensure the correct connection. # Relevant Files Found...
293
null
allenai/tango
# Repository Context Name: allenai/tango Description: # Pull Request ## GradScaler state saving and loading <!-- To ensure we can review your pull request promptly please complete this template entirely. --> <!-- Please reference the issue number here. You can replace "Fixes" with "Closes" if it makes more sense...
29,097
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Move flexit imports at top-level ## Breaking Change: None ## Description: **Related issue:** partially f!x #27284 + isort ## Checklist: - [ ] The code change is tested and works locally. - [ ] Local tests pass with `tox`...
7,745
null
Chia-Network/chia-blockchain
# Repository Context Name: Chia-Network/chia-blockchain Description: # Pull Request ## Ms.remove proof limit The proof limit of 5 was only useful for testnet. Since we have NetworkType, we can use that now, and remove the limit for mainnet. This helps with pools that have very low difficulties. Thank you @AlexSSD...
138
null
ecmwf/anemoi-utils
# Repository Context Name: ecmwf/anemoi-utils Description: # Pull Request ## feat: better message in testing ## Description <!-- Provide a brief summary of the changes introduced in this pull request. --> ## Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non...
51
null
GMOD/jbrowse-jupyter
# Repository Context Name: GMOD/jbrowse-jupyter Description: # Pull Request ## Updates and fixes typo on readme, adds badge, updates docs * adds a badge to the readme * fixes a typo on docs * updates docs documentation # Relevant Files Found ## docs/source/conf.py ``` # flake8: noqa # Configuration file for t...
59
null
OpendTect/dgbpy
# Repository Context Name: OpendTect/dgbpy Description: # Pull Request ## Fix regex pattern check in custom model search # Relevant Files Found ## dgbpy/keras_classes.py ``` #__________________________________________________________________________ # # (C) dGB Beheer B.V.; (LICENSE) http://opendtect.org/OpendT...