pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
1,181 | null | ICB-DCM/pyPESTO | # Repository Context
Name: ICB-DCM/pyPESTO
Description:
# Pull Request
## ESSOptimizer: allow passing an optimizer factory
Allow passing a optimizer factory to ESSOptimizer so that overall ESS walltime and function evaluation limits can be respected by the local optimizer.
# Relevant Files Found
## pypesto/optimi... |
231 | null | scikit-learn-contrib/metric-learn | # Repository Context
Name: scikit-learn-contrib/metric-learn
Description:
# Pull Request
## [MRG] Deprecate use_pca parameter of LMNN
Fixes #222
# Relevant Files Found
## metric_learn/lmnn.py
```
"""
Large Margin Nearest Neighbor Metric learning (LMNN)
"""
# TODO: periodic recalculation of impostors, PCA initia... |
269 | null | transtats/transtats | # Repository Context
Name: transtats/transtats
Description:
# Pull Request
## UI changes
##### ISSUE TYPE
<!--- Pick one below and delete the rest: -->
- UI Pull Request
##### SUMMARY
<!--- Describe the change, including rationale and design decisions -->
UI Changes
- sort alphabetically
- branches i... |
3,460 | null | architecture-building-systems/CityEnergyAnalyst | # Repository Context
Name: architecture-building-systems/CityEnergyAnalyst
Description:
# Pull Request
## Clean conda dependencies
This is in preparation of moving to using conda-lock for installations to avoid any problems with different python dependencies in the future.
# Relevant Files Found
## cea/datamanage... |
79 | null | uptouplaksh/Open-Source-DS-Algo | # Repository Context
Name: uptouplaksh/Open-Source-DS-Algo
Description:
# Pull Request
## Implement Level-order Traversal for a Binary Tree #66
Explain the algorithm, how it works, and include a small example run. issue #66
# Relevant Files Found
# Edits
This pull request adds a Python implementation of level... |
196 | null | siapy/siapy-lib | # Repository Context
Name: siapy/siapy-lib
Description:
# Pull Request
## feat: update SpectralImageSet methods to use spy_open; add rasterio_o…
…pen method and corresponding tests## Description
<!--
- Add 1-2 sentences explaining the purpose of this PR.
- (Optionally] Add commit ID and [GitHub will au... |
5 | null | SolderedElectronics/Inkplate-micropython | # Repository Context
Name: SolderedElectronics/Inkplate-micropython
Description:
# Pull Request
## Dev
Updated documentation: README.md
# Relevant Files Found
## inkplate6.py
```
# Copyright © 2020 by Thorsten von Eicken.
import time
import micropython
import framebuf
import os
import sdcard
import machine
from ... |
29,587 | null | apache/airflow | # Repository Context
Name: apache/airflow
Description:
# Pull Request
## Explicitly handle exceptions raised by config parsing in AWS provider
This PR handles all the exceptions that are raised by config parser when reading AWS configuration file and turns them into AirflowException
<!--
Thank you for contribut... |
18 | null | aplbrain/grandiso-networkx | # Repository Context
Name: aplbrain/grandiso-networkx
Description:
# Pull Request
## Update queue documentation
- [x] Update queue documentation
- [x] Add queue tests
- [x] Update changelog
# Relevant Files Found
## grandiso/queues.py
```
from collections import deque
import queue
from enum import Enum
class... |
4,065 | null | PennyLaneAI/pennylane | # Repository Context
Name: PennyLaneAI/pennylane
Description:
# Pull Request
## Remove fancy ctrl decomps
Due to a problem found by @KetpuntoG in comparing default qubit and lightning:
```
import pennylane as qml
dev = qml.device("lightning.qubit", wires = 2)
@qml.qnode(dev)
def circuit():
qml.Hadamard(... |
1,376 | null | astropy/photutils | # Repository Context
Name: astropy/photutils
Description:
# Pull Request
## Add CutoutImage class and SourceCatalog.make_cutouts method
This PR adds a `CutoutImage` class for making cutouts.
This PR also adds a `make_cutouts` method to `SourceCatalog`, which can be used to make custom-shaped cutout images for ea... |
33 | null | AndrewAnnex/asap_stereo | # Repository Context
Name: AndrewAnnex/asap_stereo
Description:
# Pull Request
## attempting to update asap to run against asp 3.1.0 and isis 7.0.0
# Relevant Files Found
## asap_stereo/asap.py
```
# BSD 3-Clause License
#
# Copyright (c) 2020-2021, Andrew Michael Annex
# All rights reserved.
#
# Redistribution... |
4 | null | brownan/sqlite3-kernel | # Repository Context
Name: brownan/sqlite3-kernel
Description:
# Pull Request
## Fixed codemirror SQL syntax highlighting
Just a few minor changes for SQL syntax highlighting to work out-of-the box.
# Relevant Files Found
## sqlite3_kernel/install.py
```
import json
import os
import sys
import getopt
from jupyt... |
35 | null | pinterest/git-stacktrace | # Repository Context
Name: pinterest/git-stacktrace
Description:
# Pull Request
## Move to github actions for CI
Following https://docs.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions
# Relevant Files Found
## git_stacktrace/parse_trace.py
```
"""Extract important filenames,... |
18 | null | DevDizzle/profitscout-engine | # Repository Context
Name: DevDizzle/profitscout-engine
Description:
# Pull Request
## Remove citation requirements from macro thesis
## Summary
- simplify the Google Search prompt so the macro thesis only requests the macro_trend and anti_thesis fields, eliminating any citation instructions
- remove the citation p... |
3 | null | noegroup/reform | # Repository Context
Name: noegroup/reform
Description:
# Pull Request
## User interface
## Description
Finishing the user interface and provide an example Jupyter notebook.
## Status
- [x] Ready to go
# Relevant Files Found
## reform/omm.py
```
"""
omm.py
Implementation of the MultiTReplicas with a pool of... |
143 | null | MetOffice/CSET | # Repository Context
Name: MetOffice/CSET
Description:
# Pull Request
## Rename run command to bake
This command was previously `cset operators`.
Fixes #139
# Relevant Files Found
## src/CSET/__init__.py
```
# Copyright 2022-2023 Met Office and contributors.
#
# Licensed under the Apache License, Version 2.0 ... |
7 | null | JLLeitschuh/lgtm_hack_scripts | # Repository Context
Name: JLLeitschuh/lgtm_hack_scripts
Description:
# Pull Request
## Improved repository searching
## What Does This PR Do
This PR introduces two new scripts. These two scripts search and follow repositories based on conditions provided by the user:
1. *follow_repos_by_search_term.py*
... |
19,050 | null | demisto/content | # Repository Context
Name: demisto/content
Description:
# Pull Request
## Remove 6.1 from build
<!-- REMINDER: THIS IS A PUBLIC REPO DO NOT POST HERE SECRETS/SENSITIVE DATA -->
## Status
- [ ] In Progress
- [x] Ready
- [ ] In Hold - (Reason for hold)
## Related Issues
fixes: upload issue
## Description... |
3,480 | null | redis/redis-py | # Repository Context
Name: redis/redis-py
Description:
# Pull Request
## Fix invalid return type annotation
`or` cannot be used in type annotations, `Union[]` or `|` should be used instead depending on the python version
# Relevant Files Found
## redis/connection.py
```
import copy
import os
import socket
import... |
12,797 | null | DataDog/integrations-core | # Repository Context
Name: DataDog/integrations-core
Description:
# Pull Request
## Simplify test setup
# Relevant Files Found
## twemproxy/tests/conftest.py
```
# (C) Datadog, Inc. 2018-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
import pytest
import requests
from... |
56 | null | Deepomatic/dmake | # Repository Context
Name: Deepomatic/dmake
Description:
# Pull Request
## Allow git origin without trailing `.git`.
On github both urls (with and without `.git` suffix) are valid.
# Relevant Files Found
## deepomatic/dmake/common.py
```
import os
import sys
import logging
import subprocess
import re
# Set logg... |
617 | null | catalyst-cooperative/pudl-archiver | # Repository Context
Name: catalyst-cooperative/pudl-archiver
Description:
# Pull Request
## [pre-commit.ci] pre-commit autoupdate
<!--pre-commit.ci start-->
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.11.0 → v0.11.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.0...v0.11.2)
<!--pre-commit.ci... |
183 | null | kayak/fireant | # Repository Context
Name: kayak/fireant
Description:
# Pull Request
## Handle invalid column idx in sort
Changed the behavior of the pandas transfomer's sorting to ignore invalid indices
# Relevant Files Found
## fireant/slicer/widgets/pandas.py
```
import pandas as pd
from fireant import Metric
from fireant.... |
50 | null | snowflakedb/snowflake-sqlalchemy | # Repository Context
Name: snowflakedb/snowflake-sqlalchemy
Description:
# Pull Request
## Prep 1.1.1
# Relevant Files Found
## test/test_core.py
```
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright (c) 2012-2018 Snowflake Computing Inc. All right reserved.
#
import os
import re
import pytest
from p... |
2,144 | null | agno-agi/agno | # Repository Context
Name: agno-agi/agno
Description:
# Pull Request
## Fix Chroma DB if multiple docs are inserted
## Description
ChromaDB did not insert any docs after the first one.
Fixes #2129
---
## Type of change
Please check the options that are relevant:
- [x] Bug fix (non-breaking change... |
6,908 | null | wagtail/wagtail | # Repository Context
Name: wagtail/wagtail
Description:
# Pull Request
## Fix reverse migration errors in images and documents
This PR resolves #6907
The root of the issue is that get_choose_permission() returns a Queryset.
# Relevant Files Found
## wagtail/documents/migrations/0011_add_choose_permissions.py
... |
289 | null | oap-project/raydp | # Repository Context
Name: oap-project/raydp
Description:
# Pull Request
## Add an estimator API for XGBoost using Ray's XGBoostTrainer
We now have 2 estimators, for tensorflow and pytorch. This PR adds another one for xgboost. The XGBoostTrianer's interface is already simple, and our estimator adds an function to ... |
445 | null | pennlabs/penn-clubs | # Repository Context
Name: pennlabs/penn-clubs
Description:
# Pull Request
## Fix for exclusive-program migrations
# Relevant Files Found
## backend/clubs/admin.py
```
import re
import simple_history
from django import forms
from django.contrib import admin, messages
from django.contrib.admin import TabularInl... |
155 | null | onepercentclub/onepercentclub-site | # Repository Context
Name: onepercentclub/onepercentclub-site
Description:
# Pull Request
## Add type to wallpost serializer.
# Relevant Files Found
## apps/wallposts/serializers.py
```
from apps.drf2serializers.serializers import SorlImageField, TimeSinceField, OEmbedField, PolymorphicSerializer
from django.co... |
12 | null | Liresol/anki-custom-shortcuts | # Repository Context
Name: Liresol/anki-custom-shortcuts
Description:
# Pull Request
## Fixed a bug with keys & other minor changes
Fixed previously unnoticed issues with keys like Return and Enter
(hopefully resolving #11 ) and slightly cleaned up the code
# Relevant Files Found
## custom_shortcuts/custom_short... |
1,002 | null | virtool/virtool | # Repository Context
Name: virtool/virtool
Description:
# Pull Request
## Ref api identicon
- resolves #1000
- include `identicon` fields for reference user subdocuments at all applicable ref API endpoints
- add `attach_identicon` database function
# Relevant Files Found
## tests/api/test_references.py
```
i... |
834 | null | ThalesGroup/fred | # Repository Context
Name: ThalesGroup/fred
Description:
# Pull Request
## Rename the script for advanced rag and add the script for rag
Renaming the existing script because it initiate the Advanced RAG.
Adding the script for the simple RAG.
# Relevant Files Found
## agentic-backend/agentic_backend/tests/agents... |
635 | null | Yelp/paasta | # Repository Context
Name: Yelp/paasta
Description:
# Pull Request
## Add docker-compose example cluster
This is intended as an example of how PaaSta works and as a development
environment/playground. See example_cluster/README.md.
This shouldn't change the PaaSta codebase itself
# Relevant Files Found
## setup... |
201 | null | cherrytea-dev/la_searcher_bot | # Repository Context
Name: cherrytea-dev/la_searcher_bot
Description:
# Pull Request
## restrict title_reco for status_only
# Relevant Files Found
## src/check_first_posts_for_changes/main.py
```
"""Script does several things:
1. checks if the first posts of the searches were changed
2. FIXME - checks active se... |
542 | null | PaddlePaddle/PaddleClas | # Repository Context
Name: PaddlePaddle/PaddleClas
Description:
# Pull Request
## fix some bugs
# Relevant Files Found
## ppcls/modeling/architectures/distillation_models.py
```
# copyright (c) 2020 PaddlePaddle Authors. All Rights Reserve.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# y... |
55 | null | PokeAPI/pokepy | # Repository Context
Name: PokeAPI/pokepy
Description:
# Pull Request
## Fix fcache not handling different filesystems on Windows
fix #54
- bumped pokepy version to 0.6.1
- add appdirs to requirements.txt
- bumped python versions in circleci config
- ignore fcache files on coverage and linting
# Relevant Fi... |
971 | null | microsoft/playwright-python | # Repository Context
Name: microsoft/playwright-python
Description:
# Pull Request
## chore(release-1.16): roll release driver into branch
# Relevant Files Found
## setup.py
```
# Copyright (c) Microsoft Corporation.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file... |
247 | null | bridgecrewio/detect-secrets | # Repository Context
Name: bridgecrewio/detect-secrets
Description:
# Pull Request
## Add more lock files
Adding more lock files
# Relevant Files Found
## detect_secrets/filters/heuristic.py
```
import os
import re
import string
from functools import lru_cache
from typing import Optional
from typing import Patte... |
4,276 | null | getsentry/sentry-python | # Repository Context
Name: getsentry/sentry-python
Description:
# Pull Request
## ref: Move otel scope out of `integrations/opentelemetry/`
Moving stuff out of `integrations/opentelemetry/` step by step since there is no OpenTelemetry integration anymore -- it's part of the core SDK.
This moves `sentry_sdk/integ... |
416 | null | code42/code42cli | # Repository Context
Name: code42/code42cli
Description:
# Pull Request
## deprecate incydr functionality and remove guides
Incydr functionality is deprecated in the code42cli. Users should use the Incydr CLI (available at https://developer.code42.com/) instead.
This PR also removes user guides that referred to ... |
4,368 | null | getsentry/sentry-python | # Repository Context
Name: getsentry/sentry-python
Description:
# Pull Request
## Add thread info to HTTP breadcrumbs
To preserve behavior form 2.x
# Relevant Files Found
## sentry_sdk/integrations/aiohttp.py
```
import sys
import weakref
from functools import wraps
import sentry_sdk
from sentry_sdk.consts impo... |
1,635 | null | PaddlePaddle/PaddleCustomDevice | # Repository Context
Name: PaddlePaddle/PaddleCustomDevice
Description:
# Pull Request
## [MLU] Fix test_accuracy_op, test_gather_op, test_logical_op & test_static_print
## test_accuracy_op

## test_gather_op
1. 修改 gather... |
2,003 | null | kivy/python-for-android | # Repository Context
Name: kivy/python-for-android
Description:
# Pull Request
## Fix error on py2 when `import numpy`
Also:
- make use of python3 `super()` for numpy recipe
Closes: #1988
# Relevant Files Found
## pythonforandroid/recipes/numpy/__init__.py
```
from pythonforandroid.recipe import CompiledC... |
596 | null | PlasmaControl/DESC | # Repository Context
Name: PlasmaControl/DESC
Description:
# Pull Request
## Only warn about unequal NFP when it matters
Resolves #594
# Relevant Files Found
## desc/transform.py
```
"""Class to transform from spectral basis to real space."""
import warnings
import numpy as np
import scipy.linalg
from termcol... |
14,222 | null | astropy/astropy | # Repository Context
Name: astropy/astropy
Description:
# Pull Request
## Backport PR #14214 on branch v5.2.x (TST: Do not use scipy to get ascent.dat)
Backport PR #14214: TST: Do not use scipy to get ascent.dat
# Relevant Files Found
## astropy/io/fits/tests/test_image.py
```
# Licensed under a 3-clause BSD sty... |
41,200 | null | huggingface/transformers | # Repository Context
Name: huggingface/transformers
Description:
# Pull Request
## Fix 8bit bnb loading
# What does this PR do?
This PR fixes some code related to 8-bit models that was changed during a recent refactor https://github.com/huggingface/transformers/pull/41138. The issue was that `SCB` value was actu... |
27 | null | Futsch1/asn1editor | # Repository Context
Name: Futsch1/asn1editor
Description:
# Pull Request
## Unittests
# Relevant Files Found
## asn1editor/ASN1SpecHandler.py
```
import glob
import json
import locale
import os
import re
import xml.dom.minidom
from typing import List, Tuple, Dict, Union
import asn1tools
from asn1editor.ViewC... |
3 | null | ff6wc/WorldsCollide | # Repository Context
Name: ff6wc/WorldsCollide
Description:
# Pull Request
## Feature: Adding -llr flag to randomize L.x lore levels
Ref: https://github.com/AtmaTek/WorldsCollide/pull/57
# Relevant Files Found
## args/lores.py
```
def name():
return "Lores"
def parse(parser):
from data.lores import Lore... |
205 | null | graphite-project/whisper | # Repository Context
Name: graphite-project/whisper
Description:
# Pull Request
## Setting v1.1.0 in master setup.py
# Relevant Files Found
## setup.py
```
#!/usr/bin/env python
import os
from glob import glob
from distutils.core import setup
setup(
name='whisper',
version='0.10.0-rc1',
url='http://gra... |
796 | null | theupdateframework/python-tuf | # Repository Context
Name: theupdateframework/python-tuf
Description:
# Pull Request
## Added command-line option explanations and usage examples for CLI scripts
Please fill in the fields below to submit a pull request. The more information
that is provided, the better.
**Fixes issue #763**:
**Description ... |
1,716 | null | run-house/kubetorch | # Repository Context
Name: run-house/kubetorch
Description:
# Pull Request
## Prettify post launch prints

# Relevant Files Found
## runhouse/resources/hardware/launcher_utils.py
```
import ast... |
1,192 | null | singnet/snet-marketplace-service | # Repository Context
Name: singnet/snet-marketplace-service
Description:
# Pull Request
## code cleaning in submit service for approval
code cleaning in submit service for approval
# Relevant Files Found
## common/blockchain_util.py
```
import json
import uuid
from enum import Enum
import web3
from eth_account.... |
313 | null | ManimCommunity/manim | # Repository Context
Name: ManimCommunity/manim
Description:
# Pull Request
## Add the --custom_folders flag, for a simple output folder structure
This is the new (and hopefully final) version of #263 (which in turn was an updated version of #205).
It adds a new CLI flag for a simple output folder structure.
... |
1,804 | null | peeringdb/peeringdb | # Repository Context
Name: peeringdb/peeringdb
Description:
# Pull Request
## Implement: Search results and sponsorships badges #1802
"On search results only: The sponsorship badge should only be visible on "Organization" listing entries. (Object pages remain unchanged.)"
# Relevant Files Found
## tests/test_sear... |
19 | null | angr/rex | # Repository Context
Name: angr/rex
Description:
# Pull Request
## Fix bugs due to the_end_times
@salls @zardus @rhelmot Here are some bugs that I have found during the tracer merge. Rex is still broken though, but at least 2 more tests are working now.
# Relevant Files Found
## rex/crash.py
```
import logging
... |
19,165 | null | frappe/frappe | # Repository Context
Name: frappe/frappe
Description:
# Pull Request
## fix: perm check message
Before:
> Not allowed for Company = Restricted Company in Row 3. Restricted field: reference_type
After:
> You are not allowed to access this Employee record because it is linked to Company 'Restricted Company' ... |
399 | null | langchain-ai/langchain-community | # Repository Context
Name: langchain-ai/langchain-community
Description:
# Pull Request
## Fixed Syntax Error in Trino dialect
### 🐞 Bug Fix: Trino Schema Selection
**Issue:**
`connection.exec_driver_sql()` was using a parameterized `USE ?` statement for Trino, which caused schema selection to fail.
Trino... |
422 | null | i-am-bee/agentstack | # Repository Context
Name: i-am-bee/agentstack
Description:
# Pull Request
## fix(server): allow removing providers when manifest is not found
closes: #353
# Relevant Files Found
## apps/beeai-server/src/beeai_server/services/provider.py
```
# Copyright 2025 IBM Corp.
#
# Licensed under the Apache License, Vers... |
2 | null | StevenBlack/hosts | # Repository Context
Name: StevenBlack/hosts
Description:
# Pull Request
## Added simple python script to handle automatic updates and merges
Awesome project! I stumbled across this when trying to figure out how to keep my someonewhocares.org hosts file up to date.
I added a python script that can go out and updat... |
69 | null | edurange/edurange-flask | # Repository Context
Name: edurange/edurange-flask
Description:
# Pull Request
## Remove unused guide methods from utils.py
Trimmed guide generator methods that are no longer used due to changes in frontend dependencies.
# Relevant Files Found
## edurange_refactored/utils.py
```
"""Helper utilities and decorator... |
15 | null | capitalone/global-attribution-mapping | # Repository Context
Name: capitalone/global-attribution-mapping
Description:
# Pull Request
## fix: attributions file w/out index, specified cluster centers
Fixed broke test for finding optimal cluster size.
# Relevant Files Found
## tests/test_find_optimal_clusters.py
```
import numpy as np
import pandas as pd... |
47 | null | aziz/SublimeHyperClick | # Repository Context
Name: aziz/SublimeHyperClick
Description:
# Pull Request
## Fixed HyperClick correct work in out of project environment
# Relevant Files Found
## hyper_click/js_path_resolver.py
```
# -*- coding: utf-8 -*-
import json
from os import path, walk
from bisect import bisect_left
NODE_CORE_MODUL... |
308 | null | lmstudio-ai/venvstacks | # Repository Context
Name: lmstudio-ai/venvstacks
Description:
# Pull Request
## Add uv file debug logging when locking
# Relevant Files Found
## src/venvstacks/stacks.py
```
#!/bin/python3
"""Portable Python environment stacks.
Creates Python runtime, framework, and app environments based on ``venvstacks.toml... |
669 | null | nolar/kopf | # Repository Context
Name: nolar/kopf
Description:
# Pull Request
## Test with extras optionally installed
After `pykube-ng` & `kubernetes` were removed as mandatory or CI-only dependencies in #655, the framework also was not tested in its presence. Yet, it started to fail in some tests — e.g. on verbose logging, w... |
1,079 | null | DestinE-Climate-DT/AQUA | # Repository Context
Name: DestinE-Climate-DT/AQUA
Description:
# Pull Request
## Timeseries deliverable levante
## PR description:
Config files update to levante and full netcdf save of data for the three parts of timeseries diagnostic
----
Please leave the checkboxes that apply to this pull request.
If ... |
7,468 | null | pyg-team/pytorch_geometric | # Repository Context
Name: pyg-team/pytorch_geometric
Description:
# Pull Request
## Re-enable induced subgraph sampling with `torch-sparse` implementation
# Relevant Files Found
## test/loader/test_neighbor_loader.py
```
import os.path as osp
import subprocess
from time import sleep
import numpy as np
import ... |
12 | null | reddit/cqlmapper | # Repository Context
Name: reddit/cqlmapper
Description:
# Pull Request
## Add proper Debian packaging support
- Add debian directory and the files needed for packaging.
- Add six as a dependency in setup.py and in init.pp
- Add version number to setup.py
# Relevant Files Found
## setup.py
```
# Modifications... |
64 | null | onnx/ir-py | # Repository Context
Name: onnx/ir-py
Description:
# Pull Request
## Improve docs for attributes and initializers
# Relevant Files Found
## src/onnx_ir/_convenience/_constructors.py
```
# Copyright (c) ONNX Project Contributors
# SPDX-License-Identifier: Apache-2.0
"""Convenience constructors for IR objects."""... |
4,723 | null | voxel51/fiftyone | # Repository Context
Name: voxel51/fiftyone
Description:
# Pull Request
## Fix filtered modal tagging
## What changes are proposed in this pull request?
When tagging in the modal, the updated samples returned by the `/tag` route incorrectly include sidebar filters which results in seemingly lost data when taggin... |
570 | null | ufal/neuralmonkey | # Repository Context
Name: ufal/neuralmonkey
Description:
# Pull Request
## better truncating of the vocabulary
fixing issue #540
# Relevant Files Found
## neuralmonkey/vocabulary.py
```
"""Vocabulary class module.
This module implements the Vocabulary class and the helper functions that
can be used to obtain a... |
30 | null | asciineuron/bgls | # Repository Context
Name: asciineuron/bgls
Description:
# Pull Request
## Add circuit optimization and docs
Adds a simple circuit optimization and doc showing a benchmark. We should add more to the optimize function, but this is a start.
# Relevant Files Found
## bgls/__init__.py
```
# Licensed under the Apache... |
1,483 | null | Qiskit/qiskit-serverless | # Repository Context
Name: Qiskit/qiskit-serverless
Description:
# Pull Request
## update-version-0.16.2
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
# Relevant Files Found
## gateway/main/settings.py
```
"""
Django settings for gateway project.
Ge... |
47,388 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## sherpa: add v3.0.1
This PR adds `sherpa`, v3.0.1. (Note that sherpa@3 still supports both rivet@3 and rivet@4.)
Test build:
```
==> Installing sherpa-3.0.1-xaesxbsiijqichyr75q5mlbmdbtsyij2 [114/114]
==> No binary for sherpa-3.0.1-xaesxbsiij... |
1,183 | null | sumanth-0/100LinesOfPythonCode | # Repository Context
Name: sumanth-0/100LinesOfPythonCode
Description:
# Pull Request
## Add Hero Battle Simulator for issue #1177
Implemented a CLI-based Hero Battle Simulator that generates random heroes with stats and simulates battles between them. Fixes #1177
# Relevant Files Found
# Edits
This pull reque... |
1,746 | null | fedspendingtransparency/data-act-broker-backend | # Repository Context
Name: fedspendingtransparency/data-act-broker-backend
Description:
# Pull Request
## Updating ppop scope backfill capitalization
**High level description:**
It's been discovered that the backfill ppop scope script has different capitalizations from the original ticket/derivation. This resolves... |
857 | null | spesmilo/electrum | # Repository Context
Name: spesmilo/electrum
Description:
# Pull Request
## Do not crash when asked to export private keys
fix #852
# Relevant Files Found
## plugins/btchipwallet.py
```
from PyQt4.Qt import QApplication, QMessageBox, QDialog, QVBoxLayout, QLabel, QThread, SIGNAL
import PyQt4.QtCore as QtCore
f... |
765 | null | mage-ai/mage-ai | # Repository Context
Name: mage-ai/mage-ai
Description:
# Pull Request
## [sk] Added check for cycles in pipeline upon update
# Summary
Added `validate` function which checks for cycles in pipeline. If a cycle exists, an `InvalidPipelineError` is raised. The algorithm used to perform this check is a modified depth... |
217 | null | wangzheng0822/algo | # Repository Context
Name: wangzheng0822/algo
Description:
# Pull Request
## minimum distance dynamic programming in python
# Relevant Files Found
# Edits
This pull request adds a Python implementation of the minimum distance (or minimum weight path) problem using dynamic programming. It introduces two soluti... |
3,597 | null | angr/angr | # Repository Context
Name: angr/angr
Description:
# Pull Request
## SimLinux: Fix uninitialized high 32 bits of the argc on stack.
This issue is causing value loading from `envp` to contain an unconstrained symbolic variable, which leads to several test cases ending up in infinite loops. It is only exposed by https... |
138 | null | StevenLooman/async_upnp_client | # Repository Context
Name: StevenLooman/async_upnp_client
Description:
# Pull Request
## Work around aiohttp sending invalid Host-header
Work around aiohttp sending invalid Host-header. When the device url contains a IPv6-address host with `scope_id`, `aiohttp` sends the `scope_id` with the `Host`-header. This caus... |
77 | null | kbialek/deye-inverter-mqtt | # Repository Context
Name: kbialek/deye-inverter-mqtt
Description:
# Pull Request
## Add deye hybrid inverter support
# Relevant Files Found
## deye_sensors.py
```
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this ... |
628 | null | packit/packit | # Repository Context
Name: packit/packit
Description:
# Pull Request
## Bring back get_release_number to rebasehelper SpecFile
- Copy get_release_number from the old rebasehelper for the compatibility.
# Relevant Files Found
## packit/specfile.py
```
import inspect
import logging
from rebasehelper.specfile impo... |
3,828 | null | adap/flower | # Repository Context
Name: adap/flower
Description:
# Pull Request
## feat(framework:skip) Add `app` suffix to `client` and `server`
<!--
Thank you for opening a pull request (PR)!
Please rename your PRs following this [format](https://flower.ai/docs/framework/contributor-tutorial-contribute-on-github.html#pr-t... |
33,050 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## Display command output when command fails with batch + failhard options
### What does this PR do?
Adds the command output to the error response when a command fails and `--failhard` and `--batch` are used together.
### What issues does this P... |
70 | null | zauberzeug/rosys | # Repository Context
Name: zauberzeug/rosys
Description:
# Pull Request
## Rework kpi page
Rework of the KPI Page:
* instead of `positives` and `negatives` hand the KPI Page a list of `charts` to display
* add `KPIChart` class to define title, incidents/indicators and the color for this chart
* use `matplotlib... |
7,237 | null | sgl-project/sglang | # Repository Context
Name: sgl-project/sglang
Description:
# Pull Request
## [PD] Support get local ip from NIC for PD disaggregation
<!-- Thank you for your contribution! We appreciate it. The following guidelines will help improve your pull request and facilitate feedback. If anything is unclear, don't hesitate t... |
1,031 | null | DestinE-Climate-DT/AQUA | # Repository Context
Name: DestinE-Climate-DT/AQUA
Description:
# Pull Request
## Deliverable timeseries
## PR description:
Replicability files for the deliverable
----
- [x] Fix annual netcdf filename
- [x] Reproducibility notebook
- [x] Notebook refresh
- [x] Documentation update
- [x] Changelo... |
1,484 | null | python-discord/sir-lancebot | # Repository Context
Name: python-discord/sir-lancebot
Description:
# Pull Request
## Cleanup constants
Closes #527
This removes some constants that were burried over the years, and reuses some constants that have been duplicated
# Relevant Files Found
## bot/constants.py
```
import enum
from os import enviro... |
12,527 | null | sqlalchemy/sqlalchemy | # Repository Context
Name: sqlalchemy/sqlalchemy
Description:
# Pull Request
## chore: add type hint for reconstructor
<!-- Provide a general summary of your proposed changes in the Title field above -->
### Description
<!-- Describe your changes in detail -->
Add type hinting to the reconstructor decorato... |
1,879 | null | cherrypy/cherrypy | # Repository Context
Name: cherrypy/cherrypy
Description:
# Pull Request
## Fix compression level in meta header in gzip tool
This change fixes XLF flag of a gzip header in the gzip tool according to the actual compression requested.
It ports a similar solution implemented in CPython 3.7.7+, 3.8.2+ and 3.9.0+
... |
227 | null | curly60e/pyblock | # Repository Context
Name: curly60e/pyblock
Description:
# Pull Request
## New menu design
Changed the Menu format
# Relevant Files Found
## PyBlock.py
```
#Developer: Curly60e
#PyBLOCK its a clock of the Bitcoin blockchain.
import os
import os.path
import time as t
import pickle
import psutil
import qrcode
imp... |
10 | null | qiime2/q2-composition | # Repository Context
Name: qiime2/q2-composition
Description:
# Pull Request
## Adjust plot in html
This partially adjusts #8
About the hovertool, I'm not sure how to adjust it. Note that it toggles between the left and right edge, depending on where on the plot the point is.
Furthermore, I actually don't agree... |
84 | null | encukou/freezeyt | # Repository Context
Name: encukou/freezeyt
Description:
# Pull Request
## Check mimetype file with no suffix
fix #80
There is some information to further discussion on stream:
I've found these topics on stackoverflow:
1. [How to get mimetypes from file ?](https://stackoverflow.com/questions/55319103/python... |
17,282 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## BTRFS module
Hi!
Since BTRFS is a flagship filesystem in **SUSE Linux Enterprise 12** and is offered by default (along with XFS for `/home`, module of which already merged), I would like to introduce BTRFS management module.
_NOTE: The module... |
890 | null | ansible/eda-server | # Repository Context
Name: ansible/eda-server
Description:
# Pull Request
## fix: validate inputs/injectors when creating/updating credential types
https://issues.redhat.com/browse/AAP-23687
Raise 400 error if inputs/injectors payload are empty when creating/updating credential types.
# Relevant Files Found
##... |
142 | null | astroML/astroML | # Repository Context
Name: astroML/astroML
Description:
# Pull Request
## Deprecate histograms
Bayesian blocks has been ported to astropy v1.1 in https://github.com/astropy/astropy/pull/3756.
This is based on #141, and thus should be rebased once that one is merged.
# Relevant Files Found
## astroML/densi... |
670 | null | rootpy/rootpy | # Repository Context
Name: rootpy/rootpy
Description:
# Pull Request
## tree.Draw: accept list expression to avoid regex problem with ternary expressions
Fixes #669
# Relevant Files Found
## rootpy/tree/tests/test_tree.py
```
# Copyright 2012 the rootpy developers
# distributed under the terms of the GNU Gener... |
12 | null | DogukanUrker/FlaskBlog | # Repository Context
Name: DogukanUrker/FlaskBlog
Description:
# Pull Request
## added "profilePicture" column to the users table.
# Relevant Files Found
## dbChecker.py
```
from helpers import mkdir, exists, message, sqlite3
def dbFolder():
match exists("db"):
case True:
message("6", ... |
12 | null | Unidata/cftime | # Repository Context
Name: Unidata/cftime
Description:
# Pull Request
## Raise ValueError upon construction of invalid datetime object
Addresses #8 and #9
This PR switches ```netcdftime.datetime``` from pointing to ```DatetimeProlepticGregorian``` to the generic ```netcdftime._netcdftime.datetime``` object and a... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.