pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
5,026 | null | apache/tvm | # Repository Context
Name: apache/tvm
Description:
# Pull Request
## [Bugfix] Fixed div by zero core dump. Fixed rounding intrinsics on int crash
## Div by zero crash
I found and fixed 2 instances where a divide by zero could be evaluated in `const_fold` causing a Python core dump. For example `tir.const(2) % 0`. ... |
159 | null | DavidUdell/sparse_circuit_discovery | # Repository Context
Name: DavidUdell/sparse_circuit_discovery
Description:
# Pull Request
## Fix/validation
# Relevant Files Found
## setup.py
```
"""Install dependencies for `sparse_circuit_discovery`."""
from setuptools import setup, find_packages
setup(
name="sparse_circuit_discovery",
descriptio... |
356 | null | aurelio-labs/semantic-router | # Repository Context
Name: aurelio-labs/semantic-router
Description:
# Pull Request
## feat: integrate the OpenAILLM async into the RL
### **PR Type**
Enhancement, Documentation
___
### **Description**
- Added support for async calls in dynamic routes within `RouteLayer`.
- Enhanced `OpenAILLM` to support both ... |
28,867 | null | Azure/azure-cli | # Repository Context
Name: Azure/azure-cli
Description:
# Pull Request
## [AppService] `az functionapp`: Only show warning but not throw error when checking runtime
**Related command**
`az functionapp config appsettings set`
`az functionapp deployment source config-zip`
`az functionapp config set`
`az functiona... |
757 | null | phospho-app/text-analytics-legacy | # Repository Context
Name: phospho-app/text-analytics-legacy
Description:
# Pull Request
## fix: Change CSV reading engine
# Relevant Files Found
## backend/app/api/platform/endpoints/projects.py
```
import datetime
from typing import List, Optional
import pandas as pd
from fastapi import APIRouter, Background... |
61 | null | facebookresearch/CodeGen | # Repository Context
Name: facebookresearch/CodeGen
Description:
# Pull Request
## Fixes #60 set max workers in ThreadPoolExecutor
Fixes #60
As mentioned in #60, the output consolidated `statistics.csv` file often is missing 1/2 to 2/3 of expected lines. After making these changes, the csv output is more reasona... |
166 | null | mozilla/addons-server | # Repository Context
Name: mozilla/addons-server
Description:
# Pull Request
## Bug 1041873: Add mass deletion tool.
# Relevant Files Found
## apps/amo/log.py
```
from inspect import isclass
from django.conf import settings
from django.core.files.storage import get_storage_class
from celery.datastructures imp... |
29,500 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Move imports to top for http
## Breaking Change:
<!-- What is breaking and why we have to break it. Remove this section only if it was NOT a breaking change. -->
## Description:
**Related issue (if applicable):** #27284<home-as... |
18 | null | bwignall/typochecker | # Repository Context
Name: bwignall/typochecker
Description:
# Pull Request
## Add ability to whitelist words
Fixes #11 .
# Relevant Files Found
## corrector.py
```
import argparse
import fileinput
import os
import re
import sys
# Assumption: long lines (e.g., in JSON files) should be skipped
MAX_LINE_LEN = 200... |
255 | null | nextcord/nextcord | # Repository Context
Name: nextcord/nextcord
Description:
# Pull Request
## Adding 3.10 in supported python versions
## Summary
Adds Python 3.10 As A Supported Version Of Python
## Checklist
- [x] This PR is **not** a code change (e.g. documentation, README, ...)
# Relevant Files Found
## setup.py
```... |
47 | null | glue-viz/echo | # Repository Context
Name: glue-viz/echo
Description:
# Pull Request
## Updated package infrastructure to use pyproject.toml
Just some cleanup of the infrastructure
# Relevant Files Found
## setup.py
```
#!/usr/bin/env python
import sys
from distutils.version import LooseVersion
try:
import setuptools
... |
15 | null | pimoroni/weatherhat-python | # Repository Context
Name: pimoroni/weatherhat-python
Description:
# Pull Request
## Minor fixes
Hi there, as I was playing with this (really cool!) library for your weatherHAT I noticed a couple of typos. Here are fixes for them if you would like.
# Relevant Files Found
## library/weatherhat/__init__.py
```
imp... |
136 | null | devchat-ai/workflows | # Repository Context
Name: devchat-ai/workflows
Description:
# Pull Request
## feat: Add GitHub issue selection and auto-close functionality
- Implement `get_selected_issue_ids()` to allow users to select and close GitHub issues during commit
- Add support for automatically appending "Closes #IssueNumber" to commi... |
199 | null | ASFHyP3/hyp3-lib | # Repository Context
Name: ASFHyP3/hyp3-lib
Description:
# Pull Request
## Move cc into snap and use gdal info
<!--
If this is a pull request for a new release, please use the release template:
https://github.com/ASFHyP3/hyp3-lib/compare/master...develop?template=release.md
NOTE: Pull requests should only ... |
100 | null | kaiidams/voice100 | # Repository Context
Name: kaiidams/voice100
Description:
# Pull Request
## Add `AudioTextDataModule.data_dir` to change the data directory
# Relevant Files Found
## tests/test_datasets.py
```
from typing import Text
import os
import random
import numpy as np
import soundfile as sf
import argparse
import unitte... |
14,080 | null | run-llama/llama_index | # Repository Context
Name: run-llama/llama_index
Description:
# Pull Request
## Feature/add command r support oci genai
# Description
This PR includes small additions to our two main initial PR #13631 - Oracle Cloud Infrastructure (OCI) Generative AI. Specifically, this PR adds new model and sdk support.
Fixe... |
4,350 | null | tobymao/sqlglot | # Repository Context
Name: tobymao/sqlglot
Description:
# Pull Request
## feat(spark, bigquery): Add support for UNIX_SECONDS(...)
BigQuery and Spark3/Databricks support `UNIX_SECONDS(expr)` which returns the number of seconds since 1970-01-01 00:00:00 UTC:
```SQL
bigquery> SELECT UNIX_SECONDS(TIMESTAMP "2008-1... |
59 | null | CAST-genomics/haptools | # Repository Context
Name: CAST-genomics/haptools
Description:
# Pull Request
## minor cleanups to simgenotype output messages
* Added message about printing vcf output
* minor change to path in example for `simgenotype`
# Relevant Files Found
## haptools/__main__.py
```
#!/usr/bin/env python
from __future__ i... |
97 | null | getzep/zep-python | # Repository Context
Name: getzep/zep-python
Description:
# Pull Request
## feat: Search over Summaries
- Support for optional SearchScope.
- Search Summary scope.
# Relevant Files Found
## examples/memory_async.py
```
""" Example of using the Zep Python SDK asynchronously.
This script demonstrates the followin... |
130 | null | OneSila/OneSilaHeadless | # Repository Context
Name: OneSila/OneSilaHeadless
Description:
# Pull Request
## Optimize configurable variation creation
## Summary
- map parent SKUs to multiple child SKUs during Amazon import
- create configurable variations in bulk per parent SKU
## Testing
- `./OneSila/run_tests_locally.sh` *(fails: '../venv... |
1,753 | null | HXSecurity/DongTai | # Repository Context
Name: HXSecurity/DongTai
Description:
# Pull Request
## feat: add session engine
# Relevant Files Found
## dongtai_common/models/__init__.py
```
#!/usr/bin/env python
# datetime:2021/1/25 下午6:43
from .user import User # noqa: I001, F401
from . import api_route # noqa: F401
from .project_... |
10 | null | Psivant/femto | # Repository Context
Name: Psivant/femto
Description:
# Pull Request
## Fix receptor ref atom automatic selection
## Description
This PR aims to fix the automatic receptor reference selection code. Namely it:
* adds the option to provide trajectories, and implements the variance checks described in the origin... |
49 | null | narumiruna/mlconfig | # Repository Context
Name: narumiruna/mlconfig
Description:
# Pull Request
## Support variable expansion in strings
I stumbled upon an issue when using `mlconfig` and trying to make my config relocatable.
Here's a simplified version for what I tried to do:
```yaml
prefix: `/some/path`
data:
file: $prefix... |
242 | null | explosion/spacy-transformers | # Repository Context
Name: explosion/spacy-transformers
Description:
# Pull Request
## Update to-be-deprecated tokenizer usage
Update to call the tokenizer directly and to switch from the deprected `pad_to_max_length` to the equivalent `padding="longest"`.
# Relevant Files Found
## spacy_transformers/tests/util.p... |
17 | null | indico/indico-plugins-cern | # Repository Context
Name: indico/indico-plugins-cern
Description:
# Pull Request
## CustomThemes: Add CLIC theme
# Relevant Files Found
## custom_themes/setup.py
```
# This file is part of the CERN Indico plugins.
# Copyright (C) 2014 - 2018 CERN
#
# The CERN Indico plugins are free software; you can redistrib... |
155 | null | fooof-tools/fooof | # Repository Context
Name: fooof-tools/fooof
Description:
# Pull Request
## Add a section on the website with 'motivations'
WIP.
# Relevant Files Found
## doc/conf.py
```
# -*- coding: utf-8 -*-
#
# Configuration file for the Sphinx documentation builder.
#
# This file does only contain a selection of the most ... |
3,702 | null | app-sre/qontract-reconcile | # Repository Context
Name: app-sre/qontract-reconcile
Description:
# Pull Request
## Refactor gitlab label management
Refactor gitlab label related logic, remove unnecessary get merge request call by passing `merge_request` object directly.
Docs:
* [Merge requests](https://python-gitlab.readthedocs.io/en/v1.1... |
11 | null | Juniper/contrail-server-manager | # Repository Context
Name: Juniper/contrail-server-manager
Description:
# Pull Request
## Fixed master-merge bug, removed storage_repo_id in manifest
# Relevant Files Found
## src/server_mgr_puppet.py
```
#!/usr/bin/python
# vim: tabstop=4 shiftwidth=4 softtabstop=4
import os
import sys
import re
import dateti... |
1,115 | null | cogent3/cogent3 | # Repository Context
Name: cogent3/cogent3
Description:
# Pull Request
## Composable refactor
address app inheritance and fix return type hints in evo
# Relevant Files Found
## src/cogent3/app/composable.py
```
import inspect
import json
import os
import pathlib
import re
import textwrap
import time
import trace... |
17 | null | ettoreaquino/powersddp | # Repository Context
Name: ettoreaquino/powersddp
Description:
# Pull Request
## Ulp plot
## Comments
> Closes #14
- Plot now works for Unique Linear Programming
# Relevant Files Found
## powersddp/core/system.py
```
"""Module to handle classes and methods related to a selected Power System.
This module s... |
16 | null | VectorInstitute/odyssey | # Repository Context
Name: VectorInstitute/odyssey
Description:
# Pull Request
## Fix a few code style errors
# PR Type
[Feature | Fix | Documentation | Other() ]
Refactor
# Short Description
- Small fixes to code style errors
# Tests Added
...
# Relevant Files Found
## lib/prediction.py
```
"""
File... |
134 | null | torchmd/torchmd-net | # Repository Context
Name: torchmd/torchmd-net
Description:
# Pull Request
## Implement ZBL potential
This is the first piece of #26. It isn't fully tested yet, but I think it's ready for a first round of comments.
I created a mechanism for passing arguments to the prior. `prior_args` is now the option specifi... |
8,977 | null | hail-is/hail | # Repository Context
Name: hail-is/hail
Description:
# Pull Request
## [benchmark] Add include and exclude regexes
# Relevant Files Found
## benchmark/scripts/benchmark_in_batch.py
```
import os
import random
import sys
import re
from benchmark_hail.run.resources import all_resources
from benchmark_hail.run.ut... |
187 | null | Charcoal-SE/SmokeDetector | # Repository Context
Name: Charcoal-SE/SmokeDetector
Description:
# Pull Request
## +readyscript.ru
http://chat.stackexchange.com/transcript/message/31565079#31565079
# Relevant Files Found
## findspam.py
```
# -*- coding: utf-8 -*-
import regex
import phonenumbers
def all_caps_text(s, site):
s = regex.su... |
38,742 | null | apache/airflow | # Repository Context
Name: apache/airflow
Description:
# Pull Request
## Make UV_HTTP_TIMEOUT default value bigger in WSL2 environment
When uv docker build is run in WSL2 the default timeout does not cope well with downloading big packages and times-out with the default UV timeout. This PR performs detection of whe... |
160 | null | qiskit-community/qiskit-qec | # Repository Context
Name: qiskit-community/qiskit-qec
Description:
# Pull Request
## Simplifying `DecodingGraph`
<!--
⚠️ If you do not respect this template, your pull request will be closed.
⚠️ Your pull request title should be short detailed and understandable for all.
⚠️ Also, please add a release note file ... |
2,760 | null | GenericMappingTools/pygmt | # Repository Context
Name: GenericMappingTools/pygmt
Description:
# Pull Request
## Tutorial "Plotting text": Rewrite to improve structure, explain more parameters, show list input
**Description of proposed changes**
This PR aims to expand and update the tutorial "Plotting text":
- [x] Mention the `position` pa... |
2,081 | null | ai2cm/fv3net | # Repository Context
Name: ai2cm/fv3net
Description:
# Pull Request
## Plot 3-day bias drifts on hovmoller page
Add hovmoller bias plots which are restricted to at most 3 days long. This allows viewing of the initial bias spinup.
Example [report](https://storage.googleapis.com/vcm-ml-public/argo/2022-10-06t15123... |
1,222 | null | codalab/codabench | # Repository Context
Name: codalab/codabench
Description:
# Pull Request
## Server status - show parent's queue for child submissions
# @ mention of reviewers
@Didayolo
# A brief description of the purpose of the changes contained in this PR.
In server status page now in queue column, users can see the pare... |
1,758 | null | ansible/ansible-navigator | # Repository Context
Name: ansible/ansible-navigator
Description:
# Pull Request
## Address ruff `PLW`, `E501`
This PR addresses:
- `E501`: [line-too-long](https://docs.astral.sh/ruff/rules/line-too-long/)
- `PLW0120`: [useless-else-on-loop](https://docs.astral.sh/ruff/rules/useless-else-on-loop/)
- `PLW0603`:... |
32 | null | srstevenson/nb-clean | # Repository Context
Name: srstevenson/nb-clean
Description:
# Pull Request
## Add check command to check if a notebook is clean
Closes #30.
# Relevant Files Found
## src/nb_clean.py
```
"""Clean Jupyter notebooks of execution counts, metadata, and output."""
import argparse
import pathlib
import subprocess
imp... |
13,325 | null | Opentrons/opentrons | # Repository Context
Name: Opentrons/opentrons
Description:
# Pull Request
## fix(api): Fix issue where previous cal offsets are used when calibrating the instruments.
# Overview
Closes: [RQA-1309](https://opentrons.atlassian.net/browse/RQA-1309)
When we perform an instrument offset calibration, the assumptio... |
2,574 | null | onnx/onnx | # Repository Context
Name: onnx/onnx
Description:
# Pull Request
## Copy sizes in some optimizers to remain shape information
In some optimizers, the shape information is discarded if the `Value` is destroyed. That makes the model broken if the destroyed value is an output of the graph, as the new output doesn't ha... |
115 | null | UDST/urbansim | # Repository Context
Name: UDST/urbansim
Description:
# Pull Request
## Small edits that came out of debugging results in high detail
Basically two things are added here.
First, the restriction of max_dua was not being computed correctly, so this is now fixed.
Second, I added a parameter pass_through which is a l... |
3 | null | Podshot/MCEdit-Unified | # Repository Context
Name: Podshot/MCEdit-Unified
Description:
# Pull Request
## Fixed generating World server hang bug in v1.0.9
The Minecraft Server will not generate a world unless the eula.txt file has `eula=true` which caused mcedit to hang and eventually crash.
# Relevant Files Found
## pymclevel/minecraft... |
14,297 | null | fastapi/fastapi | # Repository Context
Name: fastapi/fastapi
Description:
# Pull Request
## 🐛 Fix optional sequence handling in `serialize sequence value` with Pydantic V2
Currently the following test code leads to `TypeError: issubclass() arg 1 must be a class` (with Python 3.14 error is different, but the root cause is the same):... |
144 | null | aws/aws-step-functions-data-science-sdk-python | # Repository Context
Name: aws/aws-step-functions-data-science-sdk-python
Description:
# Pull Request
## fix: supplying hyperparameters to training step constructor drops hyperparameters specified in estimator
### Summary
`Hyperparameters` can be specified in the `estimator` object and `hyperparameters` property... |
4,668 | null | google/clusterfuzz | # Repository Context
Name: google/clusterfuzz
Description:
# Pull Request
## MNT Removing the Fluentd setup and updating to default to GCP logging
Removes the configuration and setup of Fluentd across ClusterFuzz.
- Deleting Fluentd setup from multiple Docker and VM setup files.
- Modifying the logging configurati... |
436 | null | huggingface/optimum | # Repository Context
Name: huggingface/optimum
Description:
# Pull Request
## Use PretrainedConfig child classes for ORTModel config attribute
# What does this PR do?
Currently, ORTModel `config` attribute was loading the config key/items from a vanilla dict using `PretrainedConfig.from_dict()`. With this PR, we... |
24,465 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## catch exception from softwarerepositories
Fixes #24318.
# Relevant Files Found
## salt/modules/aptpkg.py
```
# -*- coding: utf-8 -*-
'''
Support for APT (Advanced Packaging Tool)
.. note::
For virtual package support, either the ``py... |
1,883 | null | gammasim/simtools | # Repository Context
Name: gammasim/simtools
Description:
# Pull Request
## Verify that the request and actually simulated number of events is identical for CORSIKA and sim_telarray simulations.
The main purpose of this pull request is to address #1874 and test at the end of a simulation run that the number of requ... |
1,363 | null | snakemake/snakemake | # Repository Context
Name: snakemake/snakemake
Description:
# Pull Request
## fix: consider post-deploy script for env hashing
### Description
When including post-deploy scripts the environment hash will not take the scripts into account.
In case different rules have conda environment files with identical con... |
135 | null | ai2cm/pace | # Repository Context
Name: ai2cm/pace
Description:
# Pull Request
## Feature/jenkins baroclinic init plan
## Purpose
This PR adds a [jenkins](https://jenkins.ginko.ch/view/Baroclinic/job/initialization_at_scale/) plan to run baroclinic initialization and do basic post-processing.
## Code changes:
- `baroc... |
50,016 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## gslib: add shared library support
This has been working for local development of palace, and I would like feedback on these changes. I don't think these changes will break anything, but perhaps shared and static builds can be enabled at the same ... |
56 | null | eEcoLiDAR/laserchicken | # Repository Context
Name: eEcoLiDAR/laserchicken
Description:
# Pull Request
## Intermediate merge
# Relevant Files Found
## laserchicken/read_ply.py
```
import os
import numpy as np
def read(path):
if not os.path.exists(path):
raise IOError('File not found: {}'.format(path))
with open(path... |
399 | null | IAMconsortium/nomenclature | # Repository Context
Name: IAMconsortium/nomenclature
Description:
# Pull Request
## Clean up test data folders
Closes #400.
This PR implements the much needed clean-up of the test data folder.
From previously:
```console
├── data
│ ├── add-missing-variables
│ ├── check_aggregate
│ ├── custom_dimensi... |
94 | null | fylein/sageintacct-sdk-py | # Repository Context
Name: fylein/sageintacct-sdk-py
Description:
# Pull Request
## fix: Count call without filters
Fixes https://github.com/fylein/sageintacct-sdk-py/issues/93
https://app.clickup.com/t/86cwppd8q
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbi... |
4,238 | null | nilearn/nilearn | # Repository Context
Name: nilearn/nilearn
Description:
# Pull Request
## [DOC] update version in sphinx directives
<!---
This is a suggested pull request template for nilearn.
It's designed to capture information we've found to be useful in reviewing pull requests.
If there is other information that would be ... |
417 | null | SukramJ/homematicip_local | # Repository Context
Name: SukramJ/homematicip_local
Description:
# Pull Request
## Adopt changes from backend
# Relevant Files Found
## custom_components/homematicip_local/cover.py
```
"""binary_sensor for Homematic(IP) Local."""
from __future__ import annotations
import logging
from typing import Any, TypeVa... |
3,566 | null | PaddlePaddle/PaddleSeg | # Repository Context
Name: PaddlePaddle/PaddleSeg
Description:
# Pull Request
## fix seg bug
### PR types
<!-- One of [ New features | Bug fixes | Function optimization | Performance optimization | Breaking changes | Others ] -->
### PR changes
<!-- One of [ Models | APIs | Docs | Others ] -->
### Descripti... |
5,740 | null | langflow-ai/langflow | # Repository Context
Name: langflow-ai/langflow
Description:
# Pull Request
## feat: make NvidiaRerankComponent work with search_results
This pull request refactors the NvidiaRerankComponent by removing an unused legacy flag, renaming the output from 'search_results' to 'reranked_documents', and eliminating the bas... |
156 | null | GoogleCloudPlatform/cymbal-air-toolbox-demo | # Repository Context
Name: GoogleCloudPlatform/cymbal-air-toolbox-demo
Description:
# Pull Request
## chores: move db_init and db_export as a datastore function
# Relevant Files Found
## retrieval_service/datastore/datastore.py
```
# Copyright 2023 Google LLC
#
# Licensed under the Apache License, Version 2.0 (... |
475 | null | cloudify-cosmo/cloudify-cli | # Repository Context
Name: cloudify-cosmo/cloudify-cli
Description:
# Pull Request
## CFY-6156 fix blueprint upload from github org/repo
# Relevant Files Found
## cloudify_cli/commands/blueprints.py
```
########
# Copyright (c) 2014 GigaSpaces Technologies Ltd. All rights reserved
#
# Licensed under the Apache ... |
1,612 | null | TresAmigosSD/SMV | # Repository Context
Name: TresAmigosSD/SMV
Description:
# Pull Request
## #1611 support file based runtimeConfig and kernelConf
Fixes #1611
# Relevant Files Found
## src/main/python/smv/smvapp.py
```
#
# This file is licensed under the Apache License, Version 2.0
# (the "License"); you may not use this file exc... |
1 | null | google/python-proto-converter | # Repository Context
Name: google/python-proto-converter
Description:
# Pull Request
## Fix enum checking and array label comparison
# Relevant Files Found
## src/pyproto/converter.py
```
# Copyright 2021 Google LLC
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file e... |
29 | null | eliotwrobson/CyNetDiff | # Repository Context
Name: eliotwrobson/CyNetDiff
Description:
# Pull Request
## Add benchmarks using pytest-benchmark
See title, resolves #26
# Relevant Files Found
## examples/benchmarks.py
```
import gzip
import itertools as it
import random
import time
import typing as t
import ndlib.models.epidemics as ep... |
47 | null | xente/loki-logger-handler | # Repository Context
Name: xente/loki-logger-handler
Description:
# Pull Request
## [45] Changed open() to io.open() for Python 2 and Python 3 compatibility
# Relevant Files Found
## setup.py
```
from setuptools import setup, find_packages
# Read the contents of your README file
with open("README.md", "r", enc... |
25 | null | patrick-kidger/equinox | # Repository Context
Name: patrick-kidger/equinox
Description:
# Pull Request
## Fixed some minor doc typos
# Relevant Files Found
## equinox/nn/rnn.py
```
import math
import warnings
from typing import Optional
import jax
import jax.nn as jnn
import jax.numpy as jnp
import jax.random as jrandom
from ..custom... |
611 | null | google/BIG-bench | # Repository Context
Name: google/BIG-bench
Description:
# Pull Request
## Provide task json paths and task metadata through json utils class
# Relevant Files Found
## bigbench/api/json_utils.py
```
"""Helper code to find and load JSON files."""
import abc
import collections
import json
import os
from typing ... |
187 | null | LSSTDESC/gcr-catalogs | # Repository Context
Name: LSSTDESC/gcr-catalogs
Description:
# Pull Request
## Reader update and config files for cosmoDC2_v1.0
Reader updates and configuration files for cosmoDC2_v1.0. Config files specify subsets of healpixels used for validation of the image-simulation area. Examples of reader and tests are [he... |
72 | null | ntropy-network/ntropy-sdk | # Repository Context
Name: ntropy-network/ntropy-sdk
Description:
# Pull Request
## add merchant id field to sdk
release candidate
# Relevant Files Found
## ntropy_sdk/ntropy_sdk.py
```
import os
import time
import csv
import uuid
import requests
import logging
import re
from datetime import datetime, date
from... |
4 | null | ATLucas/aidev | # Repository Context
Name: ATLucas/aidev
Description:
# Pull Request
## [Experiment] Adding assistants API implementation of file browser agent
# Relevant Files Found
# Edits
This pull request adds an experimental implementation of a file browsing agent using OpenAI's Assistants API, enabling users to query a... |
951 | null | GoogleCloudPlatform/PerfKitBenchmarker | # Repository Context
Name: GoogleCloudPlatform/PerfKitBenchmarker
Description:
# Pull Request
## Remove use of FLAGS.os_type from BenchmarkSpec.Provision.
Related to #745.
# Relevant Files Found
## perfkitbenchmarker/benchmark_spec.py
```
# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved.
#
# Lic... |
7 | null | anoduck/gunbroker-sniper | # Repository Context
Name: anoduck/gunbroker-sniper
Description:
# Pull Request
## Dev
Lot of updates to keep things current. Was able to create the item store.
# Relevant Files Found
## main.py
```
#!/usr/bin/env python
# =========================================================================================... |
4,584 | null | PaddlePaddle/PaddleNLP | # Repository Context
Name: PaddlePaddle/PaddleNLP
Description:
# Pull Request
## [Bug fixes] fix gpt slow test config
<!-- Demo: https://github.com/PaddlePaddle/PaddleNLP/pull/26 -->
### PR types
<!-- One of [ New features | Bug fixes | Function optimization | Performance optimization | Breaking changes | Others ... |
2,606 | null | all-of-us/raw-data-repository | # Repository Context
Name: all-of-us/raw-data-repository
Description:
# Pull Request
## [DA-2152] Generating Biobank cumulative received report based on schedule
## Resolves *[DA-2152](https://precisionmedicineinitiative.atlassian.net/browse/DA-2152)*
The Biobank would like to receive a cumulative received report ... |
1,176 | null | ml-explore/mlx-examples | # Repository Context
Name: ml-explore/mlx-examples
Description:
# Pull Request
## Change the eos-token argument for `mlx_lm.generate`
Currently `--eos-token` is only used if the `eos_token_ids` key is not set in the model config. As a result, most times it is ignored and it can't be used to neither add nor override... |
207 | null | fireblocks/fireblocks-sdk-py | # Repository Context
Name: fireblocks/fireblocks-sdk-py
Description:
# Pull Request
## add update_asset_user_metadata endpoint
# Relevant Files Found
## fireblocks_sdk/api_types.py
```
from enum import Enum
from typing import Optional, List, Union
def snake_to_camel(snake_case: str):
words = snake_case.sp... |
43 | null | gfduszynski/cm-rgb | # Repository Context
Name: gfduszynski/cm-rgb
Description:
# Pull Request
## setup.py: install cm-rgb-gui
Thank you for this very useful utility! I noticed that `cm-rgb-gui` is not installed. So this is a tiny PR that changes that.
# Relevant Files Found
## setup.py
```
import os
from setuptools import setup
# ... |
7 | null | brainelectronics/micropython-modules | # Repository Context
Name: brainelectronics/micropython-modules
Description:
# Pull Request
## Add system info functions
### Added
- [`version.py`](be_helpers/version.py) provides info as semver tuple with `__version_info__`
- Raw and human encoded system info data is provided by function `get_system_infos_raw` a... |
1 | null | MetroStar/conda-vendor | # Repository Context
Name: MetroStar/conda-vendor
Description:
# Pull Request
## Add github actions for pypi release
Initial alpha release, mainly initiating this to make sure that github cicd publishes to PyPi.
# Relevant Files Found
## conda_vendor/cli.py
```
# need function for
# 1 1env.yml -> meta_manifestma... |
184 | null | pollen-robotics/reachy2-sdk | # Repository Context
Name: pollen-robotics/reachy2-sdk
Description:
# Pull Request
## 183 bind look at
# Relevant Files Found
## src/example/test_goto.py
```
import time
import numpy as np
import numpy.typing as npt
from reachy2_sdk_api.goto_pb2 import GoalStatus
from reachy2_sdk import ReachySDK
def build_... |
991 | null | Project-MONAI/MONAILabel | # Repository Context
Name: Project-MONAI/MONAILabel
Description:
# Pull Request
## Fix network for tooltracking based on monai rc2 + optimize transform
Signed-off-by: Sachidanand Alle <sachidanand.alle@gmail.com>
Input Image size: (1920, 1080, 3)
Input Model: Tool Tracking
- Total e2e Latency = 180 ms
- Pre... |
7 | null | tago-io/tago-sdk-python | # Repository Context
Name: tago-io/tago-sdk-python
Description:
# Pull Request
## Services
Added email, console, and socket services.
# Relevant Files Found
# Edits
This pull request adds three new services—email, console, and socket—to the TagoIO Python SDK, enabling users to send emails, log messages to the... |
1,829 | null | ESMValGroup/ESMValCore | # Repository Context
Name: ESMValGroup/ESMValCore
Description:
# Pull Request
## Fix siconc in KIOST-ESM
## Description
The KIOST-ESM model (CMIP6) contains in the siconc field NaNs instead of missing_values. This will be fixed here.
Closes #1828
***
- [x] [☝ Create an issue](https://github.com/ESMValGro... |
27 | null | sharsil/mailcat | # Repository Context
Name: sharsil/mailcat
Description:
# Pull Request
## feat: add t.pl
Add another Polish e-mail provider - t.pl.
# Relevant Files Found
## mailcat.py
```
#!/usr/bin/python3
import aiohttp
import asyncio
import argparse
import base64
import datetime
import json
import logging
import random
impo... |
3,851 | null | pytorch/vision | # Repository Context
Name: pytorch/vision
Description:
# Pull Request
## Update models weights for inception_v3, vgg11, and vgg13
This PR udpates the URls for the above models. The weights have been uploaded to the S3 bucket and the internal facebook DB.
Closes https://github.com/pytorch/vision/issues/3767
Clos... |
895 | null | apple/coremltools | # Repository Context
Name: apple/coremltools
Description:
# Pull Request
## Docs: Add converter.mil.ops documentation for linear.py
Edit the docstrings to create the documentation for the [converter.mil.ops](https://coremltools.readme.io/reference/convertersmilops) page for the following ops:
linear
matmul
t... |
65 | null | GetStream/stream-python | # Repository Context
Name: GetStream/stream-python
Description:
# Pull Request
## Calling self._make_signed_request should return the response
## Summary:
Since _make_signed_request parses and returns the response. Any methods that call it should return the response.
## Submitter checklist:
- [x] `CHANGELOG` u... |
93 | null | facebookresearch/BenchMARL | # Repository Context
Name: facebookresearch/BenchMARL
Description:
# Pull Request
## [Feature] Improve GNN
- Add support for feeding positions and velocities to compute edge features
- Add support to use GNNs in centralized critics using global mean pooling
# Relevant Files Found
## benchmarl/models/gnn.py
```
... |
16 | null | blambright/qstylizer | # Repository Context
Name: blambright/qstylizer
Description:
# Pull Request
## Add a couple of missing properties
Thanks a lot for this excellent project! We're using it in [Spyder](https://github.com/spyder-ide/spyder) to customize a lot of things that come from the style we use, [QDarkStyle](https://github.com/Co... |
5 | null | fitodic/centerline | # Repository Context
Name: fitodic/centerline
Description:
# Pull Request
## Merge develop into master
# Relevant Files Found
## setup.py
```
from setuptools import setup
try:
from pypandoc import convert
read_md = lambda f: convert(f, 'rst')
except ImportError:
print("warning: pypandoc module not ... |
1,491 | null | cds-snc/notification-admin | # Repository Context
Name: cds-snc/notification-admin
Description:
# Pull Request
## CRM-related changes to Trial Account creation flow
# Summary | Résumé
This PR contains all of the UI changes for the CRM integration from https://github.com/cds-snc/notification-admin/pull/1483, but none of the Salesforce API ca... |
407 | null | mikedh/trimesh | # Repository Context
Name: mikedh/trimesh
Description:
# Pull Request
## 1 dimensional rgb for PointCloud colors
In addition to the 1 dimensional rgba like
```python
pcd = PointCloud(vertices=points_xyz)
pcd.colors = [1.0, 0, 0, 1.0]
pcd.colors = [1.0, 0, 0] # this doesn't work without this PR
```
# Relevant... |
2 | null | Fernandohf/NURBS-UI | # Repository Context
Name: Fernandohf/NURBS-UI
Description:
# Pull Request
## New Theme
Fix issue #1 with modern interface by https://github.com/rdbende
# Relevant Files Found
## NURBS.py
```
from matplotlib import pyplot as plt
import numpy
import mpl_toolkits.mplot3d.axes3d as p3
# initialPoints2D = numpy.ar... |
18 | null | acl-org/reviewer-paper-matching | # Repository Context
Name: acl-org/reviewer-paper-matching
Description:
# Pull Request
## ACL2020
Finally uploaded last changes. Merge if you like :)
# Relevant Files Found
## softconf_extract.py
```
import argparse
import json
import csv
import suggest_utils
import sys
import numpy as np
import re
def find_co... |
16,278 | null | conan-io/conan-center-index | # Repository Context
Name: conan-io/conan-center-index
Description:
# Pull Request
## libtorrent: bump openssl + modernize more for conan v2
Specify library name and version: **lib/1.0**
<!-- This is also a good place to share with all of us **why you are submitting this PR** (specially if it is a new addition ... |
1,958 | null | port-labs/ocean | # Repository Context
Name: port-labs/ocean
Description:
# Pull Request
## [Integration][Sentry] Pagination BugFix
### **User description**
# Description
A recent upgrade to HTTPX 0.28.1 introduced a behavioral change that overwrites existing query-string parameters whenever a separate params= argument is supplied.... |
389 | null | jmunixusers/cs-vm-build | # Repository Context
Name: jmunixusers/cs-vm-build
Description:
# Pull Request
## Remove spawn_async warning
Since Focal is the main focus now, this should be fine. It won't work on 19.3 because `spawn_async` isn't available in that version Vte.
Resolves #373
# Relevant Files Found
## roles/common/templates... |
64 | null | marcwebbie/passpie | # Repository Context
Name: marcwebbie/passpie
Description:
# Pull Request
## Improve cli complete
How about auto detecting the running shell? The `shell_name` argument is still parsed in order to maintain compatibility with already existing complete lines in `~/.bashrc`, `~/.config/fish/config.fish` and `~/.zshrc` ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.