pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
62,324 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Move Magic Home/flux_led coordinator to its own module
## 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 reso... |
1,138 | null | skrub-data/skrub | # Repository Context
Name: skrub-data/skrub
Description:
# Pull Request
## Faster svg viewbox computation in tablereport
The way the computation of the correct viewbox for the plots is done currently is slow when there are many columns.
This makes all the bounding box computation in one go with no changes to the d... |
45 | null | DeepLink-org/ditorch | # Repository Context
Name: DeepLink-org/ditorch
Description:
# Pull Request
## fix autocompare untyped_strorage bug
pytorch中有些函数的返回值的类型是torch.return_type, torch.UntypeStorage等,做精度对比等需要对值做处理时,容易漏掉这种特殊的情况。所有这里用一种更通用更抽象的方式去迭代这类返回值。把这类值当成一种容器,用yeild去迭代
# Relevant Files Found
## op_tools/utils.py
```
# Copyright (c) ... |
2,553 | null | akfamily/akshare | # Repository Context
Name: akfamily/akshare
Description:
# Pull Request
## fix(stock_board_concept_name_ths): fix stock_board_concept_name_ths i…
…nterface
fix stock_board_concept_name_ths interface
# Relevant Files Found
## akshare/__init__.py
```
"""
AKShare 是基于 Python 的开源财经数据接口库,实现对股票、期货、期权、基金、债券、外汇、加密货币等金... |
2,156 | null | akfamily/akshare | # Repository Context
Name: akfamily/akshare
Description:
# Pull Request
## fix(master_develop_check.yml): fix master_develop_check.yml
fix master_develop_check.yml
# Relevant Files Found
## akshare/__init__.py
```
"""
AKShare 是基于 Python 的开源财经数据接口库,实现对股票、期货、期权、基金、债券、外汇、加密货币等金
融产品的量价数据,基本面数据和另类数据从数据采集,数据清洗到数据下载的工具... |
50 | null | fugue/credstash | # Repository Context
Name: fugue/credstash
Description:
# Pull Request
## Remove boto2
This ports all remaining uses of boto2 over to boto3 (see #38).
# Relevant Files Found
## credstash.py
```
#!/usr/bin/env python
# Copyright 2015 Luminal, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License"... |
57,635 | null | apache/airflow | # Repository Context
Name: apache/airflow
Description:
# Pull Request
## Add number of queries guard in public providers list endpoints
Implement N+1 queries guard on list providers endpoint.
No problem detected.
# Relevant Files Found
## airflow-core/tests/unit/api_fastapi/core_api/routes/public/test_provide... |
45 | null | goodarzilab/pypage | # Repository Context
Name: goodarzilab/pypage
Description:
# Pull Request
## add method to extract `pvmatrix` like dataframe
solve https://github.com/goodarzilab/pypage/issues/44
# Relevant Files Found
## pypage/page.py
```
"""Implementation of the PAGE Algorithm
"""
from .io import (
GeneSets,
Expressi... |
83 | null | valkey-io/valkey-py | # Repository Context
Name: valkey-io/valkey-py
Description:
# Pull Request
## docs: hide unsupported commands and fix copyright
Related to #78
# Relevant Files Found
## docs/conf.py
```
# valkey-py documentation build configuration file, created by
# sphinx-quickstart on Fri Feb 8 00:47:08 2013.
#
# This file ... |
31 | null | ericbstie/tibber.py | # Repository Context
Name: ericbstie/tibber.py
Description:
# Pull Request
## Asynchronous callback functions for live data
Now the syntax will be like this:
```py
@home.event("live_measurement")
async def prcoess_data(data):
print(data.power)
```
vs previously:
```py
@home.event("live_measurement")
... |
635 | null | JFK/kagura-ai | # Repository Context
Name: JFK/kagura-ai
Description:
# Pull Request
## [v4.3.0][Phase 3.2] Extract isolated features from coding/manager.py (#618)
## Summary
Continues Phase 3 refactoring by extracting three self-contained modules (file tracking, error recording, decision recording) from `manager.py` using the pr... |
236 | null | facebookresearch/spdl | # Repository Context
Name: facebookresearch/spdl
Description:
# Pull Request
## Update docs
# Relevant Files Found
## src/spdl/io/_preprocessing.py
```
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE ... |
73 | null | TigerAppsOrg/TigerPath | # Repository Context
Name: TigerAppsOrg/TigerPath
Description:
# Pull Request
## Fixed scraper
wrong field
# Relevant Files Found
## tigerpath/scraper/scrape_all.py
```
from django.conf import settings
from .scrape_parse import scrape_parse_semester
from .scrape_validate import validate_course
from .scrape_impo... |
5,329 | null | NVIDIA-NeMo/NeMo | # Repository Context
Name: NVIDIA-NeMo/NeMo
Description:
# Pull Request
## Fixes bugs with loss averaging with `validation_drop_last=False` for Megatron GPT
# What does this PR do ?
Add a one line overview of what this PR aims to accomplish.
**Collection**: [Note which collection this PR will affect]
# Cha... |
81 | null | Pinafore/karl-flashcards-web-app | # Repository Context
Name: Pinafore/karl-flashcards-web-app
Description:
# Pull Request
## mnemonic popup
# Relevant Files Found
## backend/app/app/models/user.py
```
from datetime import datetime, timedelta
from typing import TYPE_CHECKING, List, Optional
from sqlalchemy import (
Boolean,
Column,
... |
8 | null | 4Catalyzer/flask-resty | # Repository Context
Name: 4Catalyzer/flask-resty
Description:
# Pull Request
## Handle database rejecting id type
# Relevant Files Found
## flask_jsonapiview/view.py
```
import flask
from flask.views import MethodView
from marshmallow import ValidationError
from sqlalchemy.exc import DataError, IntegrityError
... |
86 | null | ag2ai/fastagency | # Repository Context
Name: ag2ai/fastagency
Description:
# Pull Request
## Fix togetherai tests
# Description
Please include a summary of the change and specify which issue is being addressed. Additionally, provide relevant motivation and context.
Fixes # (issue number)
## Type of change
Please delete o... |
2,281 | null | DemocracyClub/UK-Polling-Stations | # Repository Context
Name: DemocracyClub/UK-Polling-Stations
Description:
# Pull Request
## Import script for Rochdale (closes #2199)
# Relevant Files Found
## polling_stations/apps/data_collection/management/commands/import_rochdale.py
```
from django.contrib.gis.geos import Point
from data_collection.manageme... |
4 | null | mjpieters/pyright-analysis | # Repository Context
Name: mjpieters/pyright-analysis
Description:
# Pull Request
## fix: Avoid using itemgetter with Pydantic
Up until Python 3.13, operator.itemgetter() has the wrong signature (see python/cpython#118285), which means pydantic won't accept it as a validator function. Use a regular function instead... |
2,245 | null | optuna/optuna | # Repository Context
Name: optuna/optuna
Description:
# Pull Request
## Refactor `examples/multi_objective/botorch_simple.py`
<!-- Thank you for creating a pull request! In general, we merge your pull requests after they get two or more approvals. -->
## Motivation
<!-- Describe your motivation why you will sub... |
49 | null | architv/soccer-cli | # Repository Context
Name: architv/soccer-cli
Description:
# Pull Request
## added header to players team list
Sorry but I forgot to commit the changes refered in pull request #48 so you need to merge also this in order to get the correct result.
# Relevant Files Found
## soccer/writers.py
```
import click
impo... |
40 | null | byjlw/video-analyzer | # Repository Context
Name: byjlw/video-analyzer
Description:
# Pull Request
## temperature can be set in the config or on the command line
Temperature handling has been updated to be a config-level value with the following changes:
Temperature is now defined in a single place in default_config.json under the cli... |
11,840 | null | RasaHQ/rasa | # Repository Context
Name: RasaHQ/rasa
Description:
# Pull Request
## Backport windows fix
**Proposed changes**:
- backport #11792
**Status (please check what you already did)**:
- [ ] added some tests for the functionality
- [ ] updated the documentation
- [ ] updated the changelog (please check [changelog]... |
320 | null | tenstorrent/tt-inference-server | # Repository Context
Name: tenstorrent/tt-inference-server
Description:
# Pull Request
## Fix TTQwen2ForCausalLM registration error with graceful fallback
**Problem:**
The TTQwen2ForCausalLM model registration was failing because it referenced a non-existent `Qwen2ForCausalLM` class in the TT-metal module. The act... |
23 | null | earthlab/abc-classroom | # Repository Context
Name: earthlab/abc-classroom
Description:
# Pull Request
## Close outstanding PRs whe ndistributing new material
When we distribute new material to students close outstanding PRs that
were delivering new material as we will only end up with merge conflicts
if students try to merge these old P... |
7,814 | null | PaddlePaddle/PaddleDetection | # Repository Context
Name: PaddlePaddle/PaddleDetection
Description:
# Pull Request
## update release 2.6 version id
# Relevant Files Found
## setup.py
```
# Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this f... |
865 | null | keras-team/keras | # Repository Context
Name: keras-team/keras
Description:
# Pull Request
## Update optimizers.py
Bug:
float() argument must be a string or a number, not 'TensorSharedVariable'
fixed!
# Relevant Files Found
## keras/optimizers.py
```
from __future__ import absolute_import
import theano
import theano.tensor as T
... |
812 | null | Azure/azure-cli-extensions | # Repository Context
Name: Azure/azure-cli-extensions
Description:
# Pull Request
## vm-repair extension: Region copy fix
*New PR due to incorrect branching resulting in conflicting commit history
Minor changes for 0.1.1
1. Region bug fix where 'repair create' failed when the resource group region and disk re... |
26 | null | google-research/skai | # Repository Context
Name: google-research/skai
Description:
# Pull Request
## Filter out buildings that are not contained in the raster bounds.
Filter out buildings that are not contained in the raster bounds.
# Relevant Files Found
## src/skai/read_raster.py
```
# Copyright 2022 Google LLC
#
# Licensed under ... |
58 | null | galaxycomputationalchemistry/galaxy-tools-compchem | # Repository Context
Name: galaxycomputationalchemistry/galaxy-tools-compchem
Description:
# Pull Request
## Expand distance tool
Expand the distance tool with a 'multiple distance' mode so several sets of pairs can be calculated in one run.
# Relevant Files Found
## tools/mdanalysis/distance.py
```
#!/usr/bin/e... |
710 | null | neo4j/graph-data-science-client | # Repository Context
Name: neo4j/graph-data-science-client
Description:
# Pull Request
## Pass dbid only when needed to aura-api
latest changes in Aura allow to not always send the instanceId along.
Also the uniqenuess constraint is checked inside Aura now.
# Relevant Files Found
## graphdatascience/session/aura... |
2,783 | null | quay/quay | # Repository Context
Name: quay/quay
Description:
# Pull Request
## db: add config variable for DB pooling (PROJQUAY-6397)
adding `DB_CONNECTION_POOLING` param to enable/disable connection pooling for primary and replica DBs
# Relevant Files Found
## data/database.py
```
# pylint: disable=old-style-class,no-init... |
3,507 | null | aws/aws-sam-cli | # Repository Context
Name: aws/aws-sam-cli
Description:
# Pull Request
## fix: always combine dependencies for layer build
#### Which issue(s) does this change fix?
#3494
#### Why is this change necessary?
Using application wide setting for combining dependencies is wrong when it comes to building layers.
#... |
151 | null | voxel51/fiftyone-brain | # Repository Context
Name: voxel51/fiftyone-brain
Description:
# Pull Request
## Add support for custom runs
Corresponding changes for https://github.com/voxel51/fiftyone/pull/3695
# Relevant Files Found
## fiftyone/brain/internal/core/hardness.py
```
"""
Hardness methods.
| Copyright 2017-2023, Voxel51, Inc.
|... |
174 | null | cockroachdb/sqlalchemy-cockroachdb | # Repository Context
Name: cockroachdb/sqlalchemy-cockroachdb
Description:
# Pull Request
## Prepare v1.4.3 release
# Relevant Files Found
## sqlalchemy_cockroachdb/__init__.py
```
from sqlalchemy.dialects import registry as _registry
from .transaction import run_transaction # noqa
__version__ = "1.4.3.dev0"
... |
1,025 | null | Azure/PyRIT | # Repository Context
Name: Azure/PyRIT
Description:
# Pull Request
## Refactoring AnecdoctorOrchestrator as AnecdoctorAttack
## Description
Refactored Anecdoctor Orchestrator as an attack
## Tests and Documentation
Unit tests
# Relevant Files Found
## pyrit/attacks/__init__.py
```
# Copyright (c) Micros... |
13 | null | ProsperousHeart/HumanDesign | # Repository Context
Name: ProsperousHeart/HumanDesign
Description:
# Pull Request
## cleanup of classes + type dict
# Relevant Files Found
## utils.py
```
welcome_msg = """Welcome to the unofficial Human Design helper!
To start, will you be starting a new guide or pulling from a file (locally or online)?"""
... |
31 | null | mwilensky768/SSINS | # Repository Context
Name: mwilensky768/SSINS
Description:
# Pull Request
## Handle streak slices more carefully
Using safe_dump when there are streak events in the match filter did not work since slice(None).start is an object. This branch makes the slice_dict of the match filter explicitly set a slice for the who... |
441 | null | zwicker-group/py-pde | # Repository Context
Name: zwicker-group/py-pde
Description:
# Pull Request
## Use `jupyter run` to test notebooks
# Relevant Files Found
## scripts/create_requirements.py
```
#!/usr/bin/env python3
"""
This script creates the requirements files in the project
"""
import csv
import subprocess as sp
from datacl... |
2 | null | littlejon/dell-update-mirror | # Repository Context
Name: littlejon/dell-update-mirror
Description:
# Pull Request
## Move to python 3, add option to modify Catalog.xml
Move script to python 3, since python 2 is end of life. Only small
modifications required for this.
* `Queue` module renamed to `queue`.
* `threading.isAlive()` renamed to `... |
312 | null | up42/up42-py | # Repository Context
Name: up42/up42-py
Description:
# Pull Request
## Unpack improvements int31
- Simplifies the results unpacking (instead of moving the files from the superfluos up42 inherent "output" folder after unpacking, now the files are unpacked into the ideal structure).
- This also avoids a potential is... |
4,039 | null | geldata/gel | # Repository Context
Name: geldata/gel
Description:
# Pull Request
## Allow connecting to `__edgedbsys__` in read-only mode
The `__edgedbsys__` database now allows read-only connections. Since
`__edgedbsys__` cannot be dropped it represents an always-available
connection destination for cases where the target data... |
4,779 | null | great-expectations/great_expectations | # Repository Context
Name: great-expectations/great_expectations
Description:
# Pull Request
## [HACKATHON] add expect_column_values_to_be_valid_new_mexico_zip
Please annotate your PR title to describe what the PR does, then give a brief bulleted description of your PR below. PR titles should begin with [BUGFIX], [... |
413 | null | NVIDIA/numba-cuda | # Repository Context
Name: NVIDIA/numba-cuda
Description:
# Pull Request
## Remove `MVCLinker` and straggling uses of / references to `cubinlinker`
Removes some cuda 11 related machinery.
# Relevant Files Found
## numba_cuda/numba/cuda/cudadrv/driver.py
```
"""
CUDA driver bridge implementation
NOTE:
The new d... |
871 | null | qiboteam/qibo | # Repository Context
Name: qiboteam/qibo
Description:
# Pull Request
## `basis` flag in `random_density_matrix`
Checklist:
- [x] Reviewers confirm new code works as expected.
- [x] Tests are passing.
- [x] Coverage does not decrease.
- [x] Documentation is updated.
# Relevant Files Found
## src/qibo/quantum... |
44 | null | Standard-Cloud/cshelve | # Repository Context
Name: Standard-Cloud/cshelve
Description:
# Pull Request
## Using in memory in place of mock in test
Using in-memory allows better and more realistic tests.
# Relevant Files Found
## cshelve/_in_memory.py
```
"""
In-memory storage implementation. Mainly for testing purposes.
"""
from typing ... |
11 | null | readthedocs/sphinx-autoapi | # Repository Context
Name: readthedocs/sphinx-autoapi
Description:
# Pull Request
## Update dotnet codebase for new tooling
Tests will fail unless you have a proper .Net BuildMeta environment setup. Need to figure out what to do about 3rd party binary deps. Could always just check them into the repo :/
# Relevant... |
64 | null | cpederkoff/stl-to-voxel | # Repository Context
Name: cpederkoff/stl-to-voxel
Description:
# Pull Request
## Output slices when mesh is inverted
Fixes #63
# Relevant Files Found
## stltovoxel/perimeter.py
```
import numpy as np
from . import polygon_repair
def repaired_lines_to_voxels(line_list, pixels, plane_shape):
if not line_l... |
2,113 | null | mosaicml/composer | # Repository Context
Name: mosaicml/composer
Description:
# Pull Request
## add missing import
# What does this PR do?
Patch a missing import for our patch release `v0.13.3`.
# Relevant Files Found
## tests/models/test_hf_model.py
```
# Copyright 2022 MosaicML Composer authors
# SPDX-License-Identifier: Apa... |
42 | null | hugovk/pepotron | # Repository Context
Name: hugovk/pepotron
Description:
# Pull Request
## Add Python 3.13: PEP 719
https://peps.python.org/pep-0719/
Let's also bump the Trove classifier to "Development Status :: 5 - Production/Stable" and bump to 1.x.
# Relevant Files Found
## src/pepotron/__init__.py
```
"""
CLI to open PEP... |
18 | null | gvigroux/hon | # Repository Context
Name: gvigroux/hon
Description:
# Pull Request
## Tumble Dryer
- Added more Tumble Dryer programs.
- Fixed bad spelling for Tumble Dryer.
# Relevant Files Found
## const.py
```
"""hOn component constants."""
from enum import IntEnum
from homeassistant.components.climate.const import (
... |
20,482 | null | conan-io/conan-center-index | # Repository Context
Name: conan-io/conan-center-index
Description:
# Pull Request
## wayland-protocols/all: bump deps
Specify library name and version: **wayland-protocols/***
Generated and committed by [Conan Center Bump Deps](https://github.com/ericLemanissier/conan-center-index-bump-deps)
Find more updatab... |
18,915 | null | run-llama/llama_index | # Repository Context
Name: run-llama/llama_index
Description:
# Pull Request
## fix(cohere-embedding): add batch size validation with 96 limit for Cohere API
# Description
Add batch size validation for Cohere Embedding API to enforce the 96 batch size limit imposed by Cohere's API. This prevents runtime errors b... |
13 | null | acostapazo/gradgpad | # Repository Context
Name: acostapazo/gradgpad
Description:
# Pull Request
## fix(metrics): solve bug on type assertion on apecer and bpcer functions
# Relevant Files Found
## gradgpad/foundations/metrics/apcer.py
```
import numpy as np
def apcer(scores, labels, th_eer_dev):
"""
Computes the Attack Pr... |
312 | null | canonical/postgresql-operator | # Repository Context
Name: canonical/postgresql-operator
Description:
# Pull Request
## Add new extensions/plugins
Added support for new extensions/plugins:
- icu_ext
- address_standardizer
- address_standardizer
- address_standardizer_data_us
- bool_plperl
- hll
- hstore
- hypopg
- ip4r
- jsonb_pl... |
2,066 | null | pytorch/rl | # Repository Context
Name: pytorch/rl
Description:
# Pull Request
## [Minor] Remove duplicate if statement in storages
# Relevant Files Found
## torchrl/data/replay_buffers/storages.py
```
# Copyright (c) Meta Platforms, Inc. and affiliates.
#
# This source code is licensed under the MIT license found in the
# ... |
507 | null | vllm-project/compressed-tensors | # Repository Context
Name: vllm-project/compressed-tensors
Description:
# Pull Request
## Fixing bug in matrix_multiply.py
generator is created on cpu by default so trying to create a tensor on cuda with a cpu generator would cause an error, we can just move it over instead. Note: we cannot just create a cuda gener... |
124 | null | ESSS/alfasim-sdk | # Repository Context
Name: ESSS/alfasim-sdk
Description:
# Pull Request
## Add docs for ALFAcase file
Link for the online docs
https://alfasim-sdk.readthedocs.io/en/fb-asim-3584-add-introduction-for-alfacase/
# Relevant Files Found
## docs/source/conf.py
```
# -*- coding: utf-8 -*-
import os
import subprocess
f... |
535 | null | microsoft/Qcodes | # Repository Context
Name: microsoft/Qcodes
Description:
# Pull Request
## driver: Keysight 33500B
Add a driver and a notebook.
Fixes the fact that we don't have a driver
Made in an extreme hurry for a fast measurement
@giulioungaretti
# Relevant Files Found
# Edits
This pull request adds a new instr... |
1,245 | null | Xilinx/finn | # Repository Context
Name: Xilinx/finn
Description:
# Pull Request
## custom/transformer: Search plugin modules when performing the SpecializeLayer transformation.
Adding the ability to grab specialised layers from a plugin module by using the nodes domain rather that just searching the FINN module. This is in a si... |
576 | null | speechbrain/speechbrain | # Repository Context
Name: speechbrain/speechbrain
Description:
# Pull Request
## Fairseq wav2vec integration
This is a PR to integrate pretrained wav2vec models from fairseq. This PR reopens PR #545
# Relevant Files Found
## conftest.py
```
collect_ignore = ["setup.py"]
try:
import numba # noqa: F401
exc... |
204 | null | ott-jax/ott | # Repository Context
Name: ott-jax/ott
Description:
# Pull Request
## Feature/depracate functional api
Add `DeprecationWarning` for:
- `sinkhorn.sinkhorn`
- `gromov_wasserstein.gromow_wasserstein`
- `transport.solve`
functions in favor of the other interface.
closes #170
# Relevant Files Found
## src/ot... |
44 | null | eleweek/histsync | # Repository Context
Name: eleweek/histsync
Description:
# Pull Request
## fr_abort() missing kwarg
This fixes Internal server error 500. #43
Because I was passing my username in lowercase (nudies) when it should have been Nudies no query was returned triggering fr_abort() which takes status code and **kwargs as p... |
1,279 | null | viur-framework/viur-core | # Repository Context
Name: viur-framework/viur-core
Description:
# Pull Request
## fix: refactor _tagsFromString to _tags_from_str
This is a one liner - seems we have to refactor a method...
# Relevant Files Found
## src/viur/core/skeleton.py
```
from __future__ import annotations # noqa: required for pre-defi... |
9,585 | null | hypothesis/h | # Repository Context
Name: hypothesis/h
Description:
# Pull Request
## Add `image_descriptions` feature flag
This will be used for a feature that enables users to enter descriptions (aka. captions, alt-text) for image annotations.
Only the client UI is behind the flag, the field for reading/writing the descripti... |
1,667 | null | MTES-MCT/acceslibre | # Repository Context
Name: MTES-MCT/acceslibre
Description:
# Pull Request
## Change V2 sentence for ground level.
# Relevant Files Found
## erp/schema.py
```
from django.apps import apps
from django.utils.safestring import mark_safe
from django.utils.translation import gettext_lazy as translate_lazy
from core... |
357 | null | PaddlePaddle/PaddleX | # Repository Context
Name: PaddlePaddle/PaddleX
Description:
# Pull Request
## fix ppyolo coco pretrained weights download link
see titile
# Relevant Files Found
## paddlex/cv/models/utils/pretrain_weights.py
```
import paddlex
import paddlex.utils.logging as logging
import paddlehub as hub
import os
import os.p... |
662 | null | PennyLaneAI/pennylane | # Repository Context
Name: PennyLaneAI/pennylane
Description:
# Pull Request
## Adds a new `default.qubit.tf` pure-state simulator with PassthruQNode support
**Context:**
Adds `default.qubit.tf`, an experimental simulator plugin based on `"default.qubit"`, written
using TensorFlow.
This experimental device p... |
282 | null | VinzenzKlass/anaplan-sdk | # Repository Context
Name: VinzenzKlass/anaplan-sdk
Description:
# Pull Request
## fix: remove sort warning (fixed in anaplan)
# Relevant Files Found
## anaplan_sdk/_services.py
```
import asyncio
import logging
import time
from asyncio import gather, sleep
from concurrent.futures import ThreadPoolExecutor
... |
23 | null | trim21/transmission-rpc | # Repository Context
Name: trim21/transmission-rpc
Description:
# Pull Request
## refactor: add more File class instead of return a dict
add new NamedTuple class `transmission_rpc.lib_types.File`
BREAKING CHANGES:
`Torrent.files()` now return `List[File]`
`Client.get_files()` now return `Dict[int, List[File]]`... |
37 | null | DataCanvasIO/Hypernets | # Repository Context
Name: DataCanvasIO/Hypernets
Description:
# Pull Request
## Master wuyq
Add get_data_character method to _experiment
# Relevant Files Found
## hypernets/experiment/_experiment.py
```
# -*- coding:utf-8 -*-
__author__ = 'yangjian'
"""
"""
import time
from hypernets.dispatchers.cfg import Di... |
23 | null | ktdreyer/jenkins-job-wrecker | # Repository Context
Name: ktdreyer/jenkins-job-wrecker
Description:
# Pull Request
## Quick fix for issue #22
# Relevant Files Found
## jenkins_job_wrecker/job_handlers.py
```
import logging
import re
import xml.etree.ElementTree as ET
logging.basicConfig(level=logging.INFO)
log = logging.getLogger(__name__)
... |
2,754 | null | alandtse/alexa_media_player | # Repository Context
Name: alandtse/alexa_media_player
Description:
# Pull Request
## feat: readd support for Amazon devices (#2746)
# Relevant Files Found
## custom_components/alexa_media/alexa_entity.py
```
"""
Alexa Devices Sensors.
SPDX-License-Identifier: Apache-2.0
For more details about this platform, ... |
433 | null | deepspeedai/DeepSpeed-MII | # Repository Context
Name: deepspeedai/DeepSpeed-MII
Description:
# Pull Request
## Add quantization config option
Required changes to DS: https://github.com/microsoft/DeepSpeed/pull/5234
# Relevant Files Found
## mii/api.py
```
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: Apache-2.0
# Deep... |
1,179 | null | nod-ai/amd-shark-ai | # Repository Context
Name: nod-ai/amd-shark-ai
Description:
# Pull Request
## Change ShardedTensor.clone to error out on wrong args
- Change how defaults are loaded into kwargs by .clone() so that incorrectly specified kwargs will error out.
- Previously it silently used defaults and not the specified values. E.... |
198 | null | dice-group/Ontolearn | # Repository Context
Name: dice-group/Ontolearn
Description:
# Pull Request
## Celoe domain (WIP)
# Relevant Files Found
## ontolearn/concept_generator.py
```
from typing import FrozenSet, Iterable, List, Optional, Dict, Generator, Set
from ontolearn.core.owl.hierarchy import ClassHierarchy, ObjectPropertyHier... |
17,901 | null | PrefectHQ/prefect | # Repository Context
Name: PrefectHQ/prefect
Description:
# Pull Request
## Polishes the experience with inferring versioning
* We were making the classic `.rstrip` mistake of thinking it took a
string to replace, when it really takes string full of characters to
replace. Here we parse it with `urlparse` and a... |
50 | null | Moguri/panda3d-gltf | # Repository Context
Name: Moguri/panda3d-gltf
Description:
# Pull Request
## Fix character transform issue in gltf-viewer (by not using Actor)
Tested on CesiumMan, which no longer loads sideways.
# Relevant Files Found
## gltf/viewer.py
```
import os
import sys
from direct.actor.Actor import Actor
from direct.... |
3,736 | null | open-telemetry/opentelemetry-python-contrib | # Repository Context
Name: open-telemetry/opentelemetry-python-contrib
Description:
# Pull Request
## botocore: upgrade moto package from 5.0.9 to 5.1.11
# Description
Moto 5.0.9, released in May 2024, lacks support for certain AWS resources such as Step Functions APIs (describeActivity). This PR upgrades moto to ... |
2,940 | null | allegro/ralph | # Repository Context
Name: allegro/ralph
Description:
# Pull Request
## Show asset model on BaseObjectSupport report
# Relevant Files Found
## src/ralph/data_importer/resources.py
```
from django.conf import settings
from django.contrib.auth import get_user_model
from django.db.models import Count
from import_e... |
81 | null | oumi-ai/oumi | # Repository Context
Name: oumi-ai/oumi
Description:
# Pull Request
## Freeze numpy to pre 2.0 version
Numpy 2.0 was introduced on June 16 https://numpy.org/news/#numpy-20-release-date-june-16
it leads to the trl import error:
```
(lema-train-example, pid=1308) RuntimeError: Failed to import trl.trainer.dpo_t... |
2 | null | Rami114/cryptoscan | # Repository Context
Name: Rami114/cryptoscan
Description:
# Pull Request
## added command-line parsing
I was using the plugin for batch parsing on the command-line so I added some argpase for it. Note that there's still a bug that I don't /think/ I introduced where when run from the CLI some text output isn't work... |
6 | null | jasonbaldridge/try-tf | # Repository Context
Name: jasonbaldridge/try-tf
Description:
# Pull Request
## added python 3 version of softmax.py
# Relevant Files Found
# Edits
This pull request adds a Python 3-compatible version of the `softmax.py` script, enabling the code to run under Python 3 while maintaining the original functional... |
189 | null | StructifyAI/structify-python | # Repository Context
Name: StructifyAI/structify-python
Description:
# Pull Request
## NOTICE: Stainless generated code has conflicted with your custom code
We have detected a conflict between code generated by Stainless' generated code and code that you have merged to main. Please resolve the conflict and merge so... |
11,199 | null | ipython/ipython | # Repository Context
Name: ipython/ipython
Description:
# Pull Request
## create new --raise-error argument to raise an error if nonzero exitcode
This creates a way for users to stop executing cells if a script magic raises an error.
e.g.,
```
%%bash --raise_error
exit 1
```
Would raise an error and st... |
70 | null | EUDAT-B2HANDLE/B2HANDLE | # Repository Context
Name: EUDAT-B2HANDLE/B2HANDLE
Description:
# Pull Request
## Fix get_valid_https_verify function
Fix get_valid_https_verify function to also work for unicode strings. Update description of parameter. Issue #68
# Relevant Files Found
## b2handle/handleclient.py
```
'''
This module provides ... |
1,870 | null | Lightning-AI/lightning-thunder | # Repository Context
Name: Lightning-AI/lightning-thunder
Description:
# Pull Request
## update check for `ThunderModule`
<details>
<summary><b>Before submitting</b></summary>
- [ ] Was this discussed/approved via a Github issue? (no need for typos and docs improvements)
- [x] Did you read the [contributor g... |
47 | null | MojoOli/open3e-ha | # Repository Context
Name: MojoOli/open3e-ha
Description:
# Pull Request
## Vito charge sensors
## Description
Add vitocharge sensors.
* add sensor for current grid power
* add sensors for current ambient and battery temperature
* add sensor for cumulated PV power.
* adjust feature/did for current PV power... |
1,213 | null | PowerDNS-Admin/PowerDNS-Admin | # Repository Context
Name: PowerDNS-Admin/PowerDNS-Admin
Description:
# Pull Request
## Update Javascript libraries
This PR includes all 4 PR opened by dependabot. We know that we need to have a lot more work pending to update all libraries, but since it is not our priority, we can include these ones because they p... |
243 | null | Flagsmith/flagsmith | # Repository Context
Name: Flagsmith/flagsmith
Description:
# Pull Request
## improvement/fixup healthcheck pr
- Improve local/ development setup (#204)
- fix(sentry): Add sampler to fuction to block /health transactions (#232)
- Brought in Constant
# Relevant Files Found
## api/integrations/sentry/tests/test_sa... |
685 | null | nod-ai/AMD-SHARK-Studio | # Repository Context
Name: nod-ai/AMD-SHARK-Studio
Description:
# Pull Request
## Add Anything v3 and AnalogDiffusion variants of SD
This PR adds support for 2 new variants of SD, which can be chosen using the `variant` flag in cli as follows:
- `--variant=<anythingv3 / analogdiffusion>`
- `version` flag is not r... |
2,487 | null | PaddlePaddle/PaddleOCR | # Repository Context
Name: PaddlePaddle/PaddleOCR
Description:
# Pull Request
## replace path.join for windows
att
# Relevant Files Found
## configs/rec/multi_language/generate_multi_language_configs.py
```
# Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved.
#
# Licensed under the Apache License, Ver... |
150 | null | zincware/ZnH5MD | # Repository Context
Name: zincware/ZnH5MD
Description:
# Pull Request
## Add ASE plugin support
This PR adds ASE plugin support, so that `ase.io.read` and `ase.io.write` can also operate on ZnH5MD files. Probably most useful in a visualization context, as `ase gui atoms.h5` also works.
Note that there are some ... |
153 | null | efeone/beams | # Repository Context
Name: efeone/beams
Description:
# Pull Request
## feat:Batta Claim Doctype Updation
## Feature description
-Remove the 'Batta Claim Type' doctype.
-Implement conditional logic to hide the 'Designation' field when 'Batta Type' is 'External'.
-Move the 'Bureau' field below the 'Company' field.... |
1,488 | null | squeaknode/squeaknode | # Repository Context
Name: squeaknode/squeaknode
Description:
# Pull Request
## Got unit test working for insert and retrieve squeak in db
# Relevant Files Found
## tests/core/conftest.py
```
# MIT License
#
# Copyright (c) 2020 Jonathan Zernik
#
# Permission is hereby granted, free of charge, to any person obt... |
9,878 | null | red-hat-storage/ocs-ci | # Repository Context
Name: red-hat-storage/ocs-ci
Description:
# Pull Request
## Backport changes from PR-8367
Fixes https://github.com/red-hat-storage/ocs-ci/issues/9008 and https://github.com/red-hat-storage/ocs-ci/issues/8461 in 4.14
# Relevant Files Found
## tests/e2e/conftest.py
```
import os
import time
im... |
19 | null | canvas-medical/fhirstarter | # Repository Context
Name: canvas-medical/fhirstarter
Description:
# Pull Request
## Version 0.11.1
* Changed interface for the capability statement modifier so that the request and response are passed down to it
# Relevant Files Found
## fhirstarter/fhirstarter.py
```
"""FHIRStarter class, exception handlers, a... |
141 | null | RightTyper/RightTyper | # Repository Context
Name: RightTyper/RightTyper
Description:
# Pull Request
## Adds type parameter merging, fixes mock resolution not using type name adjustment and a few minor formatting issues.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under th... |
558 | null | keras-team/keras-hub | # Repository Context
Name: keras-team/keras-hub
Description:
# Pull Request
## Replicate #536 changing GPT2 -> GPT2Backbone
Replicate #536 changing GPT2 -> GPT2Backbone #539
1. gpt2_models.py -> gpt2_backbone.py
2. gpt2_models_test.py -> gpt2_backbone_test.py
3. GPT2 -> GPT2Backbone
# Relevant Files Found
... |
265 | null | MarechJ/hll_rcon_tool | # Repository Context
Name: MarechJ/hll_rcon_tool
Description:
# Pull Request
## U14 updates
Format changes because people refuse to use `black` 😉
*Add the new endpoints
`get_current_map_sequence`
`get_map_shuffle_enabled`
`set_map_shuffle_enabled`
*Add the new map names (still need to do `LOG_MAP_NAMES_TO_... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.