pr_id
int64
repo_id
null
repo_name
string
text
string
75
null
pynapple-org/pynapple
# Repository Context Name: pynapple-org/pynapple Description: # Pull Request ## Found bug # Relevant Files Found ## pynapple/core/ts_group.py ``` # -*- coding: utf-8 -*- # @Author: gviejo # @Date: 2022-01-28 15:10:48 # @Last Modified by: gviejo # @Last Modified time: 2022-02-16 17:34:10 import numpy as np...
55
null
noharm-ai/backend
# Repository Context Name: noharm-ai/backend Description: # Pull Request ## bug fix # Relevant Files Found ## routes/intervention.py ``` import random from flask_api import status from models.main import * from models.appendix import * from models.prescription import * from flask import Blueprint, request from ...
320
null
dyvenia/viadot
# Repository Context Name: dyvenia/viadot Description: # Pull Request ## Multiple flows <!-- Thanks for contributing to viadot! 🙏--> ## Summary Added a new class named MultipleFlows which enables running multiple flows in given order ## Importance User can define list of flows and run them in one flo...
705
null
GalacticDynamics/galax
# Repository Context Name: GalacticDynamics/galax Description: # Pull Request ## ✨ feat(coordinates): Orphan-Chenab reference frame # Relevant Files Found ## src/galax/coordinates/_src/frames/__init__.py ``` """Reference Frames. Building off of `coordinax.frames`. """ __all__ = ["SimulationFrame", "simulatio...
275
null
tough-dev-school/education-backend
# Repository Context Name: tough-dev-school/education-backend Description: # Pull Request ## Переход на GitHub flavoured markdown # Relevant Files Found ## src/app/conf/markdown.py ``` MARKDOWNX_URLS_PATH = '/api/v2/markdownx/markdownify/' MARKDOWNX_UPLOAD_URLS_PATH = '/api/v2/markdownx/upload/' MARKDOWNX_MARKD...
677
null
SEACrowd/seacrowd-datahub
# Repository Context Name: SEACrowd/seacrowd-datahub Description: # Pull Request ## Closes #569 | Add/Update Dataloader MSL4Emergency Please name your PR title and the first line of PR message after the issue it will close. You can use the following examples: Closes #569 ### Checkbox - [x] Confirm that thi...
5
null
BallisticLA/parla
# Repository Context Name: BallisticLA/parla Description: # Pull Request ## Nystrom (and Nystrom-like) preconditioning for saddle point systems This updates ``SPS1`` (the driver for a sketch and precondition approach to saddle point systems) so that it can generate Nystrom preconditioners and Nystrom-like precondit...
367
null
microsoft/azure-quantum-python
# Repository Context Name: microsoft/azure-quantum-python Description: # Pull Request ## Deprecate targets Removes FPGA targets and associated tests # Relevant Files Found ## azure-quantum/azure/quantum/target/microsoft/qio/parallel_tempering.py ``` ## # Copyright (c) Microsoft Corporation. All rights reserved....
16
null
srx-2000/spider_collection
# Repository Context Name: srx-2000/spider_collection Description: # Pull Request ## update audioBook # Relevant Files Found ## audioBook/downloader.py ``` import time import requests import parsel import re import os from ThreadPool import ThreadPool class Downloader(object): base_url="https://www.ish...
467
null
hacktoolkit/django-htk
# Repository Context Name: hacktoolkit/django-htk Description: # Pull Request ## feat: ✨ Add Support for 'ff' Suffix to Display Verses Until End of Chapter ## Description This PR introduces a new feature that allows users to view all verses from a specified reference to the end of the chapter by appending the su...
110
null
getjavelin/javelin-python
# Repository Context Name: getjavelin/javelin-python Description: # Pull Request ## fix: parse newly updated streaming responses ## Description Enhances streaming functionality in route service and chat completions to better handle different LLM providers and response formats. ## Changes - Added stream paramet...
4
null
HugoZHL/CAFE
# Repository Context Name: HugoZHL/CAFE Description: # Pull Request ## update CAFE+ # Relevant Files Found ## dlrm_s_pytorch.py ``` # Copyright (c) Meta Platforms, Inc. and affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. ...
90
null
dod-advana/gamechanger-data
# Repository Context Name: dod-advana/gamechanger-data Description: # Pull Request ## display-mappings-in-crawlers update post process and to use meta data for display properties when available, add warning to stop adding in to display mappings file # Relevant Files Found ## common/document_parser/parsers/eda_con...
188
null
powerfulseal/powerfulseal
# Repository Context Name: powerfulseal/powerfulseal Description: # Pull Request ## Minor cleanup On the menu: - [x] update `kubernetes` package version to support newer clusters - [x] allow explicit `*` value for namespace to look into all namespaces - [x] resolve some issues around pip being unable to comput...
36
null
jaseci-labs/jaseci
# Repository Context Name: jaseci-labs/jaseci Description: # Pull Request ## Moved the distance computation out of use_qa's pod into runtime All test pass # Relevant Files Found ## jaseci_core/jaseci/actions/module/use_actions.py ``` from .ai_serving_api import AIServingAPI USE_API = AIServingAPI('USE') USE_ENC...
1,336
null
UKGovernmentBEIS/inspect_ai
# Repository Context Name: UKGovernmentBEIS/inspect_ai Description: # Pull Request ## prompt templates: Ignore template placeholders that don't map to passed parameters Applies to `prompt_template()`, `user_message()`, and `system_message()` solvers. # Relevant Files Found ## src/inspect_ai/_util/format.py ``` i...
48
null
datalens-tech/datalens-backend
# Repository Context Name: datalens-tech/datalens-backend Description: # Pull Request ## Upgrade dependencies to fix various vulnerabilities certifi 2022.12.7 -> 2023.7.22 pyyaml 5.3.1 -> 6.0.1 flask 2.0.3 -> 2.2.5 werkzeug 2.0.3 -> 2.2.3 pyopenssl 22.1.0 -> 23.2.0 pyjwt 2.3.0 -> 2.4.0 snowflake-connector-pyt...
302
null
GoogleCloudPlatform/gsutil
# Repository Context Name: GoogleCloudPlatform/gsutil Description: # Pull Request ## Update comment missed in #301 # Relevant Files Found ## gslib/commands/help.py ``` # -*- coding: utf-8 -*- # Copyright 2011 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # ...
6
null
twhetzel/harmonica
# Repository Context Name: twhetzel/harmonica Description: # Pull Request ## account for case when oid does not equal prefix closes #5 # Relevant Files Found ## src/harmonize.py ``` #!/usr/bin/env python3 import click import uuid import logging from oaklib import get_adapter from oaklib.datamodels.search impor...
22
null
Qiskit/qiskit-addon-mthree
# Repository Context Name: Qiskit/qiskit-addon-mthree Description: # Pull Request ## Test for balanced cal strings Verify that balanced cal string pairs always sum to the num_qubits. # Relevant Files Found # Edits This pull request adds a test to verify that balanced calibration string pairs in Mthree always s...
26
null
qurit/PyTheranostics
# Repository Context Name: qurit/PyTheranostics Description: # Pull Request ## Sara ver.0.1 The code includes the daughter class OrganSDosimetry with methods to run organ s value dosimetry. BaseDosimetry includes method for bed calculation. # Relevant Files Found ## doodle/dosimetry/BaseDosimetry.py ``` import ...
42,962
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Add onewire switches <!-- 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 changes he...
12,546
null
vllm-project/vllm
# Repository Context Name: vllm-project/vllm Description: # Pull Request ## [Bugfix] Fix 'ModuleNotFoundError: No module named 'intel_extension_for_pytorch'' for --tensor-parallel-size more than 1 FIX #11342 This PR fixes ipex dependency for **_--tensor-parallel-size > 1_** for cpu architectures that does not su...
112
null
tskit-dev/tsdate
# Repository Context Name: tskit-dev/tsdate Description: # Pull Request ## Warn (not info) about creating cache, and tidy tests # Relevant Files Found ## tests/test_functions.py ``` # MIT License # # Copyright (c) 2020 University of Oxford # # Permission is hereby granted, free of charge, to any person obtainin...
530
null
bayesflow-org/bayesflow
# Repository Context Name: bayesflow-org/bayesflow Description: # Pull Request ## Fix of broadcast serialization bug Simple fix for #529. However, I am not sure, if this is a fix for a symptom only or if something in the serialization has to be fixed. # Relevant Files Found ## bayesflow/adapters/transforms/broadc...
180
null
threefoldtech/js-sdk
# Repository Context Name: threefoldtech/js-sdk Description: # Pull Request ## replace old loader with new loader use new loader https://github.com/threefoldtech/js-sdk/issues/147 # Relevant Files Found ## jumpscale/packages/admin/actors/admin.py ``` from jumpscale.servers.gedis.baseactor import BaseActor, acto...
53,161
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## Create connection with API instead of directly through Session Now that we're using Task SDk we should use the api to create the connection we need instead of creating it directly through a session object within the task. <!-- Licensed to...
3,823
null
red-hat-storage/ocs-ci
# Repository Context Name: red-hat-storage/ocs-ci Description: # Pull Request ## Add the test of adding node in VMWare since it's now fixed The BZ https://bugzilla.redhat.com/show_bug.cgi?id=1844521 is closed, and Vijay fixed the functionality of adding a new worker node in VMWare, so we can remove the skip line an...
17
null
awslabs/s3-connector-for-pytorch
# Repository Context Name: awslabs/s3-connector-for-pytorch Description: # Pull Request ## Add public exports to s3dataset module *Description of changes:* Adds `S3Object`, `S3IterableDataset`, `S3MapStyleDataset`, and `S3DatasetBase` as exports. *Testing:* Manual importing of `from s3dataset import S3Obje...
5,777
null
pantsbuild/pants
# Repository Context Name: pantsbuild/pants Description: # Pull Request ## A utility to aggregate s3 access logs. Helps us track which binaries our S3 bandwidth costs are being spent on. Currently produces: ``` 936.9GB 3452 bin/clang/linux/x86_64/6.0.0/clang.tar.gz 785.9GB 3401 bin/gcc/linux/x86_64/7.3.0/gc...
438
null
IAHispano/Applio
# Repository Context Name: IAHispano/Applio Description: # Pull Request ## chore(format): run black on main Automatically apply code formatter change # Relevant Files Found ## rvc/lib/utils.py ``` import os, sys import ffmpeg import numpy as np import re import unicodedata from fairseq import checkpoint_utils i...
103
null
adamtheturtle/pip-check-reqs
# Repository Context Name: adamtheturtle/pip-check-reqs Description: # Pull Request ## Update tests and part of implementation of "pyfiles" * Remove monkeypatching from tests * Use some nice Pathlib functions to make things a little neater # Relevant Files Found ## pip_check_reqs/common.py ``` import ast import...
139
null
mapbox/mapboxgl-jupyter
# Repository Context Name: mapbox/mapboxgl-jupyter Description: # Pull Request ## Add argument to MapViz to control pop-up behavior Maintains default behavior to open popups on mouseover layer of interest, but adds option to open popups only on click (adds popup close button and option to close by clicking the map...
1,907
null
aristanetworks/avd
# Repository Context Name: aristanetworks/avd Description: # Pull Request ## Feat(eos_designs): evpn l2 multicast in network services ## Change Summary Provide the capability to define and enable EVPN Multicast to tenants in networks services ## Component(s) name `arista.avd.eos_designs` ## Proposed cha...
4,143
null
ethyca/fides
# Repository Context Name: ethyca/fides Description: # Pull Request ## Returning GVL.JSON through Experiences API Closes https://github.com/ethyca/fidesplus/issues/1109 ### Description Of Changes Returning gvl.json under GET /privacy-experience for TCF experiences with an `include_gvl=True` query param Hav...
1,100
null
bramstroker/homeassistant-powercalc
# Repository Context Name: bramstroker/homeassistant-powercalc Description: # Pull Request ## add Fibaro aliases # Relevant Files Found ## custom_components/powercalc/aliases.py ``` """Aliases for manufacturers and model IDs.""" from __future__ import annotations MANUFACTURER_SIGNIFY = "Signify Netherlands B....
104
null
mujin/mujincontrollerclientpy
# Repository Context Name: mujin/mujincontrollerclientpy Description: # Pull Request ## Fix graph client docstrings This fixes some formatting issues. As discussed in person last week. # Relevant Files Found ## devbin/mujin_controllerclientpy_generategraphclient.py ``` #!/usr/bin/env python # -*- coding: utf-8 -...
11,106
null
huggingface/diffusers
# Repository Context Name: huggingface/diffusers Description: # Pull Request ## Provide option to reduce CPU RAM usage in Group Offload # What does this PR do? Add a `low_cpu_mem_usage` option to group offloading so that pinning to CPU memory happens when a group is onloaded. The CPU RAM usage should be similar to...
913
null
robusta-dev/robusta
# Repository Context Name: robusta-dev/robusta Description: # Pull Request ## Update KRR to v1.2.0 # Relevant Files Found ## playbooks/robusta_playbooks/krr.py ``` import json import logging import os import shlex import uuid from datetime import datetime from typing import Dict, List, Literal, Optional, Union ...
856
null
MountainLionAi/GenAI-Platform
# Repository Context Name: MountainLionAi/GenAI-Platform Description: # Pull Request ## add log # Relevant Files Found ## genaipf/controller/gptstream.py ``` import asyncio from concurrent.futures import ThreadPoolExecutor import traceback import openai from sanic import Request, response from sanic.response im...
888
null
globocom/database-as-a-service
# Repository Context Name: globocom/database-as-a-service Description: # Pull Request ## Autoconfig - AutoConfig on DB Actions - CreateDatabase - AutoUpgradeVM - Resize de VM - RecreateSlave - AddReadOnlyInstance - ReinstallVM # Relevant Files Found ## dbaas/drivers/replication_topologies/base.py ``` # -*- ...
729
null
hystax/optscale
# Repository Context Name: hystax/optscale Description: # Pull Request ## Correct case-sensitive check for ERROR_CHANNEL status ## Description This small PR fixes the case-sensitive check for the ERROR_CHANNEL status. Previously, the comparison was case-insensitive, which could incorrectly match other statuses wit...
367
null
developmentseed/lonboard
# Repository Context Name: developmentseed/lonboard Description: # Pull Request ## Raise error on single input to MultiRangeSlider Ref https://github.com/developmentseed/lonboard/issues/363#issuecomment-1943616456 # Relevant Files Found ## lonboard/controls.py ``` from functools import partial from typing import...
44,649
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## TST: stop skipping 1986 tests in test_eval - [ ] closes #xxxx - [ ] tests added / passed - [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how ...
457
null
robotika/osgar
# Repository Context Name: robotika/osgar Description: # Pull Request ## osgar.drivers.rosproxy: fix MyXMLRPCServer shutdown race The same problem as was in `rosproxy_test.py:DummyROSMaster` class was also in `MyXMLRPCServer`. Shutting down the server was not threadsafe and could stuck (race condition) which resu...
13
null
IIIF/prezi-2-to-3
# Repository Context Name: IIIF/prezi-2-to-3 Description: # Pull Request ## Docker I've done the following with this pull request: * Added the docker config and updated the readme with build instructions * Added an index.html front page (imaging this will be hosted at prezi2to3.iiif.io) * wrote a command l...
3,100
null
axolotl-ai-cloud/axolotl
# Repository Context Name: axolotl-ai-cloud/axolotl Description: # Pull Request ## Clamping the len of dataloader to minimum of 1 Clamp the value of data loader to a min of 1. # Description There are cases when data loader length is evaluated as 0 (mostly due to small dataset, examples below), which does not ...
8,971
null
vllm-project/vllm
# Repository Context Name: vllm-project/vllm Description: # Pull Request ## [Misc] log when using default MoE config MoE config file names are dependent on TP size, GPU name and dtype. This PR prevents silent fails when loading the MoE config file and explicitly prints the searched `config_file_path` # Relevant ...
689
null
snowflakedb/snowpark-python
# Repository Context Name: snowflakedb/snowpark-python Description: # Pull Request ## SNOW-748484 Fix documentation issue when creating a `Session` object from existing Python connector connection https://github.com/snowflakedb/snowpark-python/issues/688 Please answer these questions before submitting your pull ...
19
null
ramses-rf/ramses_rf
# Repository Context Name: ramses-rf/ramses_rf Description: # Pull Request ## Bleeding edge # Relevant Files Found ## evohome_rf/protocol.py ``` #!/usr/bin/env python3 # -*- coding: utf-8 -*- # """Evohome RF - RAMSES-II compatble Message processor. Operates at the msg layer of: app - msg - pkt - h/w """ impor...
92
null
baserun-ai/baserun-py
# Repository Context Name: baserun-ai/baserun-py Description: # Pull Request ## Add langchain support # Relevant Files Found ## baserun/baserun.py ``` import inspect import json import logging import traceback import uuid from contextlib import contextmanager from datetime import datetime from importlib.util im...
6,622
null
gradio-app/gradio
# Repository Context Name: gradio-app/gradio Description: # Pull Request ## Fix encoding issue #6364 of reload mode ## Description This fix is target on Windows platform. In reload mode, the dev-created Python script shall be crunched via cmd, however the script's encoding format is not informed for it. This ...
109
null
os-climate/ITR
# Repository Context Name: os-climate/ITR Description: # Pull Request ## Added OECD show-and-tell Demonstrate how we can augment a grouped portfolio with other grouping criteria that can be displayed in various ways downstream. Addresses https://github.com/os-climate/ITR/issues/108 Signed-off-by: MichaelTiema...
127
null
zincware/ZnTrack
# Repository Context Name: zincware/ZnTrack Description: # Pull Request ## bump version # Relevant Files Found ## setup.py ``` import setuptools with open("README.rst", "r") as fh: long_description = fh.read() setuptools.setup( name="zntrack", version="0.1.5", author="Zincware", author_ema...
814
null
Uberi/speech_recognition
# Repository Context Name: Uberi/speech_recognition Description: # Pull Request ## Support Faster Whisper (with less copy and paste) ref: #693, #800 ```python import speech_recognition as sr r = sr.Recognizer() with sr.AudioFile("path/to/audio_file.wav") as source: audio_data = r.listen(source) tran...
7
null
eugene-eeo/tinyrecord
# Repository Context Name: eugene-eeo/tinyrecord Description: # Pull Request ## Fix bug where using eids would apply actions to all records Bug introduced in 011f91 where test for records to apply an action to would always return true if any eids were given. # Relevant Files Found ## tests.py ``` from pytest im...
1,205
null
open-mmlab/mmocr
# Repository Context Name: open-mmlab/mmocr Description: # Pull Request ## [Bug fix] box points ordering This changes optimize sort_points function, mainly using the Cartesian coordinate system to convert point coordinates to a cartesian coordinate system, and then sort the polar coordinate points The change al...
689
null
googleapis/google-auth-library-python
# Repository Context Name: googleapis/google-auth-library-python Description: # Pull Request ## chore: release 1.26.0 :robot: I have created a release \*beep\* \*boop\* --- ## [1.26.0](https://www.github.com/googleapis/google-auth-library-python/compare/v1.25.0...v1.26.0) (2021-02-09) ### Features * workload id...
38,019
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## Upgrade UV to 0.1.17 The latest UV **just** released should fix the problem introduced in 0.1.16 that disallowed non-approved PEP keys in pyproject.toml This PR bumps 0.1.17 as the base version for UV <!-- Licensed to the Apache Softwa...
577
null
atlassian-api/atlassian-python-api
# Repository Context Name: atlassian-api/atlassian-python-api Description: # Pull Request ## Atlassian Rest Client: Enhancing Implementation Hey, I've thought we can add 2 essential things to the atlassian rest client, for enhancing the implementation. ## Context Managers The internal session (`requests.Ses...
9
null
dhruvdcoder/wandb-allennlp
# Repository Context Name: dhruvdcoder/wandb-allennlp Description: # Pull Request ## Allennlp v1.0 # Relevant Files Found ## examples/models/__init__.py ``` ``` ## examples/models/dummy.py ``` import torch import allennlp from allennlp.models import Model from allennlp.data.vocabulary import Vocabulary @Mo...
675
null
datalens-tech/datalens-backend
# Repository Context Name: datalens-tech/datalens-backend Description: # Pull Request ## ci: BI-0 add pythin bins to path on dev:venv_run # Relevant Files Found ## lib/dl_api_lib/dl_api_lib_tests/db/conftest.py ``` from dl_api_lib_testing.initialization import initialize_api_lib_test from dl_api_lib_tests.db.co...
95
null
rkhwaja/fs.googledrivefs
# Repository Context Name: rkhwaja/fs.googledrivefs Description: # Pull Request ## mimeType and timezone.utc Hi, awesome work! This PR: - 00f48f32230d4f16c1c854411df9b6239eefd52f: Makes the package compatible with Python < 3.11 (Related issue: https://github.com/rkhwaja/fs.dropboxfs/issues/37) - 826f4c0b3...
148
null
wikimedia/articlequality
# Repository Context Name: wikimedia/articlequality Description: # Pull Request ## Add a list of external identifiers for wikidata features This is the only half-decent solution I managed to find after checking everything, including but not limited to: - Adding it as a separate dataset - Adding EntityDoc datas...
8,452
null
scikit-learn/scikit-learn
# Repository Context Name: scikit-learn/scikit-learn Description: # Pull Request ## [MRG+1] FIX/DOC Improve documentation regarding non-determinitic tree behaviour <!-- Thanks for contributing a pull request! Please ensure you have taken a look at the contribution guidelines: https://github.com/scikit-learn/sciki...
389
null
Azure/azure-iot-ops-cli-extension
# Repository Context Name: Azure/azure-iot-ops-cli-extension Description: # Pull Request ## feat: ensure "name" is prioritized for asset events and data-points Make sure there is a unique name for events/data-points some help updates too like default for dataset name --- This project has adopted the [Microso...
3,019
null
all-of-us/raw-data-repository
# Repository Context Name: all-of-us/raw-data-repository Description: # Pull Request ## MIGRATIONS [DA-2433] - Sample Swap to Outreach API ## Resolves *[ticket DA-2433]* https://precisionmedicineinitiative.atlassian.net/browse/DA-2433 ## Description of changes/additions Need to be able to denote to partners vi...
7
null
Andrew-S-Rosen/zse
# Repository Context Name: Andrew-S-Rosen/zse Description: # Pull Request ## refactor: delete unreachable statements This statement is unreachable, as the control flow will never reach upto this point. Consider removing this part of code or re-evaluating the control flow. # Relevant Files Found ## src/zse/rings.p...
192
null
PCMDI/pcmdi_metrics
# Repository Context Name: PCMDI/pcmdi_metrics Description: # Pull Request ## Tweaks; Fixed confused test paths in setup.py # Relevant Files Found ## setup.py ``` from distutils.core import setup import glob,subprocess Version = "0.6.0" p = subprocess.Popen(("git","describe","--tags"),stdin=subprocess.PIPE,std...
270
null
sotopia-lab/sotopia
# Repository Context Name: sotopia-lab/sotopia Description: # Pull Request ## Feature/minecraft update ## 📑 Description Run multi-agent dialogues on the aact server, saving a first-person perspective screenshot of the agent every 30 seconds. Each time the server sends dialogue content to the client ([https://gi...
8,491
null
jax-ml/jax
# Repository Context Name: jax-ml/jax Description: # Pull Request ## [sparse] bcoo_dot_general: support contraction along batch dimensions Addresses request in #8454 I was hoping I could make the implementation more intuitive to follow but... it's complicated. I have to admit, without the tests I'd be very uncer...
3,346
null
pennersr/django-allauth
# Repository Context Name: pennersr/django-allauth Description: # Pull Request ## feat(account): Add `ACCOUNT_CHANGE_EMAIL` flow With these changes, when `ACCOUNT_MAX_EMAIL_ADRESSES=1`, the user can still change his email. The user is allowed to add an extra email, and when that email is confirmed, the former email...
1,382
null
torchgeo/torchgeo
# Repository Context Name: torchgeo/torchgeo Description: # Pull Request ## Define data augmentations for benchmark tasks Data Augmentations: - SSL4EO Benchmark: Random Horizontal and Vertical flip with p=0.2 and Random Crop - L8Biome: Random Horizontal and Vertical flip with p=0.2 - L7Irish: Random Horizontal a...
202
null
hatchet/hatchet
# Repository Context Name: hatchet/hatchet Description: # Pull Request ## Fixes a Couple of Query Language Bugs Concerning the * Wildcard While using the query language, I tracked down two edge-case bug that slipped through my earlier testing. The bugs involve using the * wildcard as the first or last element of th...
31
null
EternalWraith/PalEdit
# Repository Context Name: EternalWraith/PalEdit Description: # Pull Request ## v0.44 - [x] Fixed bug with rank - [x] Made global version variable and updated version to 0.43 - [x] Fix #27 #28 #29 #30 # Relevant Files Found ## PalEdit.py ``` import os, webbrowser, json, time, uuid import SaveConverter from ...
3,974
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## Add management command to find domains impacted by 502 bug http://manage.dimagi.com/default.asp?126120 # Relevant Files Found # Edits This pull request adds a management command to identify CommCare domains affected by a 502 error bu...
95
null
DonDebonair/slack-machine
# Repository Context Name: DonDebonair/slack-machine Description: # Pull Request ## allow not only direct subclasses of MachineBasePlugin be plugins allow any subclasses of MachineBasePlugin to be plugins # Relevant Files Found ## machine/core.py ``` import inspect import logging import sys import time from thre...
23
null
ishidur/TSPSolver
# Repository Context Name: ishidur/TSPSolver Description: # Pull Request ## Fix hopfield # Relevant Files Found ## cities_seeder.py ``` import numpy as np city_num = 20 file_path = './coordinates/' output_file = 'random_' + str(city_num) + '_cities.csv' if __name__ == "__main__": # “continuous uniform” di...
2,956
null
home-assistant/supervisor
# Repository Context Name: home-assistant/supervisor Description: # Pull Request ## Add-on: Block update itself <!-- 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 o...
3,683
null
open-edge-platform/training_extensions
# Repository Context Name: open-edge-platform/training_extensions Description: # Pull Request ## Move assigning tasks to Models from Engine to Anomaly Model Classes ### Summary With this PR https://github.com/openvinotoolkit/training_extensions/pull/3678: ![image](https://github.com/openvinotoolkit/training_ext...
522
null
bayesflow-org/bayesflow
# Repository Context Name: bayesflow-org/bayesflow Description: # Pull Request ## add log_gamma diagnostic This pull request adds the log gamma diagnostic from > [1] Martin Modrák. Angie H. Moon. Shinyoung Kim. Paul Bürkner. Niko Huurre. > Kateřina Faltejsková. Andrew Gelman. Aki Vehtari. > "Simul...
6
null
HotNoob/PythonProtocolGateway
# Repository Context Name: HotNoob/PythonProtocolGateway Description: # Pull Request ## Growatt v1.24 added growatt 1.24v protocol, untested. missing a lot of friendly names. # Relevant Files Found ## tools/apply_common_names_to_csv.py ``` import csv import json path = 'protocols/sigineer_v0.11.input_registry_m...
246
null
cogeotiff/rio-tiler
# Repository Context Name: cogeotiff/rio-tiler Description: # Pull Request ## Export modules from top-level package This PR re-exports selected modules for ease of use. This allows accessing modules after a global import: ```py import rio_tiler rio_tiler.io.COGReader() ``` and mosaic methods with a shorte...
1,154
null
HathorNetwork/hathor-core
# Repository Context Name: HathorNetwork/hathor-core Description: # Pull Request ## refactor(vertex-handler): remove p2p_manager dependency [part 1/8] Depends on https://github.com/HathorNetwork/hathor-core/pull/1153 ### Motivation As part of the P2P Multiprocess project, this PR refactors the `VertexHandler`...
45
null
open-dynamic-robot-initiative/robot_properties_solo
# Repository Context Name: open-dynamic-robot-initiative/robot_properties_solo Description: # Pull Request ## build xacro files at installation time; rename resources folder to 'r… …esources' [//]: # "Thanks for your contribution. To make life of the reviewers easier," [//]: # "please give this pull request a ...
1,387
null
scikit-bio/scikit-bio
# Repository Context Name: scikit-bio/scikit-bio Description: # Pull Request ## MAINT: Update version strings to 0.5.0 # Relevant Files Found ## skbio/__init__.py ``` # ---------------------------------------------------------------------------- # Copyright (c) 2013--, scikit-bio development team. # # Distribut...
3,080
null
chimera-linux/cports
# Repository Context Name: chimera-linux/cports Description: # Pull Request ## main/pv: update to 1.9.0 # Relevant Files Found ## main/pv/template.py ``` pkgname = "pv" pkgver = "1.8.14" pkgrel = 0 build_style = "gnu_configure" hostmakedepends = ["automake", "gettext-devel"] pkgdesc = "Tool for monitoring the p...
83
null
westerveltco/django-email-relay
# Repository Context Name: westerveltco/django-email-relay Description: # Pull Request ## fix serialization of bytes for attachments closes #82 # Relevant Files Found ## src/email_relay/models.py ``` from __future__ import annotations import datetime from email.mime.base import MIMEBase from django.core.mail ...
1,507
null
valory-xyz/open-autonomy
# Repository Context Name: valory-xyz/open-autonomy Description: # Pull Request ## [WRONGLY MERGED] Release v0.3.4 ## Release summary Version number: 0.3.4 ## Release details Autonomy: - Updates service component to use new override policies Packages: - Adds `get_service_owner` on the `ServiceRegistry...
3,062
null
milvus-io/pymilvus
# Repository Context Name: milvus-io/pymilvus Description: # Pull Request ## [cherry-pick] GCP supports using stage # Relevant Files Found ## pymilvus/bulk_writer/stage_file_manager.py ``` import logging import threading import time from concurrent.futures import ThreadPoolExecutor from datetime import datetime...
229
null
microsoft/azure-devops-python-api
# Repository Context Name: microsoft/azure-devops-python-api Description: # Pull Request ## bump version number to 5.0.0b10 # Relevant Files Found ## azure-devops/azure/devops/version.py ``` # -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft ...
90
null
PennyLaneAI/qml
# Repository Context Name: PennyLaneAI/qml Description: # Pull Request ## Upgrade QML website to use Sphinx-Gallery v0.6.2 Sphinx-Gallery v0.6.2 contains a couple of useful new features: * **Backreferences**: [mini-galleries are automatically created](https://sphinx-gallery.github.io/stable/configuration.html#re...
143
null
changliao1025/pyflowline
# Repository Context Name: changliao1025/pyflowline Description: # Pull Request ## fix slash # Relevant Files Found ## pyflowline/algorithms/intersect/intersect_flowline_with_flowline.py ``` import os import numpy as np from osgeo import ogr, osr from shapely.wkt import loads from pyflowline.classes.vertex impo...
43,988
null
Azure/azure-sdk-for-python
# Repository Context Name: Azure/azure-sdk-for-python Description: # Pull Request ## Add Breaking Check Without Tox https://github.com/Azure/azure-sdk-for-python/issues/42883 tested with - `azure-mgmt-core` - `azure-mgmt-storage` # Relevant Files Found ## eng/tools/azure-sdk-tools/azpysdk/main.py ``` """az...
501
null
alibaba/Pai-Megatron-Patch
# Repository Context Name: alibaba/Pai-Megatron-Patch Description: # Pull Request ## Revert "Remove drop tokens and presoftmax for ds-v3 and remove useles… …s test dataloader …" # Relevant Files Found ## examples/qwen2_vl/pretrain_qwen.py ``` # Copyright (c) 2024 Alibaba PAI and Nvidia Megatron-LM Team. # # Lice...
4
null
mvasilkov/kb
# Repository Context Name: mvasilkov/kb Description: # Pull Request ## Kept getting "TypeError: Data must not be unicode" error message Similar to previous pull request, this line needs to be changes as well. # Relevant Files Found ## 4_Chat/main.py ``` from kivy.support import install_twisted_reactor install_t...
593
null
google/langfun
# Repository Context Name: google/langfun Description: # Pull Request ## [langfun/env] Simplified Sandbox State Error Handling and Deprecation of `lf.env.sandbox_service` decorator. [langfun/env] Simplified Sandbox State Error Handling and Deprecation of `lf.env.sandbox_service` decorator. This change significantl...
91
null
dod-advana/gamechanger-data
# Repository Context Name: dod-advana/gamechanger-data Description: # Pull Request ## Hotfix/force ocr # Relevant Files Found ## common/document_parser/lib/ocr.py ``` from dataPipelines.gc_ocr.utils import PDFOCR, OCRJobType, OCRError from common.utils.file_utils import is_pdf, is_ocr_pdf, is_encrypted_pdf de...
240
null
quintoandar/butterfree
# Repository Context Name: quintoandar/butterfree Description: # Pull Request ## [MLOP-402] Refactor Butterfree main modules to receive Hook Components ## Why? :open_book: We’ll need to add the possibility that Source, Reader, FeatureSet, Sink, and Writer classes are able to receive pre and post hooks. ## What?...
37
null
culture-dao/chainlit-template
# Repository Context Name: culture-dao/chainlit-template Description: # Pull Request ## Use on_text instead of on_message # Relevant Files Found ## openai_assistant/utils/event_handler.py ``` """ AsyncAssistantEventHandler for Chainlit """ import logging from typing import Dict import chainlit as cl from chain...