pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
338 | null | snap-stanford/ogb | # Repository Context
Name: snap-stanford/ogb
Description:
# Pull Request
## Fix stuck import
Fixes https://github.com/snap-stanford/ogb/issues/329
# Relevant Files Found
## ogb/graphproppred/dataset_pyg.py
```
from torch_geometric.data import InMemoryDataset
import pandas as pd
import shutil, os
import os.path a... |
1,293 | null | skypilot-org/skypilot | # Repository Context
Name: skypilot-org/skypilot
Description:
# Pull Request
## [UX/Programmatic API] Support task in launch/exec/spot_launch
This PR is a proposal to support `sky.Task` in launch/exec/spot_launch directly in addition to our previous `sky.Dag` API. That is because none of our users is using the dag ... |
1,730 | null | mlc-ai/mlc-llm | # Repository Context
Name: mlc-ai/mlc-llm
Description:
# Pull Request
## Fuse gating topk and softmax in moe
cc @jinhongyii
# Relevant Files Found
## python/mlc_chat/model/mixtral/mixtral_model.py
```
"""Implementation for Mistral architecture."""
import dataclasses
from tvm import tir
from tvm.relax.frontend ... |
115 | null | multiversx/mx-sdk-py | # Repository Context
Name: multiversx/mx-sdk-py
Description:
# Pull Request
## ABI: handle CodeMetadataValue
Previously, `CodeMetadata` was handled as `bytes` - this was incorrect, since the encoding is different (code metadata has a fixed size of two bytes).
# Relevant Files Found
## multiversx_sdk/abi/__init__.... |
40,039 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## Avoid listing all sysctl in linux_sysctl module
System with a lot of network interfaces needs a few seconds to list all sysctl entries. It is faster to get only single entry especially if tens of sysctl needs to be set.
### What does this P... |
4 | null | mwarkentin/django-watchman | # Repository Context
Name: mwarkentin/django-watchman
Description:
# Pull Request
## Token based authentication for endpoint
Specify `WATCHMAN_TOKEN` in `settings.py`, and require it to be passed in a query param to the endpoint.
# Relevant Files Found
## watchman/urls.py
```
# -*- coding: utf-8 -*-
from djang... |
275 | null | opensearch-project/opensearch-py | # Repository Context
Name: opensearch-project/opensearch-py
Description:
# Pull Request
## Updated CI tests to make them work locally
Signed-off-by: saimedhi <saimedhi@amazon.com>
### Description
Updated CI tests to make them work locally
### Issues Resolved
Closes #267
By submitting this pull request, ... |
246 | null | python-control/python-control | # Repository Context
Name: python-control/python-control
Description:
# Pull Request
## implement indexing for transfer function
Indexing for MIMO transfer functions is implemented in this commit. The expected behavior is largely similar to how one would slice the transfer matrix: the first index is used for rows, ... |
77 | null | ticketfrei/ticketfrei | # Repository Context
Name: ticketfrei/ticketfrei
Description:
# Pull Request
## 2.1.0 Release
## Added
* get version number at example.org/version
* make configuration through environment variables possible
## Changed
* More verbose Telegram errors
* New default background image
* Telegram 502 errors do... |
1,882 | null | postlund/pyatv | # Repository Context
Name: postlund/pyatv
Description:
# Pull Request
## Artwork_save file naming.
Added an extra parameter to the "artwork_save" function of the atvremote to be able to give the artwork file a specific name. If is not used, the file will still be called "artwork.png"
# Relevant Files Found
## pya... |
188 | null | JoshKarpel/spiel | # Repository Context
Name: JoshKarpel/spiel
Description:
# Pull Request
## Document slide content rendering and triggers
Resolves #187
Tasks
-----
- [x] Updated changelog.
- [x] Updated documentation.
# Relevant Files Found
## docs/generate_screenshots.py
```
#!/usr/bin/env python
import os
from col... |
349 | null | IDinsight/ask-a-question | # Repository Context
Name: IDinsight/ask-a-question
Description:
# Pull Request
## [AAQ-747] Bug fix: use content title in alignscore context
Reviewer: @sidravi1
Estimate: 10 minutes
---
## Ticket
Fixes: https://idinsight.atlassian.net/browse/AAQ-747
## Description
### Goal
Include content title in context
... |
132 | null | IATI/IATI-Rulesets | # Repository Context
Name: IATI/IATI-Rulesets
Description:
# Pull Request
## Fix 2 descriptions that were not rendering correctly
- `This value must not contain a % sign` is rendered twice, without mention of the actual element that needs that rule applied
- `These values must not exist alongside...` was renderi... |
85 | null | ecmwf/pdbufr | # Repository Context
Name: ecmwf/pdbufr
Description:
# Pull Request
## Merge master into develop
# Relevant Files Found
## setup.py
```
#!/usr/bin/env python
#
# (C) Copyright 2019- ECMWF.
#
# This software is licensed under the terms of the Apache Licence Version 2.0
# which can be obtained at http://www.apach... |
2,010 | null | bramstroker/homeassistant-powercalc | # Repository Context
Name: bramstroker/homeassistant-powercalc
Description:
# Pull Request
## Also consider ignore_unavailable_state when source entity state is unknown
# Relevant Files Found
## custom_components/powercalc/sensors/power.py
```
from __future__ import annotations
import logging
from datetime imp... |
3,453 | null | bcgov/foi-flow | # Repository Context
Name: bcgov/foi-flow
Description:
# Pull Request
## Sort assignees by last name and inclusion of Flex team
Gist: This PR includes changes to sort by last name and inclusion of flex team for personal request.
Besides the acceptance criteria; the listed unit test cases are evaluated.
1. Creat... |
2,235 | null | snakemake/snakemake | # Repository Context
Name: snakemake/snakemake
Description:
# Pull Request
## fix: only consider global wildcard_constraints from the same module
### Description
<!--Add a description of your PR here-->
### QC
<!-- Make sure that you can tick the boxes below. -->
* [x] The PR contains a test case for the ... |
47 | null | nestauk/asf_heat_pump_suitability | # Repository Context
Name: nestauk/asf_heat_pump_suitability
Description:
# Pull Request
## 45 add off gas feature
---
# Description
This is a PR which adds a column that indicates whether or not the household is off gas in the EPC dataset!
# Instructions for Reviewer
I've made changes to / added the foll... |
31 | null | ivansaul/platzi-downloader | # Repository Context
Name: ivansaul/platzi-downloader
Description:
# Pull Request
## refactor: improve data models by adding default factories for lists and an optional summary field.
Improve data models by introducing default factories for lists and an optional summary field. Address the error "ERROR: Could not co... |
1,396 | null | gnocchixyz/gnocchi | # Repository Context
Name: gnocchixyz/gnocchi
Description:
# Pull Request
## Remove the start/end filtering from aggregates resource query
The use of the start/end filtering in resources listage in the aggregates api was generating an undesired behavior that was not showing measures of resources when the measures t... |
33 | null | 35enidoi/MisT | # Repository Context
Name: 35enidoi/MisT
Description:
# Pull Request
## MisT-devを最新にする
ぬん
# Relevant Files Found
## misskey_tui.py
```
from asciimatics.scene import Scene
from asciimatics.screen import Screen
from asciimatics.renderers import ImageFile
from asciimatics.widgets import Frame, Layout, TextBox, Butt... |
527 | null | linkedin/iris | # Repository Context
Name: linkedin/iris
Description:
# Pull Request
## Batch DB message INSERT for perf
Local testing on a small DB indicates 7.8s > 3.5s runtime for a sender loop processing
600 new incidents, with each incident creating 2 messages in the first step. Real
savings will likely be larger, since DB ... |
99 | null | ioc-fang/ioc-fanger | # Repository Context
Name: ioc-fang/ioc-fanger
Description:
# Pull Request
## fix(fang): incorrect \. regex
I intended this regex to match `\.`, but instead, it was matching `\` followed by *any* character.
# Relevant Files Found
## ioc_fanger/regexes_fang.py
```
import re
from typing import List
# NOTE: Throug... |
1,018 | null | microsoft/promptflow | # Repository Context
Name: microsoft/promptflow
Description:
# Pull Request
## [Connection] Force az login if using azure connection provider in cli
# Description
Please add an informative description that covers that changes made by the pull request and link all relevant issues.
# All Promptflow Contribution... |
5 | null | RyotaUnzai/Autodesk-Maya-Python-IntelliSense | # Repository Context
Name: RyotaUnzai/Autodesk-Maya-Python-IntelliSense
Description:
# Pull Request
## Dev/documents
# Relevant Files Found
## maya2024/typings/maya/__init__.py
```
```
## maya2024/typings/maya/cmds/__init__.py
```
__all__ = [
"Abort",
"Argument",
"BadParameter",
"CallbackPara... |
9,679 | null | mlflow/mlflow | # Repository Context
Name: mlflow/mlflow
Description:
# Pull Request
## Add token allocation guard to MosaicML AI Gateway routes
<!-- 🚨 We recommend pull requests be filed from a non-master branch on a repository fork (e.g. <username>:fix-xxx). 🚨 -->
## Related Issues/PRs
<!-- Can this PR close the linked i... |
150 | null | ni/nixnet-python | # Repository Context
Name: ni/nixnet-python
Description:
# Pull Request
## tests(Session): Add failure tests to terminal connections
- [x] This contribution adheres to [CONTRIBUTING.md](https://github.com/ni/nixnet-python/blob/master/CONTRIBUTING.rst).
- [x] New tests have been created for any new features or regr... |
86 | null | etri-edgeai/nn-comp | # Repository Context
Name: etri-edgeai/nn-comp
Description:
# Pull Request
## remove cache in loader
Signed-off-by: Jong-Ryul Lee <jongryul.lee@etri.re.kr>
**Summary**
- remove cache() to avoid memory overflow.
**Self evaluation:**
1. Build test: [ ]Passed [ ]Failed [*]Skipped
2. Run test: [ ]Passed [ ]Fai... |
504 | null | atlassian/dc-app-performance-toolkit | # Repository Context
Name: atlassian/dc-app-performance-toolkit
Description:
# Pull Request
## DCA-1001: JSM CI - investigate jsm bzt fails
prepare_data execution time: 34 seconds on CI
# Relevant Files Found
## app/util/api/jira_clients.py
```
from util.api.abstract_clients import RestClient, LOGIN_POST_HEADERS... |
91 | null | QCoDeS/Qcodes_contrib_drivers | # Repository Context
Name: QCoDeS/Qcodes_contrib_drivers
Description:
# Pull Request
## add driver for CopperMountain VNA M5180 with example
This PR adds a driver and an example for the M5180 VNA from CopperMountain.
# Relevant Files Found
# Edits
This pull request adds a QCoDeS driver for the CopperMountain M... |
13,990 | null | pytest-dev/pytest | # Repository Context
Name: pytest-dev/pytest
Description:
# Pull Request
## [PR #13971/66834f36 backport][9.0.x] terminal: disable OSC 9;4; terminal progress by default, except on Windows
**This is a backport of PR #13971 as merged into main (66834f362e38e96eb7685e21f46bdb83ba52530b).**
Fix #13896.
Fix #13972.
... |
11 | null | keleslab/mHiC | # Repository Context
Name: keleslab/mHiC
Description:
# Pull Request
## merge pull
# Relevant Files Found
## bin/KR_norm_mHiC.py
```
#!/usr/bin/env python
# Author: Arya Kaul
# Modifies by Ye Zheng (yezheng@stat.wisc.edu)
# May 2018
import sys
import numpy as np
import os
import re
import scipy.sparse as sps
i... |
2,919 | null | mitmproxy/mitmproxy | # Repository Context
Name: mitmproxy/mitmproxy
Description:
# Pull Request
## Fix --socks option deprecated info in command line args check.
- Fixes #2906
- Move --socks option from `DEPRECATED` to `REPLACED` in [arg_check.py](https://github.com/mitmproxy/mitmproxy/blob/master/mitmproxy/utils/arg_check.py)
# Rel... |
31,113 | null | commaai/openpilot | # Repository Context
Name: commaai/openpilot
Description:
# Pull Request
## Fingerprint vw taos eduardo
***** Template: Fingerprint *****
**Car**
Which car (make, model, year) this fingerprint is for
Volkswagen, TAOS, 2022
**Route**
A route with the fingerprint
```
f17f6394c78e38b0|2024-01-23--14-08-53
... |
518 | null | aristanetworks/ansible-cvp | # Repository Context
Name: aristanetworks/ansible-cvp
Description:
# Pull Request
## Doc: Tag examples
## Change Summary
Added examples on how to create, delete, assign and unassign both interface and device tags
## Related Issue(s)
Fixes #517
## Component(s) name
`arista.cvp.<module-name>`
## Pro... |
128 | null | laktak/extrakto | # Repository Context
Name: laktak/extrakto
Description:
# Pull Request
## fix using wrong encoding on Windows
Hello, I'm using tmux installed with MSYS2 and Python installed with pyenv-win on Windows 11.
In this environment, extracto fails with the following error:
```
['fzf', '--multi', '--print-query', '--quer... |
46 | null | alibaba/Pai-Megatron-Patch | # Repository Context
Name: alibaba/Pai-Megatron-Patch
Description:
# Pull Request
## LLama-2 Support Transformer Engine
# Relevant Files Found
## megatron_patch/model/llama2/language_model.py
```
# Copyright (c) 2023 Alibaba PAI and Nvidia Megatron-LM Team.
#
# Licensed under the Apache License, Version 2.0 (th... |
25,447 | null | demisto/content | # Repository Context
Name: demisto/content
Description:
# Pull Request
## fixed jobs done for upload
<!-- REMINDER: THIS IS A PUBLIC REPO DO NOT POST HERE SECRETS/SENSITIVE DATA -->
## Status
- [x] Ready
## Description
The run unit tests job name was renamed. We need to update this script to the new names... |
783 | null | nod-ai/AMD-SHARK-ModelDev | # Repository Context
Name: nod-ai/AMD-SHARK-ModelDev
Description:
# Pull Request
## Integrate int8 tk kernels
# Relevant Files Found
## models/turbine_models/custom_models/sd_inference/utils.py
```
from urllib.request import urlopen
import iree.compiler as ireec
import numpy as np
import os
import safetensors
i... |
2,773 | null | meerk40t/meerk40t | # Repository Context
Name: meerk40t/meerk40t
Description:
# Pull Request
## Suppress hidden nodes
## Summary by Sourcery
Bug Fixes:
- Suppress processing of nodes marked as hidden in the right_types function across multiple modules.
# Relevant Files Found
## meerk40t/core/node/effect_hatch.py
```
import itertoo... |
312 | null | GoogleCloudPlatform/gsutil | # Repository Context
Name: GoogleCloudPlatform/gsutil
Description:
# Pull Request
## Add support for generating signed resumable upload start requests.
# Relevant Files Found
## gslib/commands/signurl.py
```
# -*- coding: utf-8 -*-
# Copyright 2014 Google Inc. All Rights Reserved.
#
# Licensed under the Apache ... |
4 | null | herrBez/Nduja | # Repository Context
Name: herrBez/Nduja
Description:
# Pull Request
## Parsing results
Implement parsing of search result and add them to a local db created
# Relevant Files Found
# Edits
This pull request adds functionality to parse cryptocurrency address search results and store them in a local SQLite datab... |
109 | null | eEcoLiDAR/laserchicken | # Repository Context
Name: eEcoLiDAR/laserchicken
Description:
# Pull Request
## Use compute neighbors generator
Make sure we exploit the generator.
All tests are green and we have compared the outputs.
# Relevant Files Found
## laserchicken/feature_extractor/__init__.py
```
"""Feature extractor module."""
impo... |
727 | null | flyteorg/flytesnacks | # Repository Context
Name: flyteorg/flytesnacks
Description:
# Pull Request
## Use local import
Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
# Relevant Files Found
## cookbook/case_studies/feature_engineering/feast_integration/feast_workflow.py
```
"""
Flyte Pipeline With Feast
---------... |
1,232 | null | HXSecurity/DongTai | # Repository Context
Name: HXSecurity/DongTai
Description:
# Pull Request
## fix(pr): Update Vulnerability Queries
# Relevant Files Found
## dongtai_common/models/vulnerablity.py
```
import uuid
from django.core.cache import cache
from django_elasticsearch_dsl.search import Search
from dongtai_common.models.se... |
102 | null | pydata/sparse | # Repository Context
Name: pydata/sparse
Description:
# Pull Request
## Add XArray compatibility features
Once the right broadcasting setup was in place; it was trivial to implement the three-argument version of `where` and NaN-skipping aggregations.
cc @mrocklin Feedback welcome.
cc @shoyer Feedback *really* w... |
3,655 | null | GafferHQ/gaffer | # Repository Context
Name: GafferHQ/gaffer
Description:
# Pull Request
## Stats app : Fix bugs when searching for ImagePlugs and ScenePlugs
# Relevant Files Found
## apps/stats/stats-1.py
```
##########################################################################
#
# Copyright (c) 2016, Image Engine Design ... |
15 | null | Substra/substra-tests | # Repository Context
Name: Substra/substra-tests
Description:
# Pull Request
## Fix substra-tests env name along to issue #9
Fix #9
# Relevant Files Found
## tests/settings.py
```
"""Global settings for all tests environment."""
import dataclasses
import os
import typing
import yaml
SUBSTRAT_SKAFFOLD_FILEPATH ... |
75 | null | opendatabs/data-processing | # Repository Context
Name: opendatabs/data-processing
Description:
# Pull Request
## changes Fischereistatistik
# Relevant Files Found
## aue_fischereistatistik/etl.py
```
import pandas as pd
from aue_fischereistatistik import credentials
import common
import logging
from common import change_tracking as ct
imp... |
34 | null | posit-dev/rsconnect-python | # Repository Context
Name: posit-dev/rsconnect-python
Description:
# Pull Request
## Normalize CLI argument usage.
### Description
This change normalizes CLI argument definition and usage. See the testing notes below for details.
Some general things to note:
- Some command options did not have a short for... |
97 | null | terminusdb/terminusdb-client-python | # Repository Context
Name: terminusdb/terminusdb-client-python
Description:
# Pull Request
## make woqlDataframe requirement optional
make woqlDataframe requirement optional and display warning about in instead of error
# Relevant Files Found
## woqlclient/__init__.py
```
"""
woqlClient Library
~~~~~~~~~... |
4 | null | Multi-Agent-LLMs/mallm | # Repository Context
Name: Multi-Agent-LLMs/mallm
Description:
# Pull Request
## refactor: add abstract class for datasets
# Relevant Files Found
## experiments/data/get_data.py
```
import json
import random
import urllib.request
import uuid
from datasets import load_dataset
from mallm.config import *
# WMT1... |
8,531 | null | Azure/azure-cli-extensions | # Repository Context
Name: Azure/azure-cli-extensions
Description:
# Pull Request
## [connectedk8s] Update extension CLI to v1.10.7
---
This checklist is used to make sure that common guidelines for a pull request are followed.
### Related command
<!--- Please provide the related command with az {command} if... |
7 | null | quip/quip-api | # Repository Context
Name: quip/quip-api
Description:
# Pull Request
## Set system default encoding to UTF-8
This resolves the following error when encountering a non-ascii character:
```
Traceback (most recent call last):
File "main.py", line 257, in <module>
main()
File "main.py", line 69, in main
_r... |
2,541 | null | Textualize/rich | # Repository Context
Name: Textualize/rich
Description:
# Pull Request
## Fix for unique id
- Fix for unique id not using styles
- Set link id when meta is applied
# Relevant Files Found
## rich/console.py
```
import inspect
import io
import os
import platform
import sys
import threading
import zlib
from abc im... |
298 | null | ispras/dedoc | # Repository Context
Name: ispras/dedoc
Description:
# Pull Request
## TLDR-386 pdf auto reader bug
- refactor pdf_txtlayer_classifier, its training script and benchmarking;
- added script for training data generation;
- generate more training data;
- changed classifier from xgboost to catboost, added feature im... |
57,016 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Meteofrance fix #56975
<!--
You are amazing! Thanks for contributing to our project!
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
-->
## Breaking change
<!--
If your PR contains a breaking change for... |
842 | null | gchq/coreax | # Repository Context
Name: gchq/coreax
Description:
# Pull Request
## Feature/add analytic stein thinning test
### PR Type
<!--
What kind of change does this PR introduce? Remove any that do not apply.
-->
- Refactoring (no functional changes)
- Documentation content changes
- Tests
### Description
... |
975 | null | metoppv/improver | # Repository Context
Name: metoppv/improver
Description:
# Pull Request
## IMPRO-1323: Pt2: Selective application of EMOS calibration to masked regions
This PR enables the application of EMOS calibration to areas selected using a mask. The envisaged use of this code is to apply calibration to land only regions, usi... |
75 | null | mtuqorg/mtuq | # Repository Context
Name: mtuqorg/mtuq
Description:
# Pull Request
## More robust Dataset constructor
# Relevant Files Found
## mtuq/__init__.py
```
#
# make central objects easily accessible
#
from mtuq.dataset import Dataset, maDataset, EventDataset
from mtuq.greens_tensor import GreensTensorList, maGreens... |
88 | null | phildini/logtacts | # Repository Context
Name: phildini/logtacts
Description:
# Pull Request
## Try PR with app.json
# Relevant Files Found
## logtacts/settings.py
```
"""
Django settings for logtacts project.
For more information on this file, see
https://docs.djangoproject.com/en/1.7/topics/settings/
For the full list of setti... |
2,789 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## Added 'Patient Interactions' report
and small refactoring
# Relevant Files Found
## corehq/apps/cloudcare/api.py
```
import json
from couchdbkit.exceptions import ResourceNotFound
from corehq.apps.users.models import CouchUser
from cas... |
208 | null | torchbox/torchbox.com | # Repository Context
Name: torchbox/torchbox.com
Description:
# Pull Request
## Message to display when there are no events
[Link to Ticket](https://torchbox.monday.com/boards/1192293412/pulses/1400769730)
### Description of Changes Made
This adds a RichTextField to the EventIndexPage, so that content editors... |
497 | null | ICB-DCM/pyABC | # Repository Context
Name: ICB-DCM/pyABC
Description:
# Pull Request
## refactor distance submodule
# Relevant Files Found
## pyabc/distance/__init__.py
```
"""
Distance functions
==================
Distance functions measure closeness of observed and sampled data. This
module implements various commonly used ... |
24 | null | 1kbgz/organizeit2 | # Repository Context
Name: 1kbgz/organizeit2
Description:
# Pull Request
## Add limit/leaves/by to match/rematch queries
fixes #21
# Relevant Files Found
## organizeit2/cli.py
```
from rich.console import Console
from rich.table import Table
from typer import Exit, Option, Typer
from typing_extensions import An... |
1,637 | null | modelscope/ms-swift | # Repository Context
Name: modelscope/ms-swift
Description:
# Pull Request
## fix TypeError: 'NoneType' object is not iterable, when only have video data the image is none
# PR type
- [x] Bug Fix
- [ ] New Feature
- [ ] Document Updates
- [ ] More Models or Datasets Support
# PR information
Write the deta... |
92 | null | GoogleCloudPlatform/compute-image-packages | # Repository Context
Name: GoogleCloudPlatform/compute-image-packages
Description:
# Pull Request
## Bump version to 1.1.5
# Relevant Files Found
## gcimagebundle/gcimagebundlelib/imagebundle.py
```
# -*- coding: utf-8 -*-
# Copyright 2013 Google Inc. All Rights Reserved.
#
# Licensed under the Apache License, ... |
1,803 | null | reframe-hpc/reframe | # Repository Context
Name: reframe-hpc/reframe
Description:
# Pull Request
## [feat] Add a new `prepare_cmds` partition configuration parameter which allows to emit commands before loading any environment
Closes #1734
# Relevant Files Found
## reframe/core/pipeline.py
```
# Copyright 2016-2021 Swiss National Su... |
79 | null | OpenXAIProject/pnpxai | # Repository Context
Name: OpenXAIProject/pnpxai
Description:
# Pull Request
## Feature: Add server tests
PR Adds server, and backend application tests
# Relevant Files Found
## pnpxai/visualizer/frontend/src/assets/mockup/plotly_test.py
```
import plotly.graph_objs as go
import base64
import json
# Function to... |
407 | null | Substra/substra | # Repository Context
Name: Substra/substra
Description:
# Pull Request
## chore: from setup to pyproject
## Related issue
part of FL-1188
## Summary
## Notes
## Please check if the PR fulfills these requirements
- [ ] If necessary, the [changelog](https://github.com/Substra/substra/blob/main/CHANGELO... |
2,520 | null | gammapy/gammapy | # Repository Context
Name: gammapy/gammapy
Description:
# Pull Request
## Refactor ring background maker
In this PR, I refactor the `RingBackgroundEstimator` into `RingBackgroundMaker` and `AdaptiveRingBackgroundEstimator` into `AdaptiveRingBackgroundMaker`. For the moment, those are still two independent makers, b... |
4,605 | null | GafferHQ/gaffer | # Repository Context
Name: GafferHQ/gaffer
Description:
# Pull Request
## SpreadsheetUI : Support add/remove for StringVectorData drag and drop
This takes care of https://github.com/GafferHQ/gaffer/issues/3894, which has gone unaddressed for far too long (I asked a new CG sup what hurt most the other day, and that ... |
8 | null | avast/pytest-docker | # Repository Context
Name: avast/pytest-docker
Description:
# Pull Request
## Remove volumes on docker-compose down
Adding the `-v` option to prevent `docker-compose down` to leak dangling volumes.
Without this patch you have to manually run `docker volume rm $(docker volume ls -qf dangling=true)` to free disk s... |
392 | null | Cyberjusticelab/JusticeAI | # Repository Context
Name: Cyberjusticelab/JusticeAI
Description:
# Pull Request
## [#43] fixed bug that prevents weights
1) Some predictors don't have enough data and the multiclass SVM creates a dummy predictor object. Try catch when this occurs and report an error with the outcome
# Relevant Files Found
## src... |
3,090 | null | nltk/nltk | # Repository Context
Name: nltk/nltk
Description:
# Pull Request
## Add Python 3.11 to CI & documentation
Resolves #3089
Hello!
## Pull Request overview
* Add Python 3.11 to CI.
* State support for Python 3.11 in documentation.
## Details
As of 2022-10-24, Python 3.11 has been fully released. As such, i... |
22 | null | labsyspharm/minerva-author | # Repository Context
Name: labsyspharm/minerva-author
Description:
# Pull Request
## Remove tiff software tag check
Fixes #21
# Relevant Files Found
## src/app.py
```
from imagecodecs import _zlib # Needed for pyinstaller
from imagecodecs import _imcd # Needed for pyinstaller
from imagecodecs import _jpeg8 # ... |
684 | null | dbmi-bgm/cgap-portal | # Repository Context
Name: dbmi-bgm/cgap-portal
Description:
# Pull Request
## QC + tooltip updates
Here, we update the WES Ti/Tv pass lower bound (from 2.2 -> 2.1) and its tooltip, add a tooltip for coverage in the QC space, and update other tooltips for the filtering and QC space with additional information.
# R... |
284 | null | facade-technologies-inc/facile | # Repository Context
Name: facade-technologies-inc/facile
Description:
# Pull Request
## Currently about a 2x speedup in API execution on Notepad. Not great, not terrible.
The way it was implemented though, this speedup will be exponentially faster compared to the original algorithm the larger an application is, be... |
494 | null | Taxel/PlexTraktSync | # Repository Context
Name: Taxel/PlexTraktSync
Description:
# Pull Request
## Fix finding show trakt id from trakt episode
First, this PR needs to be merged :
- https://github.com/moogar0880/PyTrakt/pull/157
Then we could fix the `AttributeError: 'dict' object has no attribute 'trakt'` and properly get the show... |
26 | null | devopshq/artifactory-cleanup | # Repository Context
Name: devopshq/artifactory-cleanup
Description:
# Pull Request
## Deletes artifacts that are older than N days and have not been downloaded
Fix #25
# Relevant Files Found
## artifactory_cleanup/rules/delete.py
```
from datetime import timedelta, date
from artifactory_cleanup.rules.base imp... |
92 | null | AllenInstitute/asap-modules | # Repository Context
Name: AllenInstitute/asap-modules
Description:
# Pull Request
## Montage parameter fix
Fixing the Transfac parameter type in montage solver script/schema... Also, changing default values to match with Dan's solver.
# Relevant Files Found
# Edits
This pull request fixes a parameter type iss... |
8,553 | null | scipy/scipy | # Repository Context
Name: scipy/scipy
Description:
# Pull Request
## Note in docs to address issue #3164.
# Relevant Files Found
## scipy/interpolate/fitpack2.py
```
"""
fitpack --- curve and surface fitting with splines
fitpack is based on a collection of Fortran routines DIERCKX
by P. Dierckx (see http://ww... |
34 | null | dgilland/cacheout | # Repository Context
Name: dgilland/cacheout
Description:
# Pull Request
## Cache statistics
### Usage
#### 1.Turn on statistics collection
Set `stats` to `True` to turn on statistics collection.
```python
cache = Cache(stats=True)
```
#### 2.Get statistics snapshot
Call `get_stats()` to get a ... |
92 | null | wangshub/wechat_jump_game | # Repository Context
Name: wangshub/wechat_jump_game
Description:
# Pull Request
## 优化棋子和棋盘的识别过程,减少运行时间
原来的程序基本上是全图从上到下进行扫描,耗时较大,在我机子上find_piece_and_board方法需要将近4s。
改进为:
1、探测棋子和棋盘的扫描起始y坐标
从under_game_score_y开始,以50px为单位,向下探测是否存在纯色线,如果有纯色线则+50px继续探测,直到遇到非纯色线为止。
2、优化定位棋子时的扫描坐标范围
棋子不会太靠下,也不会太靠左/靠右。依据前者,可将棋子的扫... |
264 | null | DisnakeDev/disnake | # Repository Context
Name: DisnakeDev/disnake
Description:
# Pull Request
## Implement `LargeInt` in slash commands.
## Summary
Use `x: LargeInt` instead of `x: int = Param(large=True)`
<!-- What is this pull request for? Does it fix any issues? -->
## Checklist
<!-- Put an x inside [ ] to check it, li... |
27,472 | null | Azure/azure-cli | # Repository Context
Name: Azure/azure-cli
Description:
# Pull Request
## [Redis] `az redis import/export`: Add `--storage-subscription-id` support while importing/exporting data
**Related command**
**az redis**
**Description**<!--Mandatory-->
PR is to update azure cli management client with new api v2023-04... |
695 | null | Pennyw0rth/NetExec | # Repository Context
Name: Pennyw0rth/NetExec
Description:
# Pull Request
## Updated whoami and find-computer modules
Hey, just wanted to add some changes to modules I use a lot. One is my own named find-computer which I noticed it only looked in name and didn't look in description too so I updated that and the sec... |
31 | null | easy-node-pro/harmony-toolbox | # Repository Context
Name: easy-node-pro/harmony-toolbox
Description:
# Pull Request
## Fix/upgrader
Upgrader won't break harmony.conf any more.
If you have a blskey.pass file, running #10 will detect it while upgrading and add it to your conf.
# Relevant Files Found
## toolbox/utils/config.py
```
import os
i... |
1,347 | null | mosaicml/llm-foundry | # Repository Context
Name: mosaicml/llm-foundry
Description:
# Pull Request
## Add fp32 to the set of valid inputs to attention layer
# Description
Add fp32 to the set of valid inputs for attention layer.
**Note**:
- flash attn is incompatible with torch.float32 🔴
- torch attn is compatible with torch.flo... |
7,506 | null | pandas-dev/pandas | # Repository Context
Name: pandas-dev/pandas
Description:
# Pull Request
## BUG: Bug in DataFrame.where with a symmetric shaped frame and a passed other of a DataFrame
from SO: http://stackoverflow.com/questions/24296480/pandas-dataframe-where-misbehaving
# Relevant Files Found
## pandas/core/internals.py
```
i... |
89 | null | silx-kit/h5grove | # Repository Context
Name: silx-kit/h5grove
Description:
# Pull Request
## Allow `bin` format for non-numeric content
Fetching an opaque binary dataset with `format=bin` was throwing a 422 error.
# Relevant Files Found
## h5grove/encoders.py
```
import io
from typing import Any, Callable, Dict, Optional, Union
i... |
388 | null | DisnakeDev/disnake | # Repository Context
Name: DisnakeDev/disnake
Description:
# Pull Request
## minor: raise error in search_members if limit is below 1
## Summary
<!-- What is this pull request for? Does it fix any issues? -->
Raises an error if the user passes a limit less than 1 to Guild.search_members.
Continuation of #358, as ... |
375 | null | google-deepmind/gemma | # Repository Context
Name: google-deepmind/gemma
Description:
# Pull Request
## Temporary rollback the use_ocdbt param
Temporary rollback the use_ocdbt param
# Relevant Files Found
## gemma/gm/ckpts/_checkpoint.py
```
# Copyright 2025 DeepMind Technologies Limited.
#
# Licensed under the Apache License, Version... |
126 | null | wikimedia/articlequality | # Repository Context
Name: wikimedia/articlequality
Description:
# Pull Request
## Match articles to talk pages using the API
See https://phabricator.wikimedia.org/T251608
# Relevant Files Found
## articlequality/utilities/extract_labelings.py
```
"""
``$ articlequality extract_labelings -h``
::
Extracts la... |
8 | null | jacopoabramo/napari-live-recording | # Repository Context
Name: jacopoabramo/napari-live-recording
Description:
# Pull Request
## Small fix
# Relevant Files Found
## napari_live_recording/Cameras/CameraOpenCV.py
```
from .ICamera import CameraROI, ICamera
from platform import system
import cv2
import numpy as np
CAM_OPENCV = "Default Camera (Open... |
2,653 | null | open-telemetry/opentelemetry-python | # Repository Context
Name: open-telemetry/opentelemetry-python
Description:
# Pull Request
## Add timeouts to metric SDK
# 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.
... |
52 | null | penguin-judge/PenguinJudge | # Repository Context
Name: penguin-judge/PenguinJudge
Description:
# Pull Request
## api/backend: コンテスト開催期間に応じた制限を追加&順位表APIを追加
#49 マージ後にWIP外す
# Relevant Files Found
## backend/penguin_judge/api.py
```
from base64 import b64encode, b64decode
from datetime import datetime, timezone, timedelta
from typing import An... |
67 | null | Roman-HLIS-Cosmology-PIT/pyimcom | # Repository Context
Name: Roman-HLIS-Cosmology-PIT/pyimcom
Description:
# Pull Request
## Merge from main
<!--
Thank you for your contribution to the repo :)
Pull Request (PR) Instructions:
Provide a general summary of your changes in the Title above. Fill out each section of the template, and replace the sp... |
36 | null | mabr3112/ProtFlow | # Repository Context
Name: mabr3112/ProtFlow
Description:
# Pull Request
## bugfix in RMSD calculation and placer runner
pretty sure I have already fixed the rmsd bug before, no idea why its back
# Relevant Files Found
## protflow/tools/placer.py
```
"""
ColabFold Module
================
This module provides fu... |
65 | null | KYLChiu/sporkfish | # Repository Context
Name: KYLChiu/sporkfish
Description:
# Pull Request
## Fix slow tests
See issue
# Relevant Files Found
## sporkfish/board/board.py
```
from abc import ABC, abstractmethod
from typing import Any, Optional
from . import Color, Square
from .move import Move
from .piece import Piece
class Boa... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.