pr_id
int64
repo_id
null
repo_name
string
text
string
571
null
gumyr/build123d
# Repository Context Name: gumyr/build123d Description: # Pull Request ## Fix 2D exporter conversion lookups. Conversion lookups were broken by change to the geom_type accessor. This resulted in the export of all shapes as splines. # Relevant Files Found ## src/build123d/exporters.py ``` """ build123d exporte...
887
null
ludwig-ai/ludwig
# Repository Context Name: ludwig-ai/ludwig Description: # Pull Request ## TF2: fix image unit test to run with refactored trainer # Code Pull Requests This is the start of the work to address the issue. Initial commit is to use the `@pytest.mark.parametrize` to externalize running multiple image tests. Two of...
682
null
ialbert/biostar-central
# Repository Context Name: ialbert/biostar-central Description: # Pull Request ## small fixes - small fixes in forum - tags list api change # Relevant Files Found ## biostar/forum/api.py ``` import json import os import logging from os.path import join, normpath from django.core.cache import cache from django....
86
null
PanDAWMS/panda-harvester
# Repository Context Name: PanDAWMS/panda-harvester Description: # Pull Request ## Add JSON Web Token authentication # Relevant Files Found ## pandaharvester/harvestermessenger/apache_messenger.py ``` import json from pandaharvester.harvestercore import core_utils from pandaharvester.harvestermessenger import h...
71
null
nacos-group/nacos-sdk-python
# Repository Context Name: nacos-group/nacos-sdk-python Description: # Pull Request ## [ISSUE #63]Feature support grpc: add nacos.naming.utils for module naming to solve issue #63 add nacos.naming.utils for module naming # Relevant Files Found # Edits This pull request adds support for gRPC in the Nacos ...
7,598
null
pytest-dev/pytest
# Repository Context Name: pytest-dev/pytest Description: # Pull Request ## Configure setuptools_scm using pyproject.toml @RonnyPfannschmidt locally this doesn't seem to work, `pip list` says `pytest 0.0.0` is installed after running `pip install -e .`. Any hints? # Relevant Files Found ## setup.py ``` from setu...
109
null
DataDog/Miscellany
# Repository Context Name: DataDog/Miscellany Description: # Pull Request ## Add support for SLOs to Dogmover Simple change to add SLO pull/push to Dogmover # Relevant Files Found ## Dogmover/dogmover.py ``` #!/usr/bin/env """Usage: dogmover.py pull (<type>) [--tag tag]... [--dry-run] [-h] dogmover.py push (...
68
null
jeremyephron/simplegmail
# Repository Context Name: jeremyephron/simplegmail Description: # Pull Request ## Flip overwrite flag (fixes #56) Fixes #56 # Relevant Files Found ## simplegmail/attachment.py ``` """ File: attachment.py ------------------- This module contains the implementation of the Attachment object. """ import base64 ...
121
null
qutip/qutip
# Repository Context Name: qutip/qutip Description: # Pull Request ## Make the progressbar graphically more pleasing. Now it is an actual progressbar. It uses the '\r' character in order to erase the entire line before each update. It works in the IPython notebook as well. Tested in 3.4. It should work in 2.7. No...
264
null
spacetelescope/synphot_refactor
# Repository Context Name: spacetelescope/synphot_refactor Description: # Pull Request ## DOC: Clarify vegaspec in convert_flux Fix #262 Is this clearer, @ariedel ? # Relevant Files Found ## synphot/units.py ``` # Licensed under a 3-clause BSD style license - see LICENSE.rst """This module handles photometry...
111
null
Quantco/tabmat
# Repository Context Name: Quantco/tabmat Description: # Pull Request ## improved __repr__ method This is a tiny change, but for consistency it would be better to call the `__repr__` method of a splitmatrix's children instead of `__str__`. <!-- Thank you for pull request. Below are a few things we ask you kin...
75,733
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Add HmIP-WGC to homematicip_cloud integration <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Proposed change <!-- Describe the big p...
577
null
tomerfiliba/plumbum
# Repository Context Name: tomerfiliba/plumbum Description: # Pull Request ## chore: remove setdoc (not needed in Py3) Cleans up issues with mypy not handling decorators on properties. # Relevant Files Found ## plumbum/cli/config.py ``` from abc import ABC, abstractmethod from configparser import ConfigParser, ...
1,836
null
psf/requests
# Repository Context Name: psf/requests Description: # Pull Request ## Bump the year ftw s/2013/2014 # Relevant Files Found ## docs/conf.py ``` # -*- coding: utf-8 -*- # # Requests documentation build configuration file, created by # sphinx-quickstart on Sun Feb 13 23:54:25 2011. # # This file is execfile()d wi...
249
null
SAIC-iSmart-API/saic-python-mqtt-gateway
# Repository Context Name: SAIC-iSmart-API/saic-python-mqtt-gateway Description: # Pull Request ## Read SoC from extendedData1 and not extendedData2 # Relevant Files Found ## tests/test_vehicle_handler.py ``` import time import unittest from unittest.mock import patch from apscheduler.schedulers.blocking impor...
523
null
openNAMU/openNAMU
# Repository Context Name: openNAMU/openNAMU Description: # Pull Request ## Master # Relevant Files Found ## app.py ``` # 모듈 불러오기 import werkzeug.routing import flask_compress import flask_reggie import tornado.ioloop import tornado.httpserver import tornado.wsgi import urllib.request import platform import zip...
511
null
Trust-Code/odoo-brasil
# Repository Context Name: Trust-Code/odoo-brasil Description: # Pull Request ## 11 account payment # Relevant Files Found ## br_account_payment/models/account_payment.py ``` # -*- coding: utf-8 -*- # © 2016 Alessandro Fernandes Martini, Trustcode # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.ht...
509
null
stanfordnlp/dspy
# Repository Context Name: stanfordnlp/dspy Description: # Pull Request ## Type improvements Cleans up some type stuff (no more pydantic version in error messages), Removes make_example (now it happens automatically, only if there's actually an error), Fixes some some issues with generics like List[str] # Releva...
32,646
null
frappe/frappe
# Repository Context Name: frappe/frappe Description: # Pull Request ## fix(db_query): allow filtering `name: None` (backport #32644) This doesn't make any sense, but ig it might get introduced via indirect calls, so better to handle this in code explicitly. closes https://github.com/frappe/frappe/issues/32643 <hr...
365
null
iKonoTelecomunicaciones/menuflow
# Repository Context Name: iKonoTelecomunicaciones/menuflow Description: # Pull Request ## feat: :sparkles: Created inactivity options on system restart # Relevant Files Found ## menuflow/db/room.py ``` from __future__ import annotations import json from typing import TYPE_CHECKING, ClassVar, Dict from asyncp...
911
null
gumyr/build123d
# Repository Context Name: gumyr/build123d Description: # Pull Request ## Run tests in parallel by default, and update CONTRIBUTING.md Also: - replace explicit development dependencies list with `.[development]`; and - replace reference to docs/requirements.txt (deleted in d78ca933fcda7ff2d54a8664a560418f6f247a60...
1,133
null
praw-dev/praw
# Repository Context Name: praw-dev/praw Description: # Pull Request ## Addition of the ability to set/unset submission as original content ## Feature Summary and Justification Added two methods to the `SubmissionModeration` class called `set_original_content()` and `unset_original_content()`. These methods allo...
52,793
null
ray-project/ray
# Repository Context Name: ray-project/ray Description: # Pull Request ## [Serve] Avoid concurrent modification of `LongPollClient.snapshot_ids` <!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. --> <!-- Please add a...
65
null
diyajaiswal11/Bloggitt
# Repository Context Name: diyajaiswal11/Bloggitt Description: # Pull Request ## feat: blogs for a particular tag **Issue fixed:** #64 **Features added**: Clicking on any tag on any post will render a template showing all the posts having that tag included. **Note**: Each tag is linked with an href tag to r...
694
null
trojsten/web
# Repository Context Name: trojsten/web Description: # Pull Request ## Zaznamenávanie duplicitných userov do DB Jednoduchy model pre uchovávanie záznamov o duplicitných useroch. Záznam má 3 stavy: - nevyriešený (default) - nie je duplikát - vyriešený duplikát (toto teoreticky netreba a namiesto toho vieme tie zázna...
88,248
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Adjust json imports in tests ## Proposed change <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to...
18
null
AndersGiovanni/worker_vs_gpt
# Repository Context Name: AndersGiovanni/worker_vs_gpt Description: # Pull Request ## Feature/langchain prompting # Relevant Files Found ## src/worker_vs_gpt/config.py ``` from pathlib import Path from dataclasses import dataclass # Defining paths ROOT_DIR = Path(__file__).resolve().parent.parent.parent DATA...
102,056
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Apple TV: Use replacement commands for deprecated ones <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Breaking change <!-- If your P...
107,790
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Improve calls to async_show_progress in improv_ble <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Proposed change <!-- Describe the ...
149
null
neo-ai/tvm
# Repository Context Name: neo-ai/tvm Description: # Pull Request ## Changes in TRT to support TF-SSD-MN * tests in test_tensorrt.py ported to use relay VM * updates in tensorrt.py to offload dynamic shapes in TRT to VM * updates in tensorrt.py to run TF-SSD-MN Thanks for contributing to TVM! Please refe...
298
null
ImperialCollegeLondon/sharpy
# Repository Context Name: ImperialCollegeLondon/sharpy Description: # Pull Request ## Add hosting of built wheel at PyPI - develop Identical to #297 - but merging into develop. # Relevant Files Found ## setup.py ``` from setuptools import setup, find_packages, Extension, Command #from skbuild import setup from ...
4
null
Adinarayanreloaded/HandCricket2
# Repository Context Name: Adinarayanreloaded/HandCricket2 Description: # Pull Request ## update abhi minor changes kare hain jo imp the and baki mujhe smajh agaya hai error usko main badme update kardunga... # Relevant Files Found ## PlayP.py ``` from keras.models import load_model from cv2 import cv2 import ...
77,888
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Improve entity type hints [y] ## Proposed change <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure t...
196
null
fib-international/structuralcodes
# Repository Context Name: fib-international/structuralcodes Description: # Pull Request ## feat: ec2-2004 expose crdc in shear resistance The parameter `CRdc` appears in Eq. (6.2) in EC2 (2004), but was not provided as an argument to the relevant function in `structuralcodes.codes.ec2_2004`. Here, the parameter...
3,041
null
scipy/scipy
# Repository Context Name: scipy/scipy Description: # Pull Request ## BUG: stats.entropy broken (issue #3030) `stats.entropy` will fail when calculate relative entropy of arrays whose ndim > 1. (issue #3030) According to the comment in the original code, `inf` should be given if there's a zero in `qk` but the corre...
105,419
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Add reauth to Tessie <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Breaking change <!-- If your PR contains a breaking change for e...
3,770
null
scipy/scipy
# Repository Context Name: scipy/scipy Description: # Pull Request ## BUG: signal: In lfilter_zi, b was not rescaled correctly when a[0] was not 1. The problem was reported here: https://github.com/scipy/scipy/commit/8d4665f77ffab58d40ef712a36030450007b48e0#commitcomment-6889990 # Relevant Files Found ## scipy/s...
642
null
mosdef-hub/gmso
# Repository Context Name: mosdef-hub/gmso Description: # Pull Request ## Add cloning support to Potentials Closes #641. # Relevant Files Found ## gmso/core/atom_type.py ``` """Support non-bonded interactions between sites.""" import warnings from typing import Optional, Set import unyt as u from pydantic impor...
5,555
null
aws-powertools/powertools-lambda-python
# Repository Context Name: aws-powertools/powertools-lambda-python Description: # Pull Request ## chore(ci): Bump CDK version to build layers and fix imports <!-- markdownlint-disable MD041 MD043 --> **Issue number:** #5554 ## Summary ### Changes Bump CDK version to build layers ### User experience ...
78,580
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Migrate attributes to sensors in Litter-Robot <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Breaking change <!-- If your PR contain...
49,467
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Back-port #49451 to 2018.3.3 Back-port #49451 to 2018.3.3 # Relevant Files Found ## salt/scripts.py ``` # -*- coding: utf-8 -*- ''' This module contains the function calls to execute command line scripts ''' # Import python libs from __fut...
680
null
apify/apify-sdk-python
# Repository Context Name: apify/apify-sdk-python Description: # Pull Request ## feat: Add support for Python 3.14 - Add support for Python 3.14 # Relevant Files Found ## tests/unit/conftest.py ``` from __future__ import annotations import asyncio import inspect import os from collections import defaultdict fro...
1,735
null
aws/aws-sdk-pandas
# Repository Context Name: aws/aws-sdk-pandas Description: # Pull Request ## Bug: Fixing index column validation in `s3.read.parquet()` validate schema ### Bug - Fixing index column validation in `s3.read.parquet()` validate schema. - Add test case to validate the above. ### Relates - #1717 By submitting ...
24,889
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## boost: Run `b2 headers` after a git clone Closes https://github.com/spack/spack/issues/24888 # Relevant Files Found ## var/spack/repos/builtin/packages/boost/package.py ``` # Copyright 2013-2021 Lawrence Livermore National Security, LLC and ot...
53,947
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## CLN : Removed unnecessary numba-compat code - [x] closes ##50392 (Replace xxxx with the GitHub issue number) - [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if ...
2,203
null
mozilla/kitsune
# Repository Context Name: mozilla/kitsune Description: # Pull Request ## [bug 1092335] Ditch our upgrade update bar in favor of Tabzilla yay! r? # Relevant Files Found ## kitsune/wiki/tests/test_templates.py ``` from datetime import datetime, timedelta import difflib import json from django.conf import setti...
116
null
datagouv/datagouvfr_data_pipelines
# Repository Context Name: datagouv/datagouvfr_data_pipelines Description: # Pull Request ## [DAG météo] handle new data and bypass few errors for now # Relevant Files Found ## data_processing/meteo/task_functions.py ``` from datagouvfr_data_pipelines.config import ( AIRFLOW_DAG_HOME, AIRFLOW_DAG_TMP, ...
32
null
custom-components/sensor.avanza_stock
# Repository Context Name: custom-components/sensor.avanza_stock Description: # Pull Request ## Ignore dividend if amount is zero Closes #25 # Relevant Files Found ## custom_components/avanza_stock/sensor.py ``` """ Support for getting stock data from avanza.se. For more details about this platform, please ref...
260
null
plivo/plivo-python
# Repository Context Name: plivo/plivo-python Description: # Pull Request ## added wait time param in MPC XML flow # Relevant Files Found ## plivo/version.py ``` # -*- coding: utf-8 -*- __version__ = '4.48.0' ``` ## plivo/xml/MultiPartyCallElement.py ``` from plivo.utils.validators import * from plivo.xml im...
18,056
null
Lightning-AI/pytorch-lightning
# Repository Context Name: Lightning-AI/pytorch-lightning Description: # Pull Request ## Fix `LightningCLI` not saving correctly seed_everything for `run=True` ## What does this PR do? Fixes a bug in LightningCLI where the saved config does not save the actual value used for `seed_everything`. The intention of t...
136,106
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Fix upload service response for google_photos <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Proposed change <!-- Describe the big p...
2,034
null
packit/packit
# Repository Context Name: packit/packit Description: # Pull Request ## Handle upstream git_project being None in pull_from_upstream workflow Related to https://github.com/packit/packit-service/issues/1907. Merge before https://github.com/packit/packit-service/pull/2137. # Relevant Files Found ## packit/upstre...
1,047
null
griptape-ai/griptape
# Repository Context Name: griptape-ai/griptape Description: # Pull Request ## Fix Adding To Structure For Tool(kit)Task - [x] I have read and agree to the contributing guidelines for [submitting new pull requests](https://github.com/griptape-ai/griptape?tab=readme-ov-file#submitting-pull-requests). ## Describe ...
106,129
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Improve error mqtt valve error logging <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Proposed change <!-- Describe the big picture of you...
789
null
Sage-Bionetworks/synapsePythonClient
# Repository Context Name: Sage-Bionetworks/synapsePythonClient Description: # Pull Request ## 2.2.2 Merge release to master. # Relevant Files Found ## setup.py ``` # Installation script for Synapse Client for Python ############################################################ import sys from os.path import expa...
15
null
frenck/action-addon-linter
# Repository Context Name: frenck/action-addon-linter Description: # Pull Request ## Fix exit code reset Fixes an issue where the exit code was reset when a build.json is processed. This causes the action to succeed successfully in case the config.json has errors, but build.json does not. It now exists proper...
21
null
CiscoTestAutomation/genietrafficgen
# Repository Context Name: CiscoTestAutomation/genietrafficgen Description: # Pull Request ## Releasing v22.11 # Relevant Files Found ## src/genie/trafficgen/__init__.py ``` ''' Module: genie.trafficgen Description: This is the sub-component of Genie for `genie.trafficgen`. ''' # meta...
129,444
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Bump tplink python-kasa dependency to 0.7.6 <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Proposed change <!-- Describe the big p...
3
null
1Codealot/Infection-Simulator
# Repository Context Name: 1Codealot/Infection-Simulator Description: # Pull Request ## Making cells objects and other stuff # Relevant Files Found ## Infection.py ``` import random, time, os Generation = 0 try: f = open("Infection_Settings.txt","r") f.close() except: f = open("Infection_...
340
null
truera/trulens
# Repository Context Name: truera/trulens Description: # Pull Request ## fix langchain calls Changed the wrapped calls to langchain chains from `_call` and `_acall` to `__call__` and `acall` instead. These include callback constructing which is not part of the _ versions. Also added stack trace printouts in cas...
2
null
cfhamlet/os-aio-pod
# Repository Context Name: cfhamlet/os-aio-pod Description: # Pull Request ## 修改version的bug 修改version的bug 在cmdline.py中,@click.version_option(version=__version__)获取版本号 在.gitignore文件添加了pycharm .idea的忽略文件 # Relevant Files Found ## src/os_aio_pod/cmdline.py ``` import click from os_aio_pod.utils import walk_modul...
1,661
null
Azure/azure-cli
# Repository Context Name: Azure/azure-cli Description: # Pull Request ## Fix PEP8 for azure-cli Log: ``` [file:.\src\azure-cli\setup.py] [file:.\src\azure-cli\azure\cli\__init__.py] [file:.\src\azure-cli\azure\cli\__main__.py] ---> Applying global fix for E265 ---> Applying global fix for W602 [file:.\src...
79,100
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Remove unused alexa code ## Proposed change Mypy will soon emit an error if a function has a return type but isn't doesn't return anything. Workarounds would be adding `raise NotImplementedError`, `assert False`, `type: ignore`, or `@abs...
15
null
pyacq/pyacq
# Repository Context Name: pyacq/pyacq Description: # Pull Request ## Base client implementation # Relevant Files Found ## pyacq/core/__init__.py ``` from .processspawner import ProcessSpawner from .rpc import RPCServer from .host import Host from .nodegroup import NodeGroup from .node import Node from .nodelis...
99
null
RPGillespie6/fastcov
# Repository Context Name: RPGillespie6/fastcov Description: # Pull Request ## Added ability to strip source file paths prior to opening them. The goal of this addition is to allow fastcov to analyze notes and coverage files that were generated in a different environment. One would use the -sp switch to pass-in...
1,630
null
ansys/pyansys-geometry
# Repository Context Name: ansys/pyansys-geometry Description: # Pull Request ## chore: pre-commit automatic update <!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.6...v0.9.1) - [github.com/ansys/pre-commit-hooks...
243
null
BBN-Q/Auspex
# Repository Context Name: BBN-Q/Auspex Description: # Pull Request ## Fix/writer ancestors This code treats all ancestor writers, plotters, etc. the same. # Relevant Files Found ## src/auspex/exp_factory.py ``` # Copyright 2016 Raytheon BBN Technologies # # Licensed under the Apache License, Version 2.0 (the "L...
133,840
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Bump httpx to 0.28.1, httpcore to 1.0.7 along with required deps ## Proposed change <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug o...
698
null
gorakhargosh/watchdog
# Repository Context Name: gorakhargosh/watchdog Description: # Pull Request ## [mac] Prevent compilation of watchdog_fsevents.c on non-macOS machines Fixes #687. # Relevant Files Found ## setup.py ``` #!/usr/bin/env python # -*- coding: utf-8 -*- # # Copyright 2011 Yesudeep Mangalapilly <yesudeep@gmail.com> # C...
3,223
null
HyphaApp/hypha
# Repository Context Name: HyphaApp/hypha Description: # Pull Request ## Rename project status committed to draft Fixes #3221 Add a custom migration to update the status of committed projects to avoid errors. # Relevant Files Found ## hypha/apply/projects/forms/project.py ``` from django import forms from dj...
5,673
null
huggingface/datasets
# Repository Context Name: huggingface/datasets Description: # Pull Request ## Pass down storage options Remove implementation-specific kwargs from `file_utils.fsspec_get` and `file_utils.fsspec_head`, instead allowing them to be passed down via `storage_options`. This fixes an issue where s3fs did not recognize a ...
70
null
aioworkers/aioworkers
# Repository Context Name: aioworkers/aioworkers Description: # Pull Request ## signal log # Relevant Files Found ## aioworkers/core/context.py ``` import asyncio import contextlib import inspect import logging.config import os from collections import OrderedDict from typing import ( Iterable, List, ...
33,854
null
demisto/content
# Repository Context Name: demisto/content Description: # Pull Request ## Vectra AI - Detect - Retrospective fetch <!-- REMINDER: THIS IS A PUBLIC REPO DO NOT POST HERE SECRETS/SENSITIVE DATA --> ## Contributing to Cortex XSOAR Content Make sure to register your contribution by filling the [contribution registrat...
322
null
massquantity/LibRecommender
# Repository Context Name: massquantity/LibRecommender Description: # Pull Request ## [Fix] ALS rebuild model # Relevant Files Found ## libreco/algorithms/als.py ``` """Implementation of Alternating Least Squares.""" import logging import os from functools import partial import numpy as np from ..bases import...
1,762
null
Yelp/paasta
# Repository Context Name: Yelp/paasta Description: # Pull Request ## Make get_dependencies return main by default even if no reference exists Dependencies are silently ignored if you are missing a ``dependencies_reference`` entry, even if there is only a single 'main' namespace. This caused a bit of confusion when...
104
null
secondmind-labs/trieste
# Repository Context Name: secondmind-labs/trieste Description: # Pull Request ## optimize deepcopy This PR implements deepcopy optimizations for various classes that are (or may be) deep copied when saving state # Relevant Files Found ## tests/unit/acquisition/test_rule.py ``` # Copyright 2020 The Trieste Contr...
197
null
bremor/bureau_of_meteorology
# Repository Context Name: bremor/bureau_of_meteorology Description: # Pull Request ## fix: wind direction history Fixes #178 **Before** Wind direction has no information in the history. SensorEntityDescription was incorrectly assigned a native_unit_of_measurement and a state_class; these appear to be reserv...
130
null
kivy/kivy-ios
# Repository Context Name: kivy/kivy-ios Description: # Pull Request ## move LDFLAG -undefined dynamic_lookup to python recipe This fixes the FFmpeg arm64 build which failed with: ``` libavutil/random_seed.c:82:23: error: implicit declaration of function 'gethrtime' is invalid in C99 [-Werror,-Wimplicit-funct...
19,952
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## implemented unit test cases for http module # Relevant Files Found # Edits This pull request adds unit test cases for the `http` module in SaltStack to improve test coverage and ensure reliable functionality. The key change is the introd...
413
null
qiskit-community/qiskit-optimization
# Repository Context Name: qiskit-community/qiskit-optimization Description: # Pull Request ## Load Aer dynamically in unit tests (backport #412) This is an automatic backport of pull request #412 done by [Mergify](https://mergify.com). --- <details> <summary>Mergify commands and options</summary> <br /> More...
967
null
souslesens/souslesensVocables
# Repository Context Name: souslesens/souslesensVocables Description: # Pull Request ## Documentation website # Relevant Files Found # Edits This pull request sets up a documentation website for the SousLeSensVocables project using Sphinx and the Sphinx Book Theme, hosted at https://souslesens.github.io/sousl...
1,080
null
burnash/gspread
# Repository Context Name: burnash/gspread Description: # Pull Request ## Fix grammar in docstring for client.export Fix use of English articles # Relevant Files Found ## gspread/client.py ``` """ gspread.client ~~~~~~~~~~~~~~ This module contains Client class responsible for communicating with Google API. """...
117,630
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Update mypy-dev to 1.11.0a2 ## Proposed change Replaces #116497 Small update to the latest mypy-dev version. Noteworthy changes - Updated typeshed stubs with `TypeIs`. With those we can get rid of some `cast` after `if asyncio.iscoro...
12,155
null
demisto/content
# Repository Context Name: demisto/content Description: # Pull Request ## [Community Contribution] ThreatConnect - Content Pack Update ## Original External PR [external pull request](https://github.com/demisto/content/pull/12119) <!-- REMINDER: THIS IS A PUBLIC REPO DO NOT POST HERE SECRETS/SENSITIVE DATA --> ...
1,473
null
apache/tvm
# Repository Context Name: apache/tvm Description: # Pull Request ## [DOC, HARDWARE] Hardware developer guide, migrating to use Vivado 2018.2 * Hardware developer guide * Updated install guide -> 2018.2 * Migrated Vivado tcl script to support the latest version of Vivado (2018.2) # Relevant Files Found ## vta/t...
4,784
null
hypothesis/h
# Repository Context Name: hypothesis/h Description: # Pull Request ## Attempt to improve a flakey test failure message Edit this test so that it should be testing the same things as before but is should give us a better clue as to why exactly the test failed when it fails. tests/h/search/index_test.py::TestBa...
118
null
mathLab/GRAPE
# Repository Context Name: mathLab/GRAPE Description: # Pull Request ## clean setup # Relevant Files Found ## setup.py ``` from setuptools import setup, find_packages meta = {} with open("grape/meta.py") as fp: exec(fp.read(), meta) # Package meta-data. IMPORTNAME = meta['__title__'] PIPNAME = meta['__pac...
5,107
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## fix spelling # Relevant Files Found ## salt/output/no_return.py ``` ''' Display output for minions that did not return ''' import salt.utils class NestDisplay(object): ''' Create genreator for netsted output ''' def __ini...
436
null
aio-libs/aiocache
# Repository Context Name: aio-libs/aiocache Description: # Pull Request ## Use pytest_configure instead of pytest_namespace `pytest_namespace` was removed in https://github.com/pytest-dev/pytest/pull/4421 and released in `pytest==4.1.0`. This fixes the pipeline so the new version of pytest is supported # Relevant...
4,111
null
HyphaApp/hypha
# Repository Context Name: HyphaApp/hypha Description: # Pull Request ## Fix no report form attached to fund <!-- Thanks for contributing to Hypha! Please ensure your contributions pass all necessary linting/testing and that the appropriate documentation has been updated. --> <!-- Describe briefly what you...
276
null
uniswap-python/uniswap-python
# Repository Context Name: uniswap-python/uniswap-python Description: # Pull Request ## Enable caching to reduce RPC calls enable caching, will reduce RPC calls for method chainID # Relevant Files Found ## uniswap/constants.py ``` ETH_ADDRESS = "0x0000000000000000000000000000000000000000" WETH9_ADDRESS = "0xC02a...
23,327
null
spyder-ide/spyder
# Repository Context Name: spyder-ide/spyder Description: # Pull Request ## PR: Replace set with list when searching for installed program `set` does not guarantee order, so could be non-deterministic. Also, it is desirable for the priority to be `extra_paths`, `conda`, `pyenv`, then system paths Part of #23061 ...
362
null
getavalon/core
# Repository Context Name: getavalon/core Description: # Pull Request ## Default subsets from creator plugin ## Feature Propose Make TDs able to predefine some commonly used subset names in the creator plugin. Example creator: ```python import avalon.maya class ModelCreator(avalon.maya.Creator): nam...
26
null
laughingman7743/PyAthena
# Repository Context Name: laughingman7743/PyAthena Description: # Pull Request ## Fix install requires (fix #25) # Relevant Files Found ## setup.py ``` #!/usr/bin/env python # -*- coding: utf-8 -*- from __future__ import print_function import codecs from setuptools import setup import pyathena _PACKAGE_NA...
15
null
kmadisa/mind-your-stonks
# Repository Context Name: kmadisa/mind-your-stonks Description: # Pull Request ## Code refactor - Deleted the `bet_stats.py` and `spreadsheet.py` scripts - Created a `BetClient` class encapsulating all the behaviour in the deleted `bet_stats.py` and `spreadsheet.py` modules. - Added a utility `WebDriverSetup`cl...
7,007
null
bridgecrewio/checkov
# Repository Context Name: bridgecrewio/checkov Description: # Pull Request ## fix(terraform): CKV_AWS_228 - support new AWS Opensearch TLS policy # User description **By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.** ## Description AWS Opensear...
122
null
Code4SA/mma-dexter
# Repository Context Name: Code4SA/mma-dexter Description: # Pull Request ## Backlog November 13 # Relevant Files Found ## dexter/tasks.py ``` from __future__ import absolute_import import logging from datetime import date, timedelta from dateutil.parser import parse from dexter.app import celery_app as app f...
12
null
drhagen/tensora
# Repository Context Name: drhagen/tensora Description: # Pull Request ## Migrate to Nox # Relevant Files Found # Edits This pull request migrates the project's testing and linting workflow from a previous setup to Nox, providing a more streamlined and reproducible development environment. It introduces a `no...
412
null
dnanexus/dx-toolkit
# Repository Context Name: dnanexus/dx-toolkit Description: # Pull Request ## Add parents param to clone method Noticed it was documented in the API specification but not actually present in the toolkit. Tested it quickly and it appeared to work. # Relevant Files Found ## src/python/dxpy/bindings/dxproject.py `...
338
null
oauthlib/oauthlib
# Repository Context Name: oauthlib/oauthlib Description: # Pull Request ## Typo fix Howdy! Saw this typo in the docs and thought id fix it. # Relevant Files Found ## oauthlib/oauth2/rfc6749/errors.py ``` # coding=utf-8 """ oauthlib.oauth2.rfc6749.errors ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error used both by OAut...