pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
10 | null | mrilikecoding/llm-orc | # Repository Context
Name: mrilikecoding/llm-orc
Description:
# Pull Request
## [Issue #2] Implement agent communication protocol
## Summary
Implements the core communication protocol for agent-to-agent interaction as outlined in Issue #2.
## Related Issue
Closes #2
## Changes Made
- [x] Added Message dataclass w... |
206 | null | profcomff/auth-api | # Repository Context
Name: profcomff/auth-api
Description:
# Pull Request
## Fix delete user rout
## Изменения
При удалении юзера юзер ... удаляется.
## Детали реализации
Помимо удаления юзера добавлено удаление соединений юзера с его группами (soft-delete)
<!-- Resolve #204 -->
## Check-List
<!-- Посл... |
138 | null | Health-Union/snowshu | # Repository Context
Name: Health-Union/snowshu
Description:
# Pull Request
## DATA-3596: Implementation
Moved initialize_replica method from base_target_adapter to postgres_adapter class.
# Relevant Files Found
## snowshu/adapters/target_adapters/base_target_adapter.py
```
import os
from datetime import datetim... |
169 | null | CTFd/ctfcli | # Repository Context
Name: CTFd/ctfcli
Description:
# Pull Request
## Added next and anonymize in requirements
# Relevant Files Found
## ctfcli/core/challenge.py
```
import logging
import re
import subprocess
from os import PathLike
from pathlib import Path
from typing import Any, Dict, List, Optional, Tuple, U... |
100 | null | INGEOTEC/text_models | # Repository Context
Name: INGEOTEC/text_models
Description:
# Pull Request
## Version - 0.15.8
# Relevant Files Found
## text_models/__init__.py
```
# Copyright 2020 Mario Graff Guerrero
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the... |
159 | null | sonata-nfv/son-mano-framework | # Repository Context
Name: sonata-nfv/son-mano-framework
Description:
# Pull Request
## My development branch
# Relevant Files Found
## plugins/son-mano-service-lifecycle-management/son_mano_slm/slm.py
```
"""
Copyright (c) 2015 SONATA-NFV
ALL RIGHTS RESERVED.
Licensed under the Apache License, Version 2.0 (the... |
304 | null | econ-ark/HARK | # Repository Context
Name: econ-ark/HARK
Description:
# Pull Request
## Remove Testing folder.
https://github.com/econ-ark/HARK/issues/303
# Relevant Files Found
## Testing/ModelTesting.py
```
"""
This file implements a wrapper class (called parameterCheck) to initialize and solve a model
for many different para... |
126 | null | ibm-watson-iot/functions | # Repository Context
Name: ibm-watson-iot/functions
Description:
# Pull Request
## integration SROM functions
Providing GeneralizedAnomalyScore and FFTbasedGeneralizedAnomalyScore
# Relevant Files Found
## iotfunctions/anomaly.py
```
# *****************************************************************************... |
234 | null | NPLinker/nplinker | # Repository Context
Name: NPLinker/nplinker
Description:
# Pull Request
## Support Bigscape v2 data
This PR enables the user to load data from a BiG-SCAPE V2 database file. The `data_sqlite.db` file is expected to be in the same place as the `mix_clustering_[cutoff].tsv` would otherwise be.
If both files are f... |
141 | null | MontrealAI/AGI-Alpha-Agent-v0 | # Repository Context
Name: MontrealAI/AGI-Alpha-Agent-v0
Description:
# Pull Request
## Add marketplace demo quick-start snippet
## Summary
- expose convenience module for `alpha_agi_marketplace_v1`
- document a marketplace demo quick start in the README
## Testing
- `python alpha_factory_v1/scripts/run_tests.py`
... |
197 | null | aws/aws-parallelcluster-node | # Repository Context
Name: aws/aws-parallelcluster-node
Description:
# Pull Request
## Remove known hosts file management
This is now managed by https://github.com/aws/aws-parallelcluster-cookbook/pull/523
Signed-off-by: Luca Carrogu <carrogu@amazon.com>
By submitting this pull request, I confirm that my cont... |
429 | null | glotzerlab/gsd | # Repository Context
Name: glotzerlab/gsd
Description:
# Pull Request
## Improve write buffer performance
<!-- Please confirm that your work is based on the correct branch. -->
<!-- Base backwards compatible bug fixes on `trunk-patch`. -->
<!-- Base additional functionality on `trunk-minor`. -->
<!-- Base API in... |
227 | null | google/adk-samples | # Repository Context
Name: google/adk-samples
Description:
# Pull Request
## chore: refine prompts
To enhance multi-agent coordination, the plan_generator's prompt now includes granular tags (RESEARCH, DELIVERABLE, IMPLIED, NEW, MODIFIED). This allows the section_researcher and other downstream components to perfor... |
14 | null | Notenlish/anifetch | # Repository Context
Name: Notenlish/anifetch
Description:
# Pull Request
## Transparent background
closes: #10
Added the pillow and rembg python libraries as imports in the script to allow for complete background removal at the cost of significant first render time if that flag is added to the command. Also adde... |
126 | null | rasca0027/Mahjong4RL | # Repository Context
Name: rasca0027/Mahjong4RL
Description:
# Pull Request
## handle normal ryuukyoku and add a test for it
# Description
handle normal ryuukyoku and add a test for it
## Type of change
Please delete options that are not relevant.
- [x] Bug fix (non-breaking change which fixes an issue)... |
1,477 | null | NVIDIA/apex | # Repository Context
Name: NVIDIA/apex
Description:
# Pull Request
## Update `apex.mlp` to use fp16 in `autocast`
- Deify PyTorch autocast context and casts tensors
- add test cases with and without autocast enabled (currently only fp16)
# Relevant Files Found
## apex/_autocast_utils.py
```
from typing import O... |
31 | null | shini4i/helm-charts-updater | # Repository Context
Name: shini4i/helm-charts-updater
Description:
# Pull Request
## chore: add support for basic commit issue resolution
These changes add support for handling very basic cases when the repository is updated during the workflow run. Potentially allowing concurrent execution mentioned in #19.
# Re... |
108 | null | feedhq/feedhq | # Repository Context
Name: feedhq/feedhq
Description:
# Pull Request
## Support delta feeds
Changes:
- Append `A-IM` erquest header when either `If-Modified-Since` or `If-None-Match` headers are set.
- Accept 226 IM Used as a pass condition.
[Delta feeds (RFC3229+feed)](https://www.slightfuture.com/webdev/feed... |
70 | null | phantomcyber/splunk-soar-sdk | # Repository Context
Name: phantomcyber/splunk-soar-sdk
Description:
# Pull Request
## fix: refactor decorators to class based decorators
- Refactors all the existing decorators in app.py to class based
# Relevant Files Found
## src/soar_sdk/app.py
```
import inspect
import json
import sys
from functools import ... |
119 | null | crestalnetwork/intentkit | # Repository Context
Name: crestalnetwork/intentkit
Description:
# Pull Request
## Feat: Agent memory cleanup
## Description
Please include a summary of the changes and the related issue.
Cleanup the agent memory or a thread of an agent.
## Type of Change
- [ ] Bugfix
- [x] New Feature
- [ ] Improvement
... |
1,795 | null | ASFHyP3/hyp3 | # Repository Context
Name: ASFHyP3/hyp3
Description:
# Pull Request
## Release 3.10.7
# Relevant Files Found
## apps/api/src/hyp3_api/validation.py
```
import json
import os
import sys
from pathlib import Path
import requests
import yaml
from shapely.geometry import MultiPolygon, Polygon, shape
from hyp3_api ... |
34 | null | docdyhr/simplenote-mcp-server | # Repository Context
Name: docdyhr/simplenote-mcp-server
Description:
# Pull Request
## docs: add comprehensive technical debt analysis report
## Summary
- Adds comprehensive technical debt analysis report covering security, dependencies, and CI/CD improvements
## Changes
- Technical debt analysis documentation wi... |
29 | null | dogancanbakir/pirebok | # Repository Context
Name: dogancanbakir/pirebok
Description:
# Pull Request
## Add threshold
# Relevant Files Found
## pirebok/__init__.py
```
__author__ = """Doğan Can Bakır"""
__email__ = 'dogancanbakir@protonmail.com'
__version__ = '0.1.0'
```
## pirebok/cli.py
```
from functools import reduce
from opera... |
138 | null | AI4S2S/s2spy | # Repository Context
Name: AI4S2S/s2spy
Description:
# Pull Request
## Replaced append(Period) with add_interval(kwargs)
This PR will tackle Peter's comments about the Period classes:
- [x] Perhaps we should hide the Period class from the public API. Why not `calendar.add_target_period(...)` and `add_precursor_p... |
23 | null | deepsourcelabs/test-coverage-action | # Repository Context
Name: deepsourcelabs/test-coverage-action
Description:
# Pull Request
## fix: log `stderr` instead of `err`
This PR fixes
```
Traceback (most recent call last):
File "/app/main.py", line 62, in <module>
main()
File "/app/main.py", line 58, in main
print(process.err.decode("u... |
39 | null | SwarmClone/SwarmClone | # Repository Context
Name: SwarmClone/SwarmClone
Description:
# Pull Request
## 参数控制的实现
还在实现中,现在写了一半
# Relevant Files Found
## swarmclone/__init__.py
```
"""
SwarmClone 0.3a
Copyright (C) 2025 SwarmClone (https://github.com/SwarmClone)
This program is free software: you can redistribute it and/or modify
it und... |
178 | null | GDATASoftwareAG/robotframework-flaui | # Repository Context
Name: GDATASoftwareAG/robotframework-flaui
Description:
# Pull Request
## 175 grid selection issue
Fixed the issue by letting the user to choose between multi and single select grids by an optional argument
# Relevant Files Found
## src/FlaUILibrary/flaui/exception/flauierror.py
```
class Fl... |
34 | null | Scille/winfspy | # Repository Context
Name: Scille/winfspy
Description:
# Pull Request
## Drop python 3.6, add python 3.10 and bump winfsp 1.10
# Relevant Files Found
## setup.py
```
#!/usr/bin/env python
import os
import sys
from setuptools import setup, find_packages
os.chdir(os.path.dirname(sys.argv[0]) or ".")
# Aweso... |
288 | null | feder-observatory/stellarphot | # Repository Context
Name: feder-observatory/stellarphot
Description:
# Pull Request
## Add method argument to photometry options
This fixes #273 by adding a `method` field to `PhotometryOptionalSettings`. The method determines how photutils handles partial pixels.
The old default in stellarphot used to be "cen... |
6 | null | aviate-labs/node-monitor | # Repository Context
Name: aviate-labs/node-monitor
Description:
# Pull Request
## Sqlite database
## Proposed Changes
Adds a separate service, `historybuilder` to node_monitor
Historybuilder runs in the background and queries and stores the states of the DFINITY API in a database called master.db
Queries ... |
22,920 | null | vllm-project/vllm | # Repository Context
Name: vllm-project/vllm
Description:
# Pull Request
## [gpt-oss] use reasoning channel for reasoning text in serving_chat
<!-- markdownlint-disable -->
## Purpose
currently the final channel is used for non-reasoning text, whereas from https://cookbook.openai.com/articles/openai-harmony#chan... |
116 | null | tonybaloney/wily | # Repository Context
Name: tonybaloney/wily
Description:
# Pull Request
## fix operators config option parsing
Hi :wave:
thanks for creating and maintaining great library!
This PR fixes `wily.cfg` `operators` option parsing to list.
# Relevant Files Found
## src/wily/__init__.py
```
"""
B ... |
494 | null | Fraunhofer-AISEC/gallia | # Repository Context
Name: Fraunhofer-AISEC/gallia
Description:
# Pull Request
## Fix(rdbi): Correct session
# Relevant Files Found
## src/gallia/commands/primitive/uds/rdbi.py
```
# SPDX-FileCopyrightText: AISEC Pentesting Team
#
# SPDX-License-Identifier: Apache-2.0
import sys
from argparse import Namespace
... |
5,009 | null | dmwm/WMCore | # Repository Context
Name: dmwm/WMCore
Description:
# Pull Request
## fix lhe input file and event per lumi option
fixes #4871, #4872
# Relevant Files Found
## src/python/WMCore/WMSpec/StdSpecs/TaskChain.py
```
#!/usr/bin/env python
# encoding: utf-8
"""
_TaskChain_
Created by Dave Evans on 2011-06-15.
Copyrig... |
4 | null | abjennings/gmail-backup | # Repository Context
Name: abjennings/gmail-backup
Description:
# Pull Request
## Handle (initial) case where no emails have been downloaded yet
Signed-off-by: Pamela McA'Nulty pamela@webreply.com
Running with empty directory failed. Here's fix.
thanks,
pam
# Relevant Files Found
## dobackup.py
```
import im... |
17 | null | 7ossam81/EvoloPy | # Repository Context
Name: 7ossam81/EvoloPy
Description:
# Pull Request
## fixed wrong calculation of leader's position
In line 64, We set the Leader position equals to the position of current whale.
This passes the variable "Positions[i,:]" by reference and hence the "leader_pos" is changed in the next loop. So,... |
7 | null | gnocchixyz/collectd-gnocchi | # Repository Context
Name: gnocchixyz/collectd-gnocchi
Description:
# Pull Request
## Remove useless import
# Relevant Files Found
## collectd_gnocchi/__init__.py
```
# -*- encoding: utf-8 -*-
#
# Copyright © 2016 Red Hat, Inc
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use... |
72 | null | SAIL-Labs/AMICAL | # Repository Context
Name: SAIL-Labs/AMICAL
Description:
# Pull Request
## Fix loop issue #54 (multiprocess python >3.8 on OSX).
# Relevant Files Found
## amical/analysis/fitting.py
```
import os
from multiprocessing import Pool
import numpy as np
from matplotlib import pyplot as plt
from scipy.interpolate imp... |
1,415 | null | longhorn/longhorn-tests | # Repository Context
Name: longhorn/longhorn-tests
Description:
# Pull Request
## fix: change the command for killing processes (backport #1408)
This is an automatic backport of pull request #1408 done by [Mergify](https://mergify.com).
---
<details>
<summary>Mergify commands and options</summary>
<br />
More... |
70 | null | kpn/kstreams | # Repository Context
Name: kpn/kstreams
Description:
# Pull Request
## fix: add partitions_for_topic method to consumer test client
# Relevant Files Found
## kstreams/test_utils/test_clients.py
```
from datetime import datetime
from typing import Any, Coroutine, Dict, List, Optional, Tuple
from aiokafka.struct... |
37 | null | pollen-robotics/reachy_mini | # Repository Context
Name: pollen-robotics/reachy_mini
Description:
# Pull Request
## Stop the server after a Ctrl-C
# Relevant Files Found
## src/reachy_mini/real_motors_server.py
```
import argparse
import time
import os
from pathlib import Path
import numpy as np
import simpleaudio as sa
from reachy_mini_mo... |
26,725 | null | commaai/openpilot | # Repository Context
Name: commaai/openpilot
Description:
# Pull Request
## LatControl: remove duplicate logic for saturation
Already checked in `_check_saturation`
# Relevant Files Found
## selfdrive/controls/controlsd.py
```
#!/usr/bin/env python3
import os
import math
from typing import SupportsFloat
from ce... |
81 | null | SuffolkLITLab/docassemble-ALToolbox | # Repository Context
Name: SuffolkLITLab/docassemble-ALToolbox
Description:
# Pull Request
## Format Python code with psf/black push
There appear to be some python formatting errors in 2acee8002ee0df82c8aebd569420d90601ed376b. This pull request
uses the [psf/black](https://github.com/psf/black) formatter to fix the... |
21 | null | port-labs/port-agent | # Repository Context
Name: port-labs/port-agent
Description:
# Pull Request
## Port 6148 port agent automatically update action status on request failure
# Description
What - Action are left with In Progress status when the request failed
Why - There is no default status for failing request when the invocation ... |
3 | null | lwiniwar/pyForMetrix | # Repository Context
Name: lwiniwar/pyForMetrix
Description:
# Pull Request
## Updates from dev
# Relevant Files Found
## src/pyForMetrix/metrix.py
```
import abc
import re
import os
import warnings
import time
import functools
import multiprocessing
import multiprocessing.shared_memory
import numpy as np
impo... |
3 | null | valohai/openssh-key | # Repository Context
Name: valohai/openssh-key
Description:
# Pull Request
## Renovations
We had a good run of 5 years of nothing breaking, but then Cryptography 42 came along and it turns out we wouldn't have ever needed to use those functions anyway.
A subsequent PR will fix that incompatibility, this just pav... |
33 | null | LenaAn/neLenkin_bot | # Repository Context
Name: LenaAn/neLenkin_bot
Description:
# Pull Request
## DDIA_broadcast and get_users handlers
# User visible changes
## Admin API
- /get_ddia_users is now available to ddia curator
- /ddia_broadcast is now available to ddia curator
# Deployment changes
- curators are now stored in... |
109 | null | VimsRocz/Smart_Sensor_Fusion_for_Robust_initialization_and_Accurate_Trajectory_Estimation | # Repository Context
Name: VimsRocz/Smart_Sensor_Fusion_for_Robust_initialization_and_Accurate_Trajectory_Estimation
Description:
# Pull Request
## Add flexible path handling to export_mat.py
## Summary
- allow `export_mat.py` to change into its own directory before loading files
- stop execution if it's run from t... |
139 | null | geekcomputers/Python | # Repository Context
Name: geekcomputers/Python
Description:
# Pull Request
## Create check_input.py
:-)
# Relevant Files Found
# Edits
This pull request adds a new Python script `check_input.py` that validates user input to ensure it is an integer within a specified range. The function `get_user_input` prompt... |
6 | null | domwillcode/yale-smart-alarm-client | # Repository Context
Name: domwillcode/yale-smart-alarm-client
Description:
# Pull Request
## PR for fetching the url from services endpoint
# Relevant Files Found
## yalesmartalarmclient/client.py
```
#!/usr/bin/env python
"""Yale Smart Alarm client is a python client for interacting with the Yale Smart Alarm ... |
80 | null | arthuRHD/immosheets | # Repository Context
Name: arthuRHD/immosheets
Description:
# Pull Request
## ⬆ Bump google-api-core from 2.11.1 to 2.14.0
[//]: # (dependabot-start)
⚠️ **Dependabot is rebasing this PR** ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR y... |
3,935 | null | snowflakedb/snowpark-python | # Repository Context
Name: snowflakedb/snowpark-python
Description:
# Pull Request
## Revert "SNOW-2268215: support group by all (#3889)"
This reverts commit bfe436f388f20db9b6a6f479df128db887dc6c1a.
<!---
Please answer these questions before creating your pull request. Thanks!
--->
1. Which Jira issue is t... |
23,081 | null | vllm-project/vllm | # Repository Context
Name: vllm-project/vllm
Description:
# Pull Request
## [TPU] make ptxla not imported when using tpu_commons
<!-- markdownlint-disable -->
## Purpose
make ptxla not imported when using tpu_commons
## Test Plan
All the current CI tests
## Test Result
Passed
## (Optional) Documentation Updat... |
2 | null | cisco-open/sqlalchemy-rdsiam | # Repository Context
Name: cisco-open/sqlalchemy-rdsiam
Description:
# Pull Request
## Raise NotImplementedError when flavor is not supported
When one of the supported flavours (e.g., `psycopg2`) is not installed and we try to use the corresponding dialect (e.g., `postgresql+psycopg2rdsiam`), the following exceptio... |
526 | null | krkn-chaos/krkn | # Repository Context
Name: krkn-chaos/krkn
Description:
# Pull Request
## Add missing import to get values from yaml
# Relevant Files Found
## kraken/node_actions/run.py
```
import yaml
import logging
import sys
import time
from kraken.node_actions.aws_node_scenarios import aws_node_scenarios
from kraken.node_a... |
101 | null | airbus/discrete-optimization | # Repository Context
Name: airbus/discrete-optimization
Description:
# Pull Request
## Put common tools for ghh in a separate file
# Relevant Files Found
# Edits
This pull request introduces a new file, `ghh_tools.py`, to organize and centralize common utility functions used in the GHH (Generic Hill Climber o... |
66 | null | tehmaze/ipcalc | # Repository Context
Name: tehmaze/ipcalc
Description:
# Pull Request
## Fix "TypeError: 'str' object is not callable" in ipcalc.py
I use ipcalc in my work project and in line 296 catch Error: "TypeError: 'str' object is not callable" (in autotests). Fix this by remove call of string.
 where I believe the author (of commit 141e8b8de) intended. Without this, ${PACKAGE} is seen as an invalid token to have in your naming_scheme.
# Relevant Files Fou... |
6 | null | RoySadaka/lpd | # Repository Context
Name: RoySadaka/lpd
Description:
# Pull Request
## Enhancement#5 add threshold checker
- added the threshold checker with relevant tests
- fixed pipfile to include any version of numpy
resolved #5
# Relevant Files Found
## lpd/callbacks/callback_base.py
```
from lpd.enums import Phase, ... |
8,258 | null | CenterForOpenScience/osf.io | # Repository Context
Name: CenterForOpenScience/osf.io
Description:
# Pull Request
## [PLAT-768][hotfix] Fix case so downloading file by guid works better
## Purpose
Fix bug where loading a file with an all upper case extension caused the file not to be downloaded properly.
## Changes
- downcases the exten... |
2,167 | null | superduper-io/superduper | # Repository Context
Name: superduper-io/superduper
Description:
# Pull Request
## Fix empty identifier of Code.from_object
<!--
Thanks for contributing a pull request!
If this is your first time, please have a look at the contribution guidelines here:
https://github.com/superduperdb/superduperdb/blob/main/C... |
2 | null | NanKeRen2020/UVR5_Linux | # Repository Context
Name: NanKeRen2020/UVR5_Linux
Description:
# Pull Request
## modify absolute path
Change path in UVR.py to relative path so that I can use it
# Relevant Files Found
## UVR.py
```
# GUI modules
import os
import glob
from re import T
import pyperclip
import natsort
from gc import freeze
... |
505 | null | NVIDIA-NeMo/Megatron-Bridge | # Repository Context
Name: NVIDIA-NeMo/Megatron-Bridge
Description:
# Pull Request
## feat: Add Multi-Storage Client (MSC) support for SFT dataset
This PR introduces MSC support for the FinetuningDatasetBuilder.
# Relevant Files Found
## src/megatron/bridge/data/builders/finetuning_dataset.py
```
# Copyright (c)... |
998 | null | nerfstudio-project/nerfstudio | # Repository Context
Name: nerfstudio-project/nerfstudio
Description:
# Pull Request
## TensoRF bugfix: AABB normalized_positions to [-1, 1]
Previously, SceneBox.get_normalized_positions() returned a value in 0,1. This was fine for InstantNGP and Nerfacto, which use these values directly in an MLP. For TensoRF thou... |
382 | null | holoviz/lumen | # Repository Context
Name: holoviz/lumen
Description:
# Pull Request
## Serialize Widget Variable parameters
Ensures that all non-default `Widget` `Variable` parameters are correctly serialized.
# Relevant Files Found
## lumen/tests/test_variables.py
```
import os
import param
from panel.widgets import IntSlid... |
2 | null | Carreau/ipython | # Repository Context
Name: Carreau/ipython
Description:
# Pull Request
## Fix a small bug related to .pyc files.
If **file** returns a file ending in .pyc (as it sometimes does, apparently) the original code would break and look for slidemode.pjs. This uses a safer filename mangling.
# Relevant Files Found
## IP... |
8,638 | null | geldata/gel | # Repository Context
Name: geldata/gel
Description:
# Pull Request
## Start invalidating evicted cache entries on other frontends
We just weren't ever doing that. There was a commented out
signal_sysevent, but that forced a full reread, which was too
expensive to work.
That substantially *reduces* the frequenc... |
176 | null | miquido/haiway | # Repository Context
Name: miquido/haiway
Description:
# Pull Request
## Add Postgres dns instantiation helper
# Relevant Files Found
## src/haiway/postgres/client.py
```
"""AsyncPG-backed connection pooling for the Postgres state integration."""
from collections.abc import Sequence
from types import Traceback... |
1,415 | null | tensorflow/datasets | # Repository Context
Name: tensorflow/datasets
Description:
# Pull Request
## Update tfds to 2.0.0
Update tfds to 2.0.0
# Relevant Files Found
## tensorflow_datasets/version.py
```
# coding=utf-8
# Copyright 2020 The TensorFlow Datasets Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License")... |
762 | null | up42/up42-py | # Repository Context
Name: up42/up42-py
Description:
# Pull Request
## [PT-5400] add bulk deletion
See changelog.
Checklist:
* [x] Test coverage
* [x] Version bump
* [x] Changelog update
# Relevant Files Found
## tests/test_stac.py
```
import datetime as dt
import uuid
import pystac
import pytest
import... |
2 | null | gpantel/MolPainter | # Repository Context
Name: gpantel/MolPainter
Description:
# Pull Request
## You ASKED for THIS
# Relevant Files Found
## setup.py
```
import setuptools
setuptools.setup(
name="MolPainter",
version="0.9.2",
description="Tool for drawing complex planar molecular systems of arbitrary composition and ... |
128 | null | bitsky-tech/bridgic | # Repository Context
Name: bitsky-tech/bridgic
Description:
# Pull Request
## Modify the display type of LangWatch
… demo image
# Relevant Files Found
## bridgic-integration/traces/bridgic-traces-langwatch/bridgic/traces/langwatch/_langwatch_trace_callback.py
```
"""LangWatch tracing callback handler for Bridgic... |
1,614 | null | ethereum/consensus-specs | # Repository Context
Name: ethereum/consensus-specs
Description:
# Pull Request
## add eth2 key/value ENR to phase 0 p2p
[UPDATED]
* Add genesis_validators_root to BeaconState and utilize for better signature domain separation as well as ENR/chain separation. This strengthens chain separation such that one must ... |
1,294 | null | hhyo/Archery | # Repository Context
Name: hhyo/Archery
Description:
# Pull Request
## 修复创建mongodb原生连接时的错误 (hhyo#1291)
# Relevant Files Found
## sql/engines/mongo.py
```
# -*- coding: UTF-8 -*-
import re, time
import pymongo
import logging
import traceback
import json
import subprocess
import simplejson as json
import datetime... |
1,037 | null | genialis/resolwe-bio | # Repository Context
Name: genialis/resolwe-bio
Description:
# Pull Request
## SeSAMe implemented for methylation array pipeline
This PR adds a sesame process for analyzing methylation arrays. It includes a Python process with R code that does the actual heavy lifting.
## Checklist
* [x] Update CHANGELOG.rst fo... |
253 | null | jobovy/galpy | # Repository Context
Name: jobovy/galpy
Description:
# Pull Request
## Add modeling of gaps due to impulsive impacts using streamdf
From Sanders, Bovy, & Erkal (2015), see [jobovy/streamgap-aa](https://github.com/jobovy/streamgap-aa).
# Relevant Files Found
## galpy/df.py
```
from galpy.df_src import diskdf
fro... |
561 | null | Breakthrough-Energy/PowerSimData | # Repository Context
Name: Breakthrough-Energy/PowerSimData
Description:
# Pull Request
## Feat: Saving Change Table through Pyfilesystem
[Pull Request doc](https://breakthrough-energy.github.io/docs/user/git_guide.html#d-pull-request)
### Purpose
Previously, the change table was being saved directly to the loc... |
916 | null | holoviz/datashader | # Repository Context
Name: holoviz/datashader
Description:
# Pull Request
## Implementation of Xiaolin Wu anti-aliased line drawing
Partially implements https://github.com/holoviz/datashader/pull/916 .
# Relevant Files Found
## datashader/core.py
```
from __future__ import absolute_import, division, print_functi... |
29 | null | concurrent-ai/concurrent | # Repository Context
Name: concurrent-ai/concurrent
Description:
# Pull Request
## Return empty list of paths for empty dataframes.
# Relevant Files Found
## plugin/concurrent_plugin/concurrent_core.py
```
import boto3
## Load infin_boto3, even if not used, to decorate boto3
from infinstor import infin_boto3
i... |
43 | null | anaconda-graveyard/conda-concourse-ci | # Repository Context
Name: anaconda-graveyard/conda-concourse-ci
Description:
# Pull Request
## implementation of source caching as build step
# Relevant Files Found
## conda_concourse_ci/compute_build_graph.py
```
#!/usr/bin/env python
from __future__ import print_function, division
import logging
import os
i... |
1,572 | null | open-edge-platform/training_extensions | # Repository Context
Name: open-edge-platform/training_extensions
Description:
# Pull Request
## [OTX][Hot-fix] Inst-seg, Det + Simple-Autoconfig test Hotfix
# Summary
* Fix `detection_adapter.py` to resolve inst-seg, det issue: wrong implementation
* Fix `test_cli.py`: not use workspace in otx_root, use /tmp dir... |
1,230 | null | lithops-cloud/lithops | # Repository Context
Name: lithops-cloud/lithops
Description:
# Pull Request
## [Standalone] Fix issue with a wrong value of "chunksize"
Developer's Certificate of Origin 1.1
By making a contribution to this project, I certify that:
(a) The contribution was created in whole or in part by me... |
399 | null | fniessink/toisto | # Repository Context
Name: fniessink/toisto
Description:
# Pull Request
## Show all answer notes of all answers.
# Relevant Files Found
## src/toisto/model/language/label.py
```
"""Labels."""
from __future__ import annotations
from collections.abc import Sequence
from typing import Final
class Label(str):
... |
53 | null | cas-packone/packone | # Repository Context
Name: cas-packone/packone
Description:
# Pull Request
## mark cluster active
# Relevant Files Found
## pk1/engines/models.py
```
import time
from uuid import uuid4
from enum import Enum
from threading import Thread
from django.db import models
from django.db.models import Q
from django.cont... |
22 | null | MemTensor/MemOS | # Repository Context
Name: MemTensor/MemOS
Description:
# Pull Request
## ci: Include macOS and Windows in CI pipeline
Expand the CI pipeline to include macOS and Windows environments for testing alongside Ubuntu.
Fix #21 #26
# Relevant Files Found
## src/memos/mem_user/user_manager.py
```
"""User management ... |
2,121 | null | Yelp/paasta | # Repository Context
Name: Yelp/paasta
Description:
# Pull Request
## Add config for kubernetes custom resources
This makes it possible to set the CustomResources that we will sync in
kubernetes as a paasta config dictionary. Means we can add more custom
resources without releasing paasta_tools.
# Relevant Files... |
264 | null | yutiansut/QUANTAXIS | # Repository Context
Name: yutiansut/QUANTAXIS
Description:
# Pull Request
## 数据库复合索引更新
# Relevant Files Found
## QUANTAXIS/QAData/QADataStruct.py
```
# coding :utf-8
"""
定义一些可以扩展的数据结构
方便序列化/相互转换
"""
import datetime
import itertools
import os
import platform
import sys
import time
import webbrowser
from fun... |
5 | null | iancmcc/txrestapi | # Repository Context
Name: iancmcc/txrestapi
Description:
# Pull Request
## port to Python 3 and added txrestapi.json_resource.JsonAPIResource() ffc102f
# Relevant Files Found
## txrestapi/methods.py
```
from zope.interface.advice import addClassAdvisor
def method_factory_factory(method):
def factory(reg... |
4,001 | null | rucio/rucio | # Repository Context
Name: rucio/rucio
Description:
# Pull Request
## Core: Fix caching collision for rse_info and rse_attributes; Fix #3998
# Relevant Files Found
## lib/rucio/common/rse_attributes.py
```
# Copyright European Organization for Nuclear Research (CERN)
#
# Licensed under the Apache License, Versi... |
18,836 | null | demisto/content | # Repository Context
Name: demisto/content
Description:
# Pull Request
## Update documentation and remove licensing
## Original External PR
[external pull request](https://github.com/demisto/content/pull/18818)
## Contributor
@kigerjoel
<!-- REMINDER: THIS IS A PUBLIC REPO DO NOT POST HERE SECRETS/SENSITIVE... |
38 | null | uskudnik/amazon-glacier-cmd-interface | # Repository Context
Name: uskudnik/amazon-glacier-cmd-interface
Description:
# Pull Request
## Fixed problems about iconsistencies with boto.
# Relevant Files Found
## setup.py
```
# -*- coding: utf-8 -*-
"""Installer for this package."""
from setuptools import setup
from setuptools import find_packages
impo... |
201 | null | ESSS/pytest-regressions | # Repository Context
Name: ESSS/pytest-regressions
Description:
# Pull Request
## Allow datetime dtype in dataframe regression (#200)
Add test covering timezone-aware datetime
Fix #200
# Relevant Files Found
## src/pytest_regressions/dataframe_regression.py
```
import os
from pathlib import Path
from typing i... |
62 | null | ajite/hebikani | # Repository Context
Name: ajite/hebikani
Description:
# Pull Request
## fix: listen to audio display + ci
# Relevant Files Found
## hebikani/hebikani.py
```
#!/usr/bin/env python
"""CLI for the WaniKani API.
Usage:
>>> hebikani --help
or in python
>>> from hebikani import hebikani
>>> client... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.