pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
1,831 | null | microsoft/promptflow | # Repository Context
Name: microsoft/promptflow
Description:
# Pull Request
## [SDK]Support cloud eager run submission
# Description
Please add an informative description that covers that changes made by the pull request and link all relevant issues.
# All Promptflow Contribution checklist:
- [ ] **The pull ... |
1,685 | null | pytorch/torchtitan | # Repository Context
Name: pytorch/torchtitan
Description:
# Pull Request
## [Qwen3] Qwen3 MoE initial support
As Qwen3 dense model and MoE model share a lot of common parts (eg, Attention), I added MoE module on top of Qwen3 dense model.
Initial verification with FSDP=8, EP=2
<img width="1568" height="617... |
1 | null | mj-will/pocomc-bilby | # Repository Context
Name: mj-will/pocomc-bilby
Description:
# Pull Request
## Update to >= v1.0
# Relevant Files Found
## src/pocomc_bilby/plugin.py
```
"""Example plugin for using a sampler in bilby.
Here we demonstrate the how to implement the class.
"""
import bilby
import inspect
import numpy as np
import... |
235 | null | XLSForm/pyxform | # Repository Context
Name: XLSForm/pyxform
Description:
# Pull Request
## Include choice filter choices in json['children'] field
fixes #234
# Relevant Files Found
## pyxform/tests/xls2json_tests.py
```
"""
Testing simple cases for Xls2Json
"""
from unittest2 import TestCase
from pyxform.xls2json import Surve... |
26 | null | radeklat/delfino | # Repository Context
Name: radeklat/delfino
Description:
# Pull Request
## Fix typo
# Relevant Files Found
## src/delfino/commands/test.py
```
"""Tests on source code."""
import re
import shutil
import webbrowser
from pathlib import Path
from subprocess import PIPE
import click
from delfino.contexts import A... |
193 | null | CirQuS-UTS/QuanGuru | # Repository Context
Name: CirQuS-UTS/QuanGuru
Description:
# Pull Request
## composite terms without operator are not recognised as a term
closes #183
# Relevant Files Found
## src/quanguru/classes/QSystem.py
```
"""
Contains the QuantumSystem class used for quantum systems
.. currentmodule:: quanguru.... |
6,332 | null | streamlit/streamlit | # Repository Context
Name: streamlit/streamlit
Description:
# Pull Request
## Add a skeleton implementation of st.experimental_connection
Note: This PR is going into `feature/st.experimental_connection` and not `develop`.
## 📚 Context
This PR kicks off the work to implement the real version of `st.experiment... |
4,919 | null | GeotrekCE/Geotrek-admin | # Repository Context
Name: GeotrekCE/Geotrek-admin
Description:
# Pull Request
## Add locate control on each map
<!--- Provide a general summary of your changes in the Title above -->
## Description
<!--- Describe your changes in detail -->
## Related Issue
<!--- If suggesting a new feature or change, p... |
44 | null | torchbox/wagtail-bynder | # Repository Context
Name: torchbox/wagtail-bynder
Description:
# Pull Request
## Chunk file streaming for improved performance
Following on from #43, this adds back in the `chunk_size` argument which I previously removed from that PR: I mistakenly thought that `8192` was the default `chunk_size` for [`iter_content... |
1,874 | null | DataDog/datadog-api-client-python | # Repository Context
Name: DataDog/datadog-api-client-python
Description:
# Pull Request
## Add clarification on metrics parameter filter[hours_ago]
See [DataDog/datadog-api-spec#2654](https://github.com/DataDog/datadog-api-spec/pull/2654)
Test branch [datadog-api-spec/test/esther/docs-7233-clarify-metrics-param](... |
82 | null | imagej/napari-imagej | # Repository Context
Name: imagej/napari-imagej
Description:
# Pull Request
## Change LayerDataTuple occurrences to Layers
It turns out that napari plugins can return `List[Layer]`s, so we don't actually have a good reason to return `LayerDataTuple`s.
*And* this allows returned layers to have a unique name. We o... |
3,324 | null | RedHatInsights/insights-core | # Repository Context
Name: RedHatInsights/insights-core
Description:
# Pull Request
## Enhance spec ls_l
### All Pull Requests:
Check all that apply:
* [ ] Have you followed the guidelines in our Contributing document, including the instructions about commit messages?
* [x] Is this PR to correct an issue?
*... |
186 | null | podhmo/dictknife | # Repository Context
Name: podhmo/dictknife
Description:
# Pull Request
## Fix for lint
# Relevant Files Found
## dictknife/cliutils/__init__.py
```
import sys
import contextlib
@contextlib.contextmanager
def traceback_shortly(debug):
try:
yield
except Exception as e:
if debug:
... |
1,025 | null | valory-xyz/open-autonomy | # Repository Context
Name: valory-xyz/open-autonomy
Description:
# Pull Request
## raise on try
## Proposed changes
same raise_on_try feature as we introduced in open-aea. Cannot be merged before next open-aea release
https://github.com/valory-xyz/open-aea/pull/197
https://github.com/valory-xyz/open-aea/pul... |
29 | null | google-research/hyperbo | # Repository Context
Name: google-research/hyperbo
Description:
# Pull Request
## Internal change
Internal change
# Relevant Files Found
## hyperbo/basics/bfgs.py
```
# coding=utf-8
# Copyright 2022 HyperBO Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file ... |
21 | null | ambianic/peerjs-python | # Repository Context
Name: ambianic/peerjs-python
Description:
# Pull Request
## fix: logging levels
# Relevant Files Found
## src/peerjs/dataconnection.py
```
"""Convenience wrapper around RTCDataChannel."""
import asyncio
# from .encodingqueue import EncodingQueue
import json
import logging
from typing import... |
162 | null | asyml/forte | # Repository Context
Name: asyml/forte
Description:
# Pull Request
## Add sentiment analyzer using VaderSentiment
This PR adds a sentiment analyzer to Forte using VaderSentiment:
1. Add a sentiment field to the Sentence entry
1. The processor will add a dictionary of scores into the sentiment field.
1. Added t... |
1,991 | null | wandb/weave | # Repository Context
Name: wandb/weave
Description:
# Pull Request
## fix: catch stopIteration when call doesn't exist in CallRead
https://wandb.atlassian.net/browse/WB-19932
This pr:
- now allows for returning an empty Call in `CallReadRes`
- catch `StopIteration` to prevent returning 500s when the call ID d... |
908 | null | dask/dask-kubernetes | # Repository Context
Name: dask/dask-kubernetes
Description:
# Pull Request
## Fix loadBalancer attribute name
Closes #906
# Relevant Files Found
## dask_kubernetes/operator/controller/controller.py
```
from __future__ import annotations
import asyncio
import copy
import time
from collections import defaultdict... |
29,086 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## expat: Add latest release 2.4.5 with security fixes
Hi!
[libexpat 2.4.5](https://github.com/libexpat/libexpat/releases/tag/R_2_4_5) with **security fixes** has been released, the upstream [change log](https://github.com/libexpat/libexpat/blob/... |
8 | null | Z2PackDev/symmetry_representation | # Repository Context
Name: Z2PackDev/symmetry_representation
Description:
# Pull Request
## Update version number to 0.3.3
# Relevant Files Found
## symmetry_representation/__init__.py
```
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# (c) 2017-2018, ETH Zurich, Institut fuer Theoretische Physik
# Author: Dom... |
9 | null | cohere-ai/magikarp | # Repository Context
Name: cohere-ai/magikarp
Description:
# Pull Request
## Add more models: Fugaku, ZETT, neo_7b
Resolves #6 #7 #8 #10
# Relevant Files Found
## magikarp/fishing.py
```
import time
from typing import Optional
import fire
import numpy as np
import torch
from magikarp.model import ModelAnalyzer... |
4,179 | null | alteryx/evalml | # Repository Context
Name: alteryx/evalml
Description:
# Pull Request
## Added BytesIO support to PipelineBase.load()
### Pull Request Description
Added support for BytesIO input to PipelineBase.load(), primarily to support VFS
Fixes #4178
# Relevant Files Found
## evalml/pipelines/pipeline_base.py
``... |
469 | null | robocorp/rpaframework | # Repository Context
Name: robocorp/rpaframework
Description:
# Pull Request
## Remove Python 3.6 support
Python 3.6 has been EOL since December and the pipeline for pip check has been failing consistently. This PR bumps the version of python to `^3.7` in all packages and removes older versions from GHA workflows.
... |
1,033 | null | compas-dev/compas | # Repository Context
Name: compas-dev/compas
Description:
# Pull Request
## Add guid to serialization
<!-- Thank you for your pull request! -->
<!-- Please start by describing your change in a few sentences. -->
<!-- You can erase any parts of this template not applicable to your Pull Request. -->
### What type o... |
271 | null | GoogleCloudPlatform/ml-auto-solutions | # Repository Context
Name: GoogleCloudPlatform/ml-auto-solutions
Description:
# Pull Request
## Fix previous bug and Add pinned image for GPU end-to-end testings
# Description
Please include a summary of relevant context/issue and your changes.
Fix previous bug of resolving conflicts incorrectly.
Add pinned im... |
7,381 | null | ray-project/ray | # Repository Context
Name: ray-project/ray
Description:
# Pull Request
## Capture output for commands run by the autoscaler
<!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. -->
## Why are these changes needed?
Ma... |
468 | null | redhat-performance/benchmark-runner | # Repository Context
Name: redhat-performance/benchmark-runner
Description:
# Pull Request
## fix local storage
Fix local storage installation
# Relevant Files Found
## setup.py
```
from codecs import open
from os import path
from setuptools import setup, find_packages
__version__ = '1.0.375'
here = path.ab... |
1,158 | null | DisnakeDev/disnake | # Repository Context
Name: DisnakeDev/disnake
Description:
# Pull Request
## docs: add clarification to executable param
## Summary
<!-- What is this pull request for? Does it fix any issues? -->
This PR adds some clarifying documentation around the executable parameters of audio classes based off of internal d... |
1,683 | null | cogent3/cogent3 | # Repository Context
Name: cogent3/cogent3
Description:
# Pull Request
## MAINT: code tidy in app.typing
# Relevant Files Found
## src/cogent3/app/typing.py
```
"""defined type hints for app composability"""
# todo write more extensive docstring explaining limited use of these types
from __future__ import annot... |
103 | null | odahu/odahu-docs | # Repository Context
Name: odahu/odahu-docs
Description:
# Pull Request
## Batch inference documentation
for https://github.com/odahu/odahu-flow/issues/500

# Relevant Files Found
## source/conf.py
`... |
3,638 | null | red-hat-storage/cephci | # Repository Context
Name: red-hat-storage/cephci
Description:
# Pull Request
## [Cephadm][Upgrade]Add suite
[Cephadm][Upgrade]Add suite
Scenario: Verify upgrade not creates additional rgw pool
# Relevant Files Found
# Edits
This pull request adds a new test suite to the Cephadm upgrade framework to verify th... |
2,529 | null | milvus-io/pymilvus | # Repository Context
Name: milvus-io/pymilvus
Description:
# Pull Request
## enhance: [2.5] add release_collection, drop_index, create_partition, drop_partition, load_partition and release_partition
# Relevant Files Found
## pymilvus/client/async_grpc_handler.py
```
import asyncio
import base64
import copy
impo... |
231 | null | Udayraj123/OMRChecker | # Repository Context
Name: Udayraj123/OMRChecker
Description:
# Pull Request
## Fixed [Environment] OpenCV NULL guiReceiver error during pre-commit
#230
Fixed [Environment] OpenCV NULL guiReceiver error during pre-commit testing .
Added a check to see if a window is available, or create one if its not.
# Rele... |
3,260 | null | spacetelescope/jdaviz | # Repository Context
Name: spacetelescope/jdaviz
Description:
# Pull Request
## Backport PR #3246 on branch v4.0.x (BUG: Fix radial profile fitting when NaN in data)
Backport PR #3246: BUG: Fix radial profile fitting when NaN in data
# Relevant Files Found
## jdaviz/configs/imviz/plugins/aper_phot_simple/aper_pho... |
12 | null | Azure/azure-cli-extensions | # Repository Context
Name: Azure/azure-cli-extensions
Description:
# Pull Request
## CI to check source code/wheels
# Relevant Files Found
## scripts/ci/test_index.py
```
# --------------------------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rig... |
455 | null | modelscope/ms-swift | # Repository Context
Name: modelscope/ms-swift
Description:
# Pull Request
## Support swift export
# Relevant Files Found
## examples/pytorch/llm/app.py
```
# Copyright (c) Alibaba, Inc. and its affiliates.
# import os
# os.environ['CUDA_VISIBLE_DEVICES'] = '0'
import custom
from swift.llm import AppUIArgument... |
27 | null | SmartFlowAI/EmoLLM | # Repository Context
Name: SmartFlowAI/EmoLLM
Description:
# Pull Request
## Add files via upload
Update airen(tiangou) configuration.
# Relevant Files Found
# Edits
This pull request updates the configuration for the "Airen (Tiangou)" mental health-focused LLM, specifically fine-tuning the InternLM2-Chat-7B m... |
225 | null | google-research/text-to-text-transfer-transformer | # Repository Context
Name: google-research/text-to-text-transfer-transformer
Description:
# Pull Request
## Add additional_task_cache_dirs flag to prepare_glue_submission
Add additional_task_cache_dirs flag to prepare_glue_submission
# Relevant Files Found
## t5/scripts/prepare_glue_submission.py
```
# Copyrigh... |
9,354 | null | cvat-ai/cvat | # Repository Context
Name: cvat-ai/cvat
Description:
# Pull Request
## less ram on export to cvat
<!-- Raise an issue to propose your change (https://github.com/cvat-ai/cvat/issues).
It helps to avoid duplication of efforts from multiple independent contributors.
Discuss your ideas with maintainers to be sure tha... |
637 | null | openfun/richie | # Repository Context
Name: openfun/richie
Description:
# Pull Request
## 💄(person) style persons list and fix minor layout feedbacks
## Purpose
The persons list page can be visited by editing the url. It should
look decent.
## Proposal
This commit add a new person list template, a new person glimpse
tem... |
3 | null | CederGroupHub/MaterialParser | # Repository Context
Name: CederGroupHub/MaterialParser
Description:
# Pull Request
## Version 2
Tagging version 2.3
# Relevant Files Found
## recipe_extractor/run.py
```
# coding=utf-8
import recipe_extractor
from pymongo import MongoClient
from bson.objectid import ObjectId
import random
import json
from ppr... |
816 | null | CybercentreCanada/assemblyline-base | # Repository Context
Name: CybercentreCanada/assemblyline-base
Description:
# Pull Request
## filestore bug cleanup tool (dev)
# Relevant Files Found
## assemblyline/common/cleanup_filestore.py
```
import multiprocessing
import ctypes
from queue import Empty
from assemblyline.common.forge import get_datastore
... |
41 | null | CINPLA/pyopenephys | # Repository Context
Name: CINPLA/pyopenephys
Description:
# Pull Request
## Change license to MIT
Hi @alejoe91,
Request to change the license to MIT.
Let me know if you have any questions/concerns and feel free to suggest modification to the copyright part.
Thank you
# Relevant Files Found
## setup.py... |
322 | null | googleapis/python-pubsub | # Repository Context
Name: googleapis/python-pubsub
Description:
# Pull Request
## fix(sample): mark test flaky
Fixes #321
# Relevant Files Found
## samples/snippets/subscriber_test.py
```
# Copyright 2016 Google Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you ... |
241 | null | fishaudio/fish-speech | # Repository Context
Name: fishaudio/fish-speech
Description:
# Pull Request
## API support: ref audio
**Is this PR adding new feature or fix a BUG?**
Add feature .
**Is this pull request related to any issue? If yes, please link the issue.**
# Relevant Files Found
## tools/api.py
```
import base64
impor... |
1,458 | null | crewAIInc/crewAI | # Repository Context
Name: crewAIInc/crewAI
Description:
# Pull Request
## feat: Add warning from poetry -> uv
# Relevant Files Found
## src/crewai/cli/run_crew.py
```
import subprocess
import click
import tomllib
def run_crew() -> None:
"""
Run the crew by running a command in the UV environment.
... |
141 | null | scottdmilner/dungeon-pipeline | # Repository Context
Name: scottdmilner/dungeon-pipeline
Description:
# Pull Request
## minor bugfixes and usd configuration
Closes #139
Closes #138
# Relevant Files Found
## pipeline/pipe/h/shading.py
```
from __future__ import annotations
from itertools import count
from pathlib import Path
from typing i... |
15 | null | CILAB-MA/Machine_ToM | # Repository Context
Name: CILAB-MA/Machine_ToM
Description:
# Pull Request
## Hotfix/model eval
# Relevant Files Found
## experiment2/model.py
```
import torch.nn as nn
import torch as tr
import torch.nn.functional as F
from tqdm import tqdm
def cross_entropy_with_soft_label(pred, targ):
return -(targ * p... |
26 | null | poldracklab/fitlins | # Repository Context
Name: poldracklab/fitlins
Description:
# Pull Request
## ENH: Run auto model by default
Closes #24
# Relevant Files Found
## fitlins/cli/run.py
```
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
fMRI model-fitting
==================
"""
import sys
import os
import os.path as op
import t... |
52,773 | null | apache/airflow | # Repository Context
Name: apache/airflow
Description:
# Pull Request
## Fix extra white spaces in task-sdk docs
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyri... |
1,044 | null | vprusso/toqito | # Repository Context
Name: vprusso/toqito
Description:
# Pull Request
## fix: `random_unitary` doesn't sample from the Haar distribution
## Description
<!--Provide a brief description of the PR's purpose here. If your PR is supposed to fix an existing issue, use
a [keyword](https://docs.github.com/en/issues/track... |
63 | null | astropy/pyvo | # Repository Context
Name: astropy/pyvo
Description:
# Pull Request
## Fix tap upload errors
# Relevant Files Found
## pyvo/dal/tap.py
```
# Licensed under a 3-clause BSD style license - see LICENSE.rst
"""
A module for accessing remote source and observation catalogs
"""
from __future__ import print_function, ... |
779 | null | marshmallow-code/apispec | # Repository Context
Name: marshmallow-code/apispec
Description:
# Pull Request
## Bump mypy from 0.961 to 0.971
Bumps [mypy](https://github.com/python/mypy) from 0.961 to 0.971.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/python/mypy/commit/1f08cf44c7ec3dc4111aaf817958f7a51018ba38"><c... |
13,189 | null | langchain-ai/langchain | # Repository Context
Name: langchain-ai/langchain
Description:
# Pull Request
## Make it easier to subclass runnable binding with custom init args
<!-- Thank you for contributing to LangChain!
Replace this entire comment with:
- **Description:** a description of the change,
- **Issue:** the issue # it fix... |
400 | null | amazon-science/chronos-forecasting | # Repository Context
Name: amazon-science/chronos-forecasting
Description:
# Pull Request
## Chronos-2: Add option to skip dataframe validation in `predict_df`
*Issue #, if available:*
*Description of changes:* This PR adds a `validate_inputs ` argument to `predict_df` (defaults to `True`), which allows the user... |
316 | null | nextcord/nextcord | # Repository Context
Name: nextcord/nextcord
Description:
# Pull Request
## Documenting that guild.chunk returns a list of members
## Summary
<!-- What is this pull request for? Does it fix any issues? -->
## Checklist
<!-- Put an x inside [ ] to check it, like so: [x] -->
- [ ] If code changes were mad... |
764 | null | amun-ai/hypha | # Repository Context
Name: amun-ai/hypha
Description:
# Pull Request
## Fix detached mode app timeout in test
Propagate `detached` parameter in app `launch` and `install` methods to fix detached mode app timeout.
The `detached` parameter was not correctly passed through the call chain, causing apps to incorrectly ... |
25 | null | B612-Asteroid-Institute/adam_home | # Repository Context
Name: B612-Asteroid-Institute/adam_home
Description:
# Pull Request
## Allow retrieving projects by parent
…or now - we can move it to the server if we want/need to at some point.
Closes #24
# Relevant Files Found
## adam/project.py
```
"""
project.py
"""
from datetime import dateti... |
5,833 | null | scrapy/scrapy | # Repository Context
Name: scrapy/scrapy
Description:
# Pull Request
## Fix #960: S3 Feed Export throws boto error
Fixes #960, closes #5735 by switching from `botocore` to `boto3` upload method, which supports multipart upload.
- Document the need to install boto3 for S3 support, rather than botocore.
- Impleme... |
1,294 | null | all-of-us/curation | # Repository Context
Name: all-of-us/curation
Description:
# Pull Request
## [DC-2340] Modify the EHR Union process to drop site submitted race/ethnicity/gender observation records
- Runs the race/ethnicity/gender deletion for `unioned_ehr_observation`.
- The sandbox table will reside in the same dataset as `EHR`,... |
617 | null | mlrun/mlrun | # Repository Context
Name: mlrun/mlrun
Description:
# Pull Request
## [SDK] change mount_v3io to multi-mount (/User and /v3io) by default
# Relevant Files Found
## mlrun/__init__.py
```
# Copyright 2018 Iguazio
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file excep... |
1,414 | null | vacanza/holidays | # Repository Context
Name: vacanza/holidays
Description:
# Pull Request
## Update Saudi Arabia holidays: fix Eid al-Fitr and Eid al-Adha observance
<!--
Thanks for contributing to python-holidays!
-->
## Proposed change
<!--
Describe the big picture of your changes.
Don't forget to link your PR to a... |
1,134 | null | googleapis/python-pubsub | # Repository Context
Name: googleapis/python-pubsub
Description:
# Pull Request
## fix: Set timeout to infinite for publishing with ordering keys enabled
1. Setting timeout to be infinite when publishing with ordering keys enabled.
2. This is required to retry infinitely when the client library receives retriable... |
6,820 | null | TencentBlueKing/blueking-dbm | # Repository Context
Name: TencentBlueKing/blueking-dbm
Description:
# Pull Request
## fix(backend): 缩短加锁保护的范围 #6819
# Relevant Files Found
## dbm-ui/backend/flow/utils/script_template.py
```
# -*- coding: utf-8 -*-
"""
TencentBlueKing is pleased to support the open source community by making 蓝鲸智云-DB管理系统(BlueKi... |
20 | null | ibLeDy/timezone-converter | # Repository Context
Name: ibLeDy/timezone-converter
Description:
# Pull Request
## smaller code simplifications
# Relevant Files Found
## timezone_converter/comparison_view.py
```
from datetime import datetime
from datetime import timedelta
from typing import List
from typing import Union
import pytz
from ric... |
32 | null | OpenGovAus/ausbills | # Repository Context
Name: OpenGovAus/ausbills
Description:
# Pull Request
## Add QLD Parliament
Allows the user to scrape the Queensland Parliament's bills.
# Relevant Files Found
# Edits
This pull request adds support for scraping and parsing legislative bills from the Queensland (QLD) Parliament, expanding ... |
129 | null | mavlink/MAVSDK-Python | # Repository Context
Name: mavlink/MAVSDK-Python
Description:
# Pull Request
## Add travis-ci
Best case we can eventually automatically deploy to PyPi on all platforms.
# Relevant Files Found
## setup.py
```
# -*- coding: utf-8 -*-
from distutils.command.build import build
from setuptools import setup, find_pack... |
23 | null | Project-MONAI/monai-deploy-app-server | # Repository Context
Name: Project-MONAI/monai-deploy-app-server
Description:
# Pull Request
## Handle error conditions in MIS and Add logging to K8s Handler
- Handle error conditions in MIS
- Add logging to K8s Handler
# Relevant Files Found
## components/inference-service/monaiinference/handler/kubernetes.py... |
75 | null | NCAR/geocat-examples | # Repository Context
Name: NCAR/geocat-examples
Description:
# Pull Request
## Adding NCL_polar_1_lg.py example python file
Closes issue [#58](https://github.com/NCAR/GeoCAT-examples/issues/58)

# Re... |
90 | null | kaiko-ai/eva | # Repository Context
Name: kaiko-ai/eva
Description:
# Pull Request
## Enable omega as yaml configuration parser
Closes #89
# Relevant Files Found
## src/eva/cli/cli.py
```
"""EVA's main cli manager."""
import jsonargparse
from eva import interface
from eva.cli import _logo
def cli() -> object:
"""Main ... |
863 | null | bp/resqpy | # Repository Context
Name: bp/resqpy
Description:
# Pull Request
## Update grid_surface_mp.py to expose reorient argument
Exposes the reorient argument (previously True) to allow user definition. Still defaults to True when not provided.
# Relevant Files Found
## resqpy/multi_processing/wrappers/grid_surface_mp.p... |
9 | null | kamranahmedse/itomate | # Repository Context
Name: kamranahmedse/itomate
Description:
# Pull Request
## Add-Ability-To-Run-In-New-Window
Add Ability To Run In New Window. Also updated the Readme. #4
# Relevant Files Found
## itomate/itomate.py
```
#!/usr/bin/env python3
import argparse
import os
import textwrap
import iterm2
import ... |
5 | null | Ostorlab/template_agent | # Repository Context
Name: Ostorlab/template_agent
Description:
# Pull Request
## Fix style.
# Relevant Files Found
## agent/agent.py
```
"""Sample agent implementation"""
import logging
from rich.logging import RichHandler
from ostorlab.agent import agent
from ostorlab.agent import message as m
logging.basic... |
4 | null | microsoft/AIDocIntelligence | # Repository Context
Name: microsoft/AIDocIntelligence
Description:
# Pull Request
## Refine the stragery
Sort out the candidate list by building two level ranking table -
First level - token_sort_ratio , threshold=90
Query Dataset = Unique tokenized Combined Columns of Name, Name 1, Name 2, Postal Code and ... |
84 | null | RWTH-EBC/DDMPC | # Repository Context
Name: RWTH-EBC/DDMPC
Description:
# Pull Request
## Fix error in boptest read forecast
# Relevant Files Found
## ddmpc/systems/boptest.py
```
import pandas as pd
import ddmpc.utils.formatting
from ddmpc.modeling.modeling import Model
from ddmpc.systems import System
from ddmpc.systems.exce... |
1,583 | null | great-expectations/great_expectations | # Repository Context
Name: great-expectations/great_expectations
Description:
# Pull Request
## [FEATURE] Add result_format as optional argument to validation_operators
This PR simply makes the result_format configurable by the user (follow up on discussion on slack with Alex Sherstinsky):
I wanted to use the r... |
1,142 | null | numba/numba | # Repository Context
Name: numba/numba
Description:
# Pull Request
## Improve CPU use of parallel test runs
This shrinks the test suite runtime from 3:16 to 1:47 here.
# Relevant Files Found
## numba/tests/__init__.py
```
import numba.unittest_support as unittest
import argparse
import collections
import cont... |
1,032 | null | SpiNNakerManchester/SpiNNFrontEndCommon | # Repository Context
Name: SpiNNakerManchester/SpiNNFrontEndCommon
Description:
# Pull Request
## turn of validation of files used by JavaCaller
Due to https://github.com/python-jsonschema/jsonschema/issues/1059 jsonschema validation sometime fails.
This pr removes validation from normal run.
This will also pro... |
48 | null | cisagov/network-architecture-verification-and-validation | # Repository Context
Name: cisagov/network-architecture-verification-and-validation
Description:
# Pull Request
## feature: add bootstrap
Add bootstrap frontend
Auto-detect pcap files
## 🗣 Description ##
Bootstrap v5 has been added for styling the GUI.
Added logic to auto-detect pcap files
If more than one ... |
1,130 | null | RedHatQE/openshift-python-wrapper | # Repository Context
Name: RedHatQE/openshift-python-wrapper
Description:
# Pull Request
## Convert setup.py/cfg to pyproject.toml (#1116) (#1122)
# Relevant Files Found
## setup.py
```
#! /usr/bin/python
# -*- coding: utf-8 -*-
from setuptools import find_packages, setup
setup(
name="openshift-python-wr... |
138 | null | jazzband/icalevents | # Repository Context
Name: jazzband/icalevents
Description:
# Pull Request
## chore: add test for per-event timezone where required
closes: https://github.com/jazzband/icalevents/pull/77
solves: https://github.com/andrewramsay/ical_to_gcal_sync/issues/20
# Relevant Files Found
## icalevents/icalparser.py
```
""... |
85 | null | adobe/buildrunner | # Repository Context
Name: adobe/buildrunner
Description:
# Pull Request
## Upgrade pydantic and python-on-whales
<!--- Provide a general summary of your changes in the Title above -->
## Description
<!--- Describe your changes in detail -->
## Related Issue
<!--- This project only accepts pull requests... |
126 | null | pollen-robotics/pollen-vision | # Repository Context
Name: pollen-robotics/pollen-vision
Description:
# Pull Request
## pollen-vision 2.0.0 release
# Relevant Files Found
## pollen_vision/pollen_vision/camera_wrappers/depthai/teleop.py
```
from datetime import timedelta
from typing import Dict, Optional, Tuple
import depthai as dai
import nu... |
481 | null | TIHLDE/Lepton | # Repository Context
Name: TIHLDE/Lepton
Description:
# Pull Request
## feat(events): fixed filtering on events
## Proposed changes
Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to lin... |
37 | null | max-pfeiffer/irrigation-pi | # Repository Context
Name: max-pfeiffer/irrigation-pi
Description:
# Pull Request
## Fixed active state handling for schedules
fixes https://github.com/max-pfeiffer/irrigation-pi/issues/36
# Relevant Files Found
## backend/app/repositories.py
```
"""Repositories for data persistence."""
from datetime import time... |
92 | null | mila-iqia/myia | # Repository Context
Name: mila-iqia/myia
Description:
# Pull Request
## Use a custom event loop for the inferrer
This implements `_InferenceLoop` as a subclass of `AbstractEventLoop` and uses that as the inferrer's event loop. This custom loop does not allow temporal scheduling and will not "hang" forever when it ... |
46 | null | QData/TextAttack | # Repository Context
Name: QData/TextAttack
Description:
# Pull Request
## add outputting to csv
# Relevant Files Found
## textattack/attacks/attack.py
```
import difflib
import math
import numpy as np
import os
import torch
import random
import time
from textattack import utils as utils
from textattack.constr... |
68 | null | ClementJ18/moddb | # Repository Context
Name: ClementJ18/moddb
Description:
# Pull Request
## Lower log level for ID retrieval failure
There is no need for logging a warning. An error will raise anyway if the ID retrieval fails.
# Relevant Files Found
## moddb/pages/base.py
```
import logging
import re
from typing import List
fro... |
62 | null | intelligentnode/Intelli | # Repository Context
Name: intelligentnode/Intelli
Description:
# Pull Request
## update version
# Relevant Files Found
## setup.py
```
from setuptools import setup, find_packages
with open("PIPREADME.md", "r", encoding="utf-8") as fh:
pip_description = fh.read()
setup(
name="intelli",
version="0.... |
63 | null | sepandhaghighi/art | # Repository Context
Name: sepandhaghighi/art
Description:
# Pull Request
## 14 new fonts added from smiley
#### Reference Issues/PRs
#61 and #60
I added some new fonts from smiley.com to art
# Relevant Files Found
## art/art_param.py
```
# -*- coding: utf-8 -*-
"""Art parameters."""
from .text_dic1 import *
... |
335 | null | a10networks/a10-neutron-lbaas | # Repository Context
Name: a10networks/a10-neutron-lbaas
Description:
# Pull Request
## Mega a-n-l PR
Combines #317, #329, and #330
# Relevant Files Found
## a10_neutron_lbaas/etc/config.py
```
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in complian... |
967 | null | androguard/androguard | # Repository Context
Name: androguard/androguard
Description:
# Pull Request
## fix https://github.com/androguard/androguard/issues/963
# Relevant Files Found
## androguard/core/dex/__init__.py
```
from androguard.core import bytecode, apk
from androguard.core.androconf import CONF
from androguard.util import ... |
150 | null | salesforce/policy_sentry | # Repository Context
Name: salesforce/policy_sentry
Description:
# Pull Request
## Added skip-resource-constraints feature for CRUD mode and docs to support. Fixes #145
Now you can override individual actions so that they skip resource constraint requirements.
Example input:
```yaml
mode: crud
skip-resour... |
83 | null | tilezen/mapbox-vector-tile | # Repository Context
Name: tilezen/mapbox-vector-tile
Description:
# Pull Request
## Use _pb2.py suffix required for protobuf >= 3.0.0.
Fixes test failures with Python 3:
```
======================================================================
ERROR: test_decoder (unittest.loader._FailedTest)
----------------... |
53 | null | cyber-defence-campus/mole | # Repository Context
Name: cyber-defence-campus/mole
Description:
# Pull Request
## 49 log path diff
- Fix sorting of paths
- Disabled context menu entries
- Side by side path comparison
# Relevant Files Found
## mole/core/controller.py
```
from __future__ import annotations
from ..common.parse impor... |
7,900 | null | pydantic/pydantic | # Repository Context
Name: pydantic/pydantic
Description:
# Pull Request
## Minor docs update
## Change Summary
Minor docs update motivated by the following:
* #7833
* #7869
* #7842
## Related issue number
Fix #7833
Fix #7869
Fix #7842
* [x] The pull request title is a good summary of the changes -... |
21 | null | ANTsX/ANTsPyMM | # Repository Context
Name: ANTsX/ANTsPyMM
Description:
# Pull Request
## ENH: Accommodate nibabel dependency removal.
https://github.com/ANTsX/ANTsPyMM/issues/20
# Relevant Files Found
## antspymm/mm.py
```
__all__ = ['version',
'mm_read',
'mm_read_to_3d',
'image_write_with_thumbnail',
'nrg_for... |
30 | null | KitwareMedical/lungair-desktop-application | # Repository Context
Name: KitwareMedical/lungair-desktop-application
Description:
# Pull Request
## add DICOM validation
see #16
# Relevant Files Found
## Modules/Scripted/Home/HomeLib/xray.py
```
from email.mime import image
import logging
import os
import numpy as np
import slicer
import vtk
from .image_utils... |
306 | null | pyani-plus/pyani-plus | # Repository Context
Name: pyani-plus/pyani-plus
Description:
# Pull Request
## Catch logging to DB failing with InvalidRequestError
Testing ANIb on ArchieWest the retry from #301 was failing with `InvalidRequestError`.
## Type of change
- [x] Bug fix (non-breaking change that fixes an issue)
- [ ] New featu... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.