pr_id
int64
repo_id
null
repo_name
string
text
string
115
null
stephane-caron/pink
# Repository Context Name: stephane-caron/pink Description: # Pull Request ## Self-collision barrier jacobian fixes This PR addresses two issues I've encountered while working with self-collision barriers: * It raised a dimension error when applied to floating base robots * It raised an error, when there were ...
1,040
null
edgarrmondragon/citric
# Repository Context Name: edgarrmondragon/citric Description: # Pull Request ## chore: Release 0.10.0 Prepare release for `0.10.0`. Checklist: - [x] Check that the right version is set in all the files. - [x] Groom the changelog for wording or missing entries. - [ ] Check that the integration tests table is up t...
412
null
elgatito/script.elementum.burst
# Repository Context Name: elgatito/script.elementum.burst Description: # Pull Request ## Fix trackers as of 30.04.2024 (many small change, maybe it would be better to use merge instead of squash.) Fix trackers as of 30.04.2024: - fix overwrite_anime_original_title (was local scope) - fix and enable newstudi...
1,965
null
tenstorrent/tt-forge-fe
# Repository Context Name: tenstorrent/tt-forge-fe Description: # Pull Request ## Remainder operator ### Ticket Resolves #2333 ### Problem description Operator remainder is now passing ### What's changed Operator remainder included into test plan with failing rules via xfail files ### Checklist - [x] N...
84
null
Enterprise-CMCS/T-MSIS-Analytic-File-Generation-Python
# Repository Context Name: Enterprise-CMCS/T-MSIS-Analytic-File-Generation-Python Description: # Pull Request ## DBDAART-2110 Add 3 fields upper list IP_Metadata ## What is this? Fix for DBDAART-2110, 3 fields need upcasing to match SAS ## How would you classify this change (feature, bug, maintenance, etc.)? b...
8,181
null
tinygrad/tinygrad
# Repository Context Name: tinygrad/tinygrad Description: # Pull Request ## delete fuzz uops (not tested) [pr] # Relevant Files Found ## tinygrad/engine/realize.py ``` from typing import List, Dict, Optional, cast, Generator, Tuple import time, pprint from dataclasses import dataclass, replace from tinygrad.hel...
75
null
luxonis/modelconverter
# Repository Context Name: luxonis/modelconverter Description: # Pull Request ## Downloaded models in `test-modifier` ## Purpose <!-- Clearly describe why this change is needed and what problem it solves. --> Reduces the number of pulled models in `test-modifier` ## Specification <!-- Briefly describe what’s ...
35
null
MaanasArora/convergent
# Repository Context Name: MaanasArora/convergent Description: # Pull Request ## Frontend conversation APIs # Relevant Files Found ## polis.server/polis/routers/conversation.py ``` from typing import Optional from uuid import UUID from fastapi import APIRouter, HTTPException from sqlalchemy import false from po...
2,444
null
desihub/desispec
# Repository Context Name: desihub/desispec Description: # Pull Request ## Also scan for large trace shifts in continuum/LED exposures Second PR on trace shifts, this time to address the fit of continuum/LED exposures when there are large trace shifts (the previous PR was for arc lamp exposures). * Add a first ...
1,339
null
quay/quay
# Repository Context Name: quay/quay Description: # Pull Request ## [redhat-3.6] chore: Add support for QUAY_VERSION env variable (PROJQUAY-3514) * Cherry pick of https://github.com/quay/quay/pull/1298 * Enables `QUAY_VERSION` environment variable # Relevant Files Found ## _init.py ``` import os import re impor...
291
null
chiefwigms/picobrew_pico
# Repository Context Name: chiefwigms/picobrew_pico Description: # Pull Request ## Issue 255 - speed up the clean detection (no need to parse any brew session files, just the names) ~98% performance reduction on my MacBook Pro (visible by a hand full of requests)... can only imagine this will also improve the perfo...
4,162
null
aws/sagemaker-python-sdk
# Repository Context Name: aws/sagemaker-python-sdk Description: # Pull Request ## feature: Add support for in-memory feature groups and collection type features in Feature Store. *Issue #, if available:* *Description of changes:* Adds support for online store storage type input in create feature group, using ...
64,257
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## [master] Fix 64256: Add flags to create local users and groups ### What does this PR do? Adds a `local` flag for user/group creation to force users and groups to be created locally instead of in a remotely managed account management system (e...
33
null
quantfinlib/quantfinlib
# Repository Context Name: quantfinlib/quantfinlib Description: # Pull Request ## Feature numpy v1 compatibility Made some changes to the datasets module to make quantfinlib compatible with numpy < 2.0. Instead of pickled data we now use gzipped csv's (similar to scikit-learn). Also improved the datasets test, in...
136
null
QuarkChain/pyquarkchain
# Repository Context Name: QuarkChain/pyquarkchain Description: # Pull Request ## add cancel token for use in p2p service learn more about cancel_token in https://github.com/ethereum/asyncio-cancel-token read more why py-evm needed this: https://vorpus.org/blog/timeouts-and-cancellation-for-humans/ it applies to ...
417
null
shinnytech/tqsdk-python
# Repository Context Name: shinnytech/tqsdk-python Description: # Pull Request ## [Tqsdk-Ci] Update Version 2.8.4 Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action # Relevant Files Found ## doc/conf.py ``` # -*- coding: utf-8 -*- import os import sys sy...
289
null
hngprojects/aivideo_be
# Repository Context Name: hngprojects/aivideo_be Description: # Pull Request ## fix: fix search for process management <!--- Provide a general summary of your changes in the Title above --> ​ ## Description <!--- Describe your changes in detail --> Add email to job search query to get jobs relating to ...
7,245
null
sgl-project/sglang
# Repository Context Name: sgl-project/sglang Description: # Pull Request ## minor fix - Add `/v1/completions` API for rust lb - fix the input throughput = 0 for prefill logging. # Relevant Files Found ## python/sglang/srt/managers/scheduler.py ``` # Copyright 2023-2024 SGLang Team # Licensed under the Apache L...
496
null
BAMWelDX/weldx
# Repository Context Name: BAMWelDX/weldx Description: # Pull Request ## add set handling to compare_nested ## Changes add handling of set entries to `compare_nested` ## Related Issues Closes #495 ## Checks - [x] updated CHANGELOG.md - [x] updated tests # Relevant Files Found ## weldx/asdf/validat...
2,686
null
CTFd/CTFd
# Repository Context Name: CTFd/CTFd Description: # Pull Request ## Mark 3.7.5 # 3.7.5 / 2024-12-27 **Security** - Change confirmation and reset password emails to be single use instead of only expiring in 30 minutes **General** - Fix issue where users could set their own bracket after registration - I...
16
null
luozhouyang/python-string-similarity
# Repository Context Name: luozhouyang/python-string-similarity Description: # Pull Request ## 'Overlap Coefficient' added which is very similar to Jaccard and Sore… …nsen-Dice measures. # Relevant Files Found # Edits This pull request adds the Overlap Coefficient similarity measure to the library, a metric si...
110
null
run-llama/create-llama
# Repository Context Name: run-llama/create-llama Description: # Pull Request ## chore: Add Azure OpenAI provider python code - Added the Azure OpenAI provider's Python code (but haven't included the questions or TypeScript code yet) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Su...
113
null
ecmwf/anemoi-datasets
# Repository Context Name: ecmwf/anemoi-datasets Description: # Pull Request ## Feature/support multiple lams to the Cutout class # Summary This PR adds functionality to the `Cutout` class to support multiple Limited Area Models (LAMs), along with a global dataset. This enhancement allows for hierarchical cutout...
580
null
ai-shifu/ai-shifu
# Repository Context Name: ai-shifu/ai-shifu Description: # Pull Request ## fix: typo of log file path name <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Bug Fixes** - Corrected the spelling of the domain name in log messages and updated the default log...
101
null
XPU-Forces/xpu_graph
# Repository Context Name: XPU-Forces/xpu_graph Description: # Pull Request ## fix(Cache): change the env variable from XPU_GRAPH_CACHE_DIR to XPUGRAPH_CACHE_DIR * fix: Keep the env variable style with consistent prefix XPUGRAPH # Relevant Files Found ## xpu_graph/cache.py ``` import os import hashlib import pic...
6
null
manzt/juv
# Repository Context Name: manzt/juv Description: # Pull Request ## feat!: Switch to click CLI Migrates CLI parsing to use `click`. This PR also deprecates the use of top-level `lab`, `notebook`, `nbclassic` commands and making the parsing of uv's flags more consistent. Instead, for consistency with `uv`, we...
91
null
IntelLabs/encrypted-computing-sdk
# Repository Context Name: IntelLabs/encrypted-computing-sdk Description: # Pull Request ## Update Headers in Kerngen Python Code ## Proposed changes Adding a note to python headers that were developed with support from Intel-operated GenAI solutions. ## Types of changes What types of changes does your co...
7
null
RomanSmolka/plugin.video.iprima
# Repository Context Name: RomanSmolka/plugin.video.iprima Description: # Pull Request ## Addmitance type could be None recently noticed, that some shows doesnt have attendance type, but its playable, for example show "Ludek Stanek se zlobi" {u'genres': [u'Z\xe1bavn\xfd'], u'title': u'Lud\u011bk Stan\u011bk se z...
18,804
null
vllm-project/vllm
# Repository Context Name: vllm-project/vllm Description: # Pull Request ## [Frontend] add run batch to CLI - Since `run_batch` is very useful for locally testing multiple prompts, expose it via a `run-batch` CLI subcommand ``` $ vllm --help usage: vllm [-h] [-v] {chat,complete,serve,bench,collect-env,run-batch} ...
29
null
madeline-scyphers/boa
# Repository Context Name: madeline-scyphers/boa Description: # Pull Request ## Unpin pandas version Closes https://github.com/madeline-scyphers/boa/issues/17 # Relevant Files Found ## setup.py ``` #!/usr/bin/env python3 import io import os from setuptools import find_packages, setup # Get version def read(...
2,699
null
pydantic/pydantic-ai
# Repository Context Name: pydantic/pydantic-ai Description: # Pull Request ## Add `gen_ai.system_instructions` attribute to agent run spans This was just missing entirely. Not adding it to `pydantic_ai.all_messages` because there isn't the same ambiguity as with `gen_ai.input/output.messages` and this means that `...
1,799
null
PennyLaneAI/pennylane
# Repository Context Name: PennyLaneAI/pennylane Description: # Pull Request ## Note in docs that `qml.state` doesn't work with Autograd & backprop **Context:** Using backpropagation with the autograd interface for a QNode that has `qml.state` raises an error: ```python import pennylane as qml from pennylane ...
2,139
null
Pycord-Development/pycord
# Repository Context Name: Pycord-Development/pycord Description: # Pull Request ## fix: run only local hooks for `SlashCommandGroup` ## Summary <!-- What is this pull request for? Does it fix any issues? --> Fixes bot and cog `before_invoke` hooks being called twice for subcommands (once with `ctx.command` s...
39
null
useblocks/sphinx-collections
# Repository Context Name: useblocks/sphinx-collections Description: # Pull Request ## 🚀 Release v0.3.1 # Relevant Files Found ## sphinx_collections/main.py ``` from packaging.version import Version import sphinx from sphinx_collections.collections import ( clean_collections, collect_collections, ...
6
null
timeplus-io/mcp-timeplus
# Repository Context Name: timeplus-io/mcp-timeplus Description: # Pull Request ## default readonly, but can be override by TIMEPLUS_READ_ONLY=false # Relevant Files Found ## mcp_timeplus/mcp_env.py ``` """Environment configuration for the MCP Timeplus server. This module handles all environment variable confi...
13,003
null
scikit-learn/scikit-learn
# Repository Context Name: scikit-learn/scikit-learn Description: # Pull Request ## [MRG+3] FEA Add PolynomialCountSketch to Kernel Approximation module This PR adds the **Tensor Sketch** [1] algorithm for polynomial kernel feature map approximation to the Kernel Approximation module. Tensor Sketch is a well es...
1,808
null
mabel-dev/opteryx
# Repository Context Name: mabel-dev/opteryx Description: # Pull Request ## #1806 Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to help make sure it goes smoothly: - [ ] Raise a [bug/feature request](https://github.com/mabel-dev/opteryx/issues/new/choose) o...
87
null
openapi-generators/openapi-python-client
# Repository Context Name: openapi-generators/openapi-python-client Description: # Pull Request ## Remove unnecessary f-string # Relevant Files Found ## tests/test___init__.py ``` import pathlib import jinja2 import pytest def test__get_project_for_url_or_path(mocker): data_dict = mocker.MagicMock() ...
33
null
keyboardAnt/hf-bench
# Repository Context Name: keyboardAnt/hf-bench Description: # Pull Request ## adds validated results that possibly appear in previous submissions # Relevant Files Found ## hf_bench/summarize_results.py ``` from pathlib import Path import subprocess from typing import Any, Dict, List import fire import pandas ...
20
null
GAMMSim/gamms
# Repository Context Name: GAMMSim/gamms Description: # Pull Request ## Quick patch draw artist circle This is a quick patch for allowing drawing circles. The API for drawing circles won't change as it is the default action that any artist addition will fallback to when general artist API is developed. Artist API ...
526
null
openlawlibrary/pygls
# Repository Context Name: openlawlibrary/pygls Description: # Pull Request ## Fixes error when passing max_workers Fixes #525 # Relevant Files Found ## pygls/lsp/_base_server.py ``` # GENERATED FROM scripts/generate_code.py -- DO NOT EDIT # flake8: noqa from cattrs import Converter from concurrent.futures impor...
31
null
computational-cell-analytics/patho-sam
# Repository Context Name: computational-cell-analytics/patho-sam Description: # Pull Request ## Add example scripts for `patho-sam` This PR adds example scripts for running several applications with `patho_sam` models. # Relevant Files Found ## patho_sam/training/__init__.py ``` from .util import histopathology...
39
null
bcgov/EPIC.track
# Repository Context Name: bcgov/EPIC.track Description: # Pull Request ## Sync API bug fix #38 Sync API issue when updating engagements # Relevant Files Found ## reports-api/src/reports_api/models/engagement.py ``` # Copyright © 2019 Province of British Columbia # # Licensed under the Apache License, Version ...
584
null
Kaggle/docker-python
# Repository Context Name: Kaggle/docker-python Description: # Pull Request ## Set KaggleKernelCredentials as default for GCS Similarly to BigQuery integration, we'd like to use `KaggleKernelCredentials` for GCS integration if no `Credentials` object is provided when constructing GCS client. # Relevant Files Foun...
132
null
open-feature/python-sdk
# Repository Context Name: open-feature/python-sdk Description: # Pull Request ## chore: E2E Test Support <!-- Please use this template for your pull request. --> <!-- Please use the sections that you need and delete other sections --> ## This PR <!-- add the description of the PR here --> - adds support to...
7
null
intezer/analyze-community-ghidra-plugin
# Repository Context Name: intezer/analyze-community-ghidra-plugin Description: # Pull Request ## Added location of local modules # Relevant Files Found ## intezer_analyze_gh_community.py ``` # Plugin for Intezer Analyze in Ghidra (python 2.7 - jython) # @author # @category Examples.Python # @keybinding # @menu...
47
null
ag2ai/ag2
# Repository Context Name: ag2ai/ag2 Description: # Pull Request ## Correct URLs across tests and documentation ## Why are these changes needed? The URL in the Web Surfer test file is outdated and this is causing tests to fail. Includes a fix on the Cost Token Tracking notebook. ## Related issue number ...
37,787
null
huggingface/transformers
# Repository Context Name: huggingface/transformers Description: # Pull Request ## Align gpt2 mask preparation to #37612 # What does this PR do? Align gpt2. This was a race condition in merging order of https://github.com/huggingface/transformers/pull/37612 and https://github.com/huggingface/transformers/pull/35...
4
null
owenlamont/uv-secure
# Repository Context Name: owenlamont/uv-secure Description: # Pull Request ## Updating project to prepare for deployment to PyPi # Relevant Files Found ## src/uv_secure/__init__.py ``` from uv_secure.run import app, check_dependencies __all__ = ["app", "check_dependencies"] ``` # Edits This pull request...
619
null
avalan-ai/avalan
# Repository Context Name: avalan-ai/avalan Description: # Pull Request ## Fix database tool tests ## Summary - ensure database tool initialization test works by patching settings to expose dict items - adjust database tool tests to accept async engine kwargs and support begin transactions ## Testing - `make lint`...
137
null
GoogleCloudDataproc/dataproc-spark-connect-python
# Repository Context Name: GoogleCloudDataproc/dataproc-spark-connect-python Description: # Pull Request ## feat: add support for sparksql magic # Relevant Files Found ## google/cloud/dataproc_spark_connect/session.py ``` # Copyright 2024 Google LLC # # Licensed under the Apache License, Version 2.0 (the "Licen...
112
null
PatBall1/detectree2
# Repository Context Name: PatBall1/detectree2 Description: # Pull Request ## Optimise clean_crowns Makes clean_crowns run faster by using a lambda function instead of a loop # Relevant Files Found ## detectree2/models/outputs.py ``` """Process and clean predictions. Funtions to process model predictions into o...
130
null
astropy/astropy-tools
# Repository Context Name: astropy/astropy-tools Description: # Pull Request ## Moving all Karl maintained packages to python 3 # Relevant Files Found ## update-packages/helpers_2.py ``` # This set of repositories is a mixture of affiliated packages and packages # that use astropy_helpers and opted in receiving...
2,521
null
aws-powertools/powertools-lambda-python
# Repository Context Name: aws-powertools/powertools-lambda-python Description: # Pull Request ## feat(event_handler): allow stripping route prefixes using regexes <!-- markdownlint-disable MD041 MD043 --> **Issue number:** #2494 ## Summary ### Changes This PR adds the ability to set a [regex](https://xkc...
7
null
Intelligent-Internet/ii-researcher
# Repository Context Name: Intelligent-Internet/ii-researcher Description: # Pull Request ## Fix Setup Tools # Relevant Files Found ## cli.py ``` import asyncio import logging import re from argparse import ArgumentParser from ii_researcher.pipeline.agent import DeepSearchAgent from ii_researcher.reasoning.age...
68
null
COVID-IWG/epimargin
# Repository Context Name: COVID-IWG/epimargin Description: # Pull Request ## wire up output to feed website # Relevant Files Found ## adaptive/etl/covid19india.py ``` from pathlib import Path from typing import Dict, Optional, Sequence, Tuple import numpy as np import pandas as pd import requests from adapti...
63
null
docling-project/docling-core
# Repository Context Name: docling-project/docling-core Description: # Pull Request ## feat: Allow exporting a specific page to md. # Relevant Files Found ## docling_core/types/doc/document.py ``` """Models for the Docling Document data type.""" import base64 import mimetypes import re import sys import textwr...
5
null
btschwertfeger/python-kraken-sdk
# Repository Context Name: btschwertfeger/python-kraken-sdk Description: # Pull Request ## added private trade endpoints # Relevant Files Found ## base_request/base_request.py ``` #!/usr/bin/python # -*- coding:utf-8 -*- import json import requests import hmac import hashlib import base64 import time from uuid...
389
null
dbt-labs/metricflow
# Repository Context Name: dbt-labs/metricflow Description: # Pull Request ## Add all group by columns to select in semi-additive join node Under certain conditions the semi-additive join node rendering produces slightly strange SQL, where columns in the `GROUP BY` statement are not included in the `SELECT`. For ...
15
null
confidence-duku/bakaano-hydro
# Repository Context Name: confidence-duku/bakaano-hydro Description: # Pull Request ## added options to visualize all input data and fixed bugs in model tra… …ining and simulation # Relevant Files Found ## bakaano/meteo.py ``` import os import ee import geemap import glob import numpy as np import rasterio imp...
106
null
reportportal/service-auto-analyzer
# Repository Context Name: reportportal/service-auto-analyzer Description: # Pull Request ## EPMRPP-68740 added returning itemIds in response # Relevant Files Found ## commons/launch_objects.py ``` """ * Copyright 2019 EPAM Systems * * Licensed under the Apache License, Version 2.0 (the "License"); * you may no...
18
null
DataCanvasIO/Hypernets
# Repository Context Name: DataCanvasIO/Hypernets Description: # Pull Request ## get dispatcher configuration from command arguments or os environs # Relevant Files Found ## hypernets/dispatchers/__init__.py ``` # -*- coding:utf-8 -*- import argparse def get_dispatcher(hyper_model, **kwargs): parser = arg...
73
null
gardener/cc-utils
# Repository Context Name: gardener/cc-utils Description: # Pull Request ## Add cli function to trigger resource check to CLI # Relevant Files Found ## cli/concourseutil.py ``` # Copyright (c) 2018 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, ...
1,213
null
keras-team/keras
# Repository Context Name: keras-team/keras Description: # Pull Request ## Fix add_shared_node() Sorry, there was one more set_name. # Relevant Files Found ## keras/layers/containers.py ``` # -*- coding: utf-8 -*- from __future__ import absolute_import from __future__ import print_function from collections imp...
677
null
vertica/VerticaPy
# Repository Context Name: vertica/VerticaPy Description: # Pull Request ## Disabling test learning curve The "vModel/test_model_selection.py::TestModelSelection::test_learning_curve" test has started failing constantly. It is caused by a failing query on Vertica server. Here is the query and its returned error me...
47
null
sepandhaghighi/clox
# Repository Context Name: sepandhaghighi/clox Description: # Pull Request ## Type hint #### Reference Issues/PRs #45 #### What does this implement/fix? Explain your changes. Type hints added to Python modules and doc-strings updated. #### Any other comments? I added Copilot to reviewers, let's see how it...
3,232
null
sgl-project/sglang
# Repository Context Name: sgl-project/sglang Description: # Pull Request ## Fix block wise fp8 torch compile <!-- Thank you for your contribution! We appreciate it. The following guidelines will help improve your pull request and facilitate feedback. If anything is unclear, don't hesitate to submit your pull reque...
45
null
progenetix/bycon
# Repository Context Name: progenetix/bycon Description: # Pull Request ## developing importers # Relevant Files Found ## bycon/byconServiceLibs/bycon_importer.py ``` import sys from datetime import datetime from os import path from progress.bar import Bar from pymongo import MongoClient from random import samp...
43
null
QuentinFuxa/WhisperLiveKit
# Repository Context Name: QuentinFuxa/WhisperLiveKit Description: # Pull Request ## Load the model just once Use FastAPI lifespan to execute `backend_factory` just once at startup. Before, the model was loaded 2 or 3 times, probably due to the `reload=True` uvicorn option # Relevant Files Found ## whisper_fastap...
256
null
dynaconf/dynaconf
# Repository Context Name: dynaconf/dynaconf Description: # Pull Request ## Add support for detecting duplicate validators being added Yet another unsolicited PR by yours truly. 😁 Recently we stumbled upon an issue in using Dynaconf when adding validators. Essentially we are using a plugin-based approach in an...
23
null
netsoft-ruidias/ha-custom-component-precoscombustiveis
# Repository Context Name: netsoft-ruidias/ha-custom-component-precoscombustiveis Description: # Pull Request ## TEMP FIX: [SSL: CERTIFICATE_VERIFY_FAILED] Fix - Disable SSL Verification (**Not Recommended**): # Relevant Files Found ## custom_components/precoscombustiveis/dgeg.py ``` """API to DGEG.""" from typi...
37
null
mirumee/ariadne
# Repository Context Name: mirumee/ariadne Description: # Pull Request ## Release version 0.0.3 on pypi Bump version to 0.0.3 and release GraphQL middleware to hyper-early adopters. # Relevant Files Found ## setup.py ``` #! /usr/bin/env python from setuptools import setup CLASSIFIERS = [ "Intended Audience ...
237
null
fatiando/verde
# Repository Context Name: fatiando/verde Description: # Pull Request ## Add a convex hull masking function Use scipy's Delaunay triangulation to determine points that are outside the convex hull of the data points. Useful to mask out wildly extrapolated points from grids. It's easier to use than `distance_mask` ...
1,569
null
CybercentreCanada/assemblyline-base
# Repository Context Name: CybercentreCanada/assemblyline-base Description: # Pull Request ## Retrohunt (dev) # Relevant Files Found ## assemblyline/datastore/helper.py ``` import concurrent.futures import elasticapm import json import os from datetime import datetime from typing import List, Union from asse...
73
null
embeddings-benchmark/mteb
# Repository Context Name: embeddings-benchmark/mteb Description: # Pull Request ## Fallback to old dataloader for cqadupstack Somewhat fixes https://github.com/embeddings-benchmark/mteb/issues/66 by falling back to the old data loader, i.e. we do not support DPRES + CQADupstack. This is a BEIR limitation, so I ...
1
null
shiftgig/celery-unique
# Repository Context Name: shiftgig/celery-unique Description: # Pull Request ## Python 3 support Add python3 support. * Some minor unicode/bytes tweaks on tests. * Dropped `make_frozen_datetime` in favour of `freezegun`, which does all the heavy work for us (the former didn't work on py3, and I didn't think it...
15
null
adlarkin/mjpl
# Repository Context Name: adlarkin/mjpl Description: # Pull Request ## Run CONNECT on both trees Requires #13 Paths are suboptimal (the robot "dances" around), so shortcutting is needed. This will be done in #14 # Relevant Files Found ## src/mj_maniPlan/rrt.py ``` import copy import mujoco import numpy as np...
637
null
swirlai/swirl-search
# Repository Context Name: swirlai/swirl-search Description: # Pull Request ## Main prerelease 2 6 # Relevant Files Found ## swirl.py ``` ''' @author: Sid Probstein @contact: sid@swirl.today @version: SWIRL 1.x ''' import argparse from asyncio.subprocess import STDOUT import sys import os import subp...
24
null
sustainable-computing-io/kepler-model-server
# Repository Context Name: sustainable-computing-io/kepler-model-server Description: # Pull Request ## Correlation Coefficient Included Included Correlation Coefficient for testing. # Relevant Files Found ## server/kepler_model_trainer.py ``` import tensorflow as tf from keras.models import Sequential, load_mode...
2,283
null
stanford-crfm/helm
# Repository Context Name: stanford-crfm/helm Description: # Pull Request ## Restore machine_translation_metrics.py This was deleted by #2009 but is still needed by the CLEVA translation run specs. # Relevant Files Found # Edits This pull request restores the `machine_translation_metrics.py` file, which was ac...
1
null
mills-lab/svelter
# Repository Context Name: mills-lab/svelter Description: # Pull Request ## updated parameter names # Relevant Files Found ## SVelter.py ``` #!/usr/bin/env python #!Python #Usage: #SVelter.py [option] --Parametres #option: #For debug use only #command='SVelter.py --WorkDir /mnt/EXT/Mills-scratch2/Xuefang/NA128...
10,854
null
TencentBlueKing/blueking-dbm
# Repository Context Name: TencentBlueKing/blueking-dbm Description: # Pull Request ## feat(redis): redis拓扑图展示优化 #10807 # Relevant Files Found ## dbm-ui/backend/db_meta/api/cluster/base/graph.py ``` # -*- coding: utf-8 -*- """ TencentBlueKing is pleased to support the open source community by making 蓝鲸智云-DB管理系统...
7,042
null
apache/tvm
# Repository Context Name: apache/tvm Description: # Pull Request ## [FIX] disable cuda test for argwhere https://github.com/apache/tvm/issues/7041 # Relevant Files Found ## tests/python/topi/python/test_topi_argwhere.py ``` # Licensed to the Apache Software Foundation (ASF) under one # or more contributor licen...
185
null
addisonlynch/iexfinance
# Repository Context Name: addisonlynch/iexfinance Description: # Pull Request ## Explicit error handling for incorrect number of Stock symbols Added more specific error message. As currently is, took me coming to the source code to debug the original error message. - [ ] closes #xxxx - [ ] tests added / passed...
628
null
meta-pytorch/tritonbench
# Repository Context Name: meta-pytorch/tritonbench Description: # Pull Request ## entropy stopping criterion Summary: introduce a flag --entropy-criterion to use latency entropy convergence as a criterion for warming up gpu ## How It Works The criterion tracks the Shannon entropy of the measurement distribu...
10,083
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Ensure that get_iter_returns updates minions This was getting missed previously because events containing minions and I assume syndic (I've not seen one of those events) don't include an id. Made the logic here more like get_cli_event_returns ...
143
null
threeML/threeML
# Repository Context Name: threeML/threeML Description: # Pull Request ## Beginning to add spectrum class @giacomov, I've made a very preliminary start to this and it is still kludgey. I wanted to get your take on the idea before doing much more. I've transplanted the init from fits to the class. It automates s...
224
null
microsoft/vscode-isort
# Repository Context Name: microsoft/vscode-isort Description: # Pull Request ## Ensure LSP server is shutdown on extension exit Fixes https://github.com/microsoft/vscode-isort/issues/193 # Relevant Files Found ## bundled/tool/lsp_server.py ``` # Copyright (c) Microsoft Corporation. All rights reserved. # Licens...
23
null
blockchain-etl/ethereum-etl-airflow
# Repository Context Name: blockchain-etl/ethereum-etl-airflow Description: # Pull Request ## Parse single partition # Relevant Files Found ## dags/ethereum_parse_logs_dag.py ``` from __future__ import print_function from glob import glob import logging import os from ethereumetl_airflow.build_parse_logs_dag ...
630
null
MasoniteFramework/orm
# Repository Context Name: MasoniteFramework/orm Description: # Pull Request ## Fix/polymorphic # Relevant Files Found ## src/masoniteorm/relationships/BaseRelationship.py ``` class BaseRelationship: def __init__(self, fn, local_key=None, foreign_key=None): if isinstance(fn, str): self.l...
472
null
awslabs/amazon-redshift-utils
# Repository Context Name: awslabs/amazon-redshift-utils Description: # Pull Request ## Fix for issue #441: IndexError in run_vacuum() in analyze_vacuum.py fixed IndexError in run_vacuum() in analyze_vacuum.py *Issue #, if available:* 441 *Description of changes:* get_vacuum_statement when passed in va...
145
null
zfit/zfit
# Repository Context Name: zfit/zfit Description: # Pull Request ## Small1 Small changes # Relevant Files Found ## tests/test_data.py ``` import copy import pytest import numpy as np import pandas as pd import tensorflow as tf import uproot import zfit obs1 = ('obs1', 'obs2', 'obs3') example_data1 = np.rand...
51
null
shuvozula/eth-runner
# Repository Context Name: shuvozula/eth-runner Description: # Pull Request ## upgrade ethminer to 0.19.0-16, updated args, disabled watchdog for te… …sting # Relevant Files Found ## metrics/__init__.py ``` #!/usr/bin/env python import threading import time from log.log import LOG _EPOCH_SLEEP_SECONDS = 60 _...
299
null
uber/h3-py
# Repository Context Name: uber/h3-py Description: # Pull Request ## Build python 3.11 wheels on v3.7 # Relevant Files Found ## src/h3/_version.py ``` __version__ = '3.7.4' __description__ = 'Hierarchical hexagonal geospatial indexing system' __url__ = 'https://github.com/uber/h3-py' __license__ = "Apache 2.0 L...
216
null
ni/measurement-plugin-python
# Repository Context Name: ni/measurement-plugin-python Description: # Pull Request ## Replacing DriverError with Error. Adding additional error code for timeout exceeded error. Signed-off-by: Chris Delpire <chris.delpire@ni.com> - [x] This contribution adheres to [CONTRIBUTING.md](https://github.com/ni/measurem...
7
null
iofu728/spider
# Repository Context Name: iofu728/spider Description: # Pull Request ## 🐷 update spider 🐷 update spider # Relevant Files Found ## netease/netease_music_db.py ``` # -*- coding: utf-8 -*- # @Description: V2 netease spider # @Author: gunjianpan # @Date: 2018-10-21 11:00:24 # @Last Modified by: gunjianpan # @...
158
null
beta-team/beta-recsys
# Repository Context Name: beta-team/beta-recsys Description: # Pull Request ## add Rendle's new Matrix Factorization # Relevant Files Found ## beta_rec/datasets/nmf_data_utils.py ``` from copy import deepcopy from torch.utils.data import DataLoader, Dataset from beta_rec.utils.constants import ( DEFAULT_US...
5
null
cleanlab/cleanvision
# Repository Context Name: cleanlab/cleanvision Description: # Pull Request ## added misc_info documentation, changed __str__, new style fixes, retu… …rn dataframe changes # Relevant Files Found ## examples/user_script.py ``` import time, os, sys from image_data_quality.image_dataset import ImageDataset start =...
32,622
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## Support range for form attachment download ## Product Description <!-- For non-invisible changes, describe user-facing effects. --> As a followup to https://github.com/dimagi/commcare-hq/pull/30801 (and then https://github.com/dimagi/com...
2,193
null
cloudify-cosmo/cloudify-manager
# Repository Context Name: cloudify-cosmo/cloudify-manager Description: # Pull Request ## CY-2827-Fix-Snapshot-Workflow-Py3-Compat small issues python 3 related to snapshot restore workflow # Relevant Files Found ## workflows/cloudify_system_workflows/snapshots/postgres.py ``` ######### # Copyright (c) 2017-201...