pr_id
int64
repo_id
null
repo_name
string
text
string
93
null
JetBrains-Research/code2seq
# Repository Context Name: JetBrains-Research/code2seq Description: # Pull Request ## Add resume train script # Relevant Files Found ## evaluate.py ``` from argparse import ArgumentParser import torch from pytorch_lightning import Trainer, seed_everything from dataset import PathContextDataModule from model i...
781
null
open-mmlab/mmaction2
# Repository Context Name: open-mmlab/mmaction2 Description: # Pull Request ## [Improvement] Add softmax option for pytorch2onnx tool. ## Description Now the exported recognizer onnx model doesn't have a softmax layer. In order to get predictions in range `[0, 1]`, `--softmax` option is added to `pytorch2onnx.py`,...
4,750
null
dmwm/T0
# Repository Context Name: dmwm/T0 Description: # Pull Request ## Change CMSSW version to 12_4_8 Update Production and Replay configuration to CMSSW_12_4_8 after successful replay in https://github.com/dmwm/T0/pull/4748 # Relevant Files Found ## etc/ProdOfflineConfiguration.py ``` """ _OfflineConfiguration_ Pro...
52,111
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## PERF: DatetimeIndex comparison with Timestamp mismatched resos - [x] closes #52080 (Replace xxxx with the GitHub issue number) - [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#...
5,942
null
optuna/optuna
# Repository Context Name: optuna/optuna Description: # Pull Request ## [backport] Backport PRs for v3.5.1 release. ## Motivation To release v3.5.1 ## Description of the changes Backport https://github.com/optuna/optuna/pull/5451, https://github.com/optuna/optuna/pull/5759, and https://github.com/optuna/optuna...
883
null
zhmcclient/python-zhmcclient
# Repository Context Name: zhmcclient/python-zhmcclient Description: # Pull Request ## End2end tests: Skipping testcase when no DPMs of desired type are provided No review needed. # Relevant Files Found ## tests/end2end/test_activation_profile.py ``` # Copyright 2017-2021 IBM Corp. All Rights Reserved. # # Licen...
129
null
CarperAI/trlx
# Repository Context Name: CarperAI/trlx Description: # Pull Request ## Add `BloomModel` hydra support This PR adds hydra-based PPO model branching support for `BloomModel`s. `wandb` reports: * [PPO Sentiment](https://wandb.ai/jon-tow/bloom-trlx/reports/trlx-BLOOM-Hydra-Support-Sanity-Benchmark--VmlldzozMTExNzQ...
3,915
null
hypothesis/h
# Repository Context Name: hypothesis/h Description: # Pull Request ## Move Subscriptions model into h.models package As part of an effort to move all models into the h.models package, this moves the Subscriptions model out of h.notification and into h.models. Last one! 🎉 # Relevant Files Found ## h/models/__i...
52,075
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Move zwave_js migration tests into new module ## Proposed change Little bit of cleanup to make the tests easier to browse ## Type of change <!-- What type of change does your PR introduce to Home Assistant? NOTE: Please, chec...
359
null
RobotWebTools/rosbridge_suite
# Repository Context Name: RobotWebTools/rosbridge_suite Description: # Pull Request ## rosbridge_server: Publish number of connected clients on latched topic. Title says it all :smiley: # Relevant Files Found ## rosbridge_server/scripts/rosbridge_tcp.py ``` #!/usr/bin/env python from __future__ import print_f...
328
null
TerryHowe/ansible-modules-hashivault
# Repository Context Name: TerryHowe/ansible-modules-hashivault Description: # Pull Request ## Fix hashivault_audit_list `changed` state Make hashivault_audit_list always return as unchanged/OK, since it never changes Vault state. This behavior is consistent with other reading/listing modules, e.g. hashivault_app...
170
null
fizyk/port-for
# Repository Context Name: fizyk/port-for Description: # Pull Request ## Ruff Chore that needs to be done: * [ ] Add newsfragment `pipenv run towncrier create [issue_number].[type].rst` Types are defined in the pyproject.toml, issue_numer either from issue tracker or the Pull request number # Relevant Files ...
12,745
null
red-hat-storage/ocs-ci
# Repository Context Name: red-hat-storage/ocs-ci Description: # Pull Request ## enable workload_ui.WorkloadUi for disconnected clusters In disconnected deplyoments, mirror images used in WorkloadUi to mirror registry. This is fixing test_requested_capacity_breakdown test failure on disconnected deployments. # ...
41
null
J-CPelletier/webcomix
# Repository Context Name: J-CPelletier/webcomix Description: # Pull Request ## Add ability to spawn and cleaup splash container automatically # Relevant Files Found ## webcomix/cli.py ``` #! python3 import click from webcomix.comic import Comic from webcomix.exceptions import CrawlerBlocked, NextLinkNotFound...
1,911
null
langchain-ai/langchain
# Repository Context Name: langchain-ai/langchain Description: # Pull Request ## human input default # Relevant Files Found ## langchain/tools/human/tool.py ``` """Tool for asking human input.""" from typing import Callable from langchain.tools.base import BaseTool class HumanInputRun(BaseTool): """Tool...
475
null
googleapis/python-aiplatform
# Repository Context Name: googleapis/python-aiplatform Description: # Pull Request ## chore: add .coveragerc in schema/predict/* PiperOrigin-RevId: 378689078 Source-Link: https://github.com/googleapis/googleapis/commit/c670b27290cd26a80d700f94236d7f8764078390 Source-Link: https://github.com/googleapis/googleapis...
113
null
nespinoza/juliet
# Repository Context Name: nespinoza/juliet Description: # Pull Request ## Adding light travel time code Note: this function requires that the stellar radius be provided in order to convert from relative units to physical units. At present, juliet seems not to require that this be added. I also tried to adjust m...
11
null
icchy/tracecorn
# Repository Context Name: icchy/tracecorn Description: # Pull Request ## Dev # Relevant Files Found ## test.py ``` import unitracer from unitracer.lib.windows.pe import PE from capstone import * from capstone.x86_const import * def test_pe(): # print "kernel32.dll" # pe = PE("./dll/kernel32.dll") ...
1,125
null
modal-labs/modal-client
# Repository Context Name: modal-labs/modal-client Description: # Pull Request ## Cancel an ASGI app if no input is received in 5 seconds. This resolves a rare race condition where user functions may continue running if a request disconnects within a short (<2 ms) window after it starts and internally invokes the e...
561
null
streamlink/streamlink
# Repository Context Name: streamlink/streamlink Description: # Pull Request ## utils.l10n: fix bug in iso3166 country lookup The `pycountry` vs. `iso639+iso3166` l10n tests were broken so that the only the `pycountry` tests were being run. This has now been fixed, which uncovered a bug in the `iso3166` country loo...
592
null
mars-project/mars
# Repository Context Name: mars-project/mars Description: # Pull Request ## Fix proto-serialization for certain dtypes. ## What do these changes do? `np.dtype(pickle.dumps(dtype))` will raise `ValueError`, rather than `TypeError` for certain dtypes (see the following two examples). The bug was initially obser...
237
null
metagenome-atlas/atlas
# Repository Context Name: metagenome-atlas/atlas Description: # Pull Request ## Solvecheckpoints renames checkm results for representatives genomes instead of re-running them. # Relevant Files Found ## atlas/rules/predict_genes_of_genomes.py ``` #!/usr/bin/env python3 # python 3.5 without f strings import ar...
1,200
null
mitodl/ocw-studio
# Repository Context Name: mitodl/ocw-studio Description: # Pull Request ## Revert API change #### Pre-Flight checklist - [x] Testing - [x] Code is tested - [x] Changes have been manually tested #### What are the relevant tickets? Related to #1188 #### What's this PR do? Reverts changes to the w...
112
null
chezou/tabula-py
# Repository Context Name: chezou/tabula-py Description: # Pull Request ## Implement read_pdf_with_template() function This PR introduces extract PDF with Tabula app JSON templates. Close #111 Example: ```py In [7]: dfs = tabula.read_pdf_with_template('./examples/data.pdf', './examples/data.tabula-templa...
241
null
aliya-rahmani/Projects
# Repository Context Name: aliya-rahmani/Projects Description: # Pull Request ## Cab Problem ADDED This add an problem about compute the value of a trip in an cab. # Relevant Files Found # Edits This pull request adds two Python programs: one solving a taxi distance calculation problem and another comparing so...
1,214
null
opentensor/bittensor
# Repository Context Name: opentensor/bittensor Description: # Pull Request ## Fix (un)stake multiple Errors on stake/unstake when `wallet.hotkey` is not defined (e.g. `(un)stake --all`) # Relevant Files Found ## bittensor/_subtensor/extrinsics/staking.py ``` # The MIT License (MIT) # Copyright © 2021 Yuma Rao #...
567
null
Princeton-CDH/geniza
# Repository Context Name: Princeton-CDH/geniza Description: # Pull Request ## #501 - Use [digital Geniza document edition] for untitled sources # Relevant Files Found ## geniza/footnotes/models.py ``` from django.contrib.contenttypes.fields import GenericForeignKey from django.contrib.contenttypes.models impor...
41
null
zenseact/zod
# Repository Context Name: zenseact/zod Description: # Pull Request ## Add ego-road annotation object Adds a new object that allows for the separation of the different ego-road classes during parsing. # Relevant Files Found ## zod/anno/parser.py ``` """Annotation parsers.""" import json from dataclasses import d...
248
null
langchain-ai/deepagents
# Repository Context Name: langchain-ai/deepagents Description: # Pull Request ## Revert "fix(cli): Abort functionality, autocomplete, and fixed memory prompts" Reverts langchain-ai/deepagents#246 # Relevant Files Found ## libs/deepagents-cli/deepagents_cli/agent.py ``` """Agent management and creation for the C...
264
null
erigones/esdc-ce
# Repository Context Name: erigones/esdc-ce Description: # Pull Request ## Fixed issue #263 Super admin delete user and got error 500 Closes issue #263 # Relevant Files Found ## gui/dc/user/views.py ``` from django.db.models import Q from django.db import transaction from django.utils.translation import ugettext...
49,537
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## add nsot external pillar module ### What does this PR do? Adds the nsot external pillar module, allowing pillar from nsot. ### What issues does this PR fix or reference? N/A ### Tests written? No ### Commits signed with GPG? N...
68
null
gradion-ai/hybrid-groups
# Repository Context Name: gradion-ai/hybrid-groups Description: # Pull Request ## Command expansion integrated into main message and request flow # Relevant Files Found ## hygroup/gateway/slack/gateway.py ``` import asyncio import logging import os import re from dataclasses import dataclass, field from typing...
1,031
null
huggingface/peft
# Repository Context Name: huggingface/peft Description: # Pull Request ## Add testing for regex matching and other custom kwargs # What does this PR do? Currently, testing wrt different types of config kwargs is a bit disorganized. This is my attempt to have a file where custom kwargs for different adapters can...
983
null
kymatio/kymatio
# Repository Context Name: kymatio/kymatio Description: # Pull Request ## FIX `_reduction=np.sum` (vs default `np.mean`) in JTFS sc filter factory Fixes #984 With @cyrusvahidi we have spotted an issue in scattering filter factory, while working on JTFS ```python # Resample to smaller resolutions if necess...
8,880
null
CenterForOpenScience/osf.io
# Repository Context Name: CenterForOpenScience/osf.io Description: # Pull Request ## [Hotfix] Prevent 502s fetching admin claim links ## Purpose >Prevent 502s fetching admin claim links ## Changes * Prevent 502s fetching admin claim links ## QA Notes Can be tested by adding an unregistered user to a regis...
722
null
pytorch/tensordict
# Repository Context Name: pytorch/tensordict Description: # Pull Request ## [Feature] Pointwise arithmetic operations using foreach Test the feature: ```python from tensordict import TensorDict from torch.nn import Transformer import torch from torch.utils.benchmark import Timer t = Transformer(device="cuda"...
51,769
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## pchanges no longer included ### What does this PR do? Fixing reg tests: ``` unit.states.test_reg.RegTestCase.test_present unit.states.test_reg.RegTestCase.test_present_existing unit.states.test_reg.RegTestCase.test_present_existing_test...
5,099
null
oppia/oppia
# Repository Context Name: oppia/oppia Description: # Pull Request ## Milestone 1.2: Lesson translation dashboard. <!-- - Thanks for submitting code to Oppia! Please fill out the following as part of - your pull request so we can review your code more easily. --> ## Explanation This PR will allow an ex...
196
null
jmoiron/humanize
# Repository Context Name: jmoiron/humanize Description: # Pull Request ## Add documentation and release notes to project_urls Changes proposed in this pull request: * Add documentation and release notes to `project_urls` to show as shortcuts on PyPI * Fix docstring formatting * Update/simplify config # Rel...
308
null
pybamm-team/PyBaMM
# Repository Context Name: pybamm-team/PyBaMM Description: # Pull Request ## #307 remove duplicate code in integrals # Description Refactor `IndefiniteIntegral` to remove duplicate code Fixes #307 ## Type of change - [x] New feature (non-breaking change which adds functionality) # Key checklist: - ...
68,910
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Don't override temperature unit for sensors <!-- 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 pic...
353
null
exo-lang/exo
# Repository Context Name: exo-lang/exo Description: # Pull Request ## rewrote commute_expr with internal cursors # Relevant Files Found ## src/exo/API_scheduling.py ``` # import ast as pyast import functools import inspect import re # import types from dataclasses import dataclass from typing import Any, List...
42,616
null
huggingface/transformers
# Repository Context Name: huggingface/transformers Description: # Pull Request ## update and add Expectations for mistral3/internvl tests This PR adds and update ROCm-specific expectations for msitral3/internvl tests and updates several some cuda expectations. # Relevant Files Found ## tests/models/internvl/test...
102
null
nvidia-cosmos/cosmos-predict2
# Repository Context Name: nvidia-cosmos/cosmos-predict2 Description: # Pull Request ## replacing UniformTemporalSubsample to consecutive frame extraction method * `UniformTemporalSubsample` is replaced with a custom frame extraction method. * Using the video's original fps, consecutive frames are extracted at r...
429
null
splunk/splunk-sdk-python
# Repository Context Name: splunk/splunk-sdk-python Description: # Pull Request ## documented how to access modular input metadata - modified README.md file and github_commit.py file so user can easily get an idea of how to access modular input metadata - gave reference of github_commits modular input example for ...
23
null
cannlytics/cannlytics-website
# Repository Context Name: cannlytics/cannlytics-website Description: # Pull Request ## Fixed premium check for videos and PayPal checkout This fixes the following issues: - Issue #21 The video page throws a 500 error - Issue #22 PayPal subscription checkout does not render Also fixed a handful of grammatica...
26,155
null
langchain-ai/langchain
# Repository Context Name: langchain-ai/langchain Description: # Pull Request ## openai[patch]: set protected namespaces on embeddings # Relevant Files Found ## libs/partners/openai/langchain_openai/embeddings/base.py ``` from __future__ import annotations import logging import warnings from typing import ( ...
4,326
null
ITISFoundation/osparc-simcore
# Repository Context Name: ITISFoundation/osparc-simcore Description: # Pull Request ## ⬆️🔒️ Maintenance: starlette-stack updates due to vulnerabilities <!-- Title Annotations: WIP: work in progress 🐛 Fix a bug. ✨ Introduce new features. 🎨 Enhance existing feature. ♻️ Refactor code. ...
9,802
null
PaddlePaddle/PaddleOCR
# Repository Context Name: PaddlePaddle/PaddleOCR Description: # Pull Request ## update PPLCNetV3 name att # Relevant Files Found ## ppocr/modeling/backbones/__init__.py ``` # Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you m...
317
null
sgl-project/sglang-jax
# Repository Context Name: sgl-project/sglang-jax Description: # Pull Request ## fix profile with start_step and num_steps https://github.com/sgl-project/sglang-jax/issues/316 # Relevant Files Found ## python/sgl_jax/srt/managers/scheduler_profiler_mixing.py ``` import logging import os from pathlib import Pat...
2,939
null
Flexget/Flexget
# Repository Context Name: Flexget/Flexget Description: # Pull Request ## [fix] transmission: Handle rpc client exception ### Motivation for changes: Avoid flexget crash when rpc client raises exception ### Detailed changes: - The rpc client converting a json request and handling the decode erro, he does thi...
161
null
Bluetooth-Devices/dbus-fast
# Repository Context Name: Bluetooth-Devices/dbus-fast Description: # Pull Request ## feat: reduce latency to process messages # Relevant Files Found ## build.py ``` """Build optional cython modules.""" import os from distutils.command.build_ext import build_ext class BuildExt(build_ext): def build_exten...
174
null
coinbase/cdp-sdk
# Repository Context Name: coinbase/cdp-sdk Description: # Pull Request ## chore: add optional parameter to receive an encryption public key <!-- Thanks for contributing to CDP SDK! Please fill out the information below to help reviewers understand your changes. Note: We require commit signing. See here for i...
2,138
null
MontrealAI/AGI-Alpha-Agent-v0
# Repository Context Name: MontrealAI/AGI-Alpha-Agent-v0 Description: # Pull Request ## [alpha_factory] add demo env options ## Summary - allow redis auth in Macro-Sentinel demo - make Prometheus scrape interval configurable - append Redis password to orchestrator and collector URLs - document new variables in the ...
19,438
null
jax-ml/jax
# Repository Context Name: jax-ml/jax Description: # Pull Request ## Add __init__ for splash_attention It wasn't being included in pip :/ # Relevant Files Found # Edits This PR adds an `__init__.py` file to the `splash_attention` module to ensure it is properly included in the JAX pip package, addressing an is...
136
null
sgl-project/sglang-jax
# Repository Context Name: sgl-project/sglang-jax Description: # Pull Request ## feat: rmsnorm without gather # Relevant Files Found ## python/sgl_jax/srt/layers/radix_attention.py ``` """Radix attention.""" from enum import Enum import jax from flax import nnx from jax.sharding import NamedSharding from jax....
53
null
MD2Korg/CerebralCortex-2.0-legacy
# Repository Context Name: MD2Korg/CerebralCortex-2.0-legacy Description: # Pull Request ## Data migrator Feature to port old data into new data-store(s) # Relevant Files Found ## cerebralcortex/kernel/DataStoreEngine/Data/StoreData.py ``` # Copyright (c) 2016, MD2K Center of Excellence # All rights reserved. # ...
2,625
null
pytorch/rl
# Repository Context Name: pytorch/rl Description: # Pull Request ## [Doc] Update docstring for TruncatedNormal with correct parameter names ## Description I changed `min` and `max` in the docstring for `TruncatedNormal` to `low` and `high`, which is what the parameters are. ## Motivation and Context Docum...
431
null
simonsobs/sotodlib
# Repository Context Name: simonsobs/sotodlib Description: # Pull Request ## Fix 0-length buffer bug in Bookbinder If the buffer is exactly maxlength, the Bookbinder clears the buffer without advancing the frame split time and gets stuck. This fix changes the `>= maxlength` to a strict `>`. The split time written i...
10,549
null
Opentrons/opentrons
# Repository Context Name: Opentrons/opentrons Description: # Pull Request ## chore(hardware): integration tests for serial number interaction # Overview Integration tests for serial number setting and reading. # Changelog # Review requests None # Risk assessment None # Relevant Files Foun...
650
null
bottlepy/bottle
# Repository Context Name: bottlepy/bottle Description: # Pull Request ## _hkey in WSGIHeaderDict for unification just unificate approach to header dict keys # Relevant Files Found ## bottle.py ``` #!/usr/bin/env python # -*- coding: utf-8 -*- """ Bottle is a fast and simple micro-framework for small web applic...
1,121
null
fossasia/eventyay
# Repository Context Name: fossasia/eventyay Description: # Pull Request ## fix(email): add missing templates and static files This PR adds the missing `simple_logo.jinja` template, updates `helpers/jinja.py` and adds the missing `thumb.png` and `thumb_simple_logo.png` static files that were causing Internal Server...
52
null
spedas/pyspedas
# Repository Context Name: spedas/pyspedas Description: # Pull Request ## Fixed return type. # Relevant Files Found ## pyspedas/utilities/cotrans_lib.py ``` """ Functions for coordinate transformations. Contains trasformations from/to the following coordinate systems: GSE, GSM, SM, GEI, GEO, MAG, J2000 Times ...
877
null
microsoftgraph/msgraph-beta-sdk-python
# Repository Context Name: microsoftgraph/msgraph-beta-sdk-python Description: # Pull Request ## fix: should use beta api version closes: #743 Signed-off-by: Gavin Barron <gavinbarron@microsoft.com> # Relevant Files Found ## msgraph_beta/graph_request_adapter.py ``` from typing import Optional import httpx fro...
1,676
null
ray-project/ray
# Repository Context Name: ray-project/ray Description: # Pull Request ## [Dataframes] Reorganization ## What do these changes do? Moved helper functions to df_utils.py, some refactor changes ## Related issue number N/A # Relevant Files Found ## python/ray/dataframe/__init__.py ``` from __future__ imp...
3,414
null
cloud-custodian/cloud-custodian
# Repository Context Name: cloud-custodian/cloud-custodian Description: # Pull Request ## azure - Add 'method' matcher & remove obsolete test - Add 'method' matcher for Azure VCR replays - Remove obsolete test (test_auto_tag_user_event_grid_unknown_principal_event -- new one) Removed test was supposed to fail b...
100
null
truemagic-coder/solana-agent
# Repository Context Name: truemagic-coder/solana-agent Description: # Pull Request ## V28.1.0 * add pydantic logfire support # Relevant Files Found ## solana_agent/adapters/openai_adapter.py ``` """ LLM provider adapters for the Solana Agent system. These adapters implement the LLMProvider interface for differ...
541
null
xhtml2pdf/xhtml2pdf
# Repository Context Name: xhtml2pdf/xhtml2pdf Description: # Pull Request ## rtl languages revesed lines fix Fix for #538 issue. # Relevant Files Found ## xhtml2pdf/context.py ``` # -*- coding: utf-8 -*- # Copyright 2010 Dirk Holtwick, holtwick.it # # Licensed under the Apache License, Version 2.0 (the "Licens...
475
null
pycontribs/pyrax
# Repository Context Name: pycontribs/pyrax Description: # Pull Request ## get_metadata in object_storage should always allow specifying prefix This PR ensures that all `get_metadata` calls in `object_storage` can be passed a `prefix` arg. # Relevant Files Found ## pyrax/object_storage.py ``` #!/usr/bin/env pyt...
9
null
MatthewFlamm/pynws
# Repository Context Name: MatthewFlamm/pynws Description: # Pull Request ## v0.6 # Relevant Files Found ## pynws/const.py ``` """ Constants for pynws """ __version__ = '0.5' API_URL = 'https://api.weather.gov/' API_STATIONS = 'points/{},{}/stations' API_OBSERVATION = 'stations/{}/observations/' API_ACCEPT = ...
242
null
flagos-ai/FlagPerf
# Repository Context Name: flagos-ai/FlagPerf Description: # Pull Request ## Fix kunlunxin-glm training. # Relevant Files Found ## training/kunlunxin/glm-pytorch/config/config_R300x1x1.py ``` from config_common import * train_batch_size = 4 eval_batch_size = 4 lr = 1e-5 weight_decay = 0.1 adam_beta1 = 0.9 ada...
29
null
wetterkrank/dasbot
# Repository Context Name: wetterkrank/dasbot Description: # Pull Request ## handle the case when no cards are available for quiz Notes: - some duplication btw main controller and broadcaster - need tests for controllers # Relevant Files Found ## dasbot/broadcaster.py ``` import logging import asyncio from ai...
3,394
null
sqlfluff/sqlfluff
# Repository Context Name: sqlfluff/sqlfluff Description: # Pull Request ## MySQL: Improve SET Syntax for Variable Assignment <!--Thanks for adding this feature!--> <!--Please give the Pull Request a meaningful title for the release notes--> ### Brief summary of the change made <!--Please include `fixes #XXX...
15
null
WagnerGroup/pyqmc
# Repository Context Name: WagnerGroup/pyqmc Description: # Pull Request ## User-defined basis functions to Jastrow2B Change in Jastrow2B for it to be able to take user-defined basis functions # Relevant Files Found ## jastrow.py ``` import numpy as np from func3d import GaussianFunction def eedist(configs): ...
12
null
asyncgui/asyncgui
# Repository Context Name: asyncgui/asyncgui Description: # Pull Request ## add a feature to cancel a Task in a safe way # Relevant Files Found ## asyncgui/_core.py ``` __all__ = ( 'start', 'sleep_forever', 'Event', 'Task', 'TaskState', 'get_current_task', 'get_step_coro', 'aclosing', 'Awaitable_or_Task...
7,659
null
cupy/cupy
# Repository Context Name: cupy/cupy Description: # Pull Request ## Implement `scipy.linalg.khatri_rao` This PR adds `scipy.linalg.khatri_rao` to cupy. The function and tests come from scipy. # Relevant Files Found ## cupyx/scipy/linalg/__init__.py ``` # flake8: NOQA from cupyx.scipy.linalg._special_matrices imp...
46
null
astrofrog/astropy
# Repository Context Name: astrofrog/astropy Description: # Pull Request ## Adding a tiny docs modification to convolution # Relevant Files Found ## astropy/convolution/convolve.py ``` # Licensed under a 3-clause BSD style license - see LICENSE.rst from __future__ import (absolute_import, division, print_funct...
6
null
aiidateam/aiida-sssp-workflow
# Repository Context Name: aiidateam/aiida-sssp-workflow Description: # Pull Request ## Fix/delta factor calculation for rare earth # Relevant Files Found ## aiida_sssp_workflow/workflows/delta_factor.py ``` # -*- coding: utf-8 -*- """Workchain to calculate delta factor of specific psp""" import collections.abc...
569
null
mandiant/flare-floss
# Repository Context Name: mandiant/flare-floss Description: # Pull Request ## build(deps-dev): bump pyinstaller from 5.1 to 5.2 Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 5.1 to 5.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pyinstaller/pyi...
414
null
twilio/twilio-python
# Repository Context Name: twilio/twilio-python Description: # Pull Request ## Add support for passing custom logger into TwilioHttpClient We have a use case where we need concurrent clients logging into separate task logging "namespaces". PR allows optionally passing custom logger into TwilioHttpClient. # Relevan...
20,927
null
scipy/scipy
# Repository Context Name: scipy/scipy Description: # Pull Request ## MAINT: adapt to a scipy-doctests change Allow the filter-warnings context manager to not receive a (doc)test. This is useful to filter out DeprecationWarnings which are emitted during test discovery. Which is needed, e.g. for numpy 1/2 transit...
50
null
Hypance/HypanceDataAnalysis
# Repository Context Name: Hypance/HypanceDataAnalysis Description: # Pull Request ## ichimoku cloud indicator and its test were added # Relevant Files Found # Edits This pull request adds the Ichimoku Cloud indicator, a technical analysis tool used in financial markets, to the Hypance Binance trade bot proje...
609
null
mindspore-lab/mindcv
# Repository Context Name: mindspore-lab/mindcv Description: # Pull Request ## support gradient accumulation function `train.py` supports `accumulate_grad_batches` arguments, which allow the gradient to be accumulated for N steps before performing weight update. So, the model training with a `batch size = N` and `a...
80
null
jazzband/dj-database-url
# Repository Context Name: jazzband/dj-database-url Description: # Pull Request ## added option of postgis backend to also add path parsing. - tests were also added # Relevant Files Found ## dj_database_url.py ``` # -*- coding: utf-8 -*- import os try: import urlparse except ImportError: import urllib...
797
null
ManimCommunity/manim
# Repository Context Name: ManimCommunity/manim Description: # Pull Request ## Fix doctests Currently the doctests are broken. This fixes them. Thanks @kolibril13 for reporting. Depends on #796 # Relevant Files Found ## manim/_config/utils.py ``` """Utilities to create and set the config. The main class ex...
6,237
null
optuna/optuna
# Repository Context Name: optuna/optuna Description: # Pull Request ## Replace `torch.newaxis` with `None` for old PyTorch <!-- Thank you for creating a pull request! In general, we merge your pull request after it gets two or more approvals. To proceed to the review process by the maintainers, please make sure th...
412
null
googleapis/python-pubsublite
# Repository Context Name: googleapis/python-pubsublite Description: # Pull Request ## docs: Fix formatting of request arg in docstring - [ ] Regenerate this pull request now. chore: Update gapic-generator-python to v1.9.1 PiperOrigin-RevId: 518604533 Source-Link: https://github.com/googleapis/googleapis/commit/8...
294
null
hasgeek/coaster
# Repository Context Name: hasgeek/coaster Description: # Pull Request ## Add compress_whitespace text utility # Relevant Files Found ## coaster/utils/text.py ``` """ Text processing utilities ------------------------- """ from functools import partial from html import unescape import re import string from bl...
40
null
vrtdev/aws-cloudfront-authorizer
# Repository Context Name: vrtdev/aws-cloudfront-authorizer Description: # Pull Request ## Workaround for troposphere bug is no longer needed since release of 4.4.0 # Relevant Files Found ## templates/authorizer.py ``` """Authorizer stack.""" from troposphere import Template, Parameter, Ref, Sub, GetAtt, Output...
522
null
mozilla-ai/any-agent
# Repository Context Name: mozilla-ai/any-agent Description: # Pull Request ## fix: enhance AgentRunError to be readable and include original exception details Updated the AgentRunError class to accept and store the original exception, improving error handling. The string representation now reflects the original e...
45
null
jendrikseipp/vulture
# Repository Context Name: jendrikseipp/vulture Description: # Pull Request ## Add version flag <!--- Provide a general summary of your changes in the Title above --> ## Description <!--- Describe your changes in detail --> Add `--version` flag which prints the currently installed version of vulture. ## Relat...
117,074
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Avoid storing Bluetooth scanner in hass.data ## Proposed change <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature...
464
null
opencivicdata/scrapers-ca
# Repository Context Name: opencivicdata/scrapers-ca Description: # Pull Request ## Fix index error in liberal scraper and fix issue with conservative ca… …ndidate phone number and try and ensure that just if one party fails the others can continue @jpmckinney this should do as the title suggests, I am not sure ...
211
null
blablatdinov/tg-quranbot
# Repository Context Name: blablatdinov/tg-quranbot Description: # Pull Request ## Refactor `HelpAnswer` # Relevant Files Found ## src/services/help_answer.py ``` import httpx from app_types.stringable import Stringable from integrations.tg.tg_answers import TgAnswerInterface from repository.admin_message impo...
6
null
NetherlandsForensicInstitute/lir-deprecated
# Repository Context Name: NetherlandsForensicInstitute/lir-deprecated Description: # Pull Request ## added lr distr plot option # Relevant Files Found ## lir/plotting.py ``` import collections import logging import math import numpy as np import matplotlib.pyplot as plt from sklearn.model_selection import tr...
510
null
PaddlePaddle/PaddleGAN
# Repository Context Name: PaddlePaddle/PaddleGAN Description: # Pull Request ## add msvsr static model # Relevant Files Found ## ppgan/models/generators/msvsr.py ``` # Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserve. # #Licensed under the Apache License, Version 2.0 (the "License"); #you may not u...
7,022
null
run-llama/llama_index
# Repository Context Name: run-llama/llama_index Description: # Pull Request ## Llama API integration # Description Integrate https://llama-api.com/ as an LLM. # Relevant Files Found ## llama_index/llms/base.py ``` from abc import ABC, abstractmethod from enum import Enum from typing import Any, AsyncGener...
11,664
null
sgl-project/sglang
# Repository Context Name: sgl-project/sglang Description: # Pull Request ## Use trtllm_mla decode kernel for draft extend in speculative decoding <!-- Thank you for your contribution! Please follow these guidelines to enhance your pull request. If anything is unclear, submit your PR and reach out to maintainers fo...
4,317
null
angr/angr
# Repository Context Name: angr/angr Description: # Pull Request ## BVV is not directly comparable ``` Function CFE_ES_TaskPipe [4369388] Syscall: False SP difference: 0 Has return: True Returning: True Alignment: False Arguments: reg: [], stack: [] Blocks: [0x42abec, 0x42ac28, 0x42ac5c, 0x42a...
30,834
null
langchain-ai/langchain
# Repository Context Name: langchain-ai/langchain Description: # Pull Request ## Consistent docstring indentation Should be 4 spaces instead of 3. # Relevant Files Found ## libs/core/langchain_core/runnables/base.py ``` """Base classes and utilities for Runnables.""" from __future__ import annotations import a...