pr_id
int64
repo_id
null
repo_name
string
text
string
270
null
onnx/sklearn-onnx
# Repository Context Name: onnx/sklearn-onnx Description: # Pull Request ## Fixed output type for dtype=int64 in OHE # Relevant Files Found ## skl2onnx/operator_converters/one_hot_encoder.py ``` # ------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. Al...
71
null
CNChTu/Diffusion-SVC
# Repository Context Name: CNChTu/Diffusion-SVC Description: # Pull Request ## fix mode2/3/4 bug,add starnet # Relevant Files Found ## diffusion/naive_v2/model_conformer_naive.py ``` import torch from torch import nn # From https://github.com/CNChTu/Diffusion-SVC/ by CNChTu # License: MIT class Conf...
1,525
null
facebookresearch/nevergrad
# Repository Context Name: facebookresearch/nevergrad Description: # Pull Request ## topology optimization artificial benchmark ## Types of changes <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [ ] Docs change / refactoring / dependency upgrade - [ ] Bug ...
13
null
adamspd/spam-detection-project
# Repository Context Name: adamspd/spam-detection-project Description: # Pull Request ## Replace screenshot with absolute link # Relevant Files Found ## spam_detector_ai/__info__.py ``` __author__ = "Adams Pierre David" __author_email__ = "adamspd.developer@gmail.com" __author_website__ = "https://adamspierreda...
3
null
pymmcore-plus/pymmcore-plus
# Repository Context Name: pymmcore-plus/pymmcore-plus Description: # Pull Request ## fix find-micromanager, add CI tests Fixes an issue with setting the deviceAdapter search paths, and add `install_mm.py` with tests # Relevant Files Found ## pymmcore_remote/_client.py ``` import atexit import os import signal i...
63
null
ApeWorX/ape-vyper
# Repository Context Name: ApeWorX/ape-vyper Description: # Pull Request ## chore: support Ape 0.6 ### What I did <!-- The `fixes:` field denotes an issue that will be marked resolved by merging this PR --> fixes: APE-519 ### How I did it ### How to verify it ### Checklist - [ ] Passes all linting c...
434
null
louisVottero/vtool
# Repository Context Name: louisVottero/vtool Description: # Pull Request ## Improvement: Transfer accurate improve vert find speed slightly # Relevant Files Found ## python/vtool/maya_lib/deform.py ``` # Copyright (C) 2022 Louis Vottero louis.vot@gmail.com All rights reserved. from __future__ import absolu...
5,715
null
langchain-ai/langchain
# Repository Context Name: langchain-ai/langchain Description: # Pull Request ## feat: issue-5712 add sleep tool Fixes # 5712 added sleep tool <!-- If you're adding a new integration, please include: 1. a test for the integration - favor unit tests that does not rely on network access. 2. an example note...
1,754
null
ag2ai/faststream
# Repository Context Name: ag2ai/faststream Description: # Pull Request ## feat: explicit final message commit status # Description This change allow to design metrics in much explicit way ## Type of change Please delete options that are not relevant. - [ ] Documentation (typos, code examples, or any do...
130
null
atlassian-api/atlassian-python-api
# Repository Context Name: atlassian-api/atlassian-python-api Description: # Pull Request ## Set URL notice in update_or_create to INFO Set the URL notice "You may access your page at: http..." to logging level `INFO` instead of `WARNING`. Closes #129 # Relevant Files Found ## atlassian/confluence.py ``` # c...
251
null
cancervariants/disease-normalization
# Repository Context Name: cancervariants/disease-normalization Description: # Pull Request ## feat: capture cancer subset in DO We're able to identify whether a disease is or relates to a cancer in some other sources. This adds the same property to DO terms. * Use case is pretty narrow -- I'd like to slightly r...
368
null
Health-Informatics-UoN/carrot-mapper
# Repository Context Name: Health-Informatics-UoN/carrot-mapper Description: # Pull Request ## Remove ScanReport as FK in DataDictionary. This will need cherry-picking into devel afterwards. # Relevant Files Found ## api/mapping/models.py ``` """ To come """ from django.conf import settings from django.db impor...
47
null
zaanposni/vvspy
# Repository Context Name: zaanposni/vvspy Description: # Pull Request ## added option to get response obj of api request returned. fixes #… # Relevant Files Found ## vvspy/__init__.py ``` from datetime import datetime as __datetime from typing import List as __List from typing import Union as __Union from .ob...
120
null
fireblocks/py-sdk
# Repository Context Name: fireblocks/py-sdk Description: # Pull Request ## Generated SDK #8293 This PR was automatically generated. # Relevant Files Found ## fireblocks/__init__.py ``` # coding: utf-8 # flake8: noqa """ Fireblocks API No description provided (generated by Openapi Generator https://github.com...
1,655
null
robotframework/RIDE
# Repository Context Name: robotframework/RIDE Description: # Pull Request ## Added "Run with Debug" hotkey F9 I wanted to add a hotkey so I can run the currently selected test with Log Level Debug The simplest way was to copy the test runner plugin. I added a bug icon as start button from famfamfam as some the o...
15
null
ThomasGesseyJones/ErrorAffirmations
# Repository Context Name: ThomasGesseyJones/ErrorAffirmations Description: # Pull Request ## Only release full # Relevant Files Found ## erroraffirmations/_version.py ``` __version__ = '0.0.10' ``` # Edits This pull request adjusts the versioning strategy to ensure that only full releases are published, a...
22,915
null
frappe/frappe
# Repository Context Name: frappe/frappe Description: # Pull Request ## perf: don't extract gzipped backups Read a few lines from the gzipped file directly wherever possible for basic validation Don't create a temporary uncompressed file, directly pipe the output of `gzip -dc` to mariadb Cleanup backup decryption...
956
null
jnewland/ha-config
# Repository Context Name: jnewland/ha-config Description: # Pull Request ## chore(deps): update dependency uvjustin/alarmdotcom to v3.0.14 # Relevant Files Found ## custom_components/alarmdotcom/base_device.py ``` """Base device.""" from __future__ import annotations import contextlib import logging from col...
796
null
awst-austria/qa4sm
# Repository Context Name: awst-austria/qa4sm Description: # Pull Request ## Ismn station list # Relevant Files Found ## validator/tests/test_commands.py ``` ''' Test our custom django commands ''' from datetime import datetime, timedelta import logging from unittest.mock import patch from dateutil.tz.tz impo...
391
null
firebase/firebase-admin-python
# Repository Context Name: firebase/firebase-admin-python Description: # Pull Request ## Mlkit fix date handling2 Fixes create/update date handling to match what comes back from the actual backend. # Relevant Files Found ## firebase_admin/_utils.py ``` # Copyright 2017 Google Inc. # # Licensed under the Apache L...
2
null
wboykinm/neural-style-docker
# Repository Context Name: wboykinm/neural-style-docker Description: # Pull Request ## Bring in @albarji's updates # Relevant Files Found ## entrypoint.py ``` # Main entrypoint script to the neural-style app import sys import traceback import logging from neuralstyle.algorithms import styletransfer from neurals...
459
null
OpenNMT/OpenNMT-py
# Repository Context Name: OpenNMT/OpenNMT-py Description: # Pull Request ## Fix UNK replacement issues Fix for an old issue that is quite bad, https://github.com/OpenNMT/OpenNMT-py/issues/338 Additionally, - Move the translation files to a submodule for cleanliness. - Reorganize some of the translation co...
1,315
null
scrapy/scrapy
# Repository Context Name: scrapy/scrapy Description: # Pull Request ## Small downloader slots cleanup - downloader.Slot becomes unaware of Scrapy settings; - it got `__str__` and `__repr__` methods useful in manhole; - unused import is dropped; - absolute_imports future import is added (I like adding it everywhere...
19
null
aipresenter/aipresenter
# Repository Context Name: aipresenter/aipresenter Description: # Pull Request ## Changing ai_presenter to write to a file This pr closes #13, in which we updated ai_presenter to write to a file text_ai.txt, then created unit tests to test: - if the file exists - if the information is written the right amount of ...
900
null
SFDO-Tooling/CumulusCI
# Repository Context Name: SFDO-Tooling/CumulusCI Description: # Pull Request ## Prepare 2.2.3 # Critical Changes # Changes # Issues Closed # Relevant Files Found ## cumulusci/__init__.py ``` from __future__ import unicode_literals import os __import__("pkg_resources").declare_namespace("cumulusci") __v...
1
null
NatanaelAntonioli/PiramidesCopaDoMundo
# Repository Context Name: NatanaelAntonioli/PiramidesCopaDoMundo Description: # Pull Request ## Fix critical error # Relevant Files Found ## Finder.py ``` ## Esse é um código usado no vídeo Desmistificando: Pirâmide da Copa do Mundo, ## que provavelmente sairá em janeiro de 2021. Se você chegou nessed diretór...
6,303
null
vllm-project/vllm
# Repository Context Name: vllm-project/vllm Description: # Pull Request ## [Bugfix] MLPSpeculator: Use ParallelLMHead in tie_weights=False case. Fixes #6302 cc @robertgshaw2-neuralmagic # Relevant Files Found ## vllm/model_executor/models/mlp_speculator.py ``` import math from typing import Iterable, Lis...
167
null
nanome-ai/nanome-lib
# Repository Context Name: nanome-ai/nanome-lib Description: # Pull Request ## added the resolution tuple to the callback https://github.com/nanome-ai/nanome-core/pull/320 # Relevant Files Found ## nanome/_internal/_integration/_serialization/_generate_molecule_image.py ``` from nanome._internal._util._serialize...
81
null
mosaicml/diffusion
# Repository Context Name: mosaicml/diffusion Description: # Pull Request ## Swap Crop Fixes #80 # Relevant Files Found ## diffusion/datasets/image_caption.py ``` # Copyright 2022 MosaicML Diffusion authors # SPDX-License-Identifier: Apache-2.0 """Streaming Image-Caption dataset.""" import logging import rand...
19
null
AugustWasilowski/SecondShiftAugie
# Repository Context Name: AugustWasilowski/SecondShiftAugie Description: # Pull Request ## messed up SSA. regaslitit a bit. # Relevant Files Found ## cogs/ssa.py ``` import logging import os import wave import nextcord from elevenlabs import generate from langchain import OpenAI, SerpAPIWrapper from langchain...
4,585
null
opsmill/infrahub
# Repository Context Name: opsmill/infrahub Description: # Pull Request ## support properties on attributes in the new merge add support for attribute properties to the new diff merge logic relationship properties are up next # Relevant Files Found ## backend/infrahub/core/diff/merger/merger.py ``` from __fut...
1,410
null
inventree/InvenTree
# Repository Context Name: inventree/InvenTree Description: # Pull Request ## Image downloader Adds support for downloading images / files from remote URL Initial implementation will only be for thumbnail images, but can be extended to attachments, etc. Closes https://github.com/inventree/InvenTree/issues/130...
1,311
null
dottxt-ai/outlines
# Repository Context Name: dottxt-ai/outlines Description: # Pull Request ## Use `outlines-core` to translate JSON Schemas into regexes Outlines is currently using its own logic to translate JSON Schema definitions into regular expressions. However, this logic was ported to `outlines-core` recently. In this PR I re...
46
null
tensorchord/modelz-llm
# Repository Context Name: tensorchord/modelz-llm Description: # Pull Request ## feat: support step generation - requires https://github.com/tensorchord/llmspec/pull/32 # Relevant Files Found ## src/modelz_llm/falcon_service.py ``` import argparse import logging from datetime import datetime from typing import L...
2,300
null
PaddlePaddle/models
# Repository Context Name: PaddlePaddle/models Description: # Pull Request ## add examples of saving/loading RL models add examples of saving/loading RL models # Relevant Files Found ## dygraph/reinforcement_learning/actor_critic.py ``` import argparse import gym import numpy as np from itertools import count fr...
35,151
null
zulip/zulip
# Repository Context Name: zulip/zulip Description: # Pull Request ## slack_import: Update topic name format for Slack threads. Fixes: #27661. discussion: [#user questions > What to do with Slack imported topics?](https://chat.zulip.org/#narrow/channel/138-user-questions/topic/What.20to.20do.20with.20Slack.20impor...
28
null
xrally/xrally-kubernetes
# Repository Context Name: xrally/xrally-kubernetes Description: # Pull Request ## Implement statefulSet rally scenario plugins Implement scenarios for statefulset create/read/delete and create/read/scale/delete. # Relevant Files Found ## tests/unit/test_service.py ``` # All Rights Reserved. # # Licensed und...
30,347
null
commaai/openpilot
# Repository Context Name: commaai/openpilot Description: # Pull Request ## regen: update refs with dummy dcamera Associated with https://github.com/commaai/openpilot/pull/30323 <!-- Please copy and paste the relevant template --> <!--- ***** Template: Fingerprint ***** **Car** Which car (make, model, year...
204
null
maxmind/MaxMind-DB-Reader-python
# Repository Context Name: maxmind/MaxMind-DB-Reader-python Description: # Pull Request ## Switch to ruff - **Switch to ruff for formatting** - **Run ruff fix** - **Run ruff unsafe fixes** - **Add __init__.py file** - **Improve typing** - **Improve docs** - **Minor style fixes and ignoring of particular lints** - *...
773
null
cscenter/lms
# Repository Context Name: cscenter/lms Description: # Pull Request ## fix(LMS-291): hidden courses now rendering in certificates # Checklist: - [ ] I have performed a self-review of my own code: - [ ] Good naming: make sure you would understand your code if you read it a few months from now. - [ ] No ...
875
null
akrherz/pyIEM
# Repository Context Name: akrherz/pyIEM Description: # Pull Request ## Docs work # Relevant Files Found ## docs/source/conf.py ``` # -*- coding: utf-8 -*- # # pyIEM documentation build configuration file, created by # sphinx-quickstart on Thu Jan 22 11:11:10 2015. # # This file is execfile()d with the current ...
34
null
disruptive-technologies/python-client
# Repository Context Name: disruptive-technologies/python-client Description: # Pull Request ## Updated the styling of docs # Relevant Files Found ## docs/conf.py ``` # Configuration file for the Sphinx documentation builder. # # This file only contains a selection of the most common options. For a full # list ...
430
null
dask/dask-ml
# Repository Context Name: dask/dask-ml Description: # Pull Request ## Bug: Handle a value not being passed for Y in euclidian distance. For euclidian distance calculation: Added handling of not passing a value for Y and initialising it to X. # Relevant Files Found ## dask_ml/metrics/pairwise.py ``` """ Daskifie...
37
null
blindspot-ai/ftoolz
# Repository Context Name: blindspot-ai/ftoolz Description: # Pull Request ## Fix dev dependencies ### Description * Addresses issue #35 * Upgrades mypy, pylint and other dev packages * Completely removes `Pipenv` and replaces it by simple virtualenv and `setup.py` * Basically reverts back to the state befor...
219
null
mitodl/mitxpro
# Repository Context Name: mitodl/mitxpro Description: # Pull Request ## Move deps into apt.txt so heroku installs them too #### Pre-Flight checklist - [x] Testing - [x] Code is tested - [x] Changes have been manually tested #### What are the relevant tickets? N/A #### What's this PR do? Hopefully fi...
421
null
olitheolix/square
# Repository Context Name: olitheolix/square Description: # Pull Request ## TLC Several minor improvements, mostly related to tests. No functional changes. # Relevant Files Found ## square/k8s.py ``` import base64 import json import logging import os import re import ssl import subprocess import tempfile from co...
65
null
FF6BeyondChaos/BeyondChaosRandomizer
# Repository Context Name: FF6BeyondChaos/BeyondChaosRandomizer Description: # Pull Request ## Create dispatch table for get_feature in itemrandomizer A minor optimization, dispatch table lookup is O(1), and doesn't need to go through multiple "if" branches to find a feature. Might save half a second in randomizat...
638
null
openedx/tutor-contrib-aspects
# Repository Context Name: openedx/tutor-contrib-aspects Description: # Pull Request ## chore: preparing release 0.81.0 Automated version bump for release 0.81.0. This pull request was automatically generated. It includes the following changes: - Version: 0.81.0 - Previous version: v0.80.0 ## [0.81.0](https://gi...
26,604
null
dagster-io/dagster
# Repository Context Name: dagster-io/dagster Description: # Pull Request ## Add flag to TestEventLogStorage for storages that don't implement get_logs_for_all_runs_by_log_id BK > Insert changelog entry or delete this section. ## Summary & Motivation ## How I Tested These Changes ## Changelog > Insert changelo...
13
null
PolymathicAI/AstroCLIP
# Repository Context Name: PolymathicAI/AstroCLIP Description: # Pull Request ## fixed tutorial # Relevant Files Found ## notebooks/tutorial/tutorial_helpers.py ``` from fillm.run.model import * import torch.nn.functional as F import torch import numpy as np import h5py from PIL import Image as im import matplo...
11,321
null
NVIDIA-NeMo/NeMo
# Repository Context Name: NVIDIA-NeMo/NeMo Description: # Pull Request ## NeMo-UX: add Hf's AutoModelForImageTextToText # What does this PR do ? Adding AutoModelForImageTextToText and PeFT example for instruct models. Tested with: - Llama-3.2-11B-Vision-Instruct - Qwen/Qwen2-VL-2B-Instruct **Collect...
304
null
bsc-s2/pykit
# Repository Context Name: bsc-s2/pykit Description: # Pull Request ## cluster/region: add list block ids and replace block id api fix #298 # Relevant Files Found ## cluster/__init__.py ``` from .block import ( BlockID, BlockIDError, ) from .block_group import ( BlockGroup, BlockGroupID, Bl...
1,339
null
urllib3/urllib3
# Repository Context Name: urllib3/urllib3 Description: # Pull Request ## Fix docstring in HTTPResponse In the HTTPResponse class, the previous `decode_content` docstring mentioned True, but actually described the False case. # Relevant Files Found ## urllib3/response.py ``` from __future__ import absolute_impor...
3,907
null
astropy/astropy
# Repository Context Name: astropy/astropy Description: # Pull Request ## Add Earth Mass and Jupiter Mass as units I have had need to use Earth Mass and Jupiter Mass as units, not just constants. One can easily do this per-session, but I see no reason not to include them in astropy, since they're often quoted as u...
236
null
pipefunc/pipefunc
# Repository Context Name: pipefunc/pipefunc Description: # Pull Request ## Disallow mapping over bound arguments and fix mapping over defaults # Relevant Files Found ## pipefunc/_pipefunc.py ``` """PipeFunc: A Python library for defining, managing, and executing function pipelines. This module implements the ...
8,854
null
run-llama/llama_index
# Repository Context Name: run-llama/llama_index Description: # Pull Request ## fix Replicate multi-modal LLM + notebook Fixes the following: 1. the replicate multi-modal was using outdated fields in image document metadata 2. The notebook didn't work (no image files) 3. Took out unused image_idx # Relevant Fi...
303
null
unitedstates/congress
# Repository Context Name: unitedstates/congress Description: # Pull Request ## Bill `--type` filter when downloading with `usc-run govinfo`. Sometimes I want to download bulk data just for certain types of bills (for example, just `h.r.` and `s.` bills). However, `usc-run govinfo --bulkdata=BILLSTATUS` fetches *al...
6,051
null
DataDog/integrations-core
# Repository Context Name: DataDog/integrations-core Description: # Pull Request ## Load all profiles by default This changes the check to load all profiles by default. It first looks in site packages, then in confd, the latter taking precedence if there is a file named the same. # Relevant Files Found ## snmp/da...
1,283
null
FederatedAI/FATE
# Repository Context Name: FederatedAI/FATE Description: # Pull Request ## Fixed bug with repeated proxy proto references Fixes ISSUE #xxx Changes: 1. 2. 3. # Relevant Files Found ## arch/api/proto/proxy_pb2.py ``` # # Copyright 2019 The FATE Authors. All Rights Reserved. # # Licensed under ...
3,607
null
fastapi/fastapi
# Repository Context Name: fastapi/fastapi Description: # Pull Request ## 🐛 Fix `jsonable_encoder` for dataclasses with pydantic-compatible fields This PR fixes an issue (#3608) I encountered when returning `dataclasses` responses with pydantic-compatible (but incompatible with json encoder of Python standard libr...
14,031
null
apache/tvm
# Repository Context Name: apache/tvm Description: # Pull Request ## [Unity][Pass] Normalize Pass This PR implements relax `Normalize` Pass, which allows users to transform Relax IR to normal form, i.e., the expressions are normalized (no nesting and hence the AST is in ANF), and all `checked_type_` and `shape_` of...
30
null
cmelab/msibi
# Repository Context Name: cmelab/msibi Description: # Pull Request ## Normalize the target bond and angle distributions This PR sets `normalize=True` when calling the bond and angle distribution functions from cmeutils. # Relevant Files Found ## msibi/__version__.py ``` __version__ = "0.3.0" ``` ## msibi/bond...
1,980
null
hacs/integration
# Repository Context Name: hacs/integration Description: # Pull Request ## Use leading zeroes with displaying the ratelimit time Creates a more user friendly message when there is a rate limit. Behaviour before: ``` homeassistant | 2021-03-17 20:26:28 ERROR (MainThread) [custom_components.hacs] HACS is ra...
426
null
pygeos/pygeos
# Repository Context Name: pygeos/pygeos Description: # Pull Request ## Revert segfault protection by requiring GEOS 3.10.1 for GeoJSON reading #418 Closes #423 # Relevant Files Found ## pygeos/io.py ``` import warnings from collections.abc import Sized import numpy as np from . import Geometry # noqa from ....
51
null
Lf-Network/oss-leaderboard
# Repository Context Name: Lf-Network/oss-leaderboard Description: # Pull Request ## [ISSUE - USE make format] Remove users with overall score of 0.0 - https://github.com/Lf-Network/oss-leaderboard/pull/50#pullrequestreview-1661646148 <img width="1056" alt="Screenshot 2023-10-06 at 5 30 50 PM" src="https://githu...
66
null
seungjaeryanlee/rldb
# Repository Context Name: seungjaeryanlee/rldb Description: # Pull Request ## Allow duplicate algorithms for barplots # Relevant Files Found ## example_plot.py ``` from decimal import Decimal import matplotlib.pyplot as plt import rldb def set_label(fig, ax, bar, entry, BBOX_TO_BAR_UNIT): algo_text = a...
21
null
lifeisboringsoprogramming/sd-webui-xldemo-txt2img
# Repository Context Name: lifeisboringsoprogramming/sd-webui-xldemo-txt2img Description: # Pull Request ## add generator options in settings # Relevant Files Found ## scripts/sd_webui_xldemo_txt2img.py ``` import gradio as gr from modules.shared import opts, OptionInfo from modules import script_callbacks f...
2,316
null
open-edge-platform/training_extensions
# Repository Context Name: open-edge-platform/training_extensions Description: # Pull Request ## Fix export issue in Geti ### Summary <!-- Resolves #111 and #222. Depends on #1000 (for series of dependent commits). This PR introduces this capability to make the project better in this and that. - Added th...
699
null
biopragmatics/bioregistry
# Repository Context Name: biopragmatics/bioregistry Description: # Pull Request ## Add additional keywords This PR begins adding keywords for manually curated resources. It adds a test to enforce for all of them, but it's not turned on yet. # Relevant Files Found ## src/bioregistry/lint.py ``` # -*- coding: utf...
153
null
ModECI/MDF
# Repository Context Name: ModECI/MDF Description: # Pull Request ## Handle expressions using variables within lists # Relevant Files Found ## src/modeci_mdf/execution_engine.py ``` """The reference implementation of the MDF execution engine; allows for executing :class:`~modeci.mdf.Graph` objects in Python. T...
41
null
qiskit-community/qiskit-qec
# Repository Context Name: qiskit-community/qiskit-qec Description: # Pull Request ## Gauge V Stabilizer Creation available #1 User can decide whether added group is Gauge v Stabilizer. Group will update view geometry based on deletion/movement of related qubits # Relevant Files Found # Edits This pull req...
1,262
null
delvtech/agent0
# Repository Context Name: delvtech/agent0 Description: # Pull Request ## support hyperdrive 0.5.1 updates time stretch to use correct formula # Relevant Files Found ## lib/agent0/agent0/hyperdrive/interactive/interactive_hyperdrive.py ``` """Defines the interactive hyperdrive class that encapsulates a hyperdriv...
18
null
tue-robotics/image_recognition
# Repository Context Name: tue-robotics/image_recognition Description: # Pull Request ## Feature/people detector Tested with webcam images over ROS # Relevant Files Found ## image_recognition_rqt/src/image_recognition_rqt/test.py ``` import rospy import rostopic import rosservice from qt_gui.plugin import Plugi...
137
null
flow2ml/Flow2ML
# Repository Context Name: flow2ml/Flow2ML Description: # Pull Request ## Fix bugs in model deployment # Description: Fixes the following issues: - corrects the README code for deployment of tensorflow models - corrects the conditions for deployment in multiple formats - saves models in the correct path inste...
2,044
null
hikari-py/hikari
# Repository Context Name: hikari-py/hikari Description: # Pull Request ## Fix docstring typos pointing to incorrect events ### Summary Corrected the docstrings for StartingEvent and StoppingEvent, both of which suggest the use of themselves over StartedEvent and StoppedEvent respectively. ### Checklist <!-- M...
4,624
null
ITISFoundation/osparc-simcore
# Repository Context Name: ITISFoundation/osparc-simcore Description: # Pull Request ## 🐛 Unlocks the deploy of builds on master <!-- Title Annotations: WIP: work in progress 🐛 Fix a bug. ✨ Introduce new features. 🎨 Enhance existing feature. ♻️ Refactor code. 🚑️ Critical hotfi...
218
null
nonebot/noneflow
# Repository Context Name: nonebot/noneflow Description: # Pull Request ## fix(plugin_test): 修复 NoneBot 2.3.0 添加的 HTTP 客户端会话支持导致测试失败的问题 由于 `NoneBot 2.3.0` 对 `HTTPClientMixin` 基类新增了抽象方法 `get_session`,所以现有的 `fake driver` 会导致启动混合驱动类时报错 ``` 05-01 20:02:48 [SUCCESS] nonebot | NoneBot is initializing... 05-01 ...
24,509
null
demisto/content
# Repository Context Name: demisto/content Description: # Pull Request ## Neosec fix time format bug ## Original External PR [external pull request](https://github.com/demisto/content/pull/24337) ## Contributor @gala-neosec <!-- REMINDER: THIS IS A PUBLIC REPO DO NOT POST HERE SECRETS/SENSITIVE DATA --> ...
10
null
h4/lywsd02
# Repository Context Name: h4/lywsd02 Description: # Pull Request ## Properly handle timezone offsets, including ability to set custom UTC offset # Relevant Files Found ## lywsd02/client.py ``` import logging import struct import time from datetime import datetime from bluepy import btle from .decorators impo...
89
null
NeuroDiffGym/neurodiffeq
# Repository Context Name: NeuroDiffGym/neurodiffeq Description: # Pull Request ## chore(pypi): prepare for release of v0.3.2 # Relevant Files Found ## setup.py ``` import setuptools with open("README.md", "r") as fh: long_description = fh.read() with open("requirements.txt", "r") as fh: requirements ...
28
null
sunpy/sunkit-dem
# Repository Context Name: sunpy/sunkit-dem Description: # Pull Request ## [pre-commit.ci] pre-commit autoupdate <!--pre-commit.ci start--> updates: - https://gitlab.com/pycqa/flake8 → https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.7.9 → 4.0.1](https://github.com/PyCQA/flake8/compare/3.7.9...4.0.1) -...
2,419
null
langchain-ai/langchain
# Repository Context Name: langchain-ai/langchain Description: # Pull Request ## Harrison/elastic search # Relevant Files Found ## langchain/retrievers/__init__.py ``` from langchain.retrievers.chatgpt_plugin_retriever import ChatGPTPluginRetriever from langchain.retrievers.metal import MetalRetriever from lang...
3,286
null
Parsl/parsl
# Repository Context Name: Parsl/parsl Description: # Pull Request ## Re-enable Radical/MPI test that was waiting on issue #3029 The fix to this issue comes from a change in Radical Cybertools, not a change in the Parsl codebase. See https://github.com/radical-cybertools/radical.saga/issues/885 # Fixes Fixes...
29
null
reversinglabs/reversinglabs-sdk-py3
# Repository Context Name: reversinglabs/reversinglabs-sdk-py3 Description: # Pull Request ## v2.3.0 # Relevant Files Found ## ReversingLabs/SDK/a1000.py ``` """ author: Mislav Sever A1000 A Python module for the ReversingLabs A1000 appliance REST API. """ import datetime import requests import time from urll...
535
null
dask/dask-expr
# Repository Context Name: dask/dask-expr Description: # Pull Request ## Infer columns properly for apply ref #525 # Relevant Files Found ## dask_expr/_expr.py ``` from __future__ import annotations import functools import numbers import operator from collections import defaultdict from collections.abc import C...
131
null
SDFIdk/AutoBernese
# Repository Context Name: SDFIdk/AutoBernese Description: # Pull Request ## Add property Y to GPSDate so two-digit year is available in format strings. # Relevant Files Found ## src/ab/dates.py ``` """ Module for dates. """ import datetime as dt from dataclasses import dataclass from collections.abc import (...
225
null
warpnet/salt-lint
# Repository Context Name: warpnet/salt-lint Description: # Pull Request ## Remove rule 801 Remove rule 801 as it causes false positives in combination with Jinja statements. The rule will be re-added once fixed. # Relevant Files Found ## saltlint/rules/CronStateHasIdentifierRule.py ``` # -*- coding: utf-8 -*...
748
null
bluesky/tiled
# Repository Context Name: bluesky/tiled Description: # Pull Request ## Tutoral updates and small fixes ### Checklist - [x] Add a Changelog entry - [ ] Add the ticket number which this PR closes to the comment section I updated the tutorial to match the current release, and fixed a few small bugs triggered by ...
7
null
labd/django-postcode-lookup
# Repository Context Name: labd/django-postcode-lookup Description: # Pull Request ## Update setup.py # Relevant Files Found ## setup.py ``` from setuptools import find_packages, setup install_requires = [ 'Django>=1.8', 'attrs', 'djangorestframework>=3,<4', 'requests>=2.7', 'six>=1.1', ] ...
10,546
null
conan-io/conan
# Repository Context Name: conan-io/conan Description: # Pull Request ## new imports functionality via generate() tested for editable as we are removing the imports explicit functionality, test if the editable can still work for the "imports" case. It seem possible if: - "dep" package, both in cache and edit...
1,078
null
hyperledger/indy-node
# Repository Context Name: hyperledger/indy-node Description: # Pull Request ## Bump plenum. Signed-off-by: Sergey Shilov <sergey.shilov@dsr-company.com> # Relevant Files Found ## setup.py ``` #!/usr/bin/env python import sys import os from setuptools import setup, find_packages, __version__ v = sys.version_i...
2,704
null
opsmill/infrahub
# Repository Context Name: opsmill/infrahub Description: # Pull Request ## fix `infrahubctl schema load` error message when schema file contains invalid yaml # Relevant Files Found ## python_sdk/infrahub_sdk/yaml.py ``` from pathlib import Path from typing import Optional import yaml try: from pydantic im...
51
null
openedx/openedx-events
# Repository Context Name: openedx/openedx-events Description: # Pull Request ## feat: update DiscussionTopicContext to add additional context [BD-38] [TNL-9673] **Description:** Adds a new `context` field to DiscussionTopicContext that can be used to store additional context information such as the topics's sec...
1,286
null
bentoml/BentoML
# Repository Context Name: bentoml/BentoML Description: # Pull Request ## [Tests]Don't override protobuf version in testing <!--- Thanks for sending a pull request! Please make sure to read the contribution guidelines, then fill out the blanks below before requesting a code review. --> ## Description <!--- Desc...
626
null
milvus-io/pymilvus
# Repository Context Name: milvus-io/pymilvus Description: # Pull Request ## Fixbug: use derived BaseException Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com> # Relevant Files Found ## pymilvus/client/grpc_handler.py ``` import datetime import time import logging import threading import json import functoo...
201
null
fosslight/fosslight_dependency_scanner
# Repository Context Name: fosslight/fosslight_dependency_scanner Description: # Pull Request ## Fix the issue of adding allDeps task for android ## Description <!-- Please describe what this PR do. --> Fix the issue of adding allDeps task for android ## Type of change <!-- Please insert 'x' one of the ty...
5,213
null
indico/indico
# Repository Context Name: indico/indico Description: # Pull Request ## Allow submitters to edit their own contributions Closes #5187 If configured in the Contribution settings -> Submitter privileges, this change allows abstract submitters to edit their contributions once the abstracts are accepted. ![imag...
265
null
OpenVoiceOS/ovos-core
# Repository Context Name: OpenVoiceOS/ovos-core Description: # Pull Request ## Actually use the advertised audio device and sample rate with the audio test. The audio test display which device it is about to use but then doesn't provide it to the underlying API. # Relevant Files Found ## mycroft/util/audio_test....
1,744
null
milvus-io/pymilvus
# Repository Context Name: milvus-io/pymilvus Description: # Pull Request ## Fix orm SearchFuture bug # Relevant Files Found ## pymilvus/orm/future.py ``` # Copyright (C) 2019-2021 Zilliz. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except #...
165
null
Lightning-AI/pytorch-lightning
# Repository Context Name: Lightning-AI/pytorch-lightning Description: # Pull Request ## cleaned up progbar # Relevant Files Found ## examples/new_project_templates/lightning_module_template.py ``` """ Example template for defining a system """ import os from collections import OrderedDict import torch.nn as nn...