pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
788 | null | PennLINC/xcp_d | # Repository Context
Name: PennLINC/xcp_d
Description:
# Pull Request
## Mention cosine regressors in aCompCor boilerplate
Closes #787.
## Changes proposed in this pull request
- Document the use of cosine basis regressors in the boilerplate when aCompCor regressors are included.
## Documentation that should... |
260 | null | epoch8/datapipe | # Repository Context
Name: epoch8/datapipe
Description:
# Pull Request
## Фикс cli для datapipe step run-changelist
# Relevant Files Found
## datapipe/cli.py
```
import importlib.metadata as metadata
import os.path
import sys
import time
from typing import Dict, List, Optional, cast
import click
import pandas ... |
104 | null | catalystneuro/ecogVIS | # Repository Context
Name: catalystneuro/ecogVIS
Description:
# Pull Request
## Refactor ERP dialog to handle flexible intervals
(e.g. the case when mic intervals or speaker intervals don't exist for the dataset)
Resolves the ERP aspect of Issue #97
# Relevant Files Found
## ecogvis/ecogvis.py
```
# ecogVIS
... |
8,703 | null | huggingface/diffusers | # Repository Context
Name: huggingface/diffusers
Description:
# Pull Request
## Add decorator for compile tests
# What does this PR do?
Compile tests originally only ran on Python 3.9, but since our default is 3.10, they're running inside the other test runner jobs in addition to their dedicated runner.
This P... |
77 | null | JuliaPy/pyjulia | # Repository Context
Name: JuliaPy/pyjulia
Description:
# Pull Request
## Move fake-julia into julia directory
It looks like this is not installed otherwise. However, this is required
for statically compiled python binaries.
Should fix #73, @colinfang, please verify.
# Relevant Files Found
## julia/core.py
... |
4 | null | robobenjie/posetree | # Repository Context
Name: robobenjie/posetree
Description:
# Pull Request
## add missing function Pose.with_transform() to fix Pose.interpolate()
Pose.with_transform() was missing so I created one (and added intorpolate() tests)
Or maybe it's better to inline the functionality in intorpolate() instead of creating... |
314 | null | amogorkon/justuse | # Repository Context
Name: amogorkon/justuse
Description:
# Pull Request
## Mass testing with 80.5% pass
# Relevant Files Found
## src/use/__init__.py
```
try:
from typeguard.importhook import install_import_hook
install_import_hook(packages=["use"])
except ImportError:
# typeguard not installed
... |
86 | null | CrayLabs/SmartSim | # Repository Context
Name: CrayLabs/SmartSim
Description:
# Pull Request
## Summit update fixes
This PR includes changes to LSFLauncher and LSFOrchestrator needed to run SmartSim on Summit after the last update.
Mainly:
- `LSFOrchestrator` specifies rank number for each process
- `JsrunStep` is now managed and... |
29,733 | null | commaai/openpilot | # Repository Context
Name: commaai/openpilot
Description:
# Pull Request
## Hyundai CAN-FD: Panda safety config assignments cleanup
- [x] Consolidate safety mode assignments for CAN and CAN-FD platforms
- [x] Unify HDA2-related flag and safety config assignments
- [x] Consolidate camera SCC safety config assignme... |
9 | null | n-elia/MAX30102-MicroPython-driver | # Repository Context
Name: n-elia/MAX30102-MicroPython-driver
Description:
# Pull Request
## Refactoring for PEP compliance. Bumps to v0.3.4.
# Relevant Files Found
## example/boot.py
```
# This file is executed on every boot (including wake-boot from deepsleep)
def do_connect(ssid:str, password:str):
impo... |
29 | null | healthjoy/async-firebase | # Repository Context
Name: healthjoy/async-firebase
Description:
# Pull Request
## fix: TypeError on create AsyncFirebaseError subclass
# Relevant Files Found
## async_firebase/errors.py
```
"""Async Firebase errors."""
import typing as t
from enum import Enum
import httpx
class FcmErrorCode(Enum):
INVAL... |
47 | null | fuzzylabs/matcha | # Repository Context
Name: fuzzylabs/matcha
Description:
# Pull Request
## [RPD-62] Update messages display when there's a existing .matcha directory to improve readability
This PR updates the message for when there's already an existing .matcha directory improve readability.
Previously, if a `.matcha` already e... |
39 | null | HumanBrainProject/hbp-validation-framework | # Repository Context
Name: HumanBrainProject/hbp-validation-framework
Description:
# Pull Request
## comments and graphs
# Relevant Files Found
## model_validation_api/views.py
```
"""
"""
import pprint
import json
import logging
from urlparse import urlparse, parse_qs
from datetime import date
from django.s... |
1,217 | null | genialis/resolwe-bio | # Repository Context
Name: genialis/resolwe-bio
Description:
# Pull Request
## Support GEO series with EBI samples in GEO import
Some GEO series use EBI's ERX accession numbers for samples which are also available from SRA.
## Checklist
<!--
Mark an `[x]` for completed items.
-->
* [x] Update CHANGELOG.rs... |
789 | null | IntelPython/numba-dpex | # Repository Context
Name: IntelPython/numba-dpex
Description:
# Pull Request
## Raise a custom exception when a kernel returns a value
- [x] Have you provided a meaningful PR description?
Previously, a generic `ValueError` was getting raised when a kernel is defined to return something. It was changed to a cust... |
18,789 | null | Lightning-AI/pytorch-lightning | # Repository Context
Name: Lightning-AI/pytorch-lightning
Description:
# Pull Request
## Adding test for legacy checkpoint created with 2.1.x
**This is automated addition of created checkpoints with the latest `lightning` release!**
cc @borda @awaelchli
# Relevant Files Found
## tests/tests_pytorch/strategies/te... |
2,829 | null | yt-dlp/yt-dlp | # Repository Context
Name: yt-dlp/yt-dlp
Description:
# Pull Request
## [tubitv] TV series extraction fix & metadata improvements
## Please follow the guide below
- You will be asked some questions, please read them **carefully** and answer honestly
- Put an `x` into all the boxes [ ] relevant to your *pull req... |
4,018 | null | sktime/sktime | # Repository Context
Name: sktime/sktime
Description:
# Pull Request
## [ENH] Make `TimeSince` trafo faster by changing period diff calculation
#### What does this implement/fix? Explain your changes.
Inspired by how @ltsaprounis calculated the integer time difference when using a `PeriodIndex` in the `FourierFeat... |
312 | null | mj-will/nessai | # Repository Context
Name: mj-will/nessai
Description:
# Pull Request
## Regex for reparameterisations
Support using regex in `parameters` key for reparameterisations.
Closes https://github.com/mj-will/nessai/issues/301
**Example**
When specifying the reparameterisations dictionary, you can now use regex:
... |
2,065 | null | pallets/werkzeug | # Repository Context
Name: pallets/werkzeug
Description:
# Pull Request
## Fix the sans-io request issues
The previous implementation assumed some WSGI aspects, that need to be replicated.
# Relevant Files Found
## src/werkzeug/sansio/request.py
```
import typing as t
from datetime import datetime
from .._int... |
183 | null | binbashar/leverage | # Repository Context
Name: binbashar/leverage
Description:
# Pull Request
## [126] Kubectl: remove unnecessary shenanigans for MFA
## What?
While trying https://github.com/binbashar/leverage/pull/172 with an MFA account, I found out that it wasn't working.
The command was not able to find credentials while trying... |
20 | null | ldanov/pypkg_hmeasure | # Repository Context
Name: ldanov/pypkg_hmeasure
Description:
# Pull Request
## Minor version bump for documentation
# Relevant Files Found
## docs/conf.py
```
# Configuration file for the Sphinx documentation builder.
#
# This file only contains a selection of the most common options. For a full
# list see the... |
3,175 | null | Mic92/dotfiles | # Repository Context
Name: Mic92/dotfiles
Description:
# Pull Request
## browser-cli: add pagination for snapshot command
# Relevant Files Found
## pkgs/browser-cli/browser_cli/__init__.py
```
"""Browser CLI - Control Firefox through WebSocket connection."""
from browser_cli.cli import main
__all__ = ["main"]... |
17,092 | null | saleor/saleor | # Repository Context
Name: saleor/saleor
Description:
# Pull Request
## Prevent raising an error for `AUTHORIZATION_SUCESS` in case parallel actions on transaction are performed
Port of https://github.com/saleor/saleor/pull/17056
Add a lock on `TransactionItem` that prevent raising en error when the `Transaction... |
15 | null | InternLM/lmdeploy | # Repository Context
Name: InternLM/lmdeploy
Description:
# Pull Request
## Add profile
# Relevant Files Found
## examples/cpp/llama/llama_ckpt_convert.py
```
# Copyright (c) OpenMMLab. All rights reserved.
import torch
import fire
import os.path as osp
from os import makedirs
from pathlib import Path
import s... |
592 | null | nathanmarlor/foxess_modbus | # Repository Context
Name: nathanmarlor/foxess_modbus
Description:
# Pull Request
## Remove use of async_add_job
Fixes: #582
# Relevant Files Found
## custom_components/foxess_modbus/__init__.py
```
"""
Custom integration to integrate FoxESS Modbus with Home Assistant.
For more details about this integration, p... |
474 | null | Kanaries/pygwalker | # Repository Context
Name: Kanaries/pygwalker
Description:
# Pull Request
## chore: bump to v0.4.7
# Relevant Files Found
## examples/gradio_demo.py
```
import gradio as gr
import pandas as pd
from pygwalker.api.gradio import PYGWALKER_ROUTE, get_html_on_gradio
with gr.Blocks() as demo:
df = pd.read_csv("... |
74 | null | malwarefrank/dnfile | # Repository Context
Name: malwarefrank/dnfile
Description:
# Pull Request
## Add optional lazy loading for .NET metadata tables
Closes #73
Some structure fields require all tables to be loaded in order to be fully initialized, so it may be a worth documenting these or allowing users to decide whether they're o... |
1,154 | null | ArchiveBox/ArchiveBox | # Repository Context
Name: ArchiveBox/ArchiveBox
Description:
# Pull Request
## fix: make oneshot command return successful exit code
<!-- IMPORTANT: Do not submit PRs with only formatting / PEP8 / line length changes. -->
# Summary
While the oneshot command correctly creates output files, the command itself ... |
1,399 | null | chatchat-space/Langchain-Chatchat | # Repository Context
Name: chatchat-space/Langchain-Chatchat
Description:
# Pull Request
## fix: 修复chat接口报错时信息显示KeyError: 'answer'的Bug
fix: 修复chat接口报错时代码继续执行导致KeyError: 'answer'的Bug。
issue: [#1276](https://github.com/chatchat-space/Langchain-Chatchat/issues/1276)
# Relevant Files Found
## webui_pages/dialogue/di... |
15 | null | robodair/pydocstring | # Repository Context
Name: robodair/pydocstring
Description:
# Pull Request
## Apply Black on code base.
All I did was to take `origin/master` code and run the following command:
```bash
black pydocstring/
```
Why doing this ?
So that https://github.com/robodair/pydocstring/pull/13 does not contain any
ch... |
14 | null | ta-oliver/infertrade | # Repository Context
Name: ta-oliver/infertrade
Description:
# Pull Request
## API addition only
# Relevant Files Found
## example_scripts/calibrate_your_rule.py
```
"""
Example calibration to market data.
Copyright 2021 InferStat Ltd
Licensed under the Apache License, Version 2.0 (the "License");
you may not... |
5,543 | null | chainer/chainer | # Repository Context
Name: chainer/chainer
Description:
# Pull Request
## [backport] Support negative `axis` for `F.softmax`
Backport of #5497
# Relevant Files Found
## chainer/functions/activation/softmax.py
```
import functools
import operator
import numpy
import chainer
from chainer import backend
from chai... |
139 | null | RediSearch/redisearch-py | # Repository Context
Name: RediSearch/redisearch-py
Description:
# Pull Request
## ft.info change `fields` to `attributes`
# Relevant Files Found
## test/test.py
```
import json
import os, sys
sys.path.insert(0, os.path.join(os.path.dirname(__file__), '..'))
from rmtest import ModuleTestCase
import redis
imp... |
2,116 | null | camel-ai/camel | # Repository Context
Name: camel-ai/camel
Description:
# Pull Request
## enhance: SingleStepEnv add timeout
## Description
Added timeout management to `SingleStepEnv`.
Currently, `.step()` may hang if the executed code exhibits unexpected behavior. Introducing a timeout makes the environment more robust and pre... |
21 | null | vincentwolsink/home_assistant_enphase_envoy_installer | # Repository Context
Name: vincentwolsink/home_assistant_enphase_envoy_installer
Description:
# Pull Request
## Reverse engineered login sequence that envoy uses to retrieve a token.
Once a 401 is raised upon fetching a url (not because of expired cookie), it will invoke self._getEnphaseToken().
If the token is st... |
22 | null | getindata/kedro-airflow-k8s | # Repository Context
Name: getindata/kedro-airflow-k8s
Description:
# Pull Request
## #issue 16 upload-pipeline command
`upload-pipeline` creates DAG in location specified as parameter. Supports locally mounted FS and GCS.
Closes #16
# Relevant Files Found
## kedro_airflow_k8s/cli.py
```
from collections imp... |
3,901 | null | gradio-app/gradio | # Repository Context
Name: gradio-app/gradio
Description:
# Pull Request
## make use of gr. consistent
# Description
This PR makes the use of `gr` consistent across the docs and the website as discussed in #3832
Some minor formatting changes were also applied (e.g removing empty spaces).
I'm not sure exact... |
13,675 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## Move current app manager template files into V1 folder
@benrudolph cc @orangejenny
in preparation for the v2 overhaul of app manager. That way all prototype work in templates remains purely separated
# Relevant Files Found
## corehq/a... |
9,479 | null | oppia/oppia | # Repository Context
Name: oppia/oppia
Description:
# Pull Request
## Hybrid config
## Overview
<!--
READ ME FIRST:
Please answer *both* questions below and check off every point from the Essential Checklist!
If there is no corresponding issue number, fill in N/A where it says [fill_in_number_here] below in 1.
... |
1,950 | null | learning-unlimited/ESP-Website | # Repository Context
Name: learning-unlimited/ESP-Website
Description:
# Pull Request
## Clean up render_class template tags
These had become a bit of a mess over the years: they had a lot of unused
options and arguments, several unused tags, some unnecessary layers of
indirection, and some typos. The cache depend... |
244 | null | AI-Hypercomputer/xpk | # Repository Context
Name: AI-Hypercomputer/xpk
Description:
# Pull Request
## Add job list command
## Fixes / Features
- Add job list command
## Testing / Documentation
Testing details.
- [ y/n ] Tests pass
- [ y/n ] Appropriate changes to documentation are included in the PR
# Relevant Files Found
##... |
521 | null | scikit-build/cmake-python-distributions | # Repository Context
Name: scikit-build/cmake-python-distributions
Description:
# Pull Request
## [Bot] Update to CMake 3.30.1
Created by update_cmake_version.py
PR generated by "Update CMake" [workflow](https://github.com/scikit-build/cmake-python-distributions/actions/runs/10026221961).
# Relevant Files Found
... |
36,908 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## Cairo: add a dependency on which
I happened to run on container without which and it fails in the autoreconf phase.
# Relevant Files Found
## var/spack/repos/builtin/packages/cairo/package.py
```
# Copyright 2013-2023 Lawrence Livermore Nation... |
160 | null | awslabs/aws-deployment-framework | # Repository Context
Name: awslabs/aws-deployment-framework
Description:
# Pull Request
## Mono repo support
Adds the `root_dir` property to the `cloudformation` deployment
provider properties. This enables the user to define multiple pipelines
that target the same repository, where each application/pipeline coul... |
132 | null | y0-causal-inference/y0 | # Repository Context
Name: y0-causal-inference/y0
Description:
# Pull Request
## Automate testing notebooks
# Relevant Files Found
## src/y0/simulation.py
```
# -*- coding: utf-8 -*-
"""Generate data using a linear structural causal model."""
from __future__ import annotations
import itertools as itt
from fu... |
4,213 | null | astropy/astropy | # Repository Context
Name: astropy/astropy
Description:
# Pull Request
## Fix NameError in table stack exception message
Fixes #4208.
Note: no changelog entry. This is a trivial fix, and I don't know if this would be in 1.1, 1.0.6 (which doesn't exist yet in CHANGES.rst) or 1.0.5. I think that none of the above ... |
1,894 | null | prowler-cloud/prowler | # Repository Context
Name: prowler-cloud/prowler
Description:
# Pull Request
## Release: 3.2.0
### Description
Release: 3.2.0
### License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
# Relevant Files Found
## prowler/config/config.py... |
12,243 | null | conan-io/conan | # Repository Context
Name: conan-io/conan
Description:
# Pull Request
## Add --deploy to graph-info
How to do some quick ``graph info``, and extract custom information from the graph, in an extensible way?
- Formatters at the moment are very built-in, and seems difficult to change it
- ``--deploy`` only applies... |
405 | null | shibing624/MedicalGPT | # Repository Context
Name: shibing624/MedicalGPT
Description:
# Pull Request
## Create validate_jsonl.py
validate the dataset
# Relevant Files Found
# Edits
This pull request adds a dataset validation script to ensure the correctness of JSONL-formatted medical dialogue data used for training. The script, `vali... |
188 | null | EasyPost/easypost-python | # Repository Context
Name: EasyPost/easypost-python
Description:
# Pull Request
## chore: prepare v7.1.0 for release
# Description
Prepares v7.1.0 for release
<!-- Please provide a general summary of your PR changes and link any related issues or other pull requests. -->
# Testing
NA
<!--
Please provide ... |
360 | null | SAIC-iSmart-API/saic-python-mqtt-gateway | # Repository Context
Name: SAIC-iSmart-API/saic-python-mqtt-gateway
Description:
# Pull Request
## OsmAnd: Default to knots as a unit of measure
Fixes #359
# Relevant Files Found
## src/configuration/__init__.py
```
from __future__ import annotations
from enum import Enum
from typing import TYPE_CHECKING
if TY... |
324 | null | Azure/azure-functions-durable-python | # Repository Context
Name: Azure/azure-functions-durable-python
Description:
# Pull Request
## Allow try-catching Entity exceptions in orchestrators
We were recently notified that entity exceptions were not try-catch'able in orchestrator code. The reason for this was that we didn't really have logic to differentiat... |
2,101 | null | longhorn/longhorn-tests | # Repository Context
Name: longhorn/longhorn-tests
Description:
# Pull Request
## Update `test_recurring_job` story (backport #2100)
longhorn/longhorn#9453
#### Which issue(s) this PR fixes:
longhorn/longhorn#9453
#### What this PR does / why we need it:
- Updated the number of backups completed for `backup1` and... |
45 | null | patrick-kidger/lineax | # Repository Context
Name: patrick-kidger/lineax
Description:
# Pull Request
## Moved cache_eval_shape into eqxi
# Relevant Files Found
## lineax/_misc.py
```
# Copyright 2023 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the... |
772 | null | SublimeLinter/SublimeLinter | # Repository Context
Name: SublimeLinter/SublimeLinter
Description:
# Pull Request
## Translate columns when linting using selectors
Fixes #767
This is really similiar to how `highlight.full_line()` works.
# Relevant Files Found
## lint/linter.py
```
from collections import namedtuple, OrderedDict
from distut... |
59 | null | OasisDefender/oasis | # Repository Context
Name: OasisDefender/oasis
Description:
# Pull Request
## Analyzer description
# Relevant Files Found
## app.py
```
from flask import Flask, jsonify, render_template, request, redirect, url_for
from flask_cors import CORS
import json
from cloud import Cloud
from db import DB
from cloud_map... |
9 | null | AugustWasilowski/SecondShiftAugie | # Repository Context
Name: AugustWasilowski/SecondShiftAugie
Description:
# Pull Request
## Dev
# Relevant Files Found
## main.py
```
import logging
import os
import wave
import nextcord
import openai
# from discord import app_commands
from dotenv import load_dotenv
from elevenlabs import generate, set_api_key... |
5 | null | corenel/pytorch-adda | # Repository Context
Name: corenel/pytorch-adda
Description:
# Pull Request
## update USPS download url.
Fix 404 error due to upstream repo changes, issue #4 .
# Relevant Files Found
## datasets/usps.py
```
"""Dataset setting and data loader for USPS.
Modified from
https://github.com/mingyuliutw/CoGAN_PyTorch/b... |
78 | null | glotzerlab/coxeter | # Repository Context
Name: glotzerlab/coxeter
Description:
# Pull Request
## Feature/set circle area
<!-- Provide a general summary of your changes in the Title above -->
## Description
Make circle area a settable property.
## Motivation and Context
<!-- Why is this change required? What problem does it sol... |
1,926 | null | RDFLib/rdflib | # Repository Context
Name: RDFLib/rdflib
Description:
# Pull Request
## feat: add typing for `rdflib/plugins/sparql`
<!--
Thank you for your contribution to this project. This project has no formal
funding or full-time maintainers and relies entirely on independent
contributors to keep it alive and relevant.
... |
28,273 | null | Azure/azure-sdk-for-python | # Repository Context
Name: Azure/azure-sdk-for-python
Description:
# Pull Request
## [Monitor][Query] Regen with latest autorest
Regenerated using autorest 3.6.3.
# Relevant Files Found
## sdk/monitor/azure-monitor-query/azure/monitor/query/_generated/_serialization.py
```
# -----------------------------------... |
1,053 | null | reframe-hpc/reframe | # Repository Context
Name: reframe-hpc/reframe
Description:
# Pull Request
## [refactor] Remove obsolete environment handling code from the async execution policy
Closes #1026.
# Relevant Files Found
## reframe/frontend/executors/__init__.py
```
import abc
import copy
import sys
import weakref
import reframe.co... |
6 | null | CogitoNTNU/AlphaZero | # Repository Context
Name: CogitoNTNU/AlphaZero
Description:
# Pull Request
## Visu/testing
Fixed visualization of tree and prefered line. Now stable without random crashes

.
# Relevant Files Found
... |
461 | null | port-labs/ocean | # Repository Context
Name: port-labs/ocean
Description:
# Pull Request
## [Integrations][Gitlab] Listen to default branch of repository by default
# Description
What - listening to default branch on changes, unless mentioned a specific branch in the mapping
Why - for a more correct way to ingest projects to por... |
55 | null | HorizonRobotics/alf | # Repository Context
Name: HorizonRobotics/alf
Description:
# Pull Request
## apply observation transformation to replayed exps
I unified algorithm_step for on-policy and off-policy with a little overloading experience with time_step
# Relevant Files Found
## alf/drivers/off_policy_driver.py
```
# Copyright (c)... |
2,122 | null | tytusdb/tytusdb | # Repository Context
Name: tytusdb/tytusdb
Description:
# Pull Request
## Correciones a funciones nativas
# Relevant Files Found
## parser/fase2/team05/proyecto/analizadorFase2/Generador/Generador.py
```
from analizadorFase2.Instrucciones.EliminarFuncion import EliminarFuncion
from analizadorFase2.Instruccione... |
591 | null | sukeesh/Jarvis | # Repository Context
Name: sukeesh/Jarvis
Description:
# Pull Request
## Added Joke Of Day Plugin
this plugin gives you joke of the day which will surely bring a smile on your face
# Relevant Files Found
## jarviscli/plugins/chuck.py
```
import requests
from colorama import Fore
from plugin import alias, plugin,... |
99 | null | pnkraemer/matfree | # Repository Context
Name: pnkraemer/matfree
Description:
# Pull Request
## Removed NaN-counter and used hutch.py in slq.py
I did not trust the counter at all. So this PR resolves #27.
# Relevant Files Found
## matfree/hutch.py
```
"""Hutchinson-style trace and diagonal estimation.
See e.g.
http://www.nowozin... |
110 | null | binsync/libbs | # Repository Context
Name: binsync/libbs
Description:
# Pull Request
## Fix IDA Plugin import
Ideally, fixes the downstream error of https://github.com/mahaloz/DAILA/issues/55
# Relevant Files Found
## libbs/__init__.py
```
__version__ = "1.24.1"
import logging
logging.getLogger("libbs").addHandler(logging.Nu... |
14 | null | LautaroParada/bolsa-santiago | # Repository Context
Name: LautaroParada/bolsa-santiago
Description:
# Pull Request
## Negociacion
Implementacion del endpoint asociado al ingreso de ordenes. Por favor revisar el historial de cambios para entender los detalles.
# Relevant Files Found
## bolsa/negociacion.py
```
# -*- coding: utf-8 -*-
"""
Creat... |
21 | null | grow/grow | # Repository Context
Name: grow/grow
Description:
# Pull Request
## Allow for init to run on an existing directory.
Instead of failing on an existing directory the init now uses a temp directory and then transfers the files over to the pod root optionally force replacing files.
# Relevant Files Found
## grow/com... |
680 | null | apple/axlearn | # Repository Context
Name: apple/axlearn
Description:
# Pull Request
## Cloudbuild List Filter Fix
# Relevant Files Found
## axlearn/cloud/gcp/cloud_build.py
```
# Copyright © 2024 Apple Inc.
"""CloudBuild utilities"""
import enum
from typing import Optional
from absl import logging
from google.cloud.devtools... |
2,402 | null | langflow-ai/langflow | # Repository Context
Name: langflow-ai/langflow
Description:
# Pull Request
## Add BaseTracer and refactor convert_to_langchain_types
This PR adds a BaseTracer class and refactors the serialization logic in convert_to_langchain_types.
# Relevant Files Found
## src/backend/base/langflow/custom/custom_component/cus... |
98 | null | openTdataCH/showcases | # Repository Context
Name: openTdataCH/showcases
Description:
# Pull Request
## Fix ckan-utils
- CKAN API might not return latest resource first. Fix this
# Relevant Files Found
## tools/ckan-utils/inc/ckan_controller.py
```
import os, sys
import json
import urllib.request
import time
from pathlib import Path
i... |
8,282 | null | cloud-custodian/cloud-custodian | # Repository Context
Name: cloud-custodian/cloud-custodian
Description:
# Pull Request
## releng - dev script to check which prs modify a given directory
script to help identify which open pull requests modify a given directory, and which directories don't have extant prs against them.
# Relevant Files Found
... |
642 | null | hystax/optscale | # Repository Context
Name: hystax/optscale
Description:
# Pull Request
## Pull request update/250430
ca59a74a OSN-826. Enabling debug logging for resource-discovery in etcd
c3c685d8 OSN-761. Add tips for Anomaly Detection Policy page
# Relevant Files Found
## docker_images/resource_discovery/scheduler.py
```
im... |
484 | null | morepath/morepath | # Repository Context
Name: morepath/morepath
Description:
# Pull Request
## Switching the development to virtualenv, pip and tox
# Relevant Files Found
## bootstrap.py
```
##############################################################################
#
# Copyright (c) 2006 Zope Foundation and Contributors.
# Al... |
6,784 | null | PennyLaneAI/pennylane | # Repository Context
Name: PennyLaneAI/pennylane
Description:
# Pull Request
## [docs] fix links to kak decomposition demo
following https://github.com/PennyLaneAI/qml/pull/1287 and https://github.com/PennyLaneAI/qml/pull/1294
cc @dwierichs @justinpickering
# Relevant Files Found
## pennylane/labs/dla/cartan_... |
1,757 | null | nonebot/nonebot2 | # Repository Context
Name: nonebot/nonebot2
Description:
# Pull Request
## Fix: 修复适配器能断开非自身所有的 Bot 对象
fix #1756
# Relevant Files Found
## nonebot/internal/adapter/adapter.py
```
import abc
from contextlib import asynccontextmanager
from typing import Any, Dict, AsyncGenerator
from nonebot.config import Config
... |
441 | null | huawei-noah/SMARTS | # Repository Context
Name: huawei-noah/SMARTS
Description:
# Pull Request
## Option for resetting a scenario without restart or reload SUMO
# Relevant Files Found
## smarts/core/sumo_traffic_simulation.py
```
# Copyright (C) 2020. Huawei Technologies Co., Ltd. All rights reserved.
#
# Permission is hereby grant... |
947 | null | idaholab/raven | # Repository Context
Name: idaholab/raven
Description:
# Pull Request
## Closes #946
--------
Pull Request Description
--------
##### What issue does this change request address? (Use "#" before the issue to link it, i.e., #42.)
Closes #946
##### What are the significant changes in functionality due to this... |
1 | null | shangfr/Chinese-Synonyms | # Repository Context
Name: shangfr/Chinese-Synonyms
Description:
# Pull Request
## Develop
# Relevant Files Found
## cnsyn/__init__.py
```
# -*- coding: utf-8 -*-
"""
Created on Thu Jun 3 17:03:45 2021
@author: shangfr
"""
from .simwords import search
__all__ = (
search
)
```
## cnsyn/simwords.py
```
... |
100 | null | ofek/pypinfo | # Repository Context
Name: ofek/pypinfo
Description:
# Pull Request
## Add core tests to increase coverage
Helps https://github.com/ofek/pypinfo/issues/77.
Also re-order some existing core tests so they're in the same order as the functions they test.
Coverage increases from 78% to 94%.
# Relevant Files Fo... |
246 | null | CLARIN-PL/embeddings | # Repository Context
Name: CLARIN-PL/embeddings
Description:
# Pull Request
## fix: Fix flair pos tests after dataset update
# Relevant Files Found
## tests/test_sequence_labelling.py
```
from pathlib import Path
from tempfile import TemporaryDirectory
from typing import Any, Dict, Tuple
import datasets
import... |
788 | null | opentensor/bittensor | # Repository Context
Name: opentensor/bittensor
Description:
# Pull Request
## Bit 448 synapse tests receptor
- fixes for test
# Relevant Files Found
## bittensor/_axon/axon_impl.py
```
""" Implementation of Axon, services Forward and Backward requests from other neurons.
"""
# The MIT License (MIT)
# Copyright ... |
737 | null | google-research/kauldron | # Repository Context
Name: google-research/kauldron
Description:
# Pull Request
## Ensure `is_training` is a `bool`
Ensure `is_training` is a `bool`
# Relevant Files Found
## kauldron/utils/train_property.py
```
# Copyright 2024 The kauldron Authors.
#
# Licensed under the Apache License, Version 2.0 (the "Lice... |
1,181 | null | PrincetonUniversity/PsyNeuLink | # Repository Context
Name: PrincetonUniversity/PsyNeuLink
Description:
# Pull Request
## Feat/contentaddressablememory/add and delete memories
• MemoryFunctions
- ContentAddressableMemory:
changed insert_memories -> add_memories
added delete_memories method
docstring mods
• tests/functions/... |
40 | null | jina-ai/jerboa | # Repository Context
Name: jina-ai/jerboa
Description:
# Pull Request
## fix: changed names in evaluate and in test
# Relevant Files Found
## alpaca-lora/evaluate.py
```
import json
from typing import Any, Dict, List
import fire
import torch
from transformers import GenerationConfig, PreTrainedTokenizer
from u... |
10 | null | metagenlab/assembly_finder | # Repository Context
Name: metagenlab/assembly_finder
Description:
# Pull Request
## Release 0.4.2
Small release to fix genbank paths and checksum verification
`Changes`
* a98eacd5083c87ec501279ebb06fb61c675ea374 Changed default exclude to anomalous
* 25264d8aea11fa64cee7d009dd783f5fd46ae222 Use python os.path... |
175 | null | spacetx/starfish | # Repository Context
Name: spacetx/starfish
Description:
# Pull Request
## Fix test_apply
It was using the old slicedimage API.
# Relevant Files Found
## tests/test_apply.py
```
import unittest
import numpy
from slicedimage import ImagePartition, Tile
from starfish.image import Coordinates, ImageStack, Indices... |
13,846 | null | demisto/content | # Repository Context
Name: demisto/content
Description:
# Pull Request
## Campaign add split context
## Status
- [x] In Progress
- [ ] Ready
- [ ] In Hold - (Reason for hold)
## Related Issues
https://github.com/demisto/etc/issues/36994
## Description
Added low similarity incidents and fixed a script
... |
111 | null | ros-infrastructure/rosdoc2 | # Repository Context
Name: ros-infrastructure/rosdoc2
Description:
# Pull Request
## Set STRIP_FROM_PATH in Doxyfile
Fixes #71 Isn't this also the same issue as issue #110?
# Relevant Files Found
## rosdoc2/verbs/build/builders/doxygen_builder.py
```
# Copyright 2020 Open Source Robotics Foundation, Inc.
#
# Lic... |
33,568 | null | apache/airflow | # Repository Context
Name: apache/airflow
Description:
# Pull Request
## Simplify conditions on len() in jobs
# Relevant Files Found
## airflow/jobs/backfill_job_runner.py
```
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distribu... |
3,094 | null | apache/tvm | # Repository Context
Name: apache/tvm
Description:
# Pull Request
## [TOPI][RELAY] Add op Size
Add op Size. Size is used in numpy, TensorFlow and MXNet, is needed for tf object detection models like mask-rcnn.
@zhiics @kevinthesun @icemelon9 @jroesch @Laurawly
# Relevant Files Found
## python/tvm/api.py
``... |
1,548 | null | pybamm-team/PyBaMM | # Repository Context
Name: pybamm-team/PyBaMM
Description:
# Pull Request
## #1547 fix esoh model in pouch cell
# Description
Fixes #1547
## Type of change
Please add a line in the relevant section of [CHANGELOG.md](https://github.com/pybamm-team/PyBaMM/blob/develop/CHANGELOG.md) to document the change (i... |
26 | null | harmonydata/harmony | # Repository Context
Name: harmonydata/harmony
Description:
# Pull Request
## Setup pyproject file
## Description
In this PR I have setup the pyproject toml file and also set maximum required python version in setup.py which resolves the mentioned issue.
#### Fixes # (issue)
#25
Please delete options tha... |
1,897 | null | spcl/dace | # Repository Context
Name: spcl/dace
Description:
# Pull Request
## Add skip to sdfg dot simplify
I think this change would be convenient, allows us to skip some passes even if we call sdfg.simplify()
# Relevant Files Found
## dace/sdfg/sdfg.py
```
# Copyright 2019-2023 ETH Zurich and the DaCe authors. All right... |
28 | null | botcity-dev/botcity-framework-core-python | # Repository Context
Name: botcity-dev/botcity-framework-core-python
Description:
# Pull Request
## Adjusting link to Windows Applications documentation
# Relevant Files Found
## botcity/core/application/functions.py
```
import time
from pywinauto.timings import TimeoutError
from pywinauto.findwindows import El... |
62 | null | KiraPC/ha-switchbot-remote | # Repository Context
Name: KiraPC/ha-switchbot-remote
Description:
# Pull Request
## Merge dev in main
# Relevant Files Found
## custom_components/switchbotremote/__init__.py
```
"""The SwitchBot Remote IR integration."""
from __future__ import annotations
import logging
from homeassistant.config_entries impor... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.