pr_id
int64
repo_id
null
repo_name
string
text
string
215
null
litestar-org/polyfactory
# Repository Context Name: litestar-org/polyfactory Description: # Pull Request ## Fix PydanticFieldMeta.from_model_field() for Optional fields ### Pull Request Checklist - [x ] New code has 100% test coverage ### Description Fixes #182 # Relevant Files Found ## polyfactory/factories/pydantic_factory.py ...
51
null
Tierpsy/tierpsy-tools-python
# Repository Context Name: Tierpsy/tierpsy-tools-python Description: # Pull Request ## Added 6-well compatibility when compiling metadata # Relevant Files Found ## tierpsytools/hydra/__init__.py ``` import pandas as pd HYDRA2CAM_DF = pd.DataFrame({ 'Hydra01':["22956818", "22956816", "22956813", "22956805",...
324
null
DHI/terracotta
# Repository Context Name: DHI/terracotta Description: # Pull Request ## Remove numpy version upper bound restriction We don't need numpy<1.24 restriction as crick==0.0.4 is released https://pypi.org/project/crick/0.0.4/ # Relevant Files Found ## setup.py ``` from setuptools import setup, find_packages from os i...
378
null
ArkMowers/arknights-mower
# Repository Context Name: ArkMowers/arknights-mower Description: # Pull Request ## 增加B服隐私政策界面识别,修复B服登录界面识别 fix #377 稳定性和副作用有待测试 # Relevant Files Found ## arknights_mower/utils/recognize.py ``` from __future__ import annotations import time from typing import List, Optional import cv2 import numpy as np fro...
57,401
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## fix: change the decorated order of `_get_ssl_context_cached` ## Why The test cases in https://github.com/apache/airflow/pull/57334 won't pass in 3.13 with the following error. ``` ERROR task-sdk/tests/task_sdk/api/test_client.py::TestSSLC...
1,858
null
cfpb/consumerfinance.gov
# Repository Context Name: cfpb/consumerfinance.gov Description: # Pull Request ## Fix download links from becoming relative Download links were being set to relative links so `files.consumerfinance.gov` wouldn't have ever been hit. This prevents this from happening. @rosskarchner @kave @richaagarwal # Relevant...
15
null
zhinst/zhinst-toolkit
# Repository Context Name: zhinst/zhinst-toolkit Description: # Pull Request ## Update trigger functions #### **The following changes are made in this update:** ##### **1) Add functions `define_trigger` and `play_trigger`:** * New sequence command is added: `define_trigger` It generates a waveform of specified l...
46
null
avito-tech/aqueduct
# Repository Context Name: avito-tech/aqueduct Description: # Pull Request ## Fix setup requirements PR fix aqueduct installation ``` aqueduct on  fix-setup via 🐍 v3.11.6 ❯ python -m venv .venv aqueduct on  fix-setup via 🐍 v3.11.6 took 2s ❯ source .venv/bin/activate aqueduct on  fix-setup via 🐍 v3...
23
null
samuelcolvin/dirty-equals
# Repository Context Name: samuelcolvin/dirty-equals Description: # Pull Request ## feat: add IsFalseLike I thought this library looked pretty cool so wanted to give this a go. # Relevant Files Found ## dirty_equals/__init__.py ``` from ._base import AnyThing, DirtyEquals, IsInstance, IsOneOf from ._datetime imp...
441
null
mozilla-ai/lumigator
# Repository Context Name: mozilla-ai/lumigator Description: # Pull Request ## API: Allow CORS API requests no matter what FQDN the UI is hosted on ## What's changing This PR changes the backend API configuration to allow setting the CORS allowed origins that are accepted. It also defaults to `http://localhost` ...
238
null
iterative/dvc-objects
# Repository Context Name: iterative/dvc-objects Description: # Pull Request ## fs: reflink: don't try to reset permissions We should set desired permissions explicitly in layers above this one. For now just getting rid of this and proper permissions will be set up in the followups in `dvc_data.index.checkout`. ...
836
null
sunnypilot/sunnypilot
# Repository Context Name: sunnypilot/sunnypilot Description: # Pull Request ## NNLC: use `safe_exp` to prevent overflow in `sigmoid` <!-- Please copy and paste the relevant template --> <!--- ***** Template: Fingerprint ***** **Car** Which car (make, model, year) this fingerprint is for **Route** A rout...
3
null
EldarKarahasanovic/myPVHomeAssistant
# Repository Context Name: EldarKarahasanovic/myPVHomeAssistant Description: # Pull Request ## Update switch.py Actual state of our integration, messed up in the main branch # Relevant Files Found ## custom_components/mypv/switch.py ``` """Switch entity""" from homeassistant.components.switch import SwitchEntit...
272
null
cantools/cantools
# Repository Context Name: cantools/cantools Description: # Pull Request ## Monitor subcommand: interactivity improvements This PR mainly improves the interactivity of the `monitor` subcommand to make it feel much more "less-like" and to make editing the filter regular expression much more convenient. Besides this,...
57
null
Oufattole/meds-torch
# Repository Context Name: Oufattole/meds-torch Description: # Pull Request ## Removed all references to text_code (or attempted to). Should solve #56 (assuming tests and such pass) # Relevant Files Found ## src/meds_torch/data/components/pytorch_dataset.py ``` import json import os from collections import defa...
90
null
aws-samples/amazon-transcribe-post-call-analytics
# Repository Context Name: aws-samples/amazon-transcribe-post-call-analytics Description: # Pull Request ## Add: Another call category item, CUST *Description of changes:* This is a new Filename Regex to keep track of calls from a particular Customer, or a caller's name or ID. Similar to AGENT and GUID. This a...
68
null
allenai/rslearn_projects
# Repository Context Name: allenai/rslearn_projects Description: # Pull Request ## Add marine infrastructure filter to vessel detection pipeline I added the infra filter to both Landsat and Sentinel2 prediction pipeline, also set separate distance thresholds for them. I also tested on a Landsat scene: `gs://skyligh...
120
null
googleapis/python-logging
# Repository Context Name: googleapis/python-logging Description: # Pull Request ## feat: support http_request field This PR adds support for the [`http_request`](https://cloud.google.com/logging/docs/reference/v2/rest/v2/LogEntry#HttpRequest) field that's part of the Cloud Logging LogEntry spec. Details about the ...
3,748
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## Add Votca packages # Relevant Files Found # Edits This pull request adds support for the VOTCA (Versatile Object-oriented Toolkit for Coarse-graining Applications) software suite to Spack by introducing two new packages: `votca-tools` and `...
51
null
exonum/exonum-python-client
# Repository Context Name: exonum/exonum-python-client Description: # Pull Request ## Add missing tests and create coverage job on Travis [ECR-3619] Added missing test for 'ExonumClient' and 'Subscriber', made some code refactoring and added code coverage job to '.travis.yml'. # Relevant Files Found ## tests/test...
1,234
null
wemake-services/wemake-python-styleguide
# Repository Context Name: wemake-services/wemake-python-styleguide Description: # Pull Request ## moved class-level constants to constants.py # I have made things! <!-- Hi, thanks for submitting a Pull Request. We appreciate it. Please, fill in all the required information to make our review and merging pr...
46
null
inveniosoftware/invenio-records
# Repository Context Name: inveniosoftware/invenio-records Description: # Pull Request ## Invenio-Records v0.3.4 Signed-off-by: Jiri Kuncar jiri.kuncar@cern.ch # Relevant Files Found ## invenio_records/version.py ``` # -*- coding: utf-8 -*- # # This file is part of Invenio. # Copyright (C) 2015 CERN. # # Inveni...
431
null
braindecode/braindecode
# Repository Context Name: braindecode/braindecode Description: # Pull Request ## Update tuh.py Adaptation to the TUH v3 and might resolve issue #430 but getting this error in the braindecode.preprocessing.preprocess `RuntimeError: info["meas_date"] seconds must be between "(-2147483648, 0)" and "(2147483647, 0...
33
null
GDATASoftwareAG/robotframework-flaui
# Repository Context Name: GDATASoftwareAG/robotframework-flaui Description: # Pull Request ## Wait Until Element Is Visible #32 # Relevant Files Found ## src/FlaUILibrary/flaui/module/element.py ``` import time from enum import Enum from System import Exception as CSharpException # pylint: disable=import-er...
176
null
logicalclocks/feature-store-api
# Repository Context Name: logicalclocks/feature-store-api Description: # Pull Request ## [HOPSWORKS-2183] Add feature group, training dataset, storage connect… …or counters to FeaturestoreDTO summary # Relevant Files Found ## python/hsfs/feature_store.py ``` # # Copyright 2020 Logical Clocks AB # # Licensed...
41
null
sagnik1511/Tabular-AutoML
# Repository Context Name: sagnik1511/Tabular-AutoML Description: # Pull Request ## #Issue-6 Added new models for Regression Training Added Decision Tree Regressor : For small training datasets training it with Random forest regressor takes more computation time without much better results when compared to Decisio...
1,720
null
infiniflow/ragflow
# Repository Context Name: infiniflow/ragflow Description: # Pull Request ## Fix: Embedding err when docx contains unsupported images ### What problem does this PR solve? Fix the problem of not being able to embedding when docx document contains unsupported images. ### Type of change - [x] Bug Fix (non-bre...
44,775
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## CI: Filter any SSLSocket ResouceWarnings from dependencies - [x] closes #44732 - [x] tests added / passed - [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre...
5,019
null
tobymao/sqlglot
# Repository Context Name: tobymao/sqlglot Description: # Pull Request ## feat(snowflake): add support for GET statements ## Motivation Hi folks, following up on https://github.com/tobymao/sqlglot/issues/4813 in order to add support for `GET` statements in snowflake dialect similarly to the way `PUT` statements ...
22
null
vanderschaarlab/autoprognosis
# Repository Context Name: vanderschaarlab/autoprognosis Description: # Pull Request ## Docs, tutorials # Relevant Files Found ## scripts/build_demonstrator.py ``` # stdlib from pathlib import Path import shutil import subprocess from typing import Optional # third party import click # autoprognosis absolute ...
36
null
rom1504/embedding-reader
# Repository Context Name: rom1504/embedding-reader Description: # Pull Request ## Fix to ValueError raised on Windows when this function is run (https://github.com/criteo/autofaiss/issues/113) path.index in your code would always result in a ValueError on windows machines because the paths have reversed backslashe...
15,901
null
dagster-io/dagster
# Repository Context Name: dagster-io/dagster Description: # Pull Request ## feat(dbt): convert `Path` to `str` for `DbtCliResource` ## Summary & Motivation This was also noted in https://github.com/dagster-io/dagster/issues/15689, but a long term fix would require some sort of mapping from `Path` to `str` in our c...
172
null
sunpy/sunkit-instruments
# Repository Context Name: sunpy/sunkit-instruments Description: # Pull Request ## Correct misspelling in meta setter This caused an exception when you tried to add metadata to `SourceSpectra`. # Relevant Files Found ## sunkit_instruments/response/thermal.py ``` """ Classes for computing the temperature response...
42,828
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## libEnsemble: add v1.2.1 <!-- Remember that `spackbot` can help with your PR in multiple ways: - `@spackbot help` shows all the commands that are currently available - `@spackbot fix style` tries to push a commit to fix style issues in this P...
388
null
dodona-edu/universal-judge
# Repository Context Name: dodona-edu/universal-judge Description: # Pull Request ## Fix linked stacktraces Stacktraces were no linger linked to the code. This due to the regex not using escaped HTML characters, while it was applied after the stacktrace is already escaped. Fixes #387. # Relevant Files Found ##...
125
null
jupyterhub/ltiauthenticator
# Repository Context Name: jupyterhub/ltiauthenticator Description: # Pull Request ## fix(lti13): Relax resource link launch request message requirements The validation of LTI 1.3 resource link launch requests is too strict. Actually all claims, required and optional, are currently mandatory. This strongly limits t...
350
null
midea-lan/midea-local
# Repository Context Name: midea-lan/midea-local Description: # Pull Request ## feat(b3): support new X00 body for B3 device support new X00 body for B3 device fix https://github.com/wuwentao/midea_ac_lan/issues/505 # Relevant Files Found ## midealocal/devices/b3/message.py ``` """Midea local B3 message.""" fr...
97
null
ProgrammingPhilippines/progphil-bot
# Repository Context Name: ProgrammingPhilippines/progphil-bot Description: # Pull Request ## enhancement: updated error handling, also included log channel # Description #83 The bot now logs the unknown error logs to a specific channel ## Type of change Please delete options that are not relevant. ...
204
null
erocarrera/pefile
# Repository Context Name: erocarrera/pefile Description: # Pull Request ## Add a check around DIRECTORY_ENTRY_BASERELOC before use it in a loop # Relevant Files Found ## pefile.py ``` #!/usr/bin/python # -*- coding: utf-8 -*- """pefile, Portable Executable reader module All the PE file basic structures are av...
51
null
MHKiT-Software/MHKiT-Python
# Repository Context Name: MHKiT-Software/MHKiT-Python Description: # Pull Request ## Feature loads Merging new loads module into master. # Relevant Files Found ## mhkit/tests/test_utils.py ``` import unittest import numpy as np import mhkit.utils as utils ``` ## mhkit/utils.py ``` from pecos.utils import i...
507
null
Blazemeter/taurus
# Repository Context Name: Blazemeter/taurus Description: # Pull Request ## Level down log file verbosity after 'startup' phase By using engine-level 'post-startup' and 'pre-shutdown' hooks. Solution is pretty ugly, but there's so much that can be done about it. We should probably discuss it first and see if ...
596
null
Azure/PyRIT
# Repository Context Name: Azure/PyRIT Description: # Pull Request ## FEAT Passing HTTP client kwargs from OllamaChatTarget ## Description Note original PR here by https://github.com/jselvi but github closed his pr and wouldn't let me reopen :( This is approved by me and only push is pre-commit. The Ollama...
329
null
pytest-dev/pytest-testinfra
# Repository Context Name: pytest-dev/pytest-testinfra Description: # Pull Request ## Bugfix sysvservice The pull request addresses concerns in - #327 - #243 1. The refactor to `SysvService` `is_enabled` should now complain loudly if `/etc/rc?.d` is not a directory or symlink. 2. Add new `centos_6` test co...
554
null
cortex-lab/phy
# Repository Context Name: cortex-lab/phy Description: # Pull Request ## [MRG] Improve Qt testing suite - Use [pytest-qt](http://pytest-qt.readthedocs.org/) plugin: `qtbot` fixture in a test to register a widget, and emulate user actions - No more hack with Qt tests - Faster Qt tests - Exceptions raised during a Qt...
42
null
disintar/toncli
# Repository Context Name: disintar/toncli Description: # Pull Request ## Fix wrong description for "get" subparser and add missed "send" subparser in main help # Relevant Files Found ## src/toncli/modules/utils/parsers/parser_utils.py ``` import argparse import textwrap from typing import Any from toncli.modul...
9,471
null
pydantic/pydantic
# Repository Context Name: pydantic/pydantic Description: # Pull Request ## clarify documentation of strip_whitespace ## Change Summary This pr bundles two changes: - a documentation change suggested in #9438 for `StringConstraints` `strip_whitespace` - 2 tests that reflect the wording of the new documentati...
8,274
null
Chia-Network/chia-blockchain
# Repository Context Name: Chia-Network/chia-blockchain Description: # Pull Request ## make TestCostCalculation deterministic and check against a specific cost # Relevant Files Found ## tests/core/test_cost_calculation.py ``` import asyncio import logging import pathlib import time import pytest from clvm_tool...
2,548
null
autogluon/autogluon
# Repository Context Name: autogluon/autogluon Description: # Pull Request ## Remove pycocotools *Issue #, if available:* AutoGluon installation issue. #2494 #2521 pycocotools can't be easily built in some linux and windows distribution. *Description of changes:* Remove pycocotools from setup.py. Given this ...
20
null
samuelint/langchain-openai-api-bridge
# Repository Context Name: samuelint/langchain-openai-api-bridge Description: # Pull Request ## feat: allow to extend thread, run, message services # Relevant Files Found ## langchain_openai_api_bridge/assistant/assistant_thread_service.py ``` from typing import Literal, Optional from openai.types.beta import T...
210
null
meta-pytorch/torchcodec
# Repository Context Name: meta-pytorch/torchcodec Description: # Pull Request ## Adding Mac to S3 non-GPL FFmpeg compile Adds CI workflows so that we build from S3 on Mac arm64 (the architecture for M1 processors). Enabling Mac arm64 builds required changes in several places: 1. Modified `fetch_and_expose_non_g...
358
null
securebio/nao-mgs-workflow
# Repository Context Name: securebio/nao-mgs-workflow Description: # Pull Request ## Merge staging to master -- release 2.10.0.0 RUN and DOWNSTREAM ran successfully on the small benchmark dataset. There was a single stochastic failure of the full test suite on one of the SUBSET_FASTN tests--fraction of reads remai...
3,425
null
uclapi/uclapi
# Repository Context Name: uclapi/uclapi Description: # Pull Request ## Automatically Rebase and Merge Approved Dependabot ## What does this PR do? A helper script to automatically rebase and merge approved dependabot pull requests. Also adds a workflow for doing this directly on Github. # Relevant Files Found ...
712
null
microsoft/semantic-link-labs
# Repository Context Name: microsoft/semantic-link-labs Description: # Pull Request ## Minor Fix: _delta_analyzer_history.py `delta_analyzer_history` throws an error if a lakehouse withs schema is used (see below) because it does not the schema in the `table_path_local ` variable. ``` FileNotFoundError ...
48
null
webis-de/lightning-ir
# Repository Context Name: webis-de/lightning-ir Description: # Pull Request ## Do not print results for validation in training # Relevant Files Found ## lightning_ir/base/module.py ``` """LightningModule for Lightning IR. This module contains the main module class deriving from a LightningModule_. .. _Lightn...
6
null
ansys/pyscadeone
# Repository Context Name: ansys/pyscadeone Description: # Pull Request ## Init CI # Relevant Files Found ## doc/source/conf.py ``` """Sphinx documentation configuration file.""" # cSpell:disable from datetime import datetime import sys from pathlib import Path import subprocess src = Path(__file__).parents[...
776
null
arenadata/adcm
# Repository Context Name: arenadata/adcm Description: # Pull Request ## ADCM-1630 add tests for service host actions # Relevant Files Found ## tests/functional/test_actions_on_host.py ``` # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the...
30,792
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## IntegerArray.to_numpy This implements IntegerArray.to_numpy with similar semantics to BooleanArray.to_numpy. The implementation is now identical between BooleanArray & IntegerArray. #30789 will merge them. 1. `.to_numpy(dtype=float/bool/...
545
null
OpenNMT/OpenNMT-tf
# Repository Context Name: OpenNMT/OpenNMT-tf Description: # Pull Request ## Skip last partial batch in multi GPU training on finite dataset Fixes #544. # Relevant Files Found ## opennmt/tests/runner_test.py ``` # -*- coding: utf-8 -*- import copy import os import unittest import shutil from parameterized impo...
102
null
subzeroid/aiograpi
# Repository Context Name: subzeroid/aiograpi Description: # Pull Request ## Build(deps): bump pydantic from 2.9.1 to 2.9.2 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.9.1 to 2.9.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pydantic/pydantic/release...
1,077
null
mesonbuild/meson
# Repository Context Name: mesonbuild/meson Description: # Pull Request ## gnome.compile_resources(): Add ability to output gresource bundles Closes #1061 # Relevant Files Found ## mesonbuild/modules/gnome.py ``` # Copyright 2015-2016 The Meson development team # Licensed under the Apache License, Version 2.0 (...
10
null
Qliangw/notion_sync_data
# Repository Context Name: Qliangw/notion_sync_data Description: # Pull Request ## Update parser.py key error # Relevant Files Found ## sync_data/tool/douban/soup/parser.py ``` # -*- coding: utf-8 -*- # @Author : Qliangw # @Time : 2022/3/1 21:05 # @Function: 使用bs4查找html相关数据 import datetime import re from bs...
15
null
aquia-inc/scpkit
# Repository Context Name: aquia-inc/scpkit Description: # Pull Request ## Docs/update ## What does this PR do? updates docs and defaults the outdirectory [//]: # (Required: Describe the effects of your pull request in detail. If multiple changes are involved, a bulleted list is often useful.) ## Completion...
1,344
null
mitre/caldera
# Repository Context Name: mitre/caldera Description: # Pull Request ## adding ability command variation as an option and ensuring all agents… … are marked as initial access # Relevant Files Found ## app/api/packs/campaign.py ``` from aiohttp_jinja2 import template from app.service.auth_svc import check_authori...
57
null
stac-utils/stac-fastapi-elasticsearch-opensearch
# Repository Context Name: stac-utils/stac-fastapi-elasticsearch-opensearch Description: # Pull Request ## create indexes at startup rather than when ingesting, add collection index schema **Related Issue(s):** - https://github.com/stac-utils/stac-fastapi-elasticsearch/issues/43 **Description:** 1. Create ...
610
null
Azure/azure-devops-cli-extension
# Repository Context Name: Azure/azure-devops-cli-extension Description: # Pull Request ## remove UUID from help texts Please make sure the code is following contribution guidelines in CONTRIBUTING.md - [ ] : This PR has a corresponding issue open in the Repository. - [ ] : Approach is signed off on the issue...
172
null
vllm-project/llm-compressor
# Repository Context Name: vllm-project/llm-compressor Description: # Pull Request ## [Bugfix] Fix saving offloaded state dict ## Purpose ## * Fix bug with saving the entire state dict of an offloaded model, even if it does not have a compressor * Properly infer sparsity and quantization of offloaded models ##...
6,768
null
marimo-team/marimo
# Repository Context Name: marimo-team/marimo Description: # Pull Request ## handle big ints better ## 📝 Summary <!-- Provide a concise summary of what this pull request is addressing. If this PR fixes any issues, list them here by number (e.g., Fixes #123). --> ![CleanShot 2025-10-14 at 12 55 09](https:/...
1,144
null
NVIDIA/NVFlare
# Repository Context Name: NVIDIA/NVFlare Description: # Pull Request ## enhanced class_utils. # Relevant Files Found ## nvflare/fuel/utils/class_utils.py ``` # Copyright (c) 2021-2022, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not us...
5,899
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## Update for 'eccodes'. # Relevant Files Found ## var/spack/repos/builtin/packages/eccodes/package.py ``` ############################################################################## # Copyright (c) 2013-2017, Lawrence Livermore National Secu...
260
null
robotpy/robotpy-build
# Repository Context Name: robotpy/robotpy-build Description: # Pull Request ## Library linking order Previously the list of libraries gathered started with the libraries included in the package, then the dependency libraries were gathered. This list was finally reversed before being returned. This causes an iss...
356
null
PennyLaneAI/pennylane
# Repository Context Name: PennyLaneAI/pennylane Description: # Pull Request ## Remove unnecessary uses of autograd.numpy. **Context:** The current version of PennyLane depends on Autograd, and uses it as its primary automatic differentiation (AD) framework. Autograd is not being maintained any more, and we are ...
15,097
null
mlflow/mlflow
# Repository Context Name: mlflow/mlflow Description: # Pull Request ## Add endpoint to get logged model artifacts on UI <details><summary>&#x1F6E0 DevTools &#x1F6E0</summary> <p> [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/harupy/mlflow/pull/15097?quickstart=1) ...
2,323
null
ResearchHub/researchhub-backend
# Repository Context Name: ResearchHub/researchhub-backend Description: # Pull Request ## Remove paper history table - The simple history table ballooned to 270 gb and is not really used or usable. # Relevant Files Found ## src/paper/openalex_util.py ``` import copy import logging import urllib.parse from typin...
20
null
DissectMalware/XLMMacroDeobfuscator
# Repository Context Name: DissectMalware/XLMMacroDeobfuscator Description: # Pull Request ## add more cell properties used in zloader With these properties added I can fully decode a new zloader dropper # Relevant Files Found ## XLMMacroDeobfuscator/deobfuscator.py ``` import argparse import os import sys from ...
2,094
null
Arize-ai/openinference
# Repository Context Name: Arize-ai/openinference Description: # Pull Request ## feat(litellm): add llm provider attributes resolves #1659 # Relevant Files Found ## python/instrumentation/openinference-instrumentation-litellm/examples/litellm_openai.py ``` import asyncio import litellm from opentelemetry.expor...
10
null
dlt-hub/dlt-init-openapi
# Repository Context Name: dlt-hub/dlt-init-openapi Description: # Pull Request ## WIP: Add more OpenAPI cases # Relevant Files Found # Edits This PR adds new end-to-end test cases for OpenAPI specifications, focusing on APIs with pagination, to improve test coverage. It introduces test files for a museums AP...
1,160
null
atlassian/dc-app-performance-toolkit
# Repository Context Name: atlassian/dc-app-performance-toolkit Description: # Pull Request ## Release 7.6.0 # Version 7.6.0 ## Added - Bump products supported versions: - Jira LTS from `8.20.24` to `8.20.26` - Jira LTS from `9.4.8` to `9.4.10` - Jira Service Management LTS from `4.20.24` to `4.20.26` ...
426
null
gardener/cc-utils
# Repository Context Name: gardener/cc-utils Description: # Pull Request ## improve retrieval for build job uuid **What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes # **Special notes for your reviewer**: **Release note**: <!-- Write your release note: 1. Enter your release ...
93
null
EC-KitY/EC-KitY
# Repository Context Name: EC-KitY/EC-KitY Description: # Pull Request ## Added `parents` field in `Individual` This field is helpful in gaining information on the parents of the current individual. This information can be used, for instance, in Fitness Inheritance, wherein the fitness score of its parents dictate...
4
null
dstein64/colortrans
# Repository Context Name: dstein64/colortrans Description: # Pull Request ## Use float64 precision when calculating mean and std float32 isn't precise enough when dealing with images with large dimensions (e.g. 8k). # Relevant Files Found ## colortrans/colortrans.py ``` import argparse import sys import numpy ...
15
null
saifhaq/alma
# Repository Context Name: saifhaq/alma Description: # Pull Request ## Consolidate mnist quant example code # Relevant Files Found ## examples/mnist/benchmark.py ``` import argparse import logging import time import torch from model.model import Net from utils.data.datasets import BenchmarkCustomImageDataset f...
269
null
comictagger/comictagger
# Repository Context Name: comictagger/comictagger Description: # Pull Request ## Add more tests for parsing filenames # Relevant Files Found ## tests/filenames.py ``` import pytest fnames = [ pytest.param( " X-Men-V1-067.cbr", "hyphen separated with hyphen in series", { ...
2,651
null
apache/iceberg-python
# Repository Context Name: apache/iceberg-python Description: # Pull Request ## feat: replace ExpressionA with IsNull("a") and ExpressionB with IsNul… Closes https://github.com/apache/iceberg-python/issues/2637 # Rationale for this change ## Are these changes tested? Yes, tests and lint passing ## Are t...
5,823
null
GafferHQ/gaffer
# Repository Context Name: GafferHQ/gaffer Description: # Pull Request ## RenderPassEditor : Add method for deregistering a column Small one to enable removal of previously registered columns. # Relevant Files Found ## python/GafferSceneUI/RenderPassEditor.py ``` #################################################...
42,706
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## Fix bug in logfile parsing Spack occasionally parses escape sequences incorrectly, leading to confusing chunks of missing text. This replaces the magic code with a more comprehensible regex that aligns with [ANSI standards](https://en.wikipedia.o...
1,866
null
infiniflow/ragflow
# Repository Context Name: infiniflow/ragflow Description: # Pull Request ## add supprot for lepton ### What problem does this PR solve? add supprot for lepton #1853 ### Type of change - [x] New Feature (non-breaking change which adds functionality) # Relevant Files Found ## rag/llm/__init__.py ```...
18
null
plotly/choreographer
# Repository Context Name: plotly/choreographer Description: # Pull Request ## Andrew/windows which 2 se arreglan errores de windows # Relevant Files Found ## app/app.py ``` import devtools import time def main(): # Interface Test # Process/Pipes Test with devtools.Browser(headless=False) as brows...
7,396
null
TencentBlueKing/blueking-dbm
# Repository Context Name: TencentBlueKing/blueking-dbm Description: # Pull Request ## fix(backend): mysql 非 stand by slave 升级 #7389 # Relevant Files Found ## dbm-ui/backend/flow/engine/bamboo/scene/mysql/mysql_non_standby_slaves_upgrade.py ``` # -*- coding: utf-8 -*- """ TencentBlueKing is pleased to support t...
73
null
PennyLaneAI/pennylane-qulacs
# Repository Context Name: PennyLaneAI/pennylane-qulacs Description: # Pull Request ## Version Bump updated changelog and _version.py # Relevant Files Found ## pennylane_qulacs/_version.py ``` # Copyright 2022 Xanadu Quantum Technologies Inc. # Licensed under the Apache License, Version 2.0 (the "License"); # y...
6,862
null
demisto/content
# Repository Context Name: demisto/content Description: # Pull Request ## replace whitelisted strings ## Status - [ ] In Progress - [x] Ready - [ ] In Hold - (Reason for hold) ## Related Issues fixes: link to the issue ## Description replace strings from whitelist ## Screenshots Paste here any images...
214
null
dbcli/mssql-cli
# Repository Context Name: dbcli/mssql-cli Description: # Pull Request ## Removing blocker when using integrated auth on Mac/Linux - Also renaming parameter for integrated auth from -I to -E to align with SqlCMD and what it was originally. # Relevant Files Found ## mssqlcli/main.py ``` from __future__ import un...
2,815
null
SwissDataScienceCenter/renku-python
# Repository Context Name: SwissDataScienceCenter/renku-python Description: # Pull Request ## fix(core): fix error when using external file in plan closes #2790 # Relevant Files Found ## renku/core/workflow/plan_factory.py ``` # -*- coding: utf-8 -*- # # Copyright 2018-2022- Swiss Data Science Center (SDSC) # A...
1,846
null
Quantum-Accelerators/quacc
# Repository Context Name: Quantum-Accelerators/quacc Description: # Pull Request ## Add script support for custodian # Relevant Files Found ## src/quacc/calculators/qchem/qchem_custodian.py ``` """Custodian handlers for QChem.""" from __future__ import annotations from pathlib import Path from typing import ...
12,820
null
mlflow/mlflow
# Repository Context Name: mlflow/mlflow Description: # Pull Request ## Add comments to dependency extraction <details><summary>&#x1F6E0 DevTools &#x1F6E0</summary> <p> [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/annzhang-db/mlflow/pull/12820?quickstart=1) #...
34
null
GoogleCloudPlatform/professional-services-data-validator
# Repository Context Name: GoogleCloudPlatform/professional-services-data-validator Description: # Pull Request ## fix: run tests in correct Python version for Kokoro Sessions were being skipped due to: ``` Running session lint Session lint skipped: Python interpreter 3.7 not found. Running session lint_setup...
625
null
googleapis/python-bigquery
# Repository Context Name: googleapis/python-bigquery Description: # Pull Request ## chore(revert): revert preventing normalization reverts previous commit for preventing normalization of versioning Reverts #611. # Relevant Files Found ## setup.py ``` # Copyright 2018 Google LLC # # Licensed under the Apache ...
1,210
null
ARM-software/workload-automation
# Repository Context Name: ARM-software/workload-automation Description: # Pull Request ## Prepare for next Release This is the last release that supports Python <3.7. # Relevant Files Found ## wa/framework/configuration/core.py ``` # Copyright 2014-2018 ARM Limited # # Licensed under the Apache License, Vers...
15
null
fidelity/seq2pat
# Repository Context Name: fidelity/seq2pat Description: # Pull Request ## Enhance min frequency checking Highlighted updates: - Raise a value error when min_frequency is a float, while the minimum row count is set to be less than 1. - Make the item-integer_ID map to be deterministic and the order of output patte...
364
null
SuffolkLITLab/docassemble-ALWeaver
# Repository Context Name: SuffolkLITLab/docassemble-ALWeaver Description: # Pull Request ## Dev rebase Tested to make sure the weaver still works, # Relevant Files Found ## docassemble/assemblylinewizard/interview_generator.py ``` import os import re import keyword import uuid from collections import defaultdi...
14
null
beebeeep/cacus
# Repository Context Name: beebeeep/cacus Description: # Pull Request ## 0.7.7 # Relevant Files Found ## cacus/repo_manage.py ``` #!/usr/bin/env python # -*- coding: utf-8 -*- import os import stat import hashlib import StringIO from debian import debfile, deb822 from binascii import hexlify from datetime impo...