pr_id
int64
repo_id
null
repo_name
string
text
string
311
null
SolarArbiter/solarforecastarbiter-core
# Repository Context Name: SolarArbiter/solarforecastarbiter-core Description: # Pull Request ## fix scatter limits w/ nans <!-- Thank you for your contribution! The following items must be addressed before the code can be merged. Please don't hesitate to ask for help if you're unsure of how to accomplish any of t...
8,623
null
spesmilo/electrum
# Repository Context Name: spesmilo/electrum Description: # Pull Request ## qml: add message sign/verify # Relevant Files Found ## electrum/gui/qml/qebitcoin.py ``` import asyncio from PyQt5.QtCore import pyqtProperty, pyqtSignal, pyqtSlot, QObject from electrum import mnemonic from electrum import keystore f...
7,146
null
huggingface/datasets
# Repository Context Name: huggingface/datasets Description: # Pull Request ## Set dev version # Relevant Files Found ## setup.py ``` # Lint as: python3 """HuggingFace/Datasets is an open library of datasets. Note: VERSION needs to be formatted following the MAJOR.MINOR.PATCH convention (we need to foll...
32
null
dbrattli/Expression
# Repository Context Name: dbrattli/Expression Description: # Pull Request ## Add sequence length. # Relevant Files Found ## expression/collections/seq.py ``` """Sequence module. Contains a collection of static methods (functions) for operating on sequences. A sequence is a thin wrapper around `Iterable` so al...
3,219
null
ray-project/ray
# Repository Context Name: ray-project/ray Description: # Pull Request ## Set the process title in workers and actors ## What do these changes do? This sets the worker process title for actors and running tasks, which shows up both in top and ps output. This makes it easier to debug hangs and understand ray pr...
12
null
Nike-Inc/gimme-aws-creds
# Repository Context Name: Nike-Inc/gimme-aws-creds Description: # Pull Request ## Configuration Profiles and AWS Credential Profile Aliasing Implemented the ability for creating configuration profiles, which are selected using the --profile flag. Also implemented the ability for users to set their own AWS credent...
622
null
xorbitsai/xorbits
# Repository Context Name: xorbitsai/xorbits Description: # Pull Request ## BUG: Fix pre-commit arg and CI node version <!-- Thank you for your contribution! --> ## What do these changes do? <!-- Please give a short brief about these changes. --> Fix pre-commit misused arg and CI node version in GitHub A...
52,625
null
ray-project/ray
# Repository Context Name: ray-project/ray Description: # Pull Request ## [Data] Cleaning up streaming executor <!-- 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 reviewer to the assignee section...
133,230
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Use Switcher _async_call_api in climate <!-- 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 pictur...
375
null
BBN-Q/Auspex
# Repository Context Name: BBN-Q/Auspex Description: # Pull Request ## Improve RB fits - Remove redundant factor of 2 when pretty printing gate fidelity parameter - Add ability to set lower and upport bounds to RB decay fit (and fits in general...) # Relevant Files Found ## src/auspex/analysis/fits.py ``` from...
151,742
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Bump tuya-device-sharing-sdk to 0.2.4 ## 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, b...
4
null
dvlab-research/LBGAT
# Repository Context Name: dvlab-research/LBGAT Description: # Pull Request ## update lbgat train code # Relevant Files Found # Edits This pull request adds the implementation of Learnable Boundary Guided Adversarial Training (LBGAT), an adversarial training method that leverages a teacher-student framework t...
195
null
scikit-build/scikit-build-core
# Repository Context Name: scikit-build/scikit-build-core Description: # Pull Request ## chore: minor adustments to wheel returns - docs: adding a note about build vs builder - chore: return structured data from wheel impl # Relevant Files Found ## src/scikit_build_core/build/__init__.py ``` from __future__ imp...
1,336
null
openvinotoolkit/open_model_zoo
# Repository Context Name: openvinotoolkit/open_model_zoo Description: # Pull Request ## AC: Add VAS head detection support # Relevant Files Found ## tools/accuracy_checker/accuracy_checker/adapters/__init__.py ``` """ Copyright (c) 2019-2020 Intel Corporation Licensed under the Apache License, Version 2.0 (th...
16,453
null
pantsbuild/pants
# Repository Context Name: pantsbuild/pants Description: # Pull Request ## Build macos10.15 wheels for all 3 pythons. These steps are now identical to the ones we run on macos11. Previously we had copy-pasted from the steps we used on M1 builds, where we only build for Python 3.9. # Relevant Files Found ## ...
82
null
IDEA-Research/detrex
# Repository Context Name: IDEA-Research/detrex Description: # Pull Request ## Add visualization for COCO eval results and annotations ## TODO - [x] Add visualization tools follow [visualize_json_results.py](https://github.com/facebookresearch/detectron2/blob/main/tools/visualize_json_results.py) - [x] Add visual...
108
null
pdm-project/pdm-backend
# Repository Context Name: pdm-project/pdm-backend Description: # Pull Request ## read run-setuptools = false for editable build Fix #107 # Relevant Files Found ## pdm/pep517/editable.py ``` import hashlib import os import subprocess import sys import warnings import zipfile from base64 import urlsafe_b64encode ...
361
null
dynatrace-oss/dynatrace-gcp-monitor
# Repository Context Name: dynatrace-oss/dynatrace-gcp-monitor Description: # Pull Request ## Refactor/cleanup - topology fetch # Relevant Files Found ## src/main.py ``` # Copyright 2020 Dynatrace LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file exc...
104
null
lark-parser/lark
# Repository Context Name: lark-parser/lark Description: # Pull Request ## Ensure Tokens can be pickled correctly Currently you can't return lark objects through multiprocessing objects in python because Tokens won't pickle correctly. # Relevant Files Found ## lark/lexer.py ``` ## Lexer Implementation import re...
183
null
singer-io/singer-python
# Repository Context Name: singer-io/singer-python Description: # Pull Request ## Support allow_nan in message JSON output # Description of change This change updates the format_message and write_message functions to include the allow_nan parameter in the json.dumps call. - Added allow_nan=False as a default argu...
19,394
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Remove unused script # Relevant Files Found ## tests/jenkins-ng.py ``` #!/usr/bin/env python # -*- coding: utf-8 -*- ''' :codeauthor: :email:`Pedro Algarvio (pedro@algarvio.me)` jenkins-ng ~~~~~~~~~~ Jenkins execution he...
176
null
yaakovLowenstein/hx-requests
# Repository Context Name: yaakovLowenstein/hx-requests Description: # Pull Request ## feat!: Add security controls for HxRequests to enforce app boundaries - Adds global and per-request allowlists - Prevents cross-app access by default - Includes documentation on security model and configuration BREAKING CHAN...
24
null
MLBazaar/mit-d3m-ta2
# Repository Context Name: MLBazaar/mit-d3m-ta2 Description: # Pull Request ## Data modality Resolve #9 Add support for more modalities: - Single Table Collaborative filtering - Multi table - Others (use a default pipeline for all of them) # Relevant Files Found ## setup.py ``` #!/usr/bin/env python # -*-...
29
null
vinissimus/async-asgi-testclient
# Repository Context Name: vinissimus/async-asgi-testclient Description: # Pull Request ## Don't decode bytes to string to build multipart Closes https://github.com/vinissimus/async-asgi-testclient/issues/28 # Relevant Files Found ## async_asgi_testclient/multipart.py ``` from typing import Dict from typing impo...
1,006
null
openghg/openghg
# Repository Context Name: openghg/openghg Description: # Pull Request ## Log timestamp in ISOish format * **Summary of changes** (Bug fix, feature, docs update, ...) This updates the log formatters so we get the timestamp in as YY-MM-DD format. * **Please check if the PR fulfills these requirements** - [x...
1,474
null
EleutherAI/lm-evaluation-harness
# Repository Context Name: EleutherAI/lm-evaluation-harness Description: # Pull Request ## Revert "Setting trust_remote_code to `True` for HuggingFace datasets compatibility" Reverts EleutherAI/lm-evaluation-harness#1467 since it was just a draft of how functionality would work! # Relevant Files Found ## lm_eval/...
362
null
icaros-usc/pyribs
# Repository Context Name: icaros-usc/pyribs Description: # Pull Request ## Support 1D cvt_archive_heatmap ## Description <!-- Provide a brief description of the PR's purpose here. --> This PR adds support for plotting heatmaps of 1D `CVTArchive`s. `grid_archive_heatmap` was also slightly modified so that yti...
1,276
null
python/pythondotorg
# Repository Context Name: python/pythondotorg Description: # Pull Request ## specify a specific application by passing app_label This addresses issue: #1177 # Relevant Files Found ## cms/management/commands/create_initial_data.py ``` import importlib import inspect import pprint from django.apps import apps f...
281
null
pyconsk/django-konfera
# Repository Context Name: pyconsk/django-konfera Description: # Pull Request ## Updated required fields for form and updated css to render stars # Relevant Files Found ## konfera/event/forms.py ``` from django import forms from konfera.models import Speaker, Talk, Receipt class ReceiptForm(forms.ModelForm):...
50
null
Jean-Zombie/cookiecutter-django-wagtail
# Repository Context Name: Jean-Zombie/cookiecutter-django-wagtail Description: # Pull Request ## Update urls.py If you don't put this line, django gives you `django.urls.exceptions.NoReverseMatch` <!-- Thank you for helping us out: your efforts mean a great deal to the project and the community as a whole! --> ...
1,349
null
onepercentclub/onepercentclub-site
# Repository Context Name: onepercentclub/onepercentclub-site Description: # Pull Request ## Feature/club 570 Use the new FB Login view/button. # Relevant Files Found ## onepercentclub/settings/base.py ``` # coding=utf-8 # Django settings for bluebottle project. import os # Import global settings for overridin...
606
null
awslabs/graphstorm
# Repository Context Name: awslabs/graphstorm Description: # Pull Request ## [Wholegraph] Merge wholegraph dev to master Add edge feature support and bug fix for wholegraph. *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contributio...
299
null
secure-systems-lab/securesystemslib
# Repository Context Name: secure-systems-lab/securesystemslib Description: # Pull Request ## ed25519: Update to upstream master HEAD Update ed2519 from 18d0b5515 to c13748e1d2. This includes three commits that * fixes invalid escape sequence in docstring (our issue #290) * updates CI, lint & tox configuration...
95,644
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Met: use correct device info keys <!-- 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...
1,858
null
langflow-ai/langflow
# Repository Context Name: langflow-ai/langflow Description: # Pull Request ## ✨ (openai_constants.py): add a new file to define constant MODEL_NAMES for OpenAI models ♻️ (ChatOpenAISpecs.py, OpenAIModel.py): refactor to use MODEL_NAMES constant from openai_constants.py for consistency and easier maintenance # R...
115
null
revsys/django-friendship
# Repository Context Name: revsys/django-friendship Description: # Pull Request ## A user can't request a friendship request from a user with a pending friendship request. - Fixed typo. - models - a user can't request a friendship request from a user with a pending friendship request. - Changed error messages. -...
149,226
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Add fan mode support for Tuya air conditioner (aqoouq7x) ## 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 resolv...
1,625
null
IntersectMBO/cardano-node-tests
# Repository Context Name: IntersectMBO/cardano-node-tests Description: # Pull Request ## Wait for cost models to appear in db On "fast" cluster it might be needed to wait one epoch for the record to appear in db. # Relevant Files Found ## cardano_node_tests/tests/test_dbsync.py ``` """Tests for db-sync.""" impo...
7,625
null
dagster-io/dagster
# Repository Context Name: dagster-io/dagster Description: # Pull Request ## Update mypy config This PR makes a few mypy-related changes: - Updates version to 0.950 (I _think_ this fixes a nasty cache bug that's bitten us several times). - Moves the config to pyproject.toml, where it can be viewed alongside other ...
65
null
dennisv/django-storage-swift
# Repository Context Name: dennisv/django-storage-swift Description: # Pull Request ## Tests # Relevant Files Found ## tests/settings.py ``` import os PROJECT_DIR = os.path.abspath(os.path.dirname(__file__)) SECRET_KEY = '95mk9r=y^bvver#6e#-169t9brqpcq#&@gjk*#!3lckf&#9)p3' DATABASES = { 'default': { ...
32,426
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## fix(helm): dagprocessor livenessProbe include --local and --job-type args <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additio...
2,854
null
haiiliin/abqpy
# Repository Context Name: haiiliin/abqpy Description: # Pull Request ## Only upload pull request docs (backport #2847) This is an automatic backport of pull request #2847 done by [Mergify](https://mergify.com). --- <details> <summary>Mergify commands and options</summary> <br /> More conditions and actions c...
235
null
langflow-ai/langflow
# Repository Context Name: langflow-ai/langflow Description: # Pull Request ## Fix to allowed_tools # Relevant Files Found ## src/backend/langflow/interface/loading.py ``` import json from typing import Any, Callable, Dict, Optional from langchain.agents import ZeroShotAgent from langchain.agents import agent ...
2,388
null
SciTools/iris
# Repository Context Name: SciTools/iris Description: # Pull Request ## removed some unnecessary skippers, mostly on concatenate tests # Relevant Files Found ## lib/iris/tests/integration/concatenate/test_concatenate.py ``` # (C) British Crown Copyright 2014 - 2017, Met Office # # This file is part of Iris. # #...
123
null
bcgov/tfrs
# Repository Context Name: bcgov/tfrs Description: # Pull Request ## Fixed swagger - removed CRUD FSContactRole and generated from swagger # Relevant Files Found ## APISpec/gen/fakedata.py ``` """ REST API Documentation for the NRS TFRS Credit Trading Application The Transportation Fuels Reporting Syst...
57
null
Open-EO/openeo-pg-parser-networkx
# Repository Context Name: Open-EO/openeo-pg-parser-networkx Description: # Pull Request ## Change log level to debug Logging the messages with level INFO creates a considerably amount of text when executing a large process graph. I propose to set the log level to debug to avoid this. ![image](https://github.co...
13,038
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## Errors for building app zip @wpride this'll enable us to have better errors in formplayer. i don't think this is used anywhere else cc: @dannyroberts # Relevant Files Found ## corehq/apps/app_manager/views/cli.py ``` from django.util...
38,493
null
Azure/azure-sdk-for-python
# Repository Context Name: Azure/azure-sdk-for-python Description: # Pull Request ## Fix error NoneType object is not subscriptable # Description Please add an informative description that covers that changes made by the pull request and link all relevant issues. If an SDK is being regenerated based on a new ...
5,424
null
optuna/optuna
# Repository Context Name: optuna/optuna Description: # Pull Request ## Speed up `WFG` by NumPy vectorization <!-- Thank you for creating a pull request! In general, we merge your pull request after it gets two or more approvals. To proceed to the review process by the maintainers, please make sure that the PR meet...
1,020
null
VisTrails/VisTrails
# Repository Context Name: VisTrails/VisTrails Description: # Pull Request ## Backports gmaps package for v2.1 Similarly to the tabledata package (3d324de2), backported for the mta-plots example. # Relevant Files Found # Edits This pull request backports the `gmaps` package to the v2.1 branch of VisTrails, en...
365
null
mlrun/storey
# Repository Context Name: mlrun/storey Description: # Pull Request ## Improve error when list type is used in writer without a schema. Relates to ML-2416 # Relevant Files Found ## storey/targets.py ``` import asyncio import copy import csv import datetime import hashlib import json import os import queue import...
126,899
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Use ConfigFlow.has_matching_flow to deduplicate yalexs_ble flows <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Proposed change <!-- ...
465
null
cloudbees-oss/smart-tests-cli
# Repository Context Name: cloudbees-oss/smart-tests-cli Description: # Pull Request ## rename bin variable name to bin_target to avoid using reserved word bin # What - Renamed variable `bin` in Python to `bin_target` since `bin` is a reserved word in Python. - https://docs.python.org/ja/3/library/functions.html#...
2,969
null
getnikola/nikola
# Repository Context Name: getnikola/nikola Description: # Pull Request ## Add BLOG_EMAIL to global context to make it available for templates ### Pull Request Checklist - [x] I’ve read the [guidelines for contributing](https://github.com/getnikola/nikola/blob/master/CONTRIBUTING.rst). - [x] I updated AUTHORS.t...
663
null
jobovy/galpy
# Repository Context Name: jobovy/galpy Description: # Pull Request ## Propagate plotting keywords in ``Potential.plot``/``plotPotentials`` # Relevant Files Found ## galpy/potential/Potential.py ``` ############################################################################### # Potential.py: top-level class...
82
null
lucasimi/tda-mapper-python
# Repository Context Name: lucasimi/tda-mapper-python Description: # Pull Request ## Improved documentation. Improved editing # Relevant Files Found ## src/tdamapper/clustering.py ``` """ Clustering module for the Mapper algorithm. This module implements some tools for the clustering step of Mapper algorithm, ...
15,295
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## Prevent creating flask sessions on REST API requests Currently, flask sessions are created on API requests. This PR prevents it by setting a value in flask global object g and customizing cookie session creation --- **^ Add meaningful de...
2
null
OvalMoney/celery-exporter
# Repository Context Name: OvalMoney/celery-exporter Description: # Pull Request ## Add CustomState instead of celery.event.State & refac task collection logic # Relevant Files Found ## celery_exporter/monitor.py ``` import collections from itertools import chain import logging import time import threading imp...
10,447
null
frappe/frappe
# Repository Context Name: frappe/frappe Description: # Pull Request ## fix: default return value for flt # Before <img width="300" alt="Screenshot 2020-05-21 at 6 16 38 PM" src="https://user-images.githubusercontent.com/3784093/82561019-34b38e80-9b90-11ea-839a-c5e24db1c2fc.png"> # After <img width="347" a...
41
null
bigmlcom/python
# Repository Context Name: bigmlcom/python Description: # Pull Request ## Text: updates version and improves syntax in term analysis functions # Relevant Files Found ## bigml/__init__.py ``` __version__ = '0.7.3' ``` ## bigml/predicate.py ``` # -*- coding: utf-8 -*- #!/usr/bin/env python # # Copyright 2013 B...
32,938
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Replace args and kwargs (plural) by arg and kwarg (singular) for ``RunnerClient`` ### What does this PR do? - Adds support for `arg` and `kwarg` to `RunnerClient` - Removes `args` and `kwargs` from `RunnerClient` ### What issues does this PR ...
245
null
BBN-Q/Auspex
# Repository Context Name: BBN-Q/Auspex Description: # Pull Request ## Generalize mixer cal. to edges Include case where control qubits and CR pulses are implemented on different physical channels # Relevant Files Found ## src/auspex/mixer_calibration.py ``` # Copyright 2016 Raytheon BBN Technologies # # License...
8
null
blent-ai/ALEPython
# Repository Context Name: blent-ai/ALEPython Description: # Pull Request ## Added return statement While working on the projects, we generally require the numerical data for the plots to send over the network. The axes object of Matplotlib contains this data. Hence, returning the axes object for the plot. The dat...
166
null
Ponte-Energy-Partners/peprock
# Repository Context Name: Ponte-Energy-Partners/peprock Description: # Pull Request ## style: update suppression of PyCharm inspections # Relevant Files Found ## peprock/models/measurement.py ``` # noinspection PyTypeChecker """Generic measurement model. See https://en.wikipedia.org/wiki/Measurement Examples...
739
null
rootpy/rootpy
# Repository Context Name: rootpy/rootpy Description: # Pull Request ## roosh: open remote files # Relevant Files Found ## rootpy/roosh.py ``` # Copyright 2012 the rootpy developers # distributed under the terms of the GNU General Public License from __future__ import absolute_import, print_function import os ...
34
null
haddocking/haddock3
# Repository Context Name: haddocking/haddock3 Description: # Pull Request ## Correct `ln` command typo and updates `CNS_EXE` path to `bin/cns` This updates the install instructions and change the code to look for `bin/cns` instead of `bin/cns/cns` # Relevant Files Found ## src/haddock/defaults.py ``` """All def...
202
null
qiita-spots/qiita
# Repository Context Name: qiita-spots/qiita Description: # Pull Request ## replace self.get_current_user() calls with self.current_user Faster checks because user is taken from cached value instead of lookup every time. Also fixes an issue found in testing that now allows us to use the testing suite properly. # ...
446
null
specklesystems/specklepy
# Repository Context Name: specklesystems/specklepy Description: # Pull Request ## feat(speckleifc): Add QTOS I've taken Bilal's branch and tweaked it slightly Optimisations: - Traverse the property relationships only once for both qtos and psets - Avoid calling expensive properties (like `definition.units` ...
159
null
openshift/kuryr-kubernetes
# Repository Context Name: openshift/kuryr-kubernetes Description: # Pull Request ## [release-4.3] Bug 1799401: Ensure no sg rule is repeated on the Network Policy CRD This is an automated cherry-pick of #158 /assign luis5tb # Relevant Files Found ## kuryr_kubernetes/controller/drivers/network_policy_security_gr...
113
null
sk2/autonetkit
# Repository Context Name: sk2/autonetkit Description: # Pull Request ## Interfaces # Relevant Files Found ## autonetkit/anm.py ``` import networkx as nx import itertools import pprint import time from autonetkit.ank_utils import unwrap_edges, unwrap_nodes import autonetkit.log as log import functools import st...
9
null
russss/polybot
# Repository Context Name: russss/polybot Description: # Pull Request ## Add option of supplying list of statuses. Picks the longest that fits in the maximum length. Fixes #2 # Relevant Files Found ## polybot/bot.py ``` import configparser import pickle import logging import argparse from typing import List, Ty...
50,702
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Create KNX fan entities directly from config ## 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...
12,161
null
red-hat-storage/ocs-ci
# Repository Context Name: red-hat-storage/ocs-ci Description: # Pull Request ## [release-4.18] Remove provider_mode marker from test cases that are not relevant This is an automated cherry-pick of #12116 /assign jilju # Relevant Files Found ## tests/functional/pv/pv_services/test_change_reclaim_policy_of_pv.py ...
533
null
macs3-project/MACS
# Repository Context Name: macs3-project/MACS Description: # Pull Request ## Clipper Add-On From JSB Lab Hi Tao, We tried to add our clipper method to macs3. We have added our clipper function in the 'CallPeakUnit.pyx' file. In line 701, Clipper uses treat_array, ctrl_array, and region_length as input. Tre...
306
null
Samsung/Universum
# Repository Context Name: Samsung/Universum Description: # Pull Request ## fix(test): bug with class name and pylint issue # Relevant Files Found ## _universum/modules/automation_server/automation_server.py ``` # -*- coding: UTF-8 -*- from ...lib.gravity import Dependency, Module from ...lib import utils from...
105
null
allenporter/python-google-nest-sdm
# Repository Context Name: allenporter/python-google-nest-sdm Description: # Pull Request ## Allow eviction of items and custom EventMediaStore Make the cache size apply to the EventMediaStore, and also allow for a custom EventMediaStore implementation. # Relevant Files Found ## google_nest_sdm/event_media.py `...
48
null
sendgrid/smtpapi-python
# Repository Context Name: sendgrid/smtpapi-python Description: # Pull Request ## test: Test added for checking license year Fixes #39 ### Checklist - [x] I have made a material change to the repo (functionality, testing, spelling, grammar) - [x] I have read the [Contribution Guide] and my PR follows them. ...
33,043
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## Move Roles view to FAB closes #32203 nothing much happening here. We'll need to make proposing the view or not in the menu the responsibility of the manager later on. # Relevant Files Found ## airflow/www/fab_security/manager.py ``` # Li...
130
null
SCECcode/pycsep
# Repository Context Name: SCECcode/pycsep Description: # Pull Request ## read gridded forecast with lat/lon values swapped in the file # Relevant Files Found ## csep/core/forecasts.py ``` import itertools import time import os import datetime # third-party imports import numpy from csep.utils.log import Logg...
7
null
HumanCellAtlas/data-bundle-examples
# Repository Context Name: HumanCellAtlas/data-bundle-examples Description: # Pull Request ## Feature/brian data file s3 uploader There are a few items still to do on this but I wanted to open the pull request to be a place to collect comments. Items to do: * finish running the script to "seed" the bucket with fi...
34
null
chendaniely/pyprojroot
# Repository Context Name: chendaniely/pyprojroot Description: # Pull Request ## consolidate dev @chendaniely - that should be a "one click stop" for getting the `dev` branch up to specs... It contains the now updated `fix_mypy_strict`branch + 4 commits of today: * fixup formatting * carry over from #32 comm...
43
null
lazeroffmichael/ticktick-py
# Repository Context Name: lazeroffmichael/ticktick-py Description: # Pull Request ## Add missing headers to fix login This is a hotfix for the current issue with logging in. I will look into some parts further, especially the id. However, this fix seems to work for now. # Relevant Files Found ## setup.py ``` ...
1,898
null
roboflow/supervision
# Repository Context Name: roboflow/supervision Description: # Pull Request ## fix: handle -1 sentinel values in mAP calculation to prevent negative results and mimic pycocotools behaviour # Description This PR fixes an issue where Mean Average Precision (mAP) calculations could return negative values when certa...
892
null
triton-inference-server/model_analyzer
# Repository Context Name: triton-inference-server/model_analyzer Description: # Pull Request ## Adding support for client batch size Adds support for client batch size. FYI, I had reversed the roles of `max_batch_size` and `batch_sizes` when I originally created the SearchParameters/Optuna classes. This is now...
446
null
mosaicml/llm-foundry
# Repository Context Name: mosaicml/llm-foundry Description: # Pull Request ## Add trust remote code for tokenizer in inference conversion script This is needed to load locally downloaded checkpoints # Relevant Files Found ## scripts/inference/convert_hf_mpt_to_ft.py ``` # Copyright 2022 MosaicML LLM Foundry aut...
118,677
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Use ULID instead of UUID for config entry id and flow ID <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Proposed change <!-- Describ...
23
null
dapper91/generic-connection-pool
# Repository Context Name: dapper91/generic-connection-pool Description: # Pull Request ## rankmap refactoring - rankmap refactored # Relevant Files Found ## generic_connection_pool/common.py ``` import dataclasses as dc import logging import time from collections import OrderedDict from enum import IntEnum from...
328
null
AllenNeuralDynamics/aind-data-schema
# Repository Context Name: AllenNeuralDynamics/aind-data-schema Description: # Pull Request ## Feat 262 value with unit closes #262 Adding Unit class with enumerations for measurement types, as well as generic BlankVal types that can be utilized to create a <Value, Unit> Pairing. Docs need to be updated to r...
139
null
h2non/pook
# Repository Context Name: h2non/pook Description: # Pull Request ## Improve aiohttp JSONMatcher support The current implementation of the `aiohttp` interceptor does not account for using the `json` argument. Before this PR you would get the following error when using the `json` param from aiohttp with the JSON...
70
null
MantisAI/nervaluate
# Repository Context Name: MantisAI/nervaluate Description: # Pull Request ## Solved issue #40 Solved issue #40. When two true entities were predicted as one, the classification differs based on the input list order # Relevant Files Found ## src/nervaluate/evaluate.py ``` import logging from copy import deepco...
281
null
IntersectMBO/cardano-node-tests
# Repository Context Name: IntersectMBO/cardano-node-tests Description: # Pull Request ## Tests for auxiliary scripts # Relevant Files Found ## cardano_node_tests/tests/test_multisig.py ``` """Tests for multisig transactions.""" import logging import random from pathlib import Path from typing import List from ...
135,744
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Refactor fan in vesync <!-- 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 your chan...
174
null
baler-collaboration/baler
# Repository Context Name: baler-collaboration/baler Description: # Pull Request ## Development Cleanup of variable formatting and unused variable # Relevant Files Found ## baler/baler.py ``` import os import time import numpy as np import modules.helper as helper def main(): config, mode, project_name =...
6,203
null
ibis-project/ibis
# Repository Context Name: ibis-project/ibis Description: # Pull Request ## fix(core): interval resolution should upcast to smallest unit Inspired by pandas [resolution_string](https://github.com/pandas-dev/pandas/blob/e19ceb76a4c5903469fea93040c174633c84b9b9/pandas/_libs/tslibs/timedeltas.pyx#L1383) fixes #6139...
126,096
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Move and rename hlk_sw16 base entity to separate module ## 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 ...
950
null
CamDavidsonPilon/lifelines
# Repository Context Name: CamDavidsonPilon/lifelines Description: # Pull Request ## Add Python 3.9 compatibility * Import collections from ABC instead of collections since it was removed in Python 3.9. * Use raw string to fix a deprecation warning regrading invalid escape sequences. # Relevant Files Found ## li...
2,480
null
bmaltais/kohya_ss
# Repository Context Name: bmaltais/kohya_ss Description: # Pull Request ## Minor fixes 1) Little fix to the `validate_model_path` function to properly handle a folder path. Currently, it errors out when a folder path is selected for a training with diffusers. 2) Switching the validation type for the resume trai...
20
null
openshift/managed-prometheus-exporter-ebs-iops-reporter
# Repository Context Name: openshift/managed-prometheus-exporter-ebs-iops-reporter Description: # Pull Request ## make shebang more portable using pyenv, `/usr/bin/python` is not the binary I want to execute. Using `/usr/bin/env` should make the script portable to other systems. # Relevant Files Found ## scripts/...
2,108
null
kornia/kornia
# Repository Context Name: kornia/kornia Description: # Pull Request ## Fix support for (*, 3, H, W) tensors in yuv This pull request fixes the support for `(*, 3, H, W)` tensors in `rgb_to_yuv420` and `rgb_to_yuv422`. `F.avg_pool2d` does not support `(*, 3, H, W)` (prev. used), this implementation replaces `F.avg...
11,493
null
dask/dask
# Repository Context Name: dask/dask Description: # Pull Request ## Make tokenization for vindex more efficient - [ ] Closes #xxxx - [ ] Tests added / passed - [ ] Passes `pre-commit run --all-files` Stumbled upon this, the lists can grow quite large and tokenizing an array is much faster # Relevant Files Fou...