pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
53 | null | sigstore/gh-action-sigstore-python | # Repository Context
Name: sigstore/gh-action-sigstore-python
Description:
# Pull Request
## Bugfix, prep 1.2.1
Fixes the handling of suffixes; the previous use of `with_suffix` would mangle the artifact names if they contained anything that looked like a suffix (e.g. a minor version).
# Relevant Files Found
## a... |
432 | null | docling-project/docling | # Repository Context
Name: docling-project/docling
Description:
# Pull Request
## fix: Fixes for wordx
- Fixes for referencing drawing blip in wordx
- Added safety try-except when trying to load pillow image from a docx blob (protection against unsupported image formats e.g. EMF, WMF, etc.).
- Added explicit dep... |
852 | null | JaidedAI/EasyOCR | # Repository Context
Name: JaidedAI/EasyOCR
Description:
# Pull Request
## fix torchvision<0.13 backward compatibility
fix torchvision<0.13 backward compatibility
# Relevant Files Found
## easyocr/model/modules.py
```
import torch
import torch.nn as nn
import torch.nn.functional as F
import torch.nn.init as init... |
9,820 | null | intel/ipex-llm | # Repository Context
Name: intel/ipex-llm
Description:
# Pull Request
## LLM: fix chatglm3 issue
## Description
### 1. Why the change?
https://github.com/analytics-zoo/nano/issues/905
https://github.com/intel-analytics/BigDL/issues/9768#issuecomment-1869890853
### 2. User API changes
No change.
### ... |
68 | null | vllm-project/vllm-ascend | # Repository Context
Name: vllm-project/vllm-ascend
Description:
# Pull Request
## [Hardware][Ascend]forward_oot for FusedMoE
<!-- Thanks for sending a pull request!
BEFORE SUBMITTING, PLEASE READ https://docs.vllm.ai/en/latest/contributing/overview.html
-->
### What this PR does / why we need it?
In order... |
73 | null | modelscope/DiffSynth-Engine | # Repository Context
Name: modelscope/DiffSynth-Engine
Description:
# Pull Request
## fix sequential offload for wan
# Relevant Files Found
## diffsynth_engine/models/wan/wan_image_encoder.py
```
# Modified from ``https://github.com/openai/CLIP'' and ``https://github.com/mlfoundations/open_clip''
import math
im... |
248 | null | docling-project/docling-core | # Repository Context
Name: docling-project/docling-core
Description:
# Pull Request
## perf: accelerate span deduplication
# Relevant Files Found
## docling_core/experimental/serializer/common.py
```
#
# Copyright IBM Corp. 2024 - 2025
# SPDX-License-Identifier: MIT
#
"""Define base classes for serialization."... |
6 | null | begyy/PaycomUz | # Repository Context
Name: begyy/PaycomUz
Description:
# Pull Request
## Added ON_PROCESS error
If transaction in status processing, returns -31099 code with error message
# Relevant Files Found
## paycomuz/status.py
```
ORDER_NOT_FOUND = -31050
TRANSACTION_NOT_FOUND = -31003
UNABLE_TO_PERFORM_OPERATION = -31008... |
4,098 | null | demisto/demisto-sdk | # Repository Context
Name: demisto/demisto-sdk
Description:
# Pull Request
## [lint] - fixed an issue where lint would crash without internet connectivity
fixes: https://jira-dc.paloaltonetworks.com/browse/XSUP-34151
# Relevant Files Found
## demisto_sdk/commands/common/docker_images_metadata.py
```
from enum im... |
501 | null | wildlife-dynamics/ecoscope | # Repository Context
Name: wildlife-dynamics/ecoscope
Description:
# Pull Request
## Add linear time density function
Closes #494
- Adds a linear time density calculation function
- Adds a generalised version of `get_percentile_area` to do percentile classification over a dataframe column
# Relevant Files Fou... |
20,332 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## Find old UCR datasource tables
@snopoke we talked about this this morning
@esoergel you asked me about this on another PR
This won't actually delete them, but it gives us the info of tables we should drop, number of records and the lat... |
1,296 | null | F5Networks/f5-openstack-agent | # Repository Context
Name: F5Networks/f5-openstack-agent
Description:
# Pull Request
## Device tests fail against BIG-IP 13.0.0
#### What issues does this address?
Device tests fail when checking BIG-IP management address.
#### What's this change do?
13.0.0. introduced a change where the management IP defau... |
2,167 | null | gdsfactory/gdsfactory | # Repository Context
Name: gdsfactory/gdsfactory
Description:
# Pull Request
## Import gds names have longer limit
fixes https://github.com/gdsfactory/gdsfactory/issues/2166
import_gds has a separate max_name_length, which defaults to 250
# Relevant Files Found
## gdsfactory/component.py
```
"""Component is ... |
30 | null | NVlabs/cvdp_benchmark | # Repository Context
Name: NVlabs/cvdp_benchmark
Description:
# Pull Request
## Split sys user prompts
Related issue #28
I am adding `"user"` and `"system"` fields without removing the original `"prompt"` just in case someone is deploying this and it does not conflict with them
```
{
"id": "cvdp_copilo... |
15 | null | safe-global/claiming-app-data | # Repository Context
Name: safe-global/claiming-app-data
Description:
# Pull Request
## Refactor vesting parsing
- Remove code duplication
- Use dateutil parser to parse all variations of ISO8601 dates
# Relevant Files Found
## vestings/csv_parser.py
```
import sqlalchemy.orm as orm
from database import Vesting... |
29 | null | kragniz/python-etcd3 | # Repository Context
Name: kragniz/python-etcd3
Description:
# Pull Request
## Add tests for PEP257 and fix errors
PEP257 specifies docstring conventions, add tests into flake8 to assert
these rules are followed.
Currently ignored are the D1*\* rules which assert that there should be
docstrings on all public metho... |
341 | null | triton-inference-server/perf_analyzer | # Repository Context
Name: triton-inference-server/perf_analyzer
Description:
# Pull Request
## Fix bug in perf analyzer config
# Relevant Files Found
## genai-perf/genai_perf/config/generate/perf_analyzer_config.py
```
# Copyright 2024-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
#
# Licensed un... |
503 | null | protwis/protwis | # Repository Context
Name: protwis/protwis
Description:
# Pull Request
## UPDATE: various minor updates for GproteinDb
# Relevant Files Found
## build/management/commands/build_coupling_data.py
```
import csv
import logging
import os
import sys
from itertools import islice
from collections import defaultdict
im... |
1,810 | null | vllm-project/llm-compressor | # Repository Context
Name: vllm-project/llm-compressor
Description:
# Pull Request
## Use correct model
SUMMARY:
This test was skipped and when run, was giving the can't copy out of meta tensor error. This is because the [model](https://huggingface.co/Xenova/llama2.c-stories110M/discussions/4) is missing lm_head a... |
806 | null | RedHatProductSecurity/component-registry | # Repository Context
Name: RedHatProductSecurity/component-registry
Description:
# Pull Request
## SPDXValidation timeout
Fixes:
CORGI-1070 by called save_component_taxonomy on all root component provides to make sure the graph is the same as the foreign key relationships.
CORGI-1067 by splitting the SPDXVali... |
161 | null | totvs/tir | # Repository Context
Name: totvs/tir
Description:
# Pull Request
## Fix check-grid and add new method check-grid-error
# Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fi... |
6,000 | null | dask/dask | # Repository Context
Name: dask/dask
Description:
# Pull Request
## gh-5999: set `rename_fused_keys` to `None` by default in bag.optimize
This fixes the issue where using `dask.config.set({"fuse_rename_keys": False})` has no effect for optimization of dask bags
- [x] Tests added / passed
- [x] Passes `black das... |
1,598 | null | NVIDIA-Merlin/NVTabular | # Repository Context
Name: NVIDIA-Merlin/NVTabular
Description:
# Pull Request
## Groupby to no longer require groupby_cols in column selector
This is just to demonstrate an issue (I added a test for a case I will describe in a bug report).
I am not sure, but since I pushed to the Merlin/NVTabular repo others ca... |
418 | null | nschloe/tikzplotlib | # Repository Context
Name: nschloe/tikzplotlib
Description:
# Pull Request
## delete more useless files
# Relevant Files Found
## test/helpers.py
```
import os
import subprocess
import tempfile
import matplotlib
import matplotlib.pyplot as plt
import tikzplotlib
def print_tree(obj, indent=""):
"""Recurs... |
86 | null | Qredence/agentic-fleet | # Repository Context
Name: Qredence/agentic-fleet
Description:
# Pull Request
## Tools
This pull request introduces several new tools and makes some updates to existing files in the `agentic_fleet` project. The most important changes include adding new tools for Bing search, calculator, fetching webpages, generatin... |
50,873 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Fix SolarEdge active check on entry setup
<!--
You are amazing! Thanks for contributing to our project!
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
-->
## Proposed change
<!--
Describe the big pictu... |
5 | null | hamolicious/Reddit-Video-Downloader | # Repository Context
Name: hamolicious/Reddit-Video-Downloader
Description:
# Pull Request
## removed cls due to breaking running on linux
Hey! I was testing your script and could not run it, since cls only exists on windows.
# Relevant Files Found
## reddit_video_downloader.py
```
import json
import os ; os.sy... |
20 | null | MayroseLab/Panoramic | # Repository Context
Name: MayroseLab/Panoramic
Description:
# Pull Request
## fix#19
Fixes issue https://github.com/MayroseLab/Panoramic/issues/19.
# Relevant Files Found
## util/rename_gff_features.py
```
"""
Given a gff3 file, renames all
genes (and child features) to:
<PREFIX><i> where <PREFIX> is given
by t... |
144 | null | Emerge-Lab/PufferDrive | # Repository Context
Name: Emerge-Lab/PufferDrive
Description:
# Pull Request
## Add mode for controlled experiments
This PR adds a new mode that lies between `train` and `sweep`, intended for **controlled experiments**. It lets you loop over a small set of specific parameter values, something not supported by `swe... |
145 | null | wookayin/gpustat | # Repository Context
Name: wookayin/gpustat
Description:
# Pull Request
## Add noexcept funcitons `gpu_count` and `is_available`
Commented in https://github.com/wookayin/gpustat/issues/142#issuecomment-1336066463, add new noexcept funcitons `gpu_count` and `is_available`.
Closes #142
# Relevant Files Found
## ... |
146 | null | django-oscar/django-oscar-accounts | # Repository Context
Name: django-oscar/django-oscar-accounts
Description:
# Pull Request
## Add support for Oscar 3, drop support for Oscar 2.1.
Closes #139.
# Relevant Files Found
## sandbox/settings.py
```
import os
from decimal import Decimal as D
import oscar
from oscar.defaults import * # noqa
PROJECT... |
96 | null | MarketSquare/robotframework-robocop | # Repository Context
Name: MarketSquare/robotframework-robocop
Description:
# Pull Request
## remove severity from include/exclude/configure
Closes #80
# Relevant Files Found
## robocop/config/config.py
```
import os
import argparse
import re
import fnmatch
from robocop.version import __version__
class Parse... |
1,930 | null | vllm-project/vllm-ascend | # Repository Context
Name: vllm-project/vllm-ascend
Description:
# Pull Request
## add ut of fused_moe.py
### What this PR does / why we need it?
test for fused_moe.py
### Does this PR introduce _any_ user-facing change?
### How was this patch tested?
- vLLM version: v0.9.2
- vLLM main: https://github.co... |
39 | null | astrovm/ytmusicfs | # Repository Context
Name: astrovm/ytmusicfs
Description:
# Pull Request
## Fix preservation of yt-dlp headers when injecting origin defaults
## Summary
- ensure origin defaults are only added when a case-insensitive match is missing
- add a regression test confirming lowercase user-agent headers are preserved duri... |
188 | null | MarechJ/hll_rcon_tool | # Repository Context
Name: MarechJ/hll_rcon_tool
Description:
# Pull Request
## Hotfix/django migrations
Removes the unused `rconweb/entrypoint.sh` and adds creation of Django migrations to the root `entrypoint.sh`
The `api_rconuser` relation which correlates to `RconUser` in `rconweb.api.models` migration was n... |
21 | null | majiidd/persiantools | # Repository Context
Name: majiidd/persiantools
Description:
# Pull Request
## Feat/python3.10
Update packages version and add pre-commit ci
# Relevant Files Found
## persiantools/__init__.py
```
# _ __ __
# ____ ___ __________(_)___ _____ / /_____ ____ ... |
165 | null | PanidaRumriankit/ku-vein | # Repository Context
Name: PanidaRumriankit/ku-vein
Description:
# Pull Request
## Really finish Note backend
1. Use base64 to decode base64 encode str and save the pdf in the local database.
2. Add file_name field
3. If file_name already exists in the database it will create (1...2...3..4) after the name of th... |
324 | null | napari/napari | # Repository Context
Name: napari/napari
Description:
# Pull Request
## Expand button
# Description
This PR resolves #321 by adding a button to explicitly expand the layer properties. As requested by @jni it preserves the option to doubleclick elsewhere inside the the layer properties to toggle the expansion.
R... |
506 | null | KristopherKubicki/glimpser | # Repository Context
Name: KristopherKubicki/glimpser
Description:
# Pull Request
## Fix symlink handling in archiver
## Summary
- ignore symlinks when scanning screenshots
- prevent infinite symlink loops from latest image links
## Testing
- `flake8`
- `pytest -q`
------
https://chatgpt.com/codex/tasks/task_e_68... |
18,749 | null | langchain-ai/langchain | # Repository Context
Name: langchain-ai/langchain
Description:
# Pull Request
## feat(experimental): add support for modin in pandas agent
Added support for Intel's [modin](https://github.com/modin-project/modin) in `create_pandas_dataframe_agent`.
# Relevant Files Found
## libs/experimental/langchain_experime... |
83 | null | voxel51/fiftyone-brain | # Repository Context
Name: voxel51/fiftyone-brain
Description:
# Pull Request
## Duplicate detection methods
Requires the corresponding PR https://github.com/voxel51/fiftyone/pull/1189 in order to function.
This PR adds new duplicate and unique sample/object detection methods, which are exposed on the `Similarit... |
6 | null | jzilly/RecurrentHighwayNetworks | # Repository Context
Name: jzilly/RecurrentHighwayNetworks
Description:
# Pull Request
## Fix resetting of initial hidden states
Hi Rupesh / Julian,
Please take a look at this small fix (for Theano code). This is for correctly resetting RHN initial hidden states (relevant when RHNs are stacked).
Thanks.
# Releva... |
274 | null | archivy/archivy | # Repository Context
Name: archivy/archivy
Description:
# Pull Request
## feat: add ARCHIVY_INTERNAL_DIR_PATH env variable
Allows overriding default internal dir, instead of
the path chosen by appdirs
Example:
```
(venv) clemux@charlotte:~/dev/archivy$ ARCHIVY_INTERNAL_DIR_PATH=/tmp/ archivy init
This is... |
11 | null | DevilsAutumn/timeseed | # Repository Context
Name: DevilsAutumn/timeseed
Description:
# Pull Request
## Tests setup and generator tests added
# Relevant Files Found
# Edits
This pull request adds a comprehensive test suite for the TimeSeed ID generator, establishing testing infrastructure and validating core functionality. It introd... |
277 | null | laminlabs/lamindb-setup | # Repository Context
Name: laminlabs/lamindb-setup
Description:
# Pull Request
## 🐛 Fix a synchronization issue during init of remote sqlite
# Relevant Files Found
## lndb/_settings_instance.py
```
import os
import shutil
from pathlib import Path
from typing import Literal, Optional, Set, Tuple, Union
import ... |
333 | null | modelon-community/impact-client-python | # Repository Context
Name: modelon-community/impact-client-python
Description:
# Pull Request
## Akn/feat/analysis view
# Relevant Files Found
## modelon/impact/client/entities/modeling.py
```
from typing import List, Optional
from modelon.impact.client.configuration import Experimental
from modelon.impact.cli... |
7 | null | dijo-d/RouteSage | # Repository Context
Name: dijo-d/RouteSage
Description:
# Pull Request
## Updated main.py
Bug fix : failed to add json export
# Relevant Files Found
## src/routesage/cli/main.py
```
import click
from rich.console import Console
from rich.panel import Panel
from rich import print as rprint
from rich.theme import... |
71 | null | dynamical-org/reformatters | # Repository Context
Name: dynamical-org/reformatters
Description:
# Pull Request
## Run validation at 10am UTC
One hour later to give a little more wiggle room to the update
# Relevant Files Found
## src/reformatters/noaa/gefs/forecast_35_day/reformat.py
```
import concurrent.futures
import json
import os
impor... |
861 | null | py-why/dowhy | # Repository Context
Name: py-why/dowhy
Description:
# Pull Request
## Add parameter in bar_plot to sort names alphabetically
Signed-off-by: Patrick Bloebaum <bloebp@amazon.com>
# Relevant Files Found
## dowhy/gcm/util/plotting.py
```
import logging
from copy import deepcopy
from typing import Any, Dict, List, O... |
300 | null | joke2k/faker | # Repository Context
Name: joke2k/faker
Description:
# Pull Request
## Update ja_JP for username and domain
In order to get username and domain in ja_JP
・Add [Romanized Japanese](https://en.wikipedia.org/wiki/Romanization_of_Japanese) person name
・Add internet provider for ja_JP
# Relevant Files Found
## faker/p... |
79 | null | axfelix/frdr_harvest | # Repository Context
Name: axfelix/frdr_harvest
Description:
# Pull Request
## Add affiliation information to harvest.
* Capture AuthEnty_Affil in MarkLogic repositories.
* Capture creatorAffiliation from FRDR.
* Add affiliation data to gmeta dump.
# Relevant Files Found
## harvester/DBInterface.py
```
imp... |
5,153 | null | hpcaitech/ColossalAI | # Repository Context
Name: hpcaitech/ColossalAI
Description:
# Pull Request
## [LowLevelZero] low level zero support lora
## 📌 Checklist before creating the PR
- [x] I have created an issue for this PR for traceability
- [x] The title follows the standard format: `[doc/gemini/tensor/...]: A concise description... |
23 | null | fusion-energy/plasmaboundaries | # Repository Context
Name: fusion-energy/plasmaboundaries
Description:
# Pull Request
## Increase performances
Setting the initial guess at zero seems to increase the performances
# Relevant Files Found
## plasmaboundaries/model.py
```
import plasmaboundaries
import numpy as np
from scipy.optimize import fsolve
... |
16,437 | null | zulip/zulip | # Repository Context
Name: zulip/zulip
Description:
# Pull Request
## Stop hardcoding latest desktop app version in /apps page and compatibility test
Not ready yet for a review. I have asked a couple of questions in which needs to be clarified first https://chat.zulip.org/#narrow/stream/16-desktop/topic/https.3A.2F... |
33 | null | CiscoSystems/neutron | # Repository Context
Name: CiscoSystems/neutron
Description:
# Pull Request
## Fix bug related to metadata fix for DE513
Due to improper logic in the patch, if the
router wasn't plugged into the floating network
and therefore had no qg interface, interface_name would
come back empty and throw an exception when atte... |
35 | null | rlworkgroup/akro | # Repository Context
Name: rlworkgroup/akro
Description:
# Pull Request
## Rewrite automatic versioning
The previous automatic versioning script was flawed. It produced the
correct package version for documentation builds and building PyPI
distributions, but produced an incorrect version when you run setup.py
from ... |
336 | null | ScienceBasedTargets/SBTi-finance-tool | # Repository Context
Name: ScienceBasedTargets/SBTi-finance-tool
Description:
# Pull Request
## Target dashboard formatting freedom and expanded SBTi class logic
Updates to account for updated SBTi target table structure from old Companies Taking Action format.
# Relevant Files Found
## SBTi/configs.py
```
"""
T... |
2,728 | null | llamastack/llama-stack | # Repository Context
Name: llamastack/llama-stack
Description:
# Pull Request
## fix: Don't cache clients for passthrough auth providers
# What does this PR do?
Some of our inference providers support passthrough authentication via `x-llamastack-provider-data` header values. This fixes the providers that support... |
579 | null | rdmorganiser/rdmo | # Repository Context
Name: rdmorganiser/rdmo
Description:
# Pull Request
## Invite email multi site
For #576
* [x] add the tests
# Relevant Files Found
## rdmo/projects/utils.py
```
import logging
from pathlib import Path
logger = logging.getLogger(__name__)
def get_value_path(project, snapshot=None):
... |
34 | null | socialwifi/kubepy | # Repository Context
Name: socialwifi/kubepy
Description:
# Pull Request
## Support kubernetes namespaces.
<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/socialwifi/kubepy/34)
<!-- Reviewa... |
69 | null | siliconlad/pybag | # Repository Context
Name: siliconlad/pybag
Description:
# Pull Request
## feat: Automate Version Update When Creating Release
Some changes go lost (force push?): https://github.com/siliconlad/pybag/pull/66
# Relevant Files Found
## src/pybag/__init__.py
```
__version__ = "0.2.0"
from .types import (
Array,... |
228 | null | mill1000/midea-msmart | # Repository Context
Name: mill1000/midea-msmart
Description:
# Pull Request
## Use class instead of ID to filter for specific responses
It appears a user is getting back responses with IDs that match capabilities responses by the response is constructed as a base Response object.
This is likely due to #123
... |
3 | null | derpston/python-graphiteudp | # Repository Context
Name: derpston/python-graphiteudp
Description:
# Pull Request
## Make changes so this will run under python 3.
# Relevant Files Found
## src/graphiteudp.py
```
__version__ = "0.0.2"
import time
import logging
import warnings
import socketcache
logger = logging.getLogger("graphiteudp")
# I... |
1,340 | null | GPflow/GPflow | # Repository Context
Name: GPflow/GPflow
Description:
# Pull Request
## Fix "comprehensiveness" tests
There is a test in test_likelihoods that checks whether we missed any likelihood in the test - this is so we are reminded to add tests when we add new likelihoods! But the test was broken, and this PR fixes the tes... |
135 | null | jazzband/django-categories | # Repository Context
Name: jazzband/django-categories
Description:
# Pull Request
## Django 1.11 compatibility
Replaced RequestContext with a simple dict
# Relevant Files Found
## categories/editor/tree_editor.py
```
from django.contrib import admin
from django.db.models.query import QuerySet
from django.contrib... |
47 | null | opsdroid/opsdroid | # Repository Context
Name: opsdroid/opsdroid
Description:
# Pull Request
## Refactor the start connectors function to remove duplicate code
# Relevant Files Found
## opsdroid/core.py
```
"""Core components of OpsDroid."""
import logging
import sys
import weakref
from multiprocessing import Process
from opsdroi... |
10 | null | MKutka/meraki-magic-mcp | # Repository Context
Name: MKutka/meraki-magic-mcp
Description:
# Pull Request
## Fix type hint for call_meraki_api parameters field
Changed parameters type hint from `dict = None` to `Optional[Dict[str, Any]] = None` for better type safety and compatibility with type checkers.
# Relevant Files Found
## meraki-mc... |
178 | null | betcode-org/betfair | # Repository Context
Name: betcode-org/betfair
Description:
# Pull Request
## build.sh added
HISTORY.rst added
ciso and requests upgraded
# Relevant Files Found
## betfairlightweight/__init__.py
```
import logging
from .apiclient import APIClient
from .exceptions import BetfairError
from .streaming import Stre... |
160 | null | ShipChain/transmission | # Repository Context
Name: ShipChain/transmission
Description:
# Pull Request
## Fix ordering for transaction
When listing the transactions for a specific shipment, the ordering of them was not working. This fixes that issue so that the ordering works as intended.
# Relevant Files Found
## apps/eth/views.py
```
... |
31 | null | rishabhbatra10/in | # Repository Context
Name: rishabhbatra10/in
Description:
# Pull Request
## Add ignore cities option in get cities, to ignore any specific city
# Relevant Files Found
## india/__init__.py
```
"""Initializing module India """
# @coding: utf-8
# @author: Rishabh Batra
# @email: rishabhbatra1002@gmail.com
# Modul... |
21,600 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## Allow advanced multi-value user data filter
https://trello.com/c/2FPRIvrQ/236-update-reminders-ui-to-allow-checking-a-property-against-multiple-values-in-special-user-data-filter

This reverts commit c5f12acf3910068c94d8caa5360e041bbcb47912.
Conflicts:
```
scipy/optimize/minimize.py
```
# Relevant Files Found
## scipy/optimize/minimize.... |
84 | null | NeuralEnsemble/libNeuroML | # Repository Context
Name: NeuralEnsemble/libNeuroML
Description:
# Pull Request
## Test generateds
Using latest version of generateds
# Relevant Files Found
## neuroml/__init__.py
```
from .nml.nml import * # allows importation of all neuroml classes
__version__ = '0.2.45'
current_neuroml_version = "v2beta5... |
21,608 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## meson: add 0.56.2
# Relevant Files Found
## var/spack/repos/builtin/packages/meson/package.py
```
# Copyright 2013-2021 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for detai... |
1 | null | hegdevinayi/icsd-queryer | # Repository Context
Name: hegdevinayi/icsd-queryer
Description:
# Pull Request
## remove pyvirtual display as dependency
This PR removes `pyvirtualdisplay` from the module. `pyvirtualdisplay` requires an X11 display server which is not installed on all systems, so this change should promote cross-platform compatib... |
55 | null | adapt-python/adapt | # Repository Context
Name: adapt-python/adapt
Description:
# Pull Request
## Add n_features_in_ to BaseAdapt
# Relevant Files Found
## adapt/base.py
```
"""
Base for adapt
"""
import warnings
import inspect
from copy import deepcopy
import numpy as np
import tensorflow as tf
from sklearn.base import BaseEstim... |
563 | null | wizarrrr/wizarr | # Repository Context
Name: wizarrrr/wizarr
Description:
# Pull Request
## Fix settings toggles to save correctly
The Plex Downloads and Plex TV checkboxes in settings were not saving correctly. This is because it was an issue with the booleans being stringified in the db and not being converted back properly. Now t... |
467 | null | automl/Auto-PyTorch | # Repository Context
Name: automl/Auto-PyTorch
Description:
# Pull Request
## [FIX] Numerical stability scaling for timeseries forecasting tasks
<!--- Provide a general summary of your changes in the Title above -->
## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all the ... |
202 | null | browser-use/web-ui | # Repository Context
Name: browser-use/web-ui
Description:
# Pull Request
## fix: correct typo
massage -> message
# Relevant Files Found
## src/agent/custom_agent.py
```
import json
import logging
import pdb
import traceback
from typing import Optional, Type, List, Dict, Any, Callable
from PIL import Image, Imag... |
378 | null | vertexproject/synapse | # Repository Context
Name: vertexproject/synapse
Description:
# Pull Request
## fixes for comp types in long form opers, new query planning pass, limit() oper
the long form oper parser has been updated to properly use parse_valu to chop up internal arguments ( fixing issue with comp syntax as values in oper()
ad... |
20,499 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## clingo: prefer master branch
Most people installing `clingo` with Spack are going to be doing it to use the new concretizer, and that requires the `master` branch for unsatisfiable core support.
- [x] make `master` the default so we don't have... |
7,089 | null | dask/dask | # Repository Context
Name: dask/dask
Description:
# Pull Request
## Partially fix cumprod
- [ ] Tests passed
- [x] Passes `black dask` / `flake8 dask`
This is on top of #7084 but just the last commit contains a change. It's not a great fix, but basically, just make sure that `npartitions` of the flattened array... |
543 | null | jazzband/sorl-thumbnail | # Repository Context
Name: jazzband/sorl-thumbnail
Description:
# Pull Request
## Added setting THUMBNAIL_REMOVE_URL_ARGS
Suggested setting to allow disabling removal of GET arguments from URL:s.
# Relevant Files Found
## sorl/thumbnail/conf/defaults.py
```
from __future__ import unicode_literals
from django.con... |
1,139 | null | UCL/TLOmodel | # Repository Context
Name: UCL/TLOmodel
Description:
# Pull Request
## Fix brittle relative path to resource file in contraception and add test to catch problems like this in future
Fixes #1137
Adds a new test which checks that we can register all modules (which calls `read_parameters` method for each module) d... |
1,704 | null | cta-observatory/ctapipe | # Repository Context
Name: cta-observatory/ctapipe
Description:
# Pull Request
## Fix two numpy deprecation warnings
# Relevant Files Found
## ctapipe/image/extractor.py
```
"""
Charge extraction algorithms to reduce the image to one value per pixel
"""
__all__ = [
"ImageExtractor",
"FullWaveformSum",
... |
696 | null | visuanalytics/visuanalytics | # Repository Context
Name: visuanalytics/visuanalytics
Description:
# Pull Request
## [Implementierung] Fehler bei den Api abfragen
resolves #695
# Relevant Files Found
## src/visuanalytics/analytics/control/procedures/step_data.py
```
"""
Modul das die Klasse :class:`StepData` beinhaltet.
"""
import numbers
fr... |
32,129 | null | frappe/frappe | # Repository Context
Name: frappe/frappe
Description:
# Pull Request
## Revert "fix(HTML Editor): extraction of images"
Reverts frappe/frappe#28873
Parsing what is present in HTML field is not desired either. This was just supposed to be a dumb text field with different UI. Image parsing is for pasted links in... |
9,171 | null | numba/numba | # Repository Context
Name: numba/numba
Description:
# Pull Request
## Fix the implementation of a special method
In file: controlflow.py, class: `CFGraph`, there is a special method `__eq__` that raises a [`NotImplementedError`](https://docs.python.org/3/library/exceptions.html#NotImplementedError). If a special me... |
939 | null | deepset-ai/haystack-core-integrations | # Repository Context
Name: deepset-ai/haystack-core-integrations
Description:
# Pull Request
## refactor: introduce `_convert_message_to_llamacpp_format` utility function
### Related Issues
part of https://github.com/deepset-ai/haystack/issues/8144
### Proposed Changes:
Create a utility function and use it i... |
82 | null | google/budou | # Repository Context
Name: google/budou
Description:
# Pull Request
## Fix mecab warnings and docstrings
# Relevant Files Found
## budou/mecabsegmenter.py
```
# -*- coding: utf-8 -*-
#
# Copyright 2018 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file exc... |
249 | null | meyer-lab/tHMM | # Repository Context
Name: meyer-lab/tHMM
Description:
# Pull Request
## Vector viterbi
I've tried to vectorize across state_j, but broke something. Could someone take a look?
# Relevant Files Found
## lineage/Viterbi.py
```
'''This file contains the methods for the Viterbi algorithm implemented in an a upward r... |
1,002 | null | holoviz/param | # Repository Context
Name: holoviz/param
Description:
# Pull Request
## Deprecate version.py
Closes https://github.com/holoviz/param/issues/999
There are probably fancier ways to implement that but I think that will do the job.
# Relevant Files Found
## param/version.py
```
"""
Provide consistent and up-to-da... |
104 | null | TUV-SUD-Product-Service-GmbH/QuteStyle | # Repository Context
Name: TUV-SUD-Product-Service-GmbH/QuteStyle
Description:
# Pull Request
## Addressing #103
- Updated framework to python 3.12
- refactored resource file building
# Relevant Files Found
## qute_style/dev/dev_functions.py
```
"""Development functions."""
# mypy: ignore-errors
from __future_... |
11 | null | gbiggs/pykg-config | # Repository Context
Name: gbiggs/pykg-config
Description:
# Pull Request
## Add support for Python 3
These patches add support for Python 3. Tested with Python 2.6, 2.7, 3.2, 3.3, and 3.4.
# Relevant Files Found
## pykg-config.py
```
#!/usr/bin/env python
# Copyright (c) 2009, Geoffrey Biggs
# All rights rese... |
399 | null | dice-group/Ontolearn | # Repository Context
Name: dice-group/Ontolearn
Description:
# Pull Request
## Triplestore improvements and some tests refactoring
- Made hierarchy load in KB optional
- Overwrote methods related to hierarchy in `TripleStoreKnowledgeBase`
- Implemented method `data_property_range_axioms` for `TripleStoreOntology... |
5 | null | uselotus/lotus-python | # Repository Context
Name: uselotus/lotus-python
Description:
# Pull Request
## new get_access endpoints
Resolves LOT-510
# Relevant Files Found
## lotus/__init__.py
```
from lotus.client import Client
from lotus.version import VERSION
__version__ = VERSION
"""Settings."""
api_key = None
host = None
on_error =... |
15,073 | null | Chia-Network/chia-blockchain | # Repository Context
Name: Chia-Network/chia-blockchain
Description:
# Pull Request
## Bump filelock from 3.9.0 to 3.12.0
Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.9.0 to 3.12.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/tox-dev/py-filelock/rele... |
62 | null | MarketSquare/robotframework-robocop | # Repository Context
Name: MarketSquare/robotframework-robocop
Description:
# Pull Request
## Add basic unit tests for argument validation
# Relevant Files Found
## robocop/config/config.py
```
import argparse
import re
import fnmatch
from robocop.version import __version__
class ParseDelimetedArgAction(argp... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.