pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
7 | null | librick/uplift-ble | # Repository Context
Name: librick/uplift-ble
Description:
# Pull Request
## feat: document opcode 0x12 and discourage its use
This PR does the following:
- Adds logging for `0x12` notifications
- Updates the README with info on the `0x12` opcode
Avoid using opcode `0x12` until its behavior is better understoo... |
239 | null | googleapis/gapic-generator-python | # Repository Context
Name: googleapis/gapic-generator-python
Description:
# Pull Request
## Fixes for reading service config
Adds fixes and a unit test for reading a service config from file.
Includes minor rendering fixes.
System tests to verify that the config percolates to method calls are in progress.
# Re... |
448 | null | binance/binance-connector-python | # Repository Context
Name: binance/binance-connector-python
Description:
# Pull Request
## Release Common v3.2.0
- Fixed issue with response model deserialization in `send_request` function in `utils.py`.
# Relevant Files Found
## common/src/binance_common/utils.py
```
import copy
import hashlib
import hmac
impo... |
3,110 | null | hail-is/hail | # Repository Context
Name: hail-is/hail
Description:
# Pull Request
## Make OrderedRVDPartitioner non-serializable
This builds on: https://github.com/hail-is/hail/pull/3107
We were getting absolutely murdered by serializing the partitioner on every task. I made OrderedRVDPartitioner not inherit from Spark Parti... |
232 | null | MLShukai/pamiq-core | # Repository Context
Name: MLShukai/pamiq-core
Description:
# Pull Request
## デフォルトデバイスに `torch.get_default_device`を使用
# Pull Request
## 内容
`get_device`メソッドのデフォルト値にpytorchの`get_default_device`を指定するようにしました。
<!-- 変更の目的・内容 もしくは 関連する Issue 番号 -->
<!-- ビューの変更がある場合はスクショによる比較などがあるとわかりやすい -->
## 他のコード・機能への影響... |
363 | null | FNNDSC/ChRIS_ultron_backEnd | # Repository Context
Name: FNNDSC/ChRIS_ultron_backEnd
Description:
# Pull Request
## Fix bug related to large plugin instance files or large amount of files not being registered in the ChRIS DB
# Relevant Files Found
## chris_backend/plugininstances/models.py
```
import logging
from django.db import models
f... |
22 | null | ezyang/ghstack | # Repository Context
Name: ezyang/ghstack
Description:
# Pull Request
## Make remote name configurable instead of assuming origin
I like to use "upstream" for the main repo and point "origin" to my fork.
# Relevant Files Found
## ghstack/__main__.py
```
#!/usr/bin/env python3
import ghstack
import ghstack.sub... |
1,955 | null | MontrealAI/AGI-Alpha-Agent-v0 | # Repository Context
Name: MontrealAI/AGI-Alpha-Agent-v0
Description:
# Pull Request
## [alpha_factory] avoid duplicate offline samples
## Summary
- prevent duplicate opportunities in discovery stubs
- update tests for deterministic unique sampling
## Testing
- `python check_env.py --auto-install` *(fails: Could n... |
2,782 | null | microsoft/Qcodes | # Repository Context
Name: microsoft/Qcodes
Description:
# Pull Request
## Support dataset export to NetCDF or CSV after measurement ends
Fixes #2775.
Changes proposed in this pull request:
- Add an `export()` method to `DataSet` that allows users to export data to a supported file format. The goal is not to sa... |
525 | null | canopen-python/canopen | # Repository Context
Name: canopen-python/canopen
Description:
# Pull Request
## Add a dummy object to designate "uninitialized" networks (fixes #511)
This class can replace the dummy "None" value for attribute initializations, which can then be properly typed as Network to avoid static type checking errors.
Swi... |
10,863 | null | red-hat-storage/ocs-ci | # Repository Context
Name: red-hat-storage/ocs-ci
Description:
# Pull Request
## [release-4.16] Fix update_container_with_mirrored_image for local images
This is an automated cherry-pick of #10720
/assign dahorak
# Relevant Files Found
## ocs_ci/utility/utils.py
```
from functools import reduce
import base64
im... |
18,864 | null | huggingface/transformers | # Repository Context
Name: huggingface/transformers
Description:
# Pull Request
## Fix naming issue with Image2TextGenerationPipeline
# What does this PR do?
Fixes naming issue with the Image2TextGenerationPipeline: naming was not consistent with other libraries.
See [this message](https://huggingface.slack.com... |
1,487 | null | geopython/pygeoapi | # Repository Context
Name: geopython/pygeoapi
Description:
# Pull Request
## EDR /locations and /locations/{locId} endpoints
# Overview
Enable EDR providers to implement locations query type, and have adherent OAS generated as well.
# Related issue / discussion
Issue: #1486
# Additional information
... |
201 | null | skodaconnect/myskoda | # Repository Context
Name: skodaconnect/myskoda
Description:
# Pull Request
## Refactor honk_and_flash into seperate honk_and_flash and flash
This removes the boolean to indicate which of the two modes to choose and replaces it with a seperate method
# Relevant Files Found
## myskoda/cli/__init__.py
```
"""CLI t... |
2,280 | null | architecture-building-systems/CityEnergyAnalyst | # Repository Context
Name: architecture-building-systems/CityEnergyAnalyst
Description:
# Pull Request
## 2279 generate network from building supply properties
This PR is a first step in solving #2279. The supply map plot is now able to generate a network based on the `supply-system` databases from building propert... |
46 | null | ceph/s3-tests | # Repository Context
Name: ceph/s3-tests
Description:
# Pull Request
## Test setting container ACLs during create bucket
Signed-off-by: Andrew Gaul andrew@gaul.org
# Relevant Files Found
## s3tests/functional/test_s3.py
```
from cStringIO import StringIO
import boto.exception
import boto.s3.connection
import bo... |
268 | null | holoviz/lumen | # Repository Context
Name: holoviz/lumen
Description:
# Pull Request
## remove broken print statement
# Relevant Files Found
## lumen/transforms/base.py
```
"""
The Transform components allow transforming tables in arbitrary ways.
"""
import datetime as dt
import numpy as np
import pandas as pd
import panel a... |
283 | null | exo-lang/exo | # Repository Context
Name: exo-lang/exo
Description:
# Pull Request
## New lift_scope rewrite operation
Addresses #194. Creates `lift_scope`, a more primitive rewrite that can lift `if/for` statements up 1 level. It takes the original functionalities of `lift_if` and `reorder_loops`, and also supports the following... |
11,588 | null | tinygrad/tinygrad | # Repository Context
Name: tinygrad/tinygrad
Description:
# Pull Request
## model parallel llama
MP=8 GRADIENT_ACC_STEPS=3 BS=1 DEFAULT_FLOAT=bfloat16 OPTIM_DTYPE=bfloat16 LLAMA3_SIZE=70B SEQLEN=512 PYTHONPATH=. MODEL=llama3 python3 examples/mlperf/model_train.py
# Relevant Files Found
## examples/mlperf/model_tr... |
128 | null | unital/tempe | # Repository Context
Name: unital/tempe
Description:
# Pull Request
## Add style tests
# Relevant Files Found
# Edits
This pull request adds comprehensive unit tests for the `StateColor` and `Style` classes in the tempe graphics library to ensure correct behavior of styling functionality. It introduces tests ... |
20,315 | null | dagster-io/dagster | # Repository Context
Name: dagster-io/dagster
Description:
# Pull Request
## fix(dbt): do not raise error when calling `.stream()` on `dbt source freshness`
## Summary & Motivation
Resolves https://github.com/dagster-io/dagster/issues/20262.
Invoking `dbt source freshness` and calling `.stream()` is failing becaus... |
15,243 | null | mlflow/mlflow | # Repository Context
Name: mlflow/mlflow
Description:
# Pull Request
## Add optuna storage utility to enable parallel hyperparam tuning
### Related Issues/PRs
<!-- Uncomment 'Resolve' if this PR can close the linked items. -->
<!-- Resolve --> #xxx
### What changes are proposed in this pull request?
<!-- ... |
931 | null | globus/globus-sdk-python | # Repository Context
Name: globus/globus-sdk-python
Description:
# Pull Request
## Release v3.34.0
# Changelog
## Added
- Add the `delete_protected` field to `MappedCollectionDocument`. (#920)
## Changed
- Minor improvements to handling of paths and URLs. (#922)
- Request paths which start with the `base_pat... |
123 | null | JoshuaC215/agent-service-toolkit | # Repository Context
Name: JoshuaC215/agent-service-toolkit
Description:
# Pull Request
## Misc updates
- Bump the large groq model from llama 3.1 70b to llama 3.3 70b as the former is deprecated by Groq
- Bump DDG-Search to latest
# Relevant Files Found
## src/core/llm.py
```
from functools import cache
from t... |
496 | null | swirlai/swirl-search | # Repository Context
Name: swirlai/swirl-search
Description:
# Pull Request
## Fix subscribe relevancy
FIx? for DS-714, DS-715
# Relevant Files Found
## swirl/processors/relevancy.py
```
'''
@author: Sid Probstein
@contact: sid@swirl.today
'''
import time
from math import sqrt
from statistics import medi... |
4,245 | null | huggingface/datasets | # Repository Context
Name: huggingface/datasets
Description:
# Pull Request
## Add code examples for DatasetDict
This PR adds code examples for `DatasetDict` in the API reference :)
# Relevant Files Found
## src/datasets/dataset_dict.py
```
import contextlib
import copy
import json
import os
import re
import war... |
15 | null | tartiflette/tartiflette-aiohttp | # Repository Context
Name: tartiflette/tartiflette-aiohttp
Description:
# Pull Request
## Pass the operation name to the tartiflette's execution
Close #14
# Relevant Files Found
## setup.py
```
from setuptools import find_packages, setup
_TEST_REQUIRE = [
"pytest",
"pytest-cov",
"pytest-asyncio",
... |
251 | null | dbt-labs/metricflow | # Repository Context
Name: dbt-labs/metricflow
Description:
# Pull Request
## Allow updates to SqlBindParameters if item is same
During the construction of queries where a constrained measure is used multiple times, it's possible for the SQL tree to use the same bind parameters multiple times.
# Relevant Files Fou... |
2,552 | null | devitocodes/devito | # Repository Context
Name: devitocodes/devito
Description:
# Pull Request
## misc: update all link to main
# Relevant Files Found
## devito/_version.py
```
# This file helps to compute a version number in source trees obtained from
# git-archive tarball (such as those provided by githubs download-from-tag
# fe... |
4,890 | null | oppia/oppia | # Repository Context
Name: oppia/oppia
Description:
# Pull Request
## Exploration states dict migration: Migrate training data to answer group and remove it from rule specs.
This PR migrates training data from rule specs to answer groups in states dict and introduces exploration version migration for it. Along with... |
5 | null | binary-signal/mass-apk-installer | # Repository Context
Name: binary-signal/mass-apk-installer
Description:
# Pull Request
## Improved package folder structure added test unit
# Relevant Files Found
## mass_apk/__init__.py
```
"""
Author: Evan
Created: 19/10/2011
Last Modified: 22/12/2020
Licence: MIT
Copyright (c) 2021, Evan
... |
88 | null | OneBusAway/python-sdk | # Repository Context
Name: OneBusAway/python-sdk
Description:
# Pull Request
## feat(api): OpenAPI spec update via Stainless API
# Relevant Files Found
## src/onebusaway/types/schedule_for_route_retrieve_response.py
```
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
from ... |
152 | null | LibrePCB/librepcb-parts-generator | # Repository Context
Name: LibrePCB/librepcb-parts-generator
Description:
# Pull Request
## Add generator for DIP switches sym & cmp
The first part for https://github.com/LibrePCB-Libraries/CK.lplib/issues/10: generating symbols & components for DIP switches, to be added to the Base library. Generates DIP switches ... |
54 | null | mozilla/agithub | # Repository Context
Name: mozilla/agithub
Description:
# Pull Request
## v2.2.0 Release
* Update Changelog to the Keepachangelog format
* Remove call for a new maintainer now that gene1wood and mozilla have stepped in
* Cleanup README
* Change to relative links
* PEP008 example python
* Remove non break... |
72 | null | AMWA-TV/nmos-testing | # Repository Context
Name: AMWA-TV/nmos-testing
Description:
# Pull Request
## Improved json sample loading
# Relevant Files Found
## IS0402Test.py
```
# Copyright (C) 2018 British Broadcasting Corporation
#
# Modifications Copyright 2018 Riedel Communications GmbH & Co. KG
#
# Licensed under the Apache License... |
511 | null | Modern-Treasury/modern-treasury-python | # Repository Context
Name: Modern-Treasury/modern-treasury-python
Description:
# Pull Request
## release: 1.39.0
Automated Release PR
---
## 1.39.0 (2024-08-20)
Full Changelog: [v1.38.0...v1.39.0](https://github.com/Modern-Treasury/modern-treasury-python/compare/v1.38.0...v1.39.0)
### Features
* **api:** add w... |
1,540 | null | readthedocs/readthedocs.org | # Repository Context
Name: readthedocs/readthedocs.org
Description:
# Pull Request
## Specify doctree location in Sphinx build
Otherwise it defaults to being in the output,
and gets copied to the webheads,
bloating disk usage.
# Relevant Files Found
## readthedocs/doc_builder/backends/sphinx.py
```
import re
im... |
139 | null | huggingface/safetensors | # Repository Context
Name: huggingface/safetensors
Description:
# Pull Request
## Update docstrings & type-hints
This is just a minor PR to update some wrong imports in the docstrings and also to add some missing type-hints.
# Relevant Files Found
## bindings/python/py_src/safetensors/flax.py
```
from typing imp... |
135 | null | silvxlabs/DripTorch | # Repository Context
Name: silvxlabs/DripTorch
Description:
# Pull Request
## Wind alignment angle attribute error
# Relevant Files Found
## driptorch/_version.py
```
__version__ = '0.8.1'
```
## driptorch/firing/_base.py
```
# Internal imports
from ..pattern import Pattern, TemporalPropagator
from ..person... |
896 | null | sbi-dev/sbi | # Repository Context
Name: sbi-dev/sbi
Description:
# Pull Request
## Fix error in tensorboard plotting
@lappalainenj FYI. I tried with older versions of torch and with older versions of sbi and it always broke so assume that this bug happened a while ago (not sure if it happened with a version bump of torch or wit... |
952 | null | hyperledger/indy-plenum | # Repository Context
Name: hyperledger/indy-plenum
Description:
# Pull Request
## File storage support for testing purposes
# Relevant Files Found
## ledger/ledger.py
```
import logging
import time
import base58
from common.exceptions import PlenumValueError
from common.serializers.mapping_serializer import Ma... |
46 | null | hyperledger/indy-node-monitor | # Repository Context
Name: hyperledger/indy-node-monitor
Description:
# Pull Request
## Integrate Monitoring Stack
Integrate the monitoring stack changes into the main branch.
# Relevant Files Found
## fetch-validator-status/plugin_collection.py
```
"""
MIT License
Copyright (c) 2020 Guido Diepen
Git Hub Repo:... |
189 | null | mila-iqia/milabench | # Repository Context
Name: mila-iqia/milabench
Description:
# Pull Request
## Use node["port"] to ssh to the node
# Relevant Files Found
## benchmarks/accelerate_opt/benchfile.py
```
from milabench.commands import (
AccelerateLaunchCommand,
CmdCommand,
DockerRunCommand,
ListCommand,
SSHComma... |
175 | null | openradar/xradar | # Repository Context
Name: openradar/xradar
Description:
# Pull Request
## Add DataMet backend for Italian Radar data
<!-- Please remove check-list items that aren't relevant to your changes -->
Dear xradar people, this is a first try at adding a new backend to read the data from the Italian radars provided by G... |
420 | null | snowflakedb/SnowAlert | # Repository Context
Name: snowflakedb/SnowAlert
Description:
# Pull Request
## [dc] Adds Duo admin inventory connector
tested by running in dev, got command —
CREATE TABLE data.duo_default_admins_connection(raw VARIANT, recorded_at TIMESTAMP_LTZ DEFAULT CURRENT_TIMESTAMP)
COMMENT='---
duo_integration_key: ... |
19 | null | josiahcarlson/redis-in-action | # Repository Context
Name: josiahcarlson/redis-in-action
Description:
# Pull Request
## leave_chat
there is a logical problem in the method of leave_chat
# Relevant Files Found
## python/ch06_listing_source.py
```
import bisect
from collections import defaultdict, deque
import json
import math
import os
import... |
4 | null | openedx/edx-django-utils | # Repository Context
Name: openedx/edx-django-utils
Description:
# Pull Request
## ARCH-177: Python 3 support temporarily disabled.
Removing Python 3 support for now to land this. This was edx-platform Python 2.7 code to start. Most of the Python 3 work was completed, but there is still some left.
# Relevant Fil... |
18 | null | Evgenus/protocyt | # Repository Context
Name: Evgenus/protocyt
Description:
# Pull Request
## Fixed bug with ccomplier in mac os x with python 2.7.1
Platform-specific customize compiler like in distutils.commands.build_ext
# Relevant Files Found
## protocyt/classes.py
```
'''
This module holds classes to represent protocol struct... |
98 | null | YosefLab/Cassiopeia | # Repository Context
Name: YosefLab/Cassiopeia
Description:
# Pull Request
## ILPSolver Potential Graph Speedup & Refactor
Provided new engineering on the backend of the `ILPSolver` to speed up the potential graph inference. This included moving some functions previously in the `ILPSolver` python file to the `ilp_s... |
641 | null | meyer-lab/tHMM | # Repository Context
Name: meyer-lab/tHMM
Description:
# Pull Request
## figure edits
# Relevant Files Found
## lineage/figures/figure11.py
```
""" This file depicts the distribution of phase lengths versus the states for each concentration. """
import numpy as np
import itertools
import seaborn as sns
from ..... |
1,238 | null | inveniosoftware/invenio-app-ils | # Repository Context
Name: inveniosoftware/invenio-app-ils
Description:
# Pull Request
## circulation: changing loan dates sends out a mail to the patron
closes: https://github.com/CERNDocumentServer/cds-ils/issues/973
# Relevant Files Found
## invenio_app_ils/circulation/api.py
```
# -*- coding: utf-8 -*-
#
# C... |
1,234 | null | gdsfactory/gdsfactory | # Repository Context
Name: gdsfactory/gdsfactory
Description:
# Pull Request
## pass gds and layer props file as parameters and update to new kweb way :)
# Relevant Files Found
## gdsfactory/component.py
```
"""Component is a canvas for geometry.
Adapted from PHIDL https://github.com/amccaugh/phidl/ by Adam Mc... |
20 | null | posit-dev/querychat | # Repository Context
Name: posit-dev/querychat
Description:
# Pull Request
## chore: Temp developer branch during conference
PRs to merge after Snowflake conference
# Relevant Files Found
## python-package/examples/app.py
```
from pathlib import Path
from seaborn import load_dataset
from shiny import App, rende... |
7 | null | simpleai-team/simpleai | # Repository Context
Name: simpleai-team/simpleai
Description:
# Pull Request
## PEP8 validation on samples
# Relevant Files Found
## samples/eight_puzzle.py
```
# coding=utf-8
from ai.models import Problem
from ai.methods import *
import copy
class EightPuzzleProblem(Problem):
''' 8 puzzle problem, a sma... |
1,737 | null | laminlabs/lamindb | # Repository Context
Name: laminlabs/lamindb
Description:
# Pull Request
## 🧪 More tests for Annotator
# Relevant Files Found
## lamindb/_annotate.py
```
from __future__ import annotations
from typing import TYPE_CHECKING, Any, Iterable
import anndata as ad
import lamindb_setup as ln_setup
import pandas as p... |
2 | null | CubexX/confstat-bot | # Repository Context
Name: CubexX/confstat-bot
Description:
# Pull Request
## Numbers in users and link tops
# Relevant Files Found
## handlers.py
```
# -*- coding: utf-8 -*-
__author__ = 'CubexX'
from models import db, Entity, Chat, User, UserStat, ChatStat, Stack
from config import SITE_URL, cache, logger
fr... |
259 | null | sonata-nfv/son-emu | # Repository Context
Name: sonata-nfv/son-emu
Description:
# Pull Request
## Fix: Use networkx < 2.0 due to major API change.
Signed-off-by: peusterm <manuel.peuster@uni-paderborn.de>
# Relevant Files Found
## setup.py
```
"""
Copyright (c) 2015 SONATA-NFV and Paderborn University
ALL RIGHTS RESERVED.
Licensed ... |
300 | null | DeepRegNet/DeepReg | # Repository Context
Name: DeepRegNet/DeepReg
Description:
# Pull Request
## Issue #299: use separate config files for demos
# Description
Separate config files added for demos
Fixes #299
## Type of change
- [x] New feature (non-breaking change which adds functionality)
# Checklist:
- [x] My code... |
752 | null | tenstorrent/tt-xla | # Repository Context
Name: tenstorrent/tt-xla
Description:
# Pull Request
## Fix Gather Op Test
### Ticket
https://github.com/tenstorrent/tt-xla/issues/751
### Problem description
Gather Op test wasn't versatile.
### What's changed
Added shapes that appear in our models and increased the maximum value for ... |
63 | null | redditraffler/redditraffler | # Repository Context
Name: redditraffler/redditraffler
Description:
# Pull Request
## v2018.5 (#62)
* Add raffle parameters confirmation (#56)
* Add sweetalert
* Add raffle confirmation message using sweetalert
* Update changelog
* Add 'show more' button to raffle list on user profile page (#57)
* Re... |
163 | null | PyPO-dev/PyPO | # Repository Context
Name: PyPO-dev/PyPO
Description:
# Pull Request
## Save as and load now open up on last path
When you click save as or load, the browser opens in home. Now it opens in home until you save something. Then, along with filename, the path is recorded and used as the starting path. When you open sav... |
208 | null | pumpCurry/FramePack-eichi | # Repository Context
Name: pumpCurry/FramePack-eichi
Description:
# Pull Request
## call generation cleanup to honor reuse optimized dict
## Summary
- call cleanup_generation_resources after endframe worker to respect reuse_optimized_dict and show expected CUI message
## Testing
- `pytest`
------
https://chatgpt... |
2 | null | ojarva/openvpn-status-parser | # Repository Context
Name: ojarva/openvpn-status-parser
Description:
# Pull Request
## Misc modernization
# Relevant Files Found
## openvpn_status_parser/__init__.py
```
""" This is a parser for openvpn status files, version 3.
MIT License:
Copyright (C) 2012-2016, Olli Jarva <olli.jarva@futurice.com>
Permis... |
917 | null | nod-ai/AMD-SHARK-Studio | # Repository Context
Name: nod-ai/AMD-SHARK-Studio
Description:
# Pull Request
## [SD] Fix output image location
Signed-Off-by: Gaurav Shukla <gaurav@nod-labs.com>
# Relevant Files Found
## apps/stable_diffusion/scripts/txt2img.py
```
import os
os.environ["AMD_ENABLE_LLPC"] = "1"
import json
import torch
impor... |
1,111 | null | pytorch/helion | # Repository Context
Name: pytorch/helion
Description:
# Pull Request
## Add warning to discourage use of `acc += lhs @ rhs` pattern
Part of https://github.com/pytorch/helion/issues/1109.
# Relevant Files Found
## helion/_compiler/type_propagation.py
```
from __future__ import annotations
import ast
import buil... |
342 | null | agritheory/check_run | # Repository Context
Name: agritheory/check_run
Description:
# Pull Request
## 334 indicate purchase invoices that are on hold in the check run UI

# Relevant Files Found
## check_run/check_run... |
67 | null | WikipediaLibrary/hashtags | # Repository Context
Name: WikipediaLibrary/hashtags
Description:
# Pull Request
## Don't attempt to save hashtags longer than the column size.
Fixes #66.
# Relevant Files Found
## scripts/db.py
```
import mysql.connector
import os
hashtag_db = mysql.connector.connect(
host='db',
user='root',
passwd... |
2,614 | null | vllm-project/vllm-ascend | # Repository Context
Name: vllm-project/vllm-ascend
Description:
# Pull Request
## [3/N][Feat][Graph] Support `all-to-all` and quantized models with ACL Graph
### What this PR does / why we need it?
* **Unify execution paths:** Consolidates the quantized and non-quantized execution paths into a single `fused_exper... |
505 | null | matplotlib/basemap | # Repository Context
Name: matplotlib/basemap
Description:
# Pull Request
## Fix arcgisimage for cylindrical coordinates, remove imread
## Change summary
* Fix projection of domain corner for cyl projections.
* Remove reference to `matplotlib.image.imread` as it is not able to open URLs anymore.
* Add a test ... |
936 | null | laminlabs/lamindb | # Repository Context
Name: laminlabs/lamindb
Description:
# Pull Request
## 🎨 Describe based on provenance and features
# Relevant Files Found
## lamindb/_orm.py
```
import builtins
from typing import Dict, Iterable, List, Literal, NamedTuple, Optional, Set, Union
import pandas as pd
from django.core.exceptio... |
7,155 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Fix HassIO timeout bug
## Description:
A bug inside code don't route timeout througth all instance.
[ex-requir]: https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/keyboard.py#L14
[ex-import]: https:... |
1,272 | null | totvs/tir | # Repository Context
Name: totvs/tir
Description:
# Pull Request
## release/1.20.10
# 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.
Fixes # (issue)
## Type of change
... |
15,361 | null | mlflow/mlflow | # Repository Context
Name: mlflow/mlflow
Description:
# Pull Request
## Remove evaluator custom_metrics arg in MLflow 3
<details><summary>🛠 DevTools 🛠</summary>
<p>
[](https://codespaces.new/WeichenXu123/mlflow/pull/15361?quickstart... |
84 | null | cloudbase/python-coriolisclient | # Repository Context
Name: cloudbase/python-coriolisclient
Description:
# Pull Request
## Add more unit tests for `coriolisclient.cli.*` modules
This PR adds unit tests for `coriolisclient.cli.migrations...services` modules.
# Relevant Files Found
## coriolisclient/cli/services.py
```
# Copyright (c) 2020 Cloudb... |
691 | null | microsoft/Multi-Agent-Custom-Automation-Engine-Solution-Accelerator | # Repository Context
Name: microsoft/Multi-Agent-Custom-Automation-Engine-Solution-Accelerator
Description:
# Pull Request
## fix: Dev to main MACAE V3
## Purpose
<!-- Describe the intention of the changes being proposed. What problem does it solve or functionality does it add? -->
This pull request primarily ref... |
76 | null | pageauc/speed-camera | # Repository Context
Name: pageauc/speed-camera
Description:
# Pull Request
## Add ability to configure jpeg optimize and quality
closes #75
# Relevant Files Found
## config.py
```
# ---------------- User Configuration Settings for speed-cam.py ---------------------------------
# Ver 10.01 speed-cam.py V... |
1,006 | null | run-house/kubetorch | # Repository Context
Name: run-house/kubetorch
Description:
# Pull Request
## Basic exception raised when syncing the home directory.
# Relevant Files Found
## runhouse/__init__.py
```
from runhouse.resources.asgi import Asgi, asgi
from runhouse.resources.blobs import blob, Blob, file, File
from runhouse.resour... |
1,443 | null | mlcommons/inference | # Repository Context
Name: mlcommons/inference
Description:
# Pull Request
## remove lower bound
Even after having test score better than the reference score the TEST05 fails:
```
verifying performance.
reference score = 46440018
test score = 42549352
TEST FAIL: Test score invalid
Performance check pass: Fals... |
10,534 | null | demisto/content | # Repository Context
Name: demisto/content
Description:
# Pull Request
## [Community Contribution] MapRegex
## Original External PR
[external pull request](https://github.com/demisto/content/pull/10484)
<!-- REMINDER: THIS IS A PUBLIC REPO DO NOT POST HERE SECRETS/SENSITIVE DATA -->
## Status
- [x] In Progress... |
2,152 | null | huggingface/trl | # Repository Context
Name: huggingface/trl
Description:
# Pull Request
## [CI] Don't use `eval_strategy="steps"` when no eval dataset
This PR fixes the CI.
https://github.com/huggingface/trl/actions/runs/11129906698/job/30928084389?pr=2131#step:5:4257
Example:
```
FAILED tests/test_sft_trainer.py::SFTTra... |
191 | null | bakwc/PySyncObj | # Repository Context
Name: bakwc/PySyncObj
Description:
# Pull Request
## set version 0.3.14
only one change from 0.3.13 to 0.3.14:
#190 log exceptions in _autoTickThread and continue
# Relevant Files Found
## docs/source/conf.py
```
# -*- coding: utf-8 -*-
#
# PySyncObj documentation build configuration file... |
23 | null | thenewboston-blockchain/thenewboston-python | # Repository Context
Name: thenewboston-blockchain/thenewboston-python
Description:
# Pull Request
## move clean and crawl constants to thenewboston package
# Relevant Files Found
# Edits
This pull request moves constants related to cleaning and crawling functionality into the main `thenewboston` package to i... |
3 | null | notanumber/django-usda | # Repository Context
Name: notanumber/django-usda
Description:
# Pull Request
## Beginnings Of sr25 Support
First off, great project. I was going to create something in the same vein and was happy to see that I could spend my time on other things. But, I wanted to use the latest usda file (sr25) and the existing im... |
122 | null | plangrid/flask-rebar | # Repository Context
Name: plangrid/flask-rebar
Description:
# Pull Request
## BP-763: Add support for multiple authenticators
Corresponds to Issue #121
- Extended `deprecated_parameters` decorator to allow a coercion function to convert between old and new styles of parameters.
- Adds support for handlers to h... |
47 | null | feluelle/airflow-diagrams | # Repository Context
Name: feluelle/airflow-diagrams
Description:
# Pull Request
## Add Airflow DAGs creator
# Relevant Files Found
# Edits
This PR adds a new feature to auto-generate random fake Airflow DAGs and export them as a YAML file, useful for testing or demonstration purposes. It introduces a script ... |
815 | null | nerfstudio-project/nerfstudio | # Repository Context
Name: nerfstudio-project/nerfstudio
Description:
# Pull Request
## Add D-NeRF dataset download
Adds the ability to download the D-NeRF dataset for dynamic NeRFs.
I know there's currently no way to render dynamic nerf modules, but I would like to attempt adding them later.
# Relevant Fil... |
633 | null | pypa/setuptools | # Repository Context
Name: pypa/setuptools
Description:
# Pull Request
## utils: remove trailing whitespace
# Relevant Files Found
## setuptools/utils.py
```
import os
import os.path
def cs_path_exists(fspath):
if not os.path.exists(fspath):
return False
# make absolute so we always have a di... |
216 | null | optimizely/python-sdk | # Repository Context
Name: optimizely/python-sdk
Description:
# Pull Request
## fix(Polling Manager): Fixing how config manager blocks. Miscellaneous other fixes as well.
Summary
-------
- The polling config manager is supposed to wait until config is ready. Previously, the config will be attempted to be initiali... |
1,055 | null | laminlabs/lamindb | # Repository Context
Name: laminlabs/lamindb
Description:
# Pull Request
## 🎉 Stage 0.51
# Relevant Files Found
## lamindb/_dataset.py
```
from typing import Iterable, List, Optional, Union
import anndata as ad
import pandas as pd
from lnschema_core import ids
from lnschema_core.models import Dataset
from . ... |
1 | null | wayhome/git-recipe | # Repository Context
Name: wayhome/git-recipe
Description:
# Pull Request
## Be able to custom the repo name
Be able to rename the repository when this one don't use the good one (django-paypal -> paypal)
# Relevant Files Found
## recipe/git/__init__.py
```
# -*- coding: utf-8 -*-
"""
git-recipe is a small reci... |
7 | null | sportsdataverse/sportsdataverse-baseball-data | # Repository Context
Name: sportsdataverse/sportsdataverse-baseball-data
Description:
# Pull Request
## Attempted fix of issue #6
Fixed a bug in py_baseball_pbp.py where `min_month` and `max_month` can be a floating point number, breaking the loop starting on line 21.
# Relevant Files Found
## py_baseball_pbp.py
... |
83 | null | cloudfoundry-community/cf-python-client | # Repository Context
Name: cloudfoundry-community/cf-python-client
Description:
# Pull Request
## Fix client build when no dopple/rpl gateway info
# Relevant Files Found
## main/cloudfoundry_client/client.py
```
import logging
from http import HTTPStatus
from typing import Optional
import requests
from oauth2_... |
90 | null | OpenBMB/UltraRAG | # Repository Context
Name: OpenBMB/UltraRAG
Description:
# Pull Request
## feat: support API models for rag pipeline
# Relevant Files Found
## servers/generation/src/generation.py
```
import asyncio
import ctypes
import logging
import os
import signal
import socket
import subprocess
import time
from typing impo... |
337 | null | transientskp/tkp | # Repository Context
Name: transientskp/tkp
Description:
# Pull Request
## Median rebased
Rebased version of https://github.com/transientskp/tkp/pull/325
# Relevant Files Found
## tkp/db/sql/populate.py
```
"""
initialises or removes TRAP tables in a database.
"""
import os
import sys
import tkp
from tkp.db.dat... |
501 | null | frappe/frappe | # Repository Context
Name: frappe/frappe
Description:
# Pull Request
## Fixes in pjax and Custom Field
# Relevant Files Found
## frappe/core/doctype/custom_field/custom_field.py
```
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import un... |
1,808 | null | emscripten-forge/recipes | # Repository Context
Name: emscripten-forge/recipes
Description:
# Pull Request
## improve pytester
# Relevant Files Found
## recipes/recipes/pytester/pytester/main_mount/main.py
```
import pytest
import sys
if __name__ == "__main__":
retcode = pytest.main()
if retcode != pytest.ExitCode.OK:
... |
39 | null | buzzfeed/caliendo | # Repository Context
Name: buzzfeed/caliendo
Description:
# Pull Request
## Patches unbound methods
# Relevant Files Found
## caliendo/patch.py
```
import inspect
import sys
import types
from contextlib import contextmanager
from mock import _get_target
import caliendo
from caliendo.facade import cache
class ... |
264 | null | lsst-sqre/safir | # Repository Context
Name: lsst-sqre/safir
Description:
# Pull Request
## DM-45137: Stop importing from _pytest
Remove imports from _pytest in the test suite. All of the types for the built-in fixtures are now exported by pytest itself and can be used from there.
# Relevant Files Found
## tests/dependencies/gafae... |
80 | null | pydiverse/pydiverse.transform | # Repository Context
Name: pydiverse/pydiverse.transform
Description:
# Pull Request
## Replace ruff with something callable
<!--
Thank you for pull request.
Below are a few things we ask you kindly to self-check before getting a review. Remove checks that are not relevant.
-->
# Checklist
- [x] Added a `d... |
2 | null | tr3buchet/gister | # Repository Context
Name: tr3buchet/gister
Description:
# Pull Request
## RST all the things
- Convert the README.md to rst format
- Change the LICENSE.md file to LICENSE.txt
- Update MANIFEST.in and setup.py
# Relevant Files Found
## setup.py
```
#!/usr/bin/env python
#
# Copyright 2013 Trey Morris
#
# Lice... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.