pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
3 | null | thd3r/godork | # Repository Context
Name: thd3r/godork
Description:
# Pull Request
## Add Dockerfile
# Relevant Files Found
## src/godork.py
```
#!/usr/bin/env python3
from __future__ import print_function
from aiohttp import ClientSession, TCPConnector # v3.9.3
from argparse import ArgumentParser
from bs4 import Beautifu... |
78 | null | unnonouno/cudnnenv | # Repository Context
Name: unnonouno/cudnnenv
Description:
# Pull Request
## Support version 7.5.0
# Relevant Files Found
## cudnnenv/__init__.py
```
from __future__ import print_function
from __future__ import unicode_literals
import argparse
import contextlib
import os
import platform
import shutil
import su... |
3,603 | null | kivy/kivy | # Repository Context
Name: kivy/kivy
Description:
# Pull Request
## Adds clock to compat
# Relevant Files Found
## kivy/clock.py
```
'''
Clock object
============
The :class:`Clock` object allows you to schedule a function call in the
future; once or repeatedly at specified intervals. You can get the time
elap... |
194 | null | cfengine/cfbs | # Repository Context
Name: cfengine/cfbs
Description:
# Pull Request
## Better prompts and defaults when adding by URL and adding masterfiles via cfbs init
- **cfbs.json: added_by now documents when a masterfiles module was added by "cfbs init"**
- **cfbs init: Specifically add the masterfiles module from the mast... |
232 | null | pyro-ppl/pyro | # Repository Context
Name: pyro-ppl/pyro
Description:
# Pull Request
## log_pdf cleaning
defaulted to parent log_pdf when appropriate. added some asserts.
# Relevant Files Found
## pyro/distributions/bernoulli.py
```
import functools
import itertools
import torch
from torch.autograd import Variable
from pyro.d... |
1,432 | null | lark-parser/lark | # Repository Context
Name: lark-parser/lark
Description:
# Pull Request
## Fix SymbolNode.end for completed tokens
Fixes #1431.
I realized that that bug helped #1427 work: multiple solutions had different end values and were considered distinct. After fixing the bug, the end values of solutions are the same, and... |
774 | null | bioconda/bioconda-utils | # Repository Context
Name: bioconda/bioconda-utils
Description:
# Pull Request
## fix: remove bot from api docs and cleanup hierarchy
# Relevant Files Found
## bioconda_utils/__init__.py
```
"""
Bioconda Utilities Package
.. rubric:: Subpackages
.. autosummary::
:toctree:
bioconda_utils.bot
bioconda... |
611 | null | all-of-us/curation | # Repository Context
Name: all-of-us/curation
Description:
# Pull Request
## [DC-1058] Modify Numeric PPI response cleaning rule to include "6+" generalization
* Modified query to include new AOU concept code
* Modified integration test to properly test changes to cleaning rule
# Relevant Files Found
## data_ste... |
255 | null | reanahub/reana | # Repository Context
Name: reanahub/reana
Description:
# Pull Request
## make: cluster component pod name fix
* Fixes REANA cluster component pod names that got "reana-" prefix after
moving to Helm, making ``kubectl-delete-pod`` command to work again.
Signed-off-by: Tibor Šimko <tibor.simko@cern.ch>
# Releva... |
191 | null | python/buildmaster-config | # Repository Context
Name: python/buildmaster-config
Description:
# Pull Request
## Fix SlowUnixRefleakBuild timeout
Use a timeout of 5 hours rather than 30 minutes.
# Relevant Files Found
## master/custom/builders.py
```
from custom.factories import (
UnixBuild,
UnixTraceRefsBuild,
UnixVintageParser... |
18 | null | Refty/mongo-thingy | # Repository Context
Name: Refty/mongo-thingy
Description:
# Pull Request
## Add documentation
Hi !
This adds documentation with Sphinx.
This is only a skeleton, let's add more after.
Fixes #5.
# Relevant Files Found
## mongo_thingy/__init__.py
```
import collections
from pymongo import MongoClient, Re... |
1,972 | null | huggingface/accelerate | # Repository Context
Name: huggingface/accelerate
Description:
# Pull Request
## Flex fix patch for accelerate
Fix for flex: https://github.com/huggingface/transformers/pull/26135
cc @muellerzr
# Relevant Files Found
## src/accelerate/accelerator.py
```
# Copyright 2021 The HuggingFace Team. All rights reser... |
76 | null | pydantic/pydantic-extra-types | # Repository Context
Name: pydantic/pydantic-extra-types
Description:
# Pull Request
## Add `Latitude`, `Longitude` and `Coordinate`
In this MR, I've tried to implement the `Latitude` and `Longitude` type (#49)
I've created a `Coordinate` type that groups `Latitude` and `Longitude`.
what do you think?
Selected... |
15,160 | null | DataDog/integrations-core | # Repository Context
Name: DataDog/integrations-core
Description:
# Pull Request
## Add profile cisco-firepower
### What does this PR do?
<!-- A brief description of the change being made with this pull request. -->
### Motivation
<!-- What inspired you to submit this pull request? -->
### Additional Notes
... |
110 | null | gravitee-io-community/gravitee-cli | # Repository Context
Name: gravitee-io-community/gravitee-cli
Description:
# Pull Request
## chore(deps): update dependency click to v8.1.0
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption ... |
436 | null | pfnet-research/pfhedge | # Repository Context
Name: pfnet-research/pfhedge
Description:
# Pull Request
## Automated Format
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
# Relevant Files Found
## examples/example_hedging_variance_swap.py
```
import sys
import torch
import mat... |
5,085 | null | yt-dlp/yt-dlp | # Repository Context
Name: yt-dlp/yt-dlp
Description:
# Pull Request
## [TennisTV] Fix timestamp extraction
### Description of your *pull request* and other information
</details>
<!--
Explanation of your *pull request* in arbitrary form goes here. Please **make sure the description explains the purpose an... |
849 | null | betagouv/Aidants_Connect | # Repository Context
Name: betagouv/Aidants_Connect
Description:
# Pull Request
## Ajout de champs de recherche au modèle `ConnectionAdmin` + `raw_id_fields` sur le FK `organisation`.
## 🌮 Objectif
Ajout de champs de recherche au modèle `ConnectionAdmin` + `raw_id_fields` sur le FK `organisation`.
# Relevant... |
609 | null | raiden-network/raiden-services | # Repository Context
Name: raiden-network/raiden-services
Description:
# Pull Request
## Changes join_global_room to join_global_rooms.
The MS/PFS iterates through all available servers and joins all PFS/MS rooms.
If no rooms are found, it creates the rooms.
Fixes #600, #601
# Relevant Files Found
## src/raide... |
25,200 | null | huggingface/transformers | # Repository Context
Name: huggingface/transformers
Description:
# Pull Request
## [`Pix2Struct`] Fix pix2struct cross attention
# What does this PR do?
Fixes https://github.com/huggingface/transformers/issues/25175
As pointed out by @leitro on the issue, I can confirm the cross-attention should be in `layer_... |
506 | null | massquantity/LibRecommender | # Repository Context
Name: massquantity/LibRecommender
Description:
# Pull Request
## [Struct] Refactor split & validate
# Relevant Files Found
## libreco/bases/tf_base.py
```
"""TF model base class."""
import abc
import os
import numpy as np
from .base import Base
from ..prediction import predict_tf_feat
fro... |
226 | null | KohakuBlueleaf/LyCORIS | # Repository Context
Name: KohakuBlueleaf/LyCORIS
Description:
# Pull Request
## 3.1.1
# Relevant Files Found
## lycoris/functional/boft.py
```
import math
import torch
import torch.nn as nn
import torch.nn.functional as F
from einops import rearrange
from .general import power2factorization, FUNC_LIST
from ... |
3 | null | tensorchord/modelz-llm | # Repository Context
Name: tensorchord/modelz-llm
Description:
# Pull Request
## feat: add falcon async multi route service
- [x] chat completions `v1/chat/completions`
- [x] completions `v1/completions`
# Relevant Files Found
## main.py
```
import os
from datetime import datetime
from typing import Dict, Any, ... |
213 | null | OpenVoiceOS/ovos-plugin-manager | # Repository Context
Name: OpenVoiceOS/ovos-plugin-manager
Description:
# Pull Request
## feat/streaming_solver
ensure all plugins implement mandatory methods, add typing, add the base method for streaming implementations
# Relevant Files Found
## ovos_plugin_manager/templates/solvers.py
```
# NEON AI (TM) SOFTW... |
110 | null | nautobot/cookiecutter-nautobot-app | # Repository Context
Name: nautobot/cookiecutter-nautobot-app
Description:
# Pull Request
## fix jobs import
Fix jobs import
# Relevant Files Found
## nautobot-app-ssot/{{ cookiecutter.project_slug }}/{{ cookiecutter.app_name }}/jobs.py
```
"""Jobs for {{ cookiecutter.system_of_record }} SSoT integration."""
f... |
376 | null | mongodb/snooty-parser | # Repository Context
Name: mongodb/snooty-parser
Description:
# Pull Request
## DOP-2696: Fix assertion on missing include argument
# Relevant Files Found
## snooty/postprocess.py
```
import collections
import errno
import logging
import os.path
import sys
import threading
import typing
import urllib.parse
from... |
3,183 | null | hacs/integration | # Repository Context
Name: hacs/integration
Description:
# Pull Request
## Revert "Better cleanup of scheduled tasks (#3150)"
This reverts commit 8219c8161c20b59ab133036046f995a07ff19785.
# Relevant Files Found
## custom_components/hacs/__init__.py
```
"""
HACS gives you a powerful UI to handle downloads of all ... |
22 | null | eye-on-surveillance/sawt | # Repository Context
Name: eye-on-surveillance/sawt
Description:
# Pull Request
## Enhancement/augment UI for general or in-depth response
# Relevant Files Found
## packages/googlecloud/functions/getanswer/inquirer.py
```
import logging
from langchain.vectorstores.faiss import FAISS
from langchain.chat_models i... |
45 | null | AlfredDiscordBot/alfred-discord-bot | # Repository Context
Name: AlfredDiscordBot/alfred-discord-bot
Description:
# Pull Request
## Updated
As @yashppawar said, I have removed Print statement
# Relevant Files Found
## main_program.py
```
"""
Set your env like the example below:
token=
sjdoskenv=
sjdoskenv1=
mysql=
default=
dev=
"""
import pickle
im... |
2,845 | null | pybamm-team/PyBaMM | # Repository Context
Name: pybamm-team/PyBaMM
Description:
# Pull Request
## rename Open-circuit voltage to Bulk open-circuit voltage
# Description
Renames "Open-circuit voltage" to "Bulk open-circuit voltage" to leave it fully up to the user which OCV to use. See https://github.com/pybamm-team/PyBaMM/pull/2740#... |
427 | null | ceccopierangiolieugenio/pyTermTk | # Repository Context
Name: ceccopierangiolieugenio/pyTermTk
Description:
# Pull Request
## chore: release main
:robot: I have created a release *beep* *boop*
---
<details><summary>pyTermTk: 0.43.4-a.0</summary>
## [0.43.4-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.43.3-a.0...pyT... |
102 | null | spcl/dace | # Repository Context
Name: spcl/dace
Description:
# Pull Request
## Fix code generation for edge cases in Reduce nodes
# Relevant Files Found
## dace/codegen/targets/cpu.py
```
import ast
import copy
import functools
import itertools
import sympy as sp
from six import StringIO
import warnings
from dace.codegen... |
15 | null | asyml/texar | # Repository Context
Name: asyml/texar
Description:
# Pull Request
## add py2.5 py3.5
# Relevant Files Found
## setup.py
```
import setuptools
long_description = '''
Texar is an open-source toolkit based on Tensorflow,
aiming to support a broad set of machine learning especially text generation tasks,
such ... |
632 | null | pnkraemer/probdiffeq | # Repository Context
Name: pnkraemer/probdiffeq
Description:
# Pull Request
## Move interpolation-logic to collocate.py
# Relevant Files Found
## probdiffeq/_adaptive.py
```
"""Adaptive solvers for initial value problems (IVPs)."""
from typing import Any, Generic, TypeVar
import jax
import jax.numpy as jnp
fr... |
165 | null | python-zk/kazoo | # Repository Context
Name: python-zk/kazoo
Description:
# Pull Request
## Don't treat null (or None) data as ""
In ZK's Java impl if the data is null, it'll be serialized
with length equals -1. If it is an empty string, it'll be serialized
with length equals 0.
Currently, Kazoo treats data with a length of -1 as "... |
80 | null | froOzzy/pg_stage | # Repository Context
Name: froOzzy/pg_stage
Description:
# Pull Request
## Фикс линтера ruff
Фикс линтера ruff
# Relevant Files Found
## src/pg_stage/mutator.py
```
import datetime
import hashlib
import hmac
import random
import uuid
from os import environ
from typing import Any, Callable, List, Optional
from m... |
5,104 | null | yt-dlp/yt-dlp | # Repository Context
Name: yt-dlp/yt-dlp
Description:
# Pull Request
## [extractor/bongacams] Update bongacams.py
**IMPORTANT**: PRs without the template will be CLOSED
### Description of your *pull request* and other information
</details>
<!--
Explanation of your *pull request* in arbitrary form g... |
1,087 | null | aeon-toolkit/aeon | # Repository Context
Name: aeon-toolkit/aeon
Description:
# Pull Request
## [ENH] Remove tensor flow probability, replace with scipy
#### Reference Issues/PRs
Fixes #1077
#### What does this implement/fix? Explain your changes.
switches the probability distribution of the base forecaster from tensorflow to ... |
641 | null | dask/dask-expr | # Repository Context
Name: dask/dask-expr
Description:
# Pull Request
## Make map_overlap publicly available
ref #525
# Relevant Files Found
## dask_expr/_collection.py
```
from __future__ import annotations
import datetime
import functools
import inspect
import warnings
from collections.abc import Callable, Ha... |
627 | null | nh-server/Kurisu | # Repository Context
Name: nh-server/Kurisu
Description:
# Pull Request
## Add how to delete themes for the switch
<!--
* If adding words to the filter list in events.py, make sure all characters are lowercase and consist only of characters in Python [`string.printable`](https://docs.python.org/3/library/string.ht... |
395 | null | cloudforet-io/cost-analysis | # Repository Context
Name: cloudforet-io/cost-analysis
Description:
# Pull Request
## fix: fix some logic & add fields to cost_report_data just source code
### Category
- [ ] New feature
- [ ] Bug fix
- [x] Improvement
- [ ] Refactor
- [ ] etc
### Description
* fix some logic & add fields to cost_report_da... |
599 | null | dottxt-ai/outlines | # Repository Context
Name: dottxt-ai/outlines
Description:
# Pull Request
## introduce WHITESPACE regex constant
To harmonize with other regexes that are already in constants.
This will also allow to do monkey patching of this regex, to do experiments related to https://github.com/outlines-dev/outlines/issues/48... |
3 | null | fgsect/unicorefuzz | # Repository Context
Name: fgsect/unicorefuzz
Description:
# Pull Request
## Make gdbserver host configurable
# Relevant Files Found
## example_module/config.py
```
# This is the main config file of Unicorefuzz.
# It should be adapted for each fuzzing run.
import os
UNICORE_PATH = os.path.dirname(os.path.abspa... |
5 | null | PPMstar/PyPPM | # Repository Context
Name: PPMstar/PyPPM
Description:
# Pull Request
## Adding futurized rprofile and docs directory
Adding the docs directory to update the docs
Adding futurized ppm.py for python3
Including futurized rprofile.py for python3
# Relevant Files Found
## ppm_rprof.py
```
#
# ppm.py - Tools for... |
1,149 | null | MobilityData/mobility-feed-api | # Repository Context
Name: MobilityData/mobility-feed-api
Description:
# Pull Request
## fix: override deprecated status from csv
**Summary:**
The change ensures that the `status` field is set to "deprecated" if the corresponding value in the CSV file indicates it.
Related to: #1143
**Expected behavior:**
... |
24 | null | oshied/directord | # Repository Context
Name: oshied/directord
Description:
# Pull Request
## rev to 0.2.0 and add tweet functionality
# Relevant Files Found
## setup.py
```
# Copyright Peznauts <kevin@cloudnull.com>. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use... |
348 | null | wee-slack/wee-slack | # Repository Context
Name: wee-slack/wee-slack
Description:
# Pull Request
## Proper support for unicode
This changes wee_slack to only use unicode strings internally, and encode/decode to utf-8 when it sends/receives data, which fixes some unicode errors that's been happening e.g. when editing non-ascii messages (... |
1,109 | null | Trust-Code/odoo-brasil | # Repository Context
Name: Trust-Code/odoo-brasil
Description:
# Pull Request
## Ajustes permissão wizards
Inclui permissões básicas para os wizards para ficar compatível com a mudança na versão 14 que obriga a permissão.
# Relevant Files Found
## l10n_br_automated_payment/__manifest__.py
```
# © 2018 Danimar Ri... |
44 | null | fabric8-analytics/fabric8-analytics-jobs | # Repository Context
Name: fabric8-analytics/fabric8-analytics-jobs
Description:
# Pull Request
## [maven-index-checker] analyze only one version of each package
Requires https://github.com/fabric8-analytics/fabric8-analytics-worker/pull/40
# Relevant Files Found
## f8a_jobs/handlers/maven_popular_analyses.py
``... |
12 | null | jllorencetti/drf-jsonmask | # Repository Context
Name: jllorencetti/drf-jsonmask
Description:
# Pull Request
## Add support for Django 4.0 + DRF 3.13
# Relevant Files Found
## drf_jsonmask/__init__.py
```
"""Package for drf-jsonmask"""
__project__ = "drf_jsonmask"
__version__ = "0.1.1"
VERSION = __project__ + '-' + __version__
```
## ... |
10 | null | mattclay/aws-terminator | # Repository Context
Name: mattclay/aws-terminator
Description:
# Pull Request
## Fix getting the caller identity
# Relevant Files Found
## aws/terminator/__init__.py
```
import abc
import datetime
import inspect
import logging
import os
import re
from boto3.dynamodb.conditions import Attr
import boto3
import ... |
16 | null | tombulled/innertube | # Repository Context
Name: tombulled/innertube
Description:
# Pull Request
## ✨ Improve Typing
# Relevant Files Found
## innertube/apis.py
```
import attr
import typing
from . import clients
from . import models
from . import enums
from . import infos
from . import utils
attrs = attr.s(
auto_detect=True,... |
494 | null | python-babel/babel | # Repository Context
Name: python-babel/babel
Description:
# Pull Request
## Decimal quantization
This PR add a `decimal_quantization` parameter to `format_decimal()`, `format_currency()`, `format_percent()` and `format_scientific()`, to bypass the forced quantization on the fractional part. This PR definitely addr... |
25 | null | sovrin-foundation/steward-tools | # Repository Context
Name: sovrin-foundation/steward-tools
Description:
# Pull Request
## Update Fiat Output csv to include itemized billing by txn type
# Relevant Files Found
## fiat_reconciliation/fiatReconciler.py
```
# @author: Ryan West (ryan.west@sovrin.org)
# This script requires 4 parameters as follows... |
98 | null | openstack-charmers/zaza-openstack-tests | # Repository Context
Name: openstack-charmers/zaza-openstack-tests
Description:
# Pull Request
## Facade for vault & basic_setup_and_unseal
Add a facade for interacting with vault and a function which
unseals vault units (useful when vault units have been rebooted).
# Relevant Files Found
## zaza/openstack/charm... |
4,879 | null | pybamm-team/PyBaMM | # Repository Context
Name: pybamm-team/PyBaMM
Description:
# Pull Request
## Fix IDAKLU bug with non-identity inverse mass matrices
# Description
For more info, see: https://github.com/pybamm-team/PyBaMM/pull/4878#discussion_r1972113603
This is a minor bug that practically only affects FEM simulations using t... |
12,875 | null | ytdl-org/youtube-dl | # Repository Context
Name: ytdl-org/youtube-dl
Description:
# Pull Request
## [audioboom] update test cases
## Please follow the guide below
- You will be asked some questions, please read them **carefully** and answer honestly
- Put an `x` into all the boxes [ ] relevant to your *pull request* (like that [x])
... |
24 | null | criccomini/proto-schema-parser | # Repository Context
Name: criccomini/proto-schema-parser
Description:
# Pull Request
## Allow optional semicolon termination on block method declarations
- method block declarations can also end with semicolons like
```proto
service ExampleService {
rpc MyMethod_Semicolon(RequestType) returns(ResponseTyp... |
254 | null | hect0x7/JMComic-Crawler-Python | # Repository Context
Name: hect0x7/JMComic-Crawler-Python
Description:
# Pull Request
## v2.5.15: 接口更新,网页端登录成功的状态码由301更新为200
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
- **Version Update**
- Incremented version from `2.5.14` to `2.5.15`.
- **Bug Fixes*... |
119 | null | openforcefield/openff-toolkit | # Repository Context
Name: openforcefield/openff-toolkit
Description:
# Pull Request
## [WIP] Molecule, Atom, Bond, Toolkit Update
# Relevant Files Found
## openforcefield/tests/test_molecule.py
```
#!/usr/bin/env python
#=========================================================================================... |
20 | null | dudil/fastapi_msal | # Repository Context
Name: dudil/fastapi_msal
Description:
# Pull Request
## B2C custom Su-Si policy
Be able to configure a custom SU/SI policy.
Azure always prepends B2C_1A to policy name
# Relevant Files Found
## fastapi_msal/core/msal_client_config.py
```
from enum import Enum
from pydantic import BaseSe... |
9,262 | null | conan-io/conan | # Repository Context
Name: conan-io/conan
Description:
# Pull Request
## fix editable search
Changelog: Fix: Improve error message when ``conan search <ref>`` a package in editable mode.
Docs: Omit
Fix https://github.com/conan-io/conan/issues/9261
# Relevant Files Found
## conans/paths/package_layouts/packa... |
153 | null | GrassLab/osc2021 | # Repository Context
Name: GrassLab/osc2021
Description:
# Pull Request
## 0856572 Lab4
↓↓↓ **Notice** ↓↓↓
- [ ] Check your base repository and branch are belong to you.
- [ ] The PR name need to include student ID and which lab assignment
- template: `${student id} ${which lab}`
- e.g. `0756110 lab0... |
2 | null | voi-oss/dbt-toolkit | # Repository Context
Name: voi-oss/dbt-toolkit
Description:
# Pull Request
## fix: handle cancelled jobs
There was an incident on dbt Cloud where they cancelled a few of our jobs, and it broke the Airflow job using this command. This PR updates the code to handle cancelled jobs gracefully. Since cancelled jobs on d... |
15 | null | MikkelDA/COBY | # Repository Context
Name: MikkelDA/COBY
Description:
# Pull Request
## Version 0.1.1
New features:
Added 'CGSB.version' value to check current CGSB version
Added 'CGSB.version_changes()' function to see changes from previous version to current version
Feature changes:
Solvations can now be done w... |
1,805 | null | openNAMU/openNAMU | # Repository Context
Name: openNAMU/openNAMU
Description:
# Pull Request
## Dev
<!--
stable, beta branch로 요청을 보내지 마십시오. 개발은 dev branch에서 이루어집니다.
Don't request merge your commit to stable, beta branch, please request to dev branch.
-->
# Relevant Files Found
## route/api_topic.py
```
from .tool.func import *... |
191 | null | aliyun/aliyun-log-python-sdk | # Repository Context
Name: aliyun/aliyun-log-python-sdk
Description:
# Pull Request
## Add SQL apis
# Relevant Files Found
## aliyun/log/getlogsrequest.py
```
#!/usr/bin/env python
# encoding: utf-8
# Copyright (C) Alibaba Cloud Computing
# All rights reserved.
from .logrequest import LogRequest
cl... |
2 | null | wmo-cop/pyoscar | # Repository Context
Name: wmo-cop/pyoscar
Description:
# Pull Request
## move tests, add tests for uploading, update README
# Relevant Files Found
## pyoscar/__init__.py
```
# =================================================================
#
# Authors: Tom Kralidis <tomkralidis@gmail.com>
#
# Copyright (c) 2... |
291 | null | FNLCR-DMAP/SCSAWorkflow | # Repository Context
Name: FNLCR-DMAP/SCSAWorkflow
Description:
# Pull Request
## Bug fixes and refactoring for Shiny app
# Relevant Files Found
## src/spac/data_utils.py
```
import re
import os
import pandas as pd
import anndata as ad
import numpy as np
import warnings
from sklearn.preprocessing import M... |
294 | null | hed-standard/hed-python | # Repository Context
Name: hed-standard/hed-python
Description:
# Pull Request
## Update wiki reader to get rid of some of the more confusing parts
Improve some minor style issues in tag validator
# Relevant Files Found
## hedtools/hed/schema/wiki2schema.py
```
"""
This module is used to create a HedSchema objec... |
123 | null | comet-ml/opik | # Repository Context
Name: comet-ml/opik
Description:
# Pull Request
## [CM-10170] Fix issue when calling log_metadata method for a prompt that doesn't have metadata
# Relevant Files Found
## src/comet_llm/api_objects/llm_trace_api.py
```
# -*- coding: utf-8 -*-
# ***********************************************... |
112 | null | cloudify-cosmo/cloudify-kubernetes-plugin | # Repository Context
Name: cloudify-cosmo/cloudify-kubernetes-plugin
Description:
# Pull Request
## Cy 2734 cleanup authurl
# Relevant Files Found
## cloudify_kubernetes/decorators.py
```
# Copyright (c) 2017-2019 Cloudify Platform Ltd. All rights reserved
#
# Licensed under the Apache License, Version 2.0 (the... |
475 | null | plotly/plotly.py | # Repository Context
Name: plotly/plotly.py
Description:
# Pull Request
## Allow for the option of a CDN in offline mode
@chriddyp First attempt at it. Couldn't get it to work out.
Notes:
- When I view the html for the ipynb, I can see the `<script src ..>` for loading plotlyjs.
- the connected parameter is to s... |
53,114 | null | ray-project/ray | # Repository Context
Name: ray-project/ray
Description:
# Pull Request
## [serve.llm] fix: update check_health return type
<!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. -->
<!-- Please add a reviewer to the assig... |
2,991 | null | zigpy/zha-device-handlers | # Repository Context
Name: zigpy/zha-device-handlers
Description:
# Pull Request
## Add Tuya smoke detector TS0205 PST-YG500A
## Proposed change
<!--
Explain your proposed change below.
-->
` calls. This patch improves the system by wrapping the `exec()` call with a `try-except` block and wrapping the generated code wit... |
618 | null | keylime/keylime | # Repository Context
Name: keylime/keylime
Description:
# Pull Request
## Remove more commented code in ca_util.py
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
# Relevant Files Found
## keylime/ca_util.py
```
#!/usr/bin/python3
'''
SPDX-License-Identifier: Apache-2.0
Copyright 2017 Massachusetts Institu... |
1,837 | null | tytusdb/tytusdb | # Repository Context
Name: tytusdb/tytusdb
Description:
# Pull Request
## Rama3
cambios
# Relevant Files Found
## parser/fase2/team24/InstruccionesDGA.py
```
import storage as func
import tablaDGA as TS
import reportError as errores
import mathtrig as mt
import hashlib
from datetime import date
#VARIABLES GLOBA... |
221 | null | SoftwareUnderstanding/inspect4py | # Repository Context
Name: SoftwareUnderstanding/inspect4py
Description:
# Pull Request
## fix #13 (making code inspector a package)
# Relevant Files Found
## code_inspector/__init__.py
```
__version__ = "0.0.1"
```
## code_inspector/code_inspector_cli.py
```
"""
Code Inspector
This script parses a file or fi... |
399 | null | CounterpartyXCP/counterparty-core | # Repository Context
Name: CounterpartyXCP/counterparty-core
Description:
# Pull Request
## update version.json url
previous url return 404 (https://raw2.github.com/CounterpartyXCP/counterpartyd/master/version.json)
# Relevant Files Found
## lib/util.py
```
import time
import decimal
import sys
import json
impo... |
5 | null | mdn/django-diy-blog | # Repository Context
Name: mdn/django-diy-blog
Description:
# Pull Request
## Update admin.py
A small name fix.
# Relevant Files Found
## blog/admin.py
```
from django.contrib import admin
# Register your models here.
from django.contrib import admin
# Register your models here.
from .models import BlogAuth... |
1,423 | null | MobilityData/mobility-feed-api | # Repository Context
Name: MobilityData/mobility-feed-api
Description:
# Pull Request
## fix: JBDA import bugs
**Summary:**
This PR updates the JBDA feed import logic to improve feed identification and batch processing. The most significant change is the enhancement of the `stable_id` format to include the organiz... |
3,119 | null | Unidata/MetPy | # Repository Context
Name: Unidata/MetPy
Description:
# Pull Request
## Add string formatting information to unit tutorial
<!--
Thanks for contributing a pull request! Please ensure you have taken a look at
the contribution guidelines: https://github.com/Unidata/MetPy/blob/main/CONTRIBUTING.md
-->
#### Descri... |
22 | null | Sennevds/system_sensors | # Repository Context
Name: Sennevds/system_sensors
Description:
# Pull Request
## Home Assistant sensor improvements
I added some icons to the autodiscovery messages to make them look similar to the build-in systemmonitor.
Also the wifi strength sensor got a unit to make it visible as graph in the Home Assistant f... |
237 | null | linux-system-roles/network | # Repository Context
Name: linux-system-roles/network
Description:
# Pull Request
## Fail if state and persistent_state are incompatible
When persistent_state is present and state is set to present or absent, a
ValidationError raises. A unit test validating this has been added.
Ref #205
Signed-off-by: Elvir... |
197 | null | django-ldapdb/django-ldapdb | # Repository Context
Name: django-ldapdb/django-ldapdb
Description:
# Pull Request
## Use _base_manager instead of objects when modifying model
Guard against issues with a non-empty default QuerySet returned by
a Model's Manager instance by calling the Model's _base_manager when
doing lookups by dn. LDAP lookups ... |
301 | null | SlicerMorph/SlicerMorph | # Repository Context
Name: SlicerMorph/SlicerMorph
Description:
# Pull Request
## MorphoSourceImport Resources update
# Relevant Files Found
## MorphoSourceImport/MorphoSourceImport.py
```
import time
import json
import logging
import math
import os
import string
import sys
import unittest
import warnings
impor... |
117 | null | blockwork-eda/blockwork | # Repository Context
Name: blockwork-eda/blockwork
Description:
# Pull Request
## Add option for gator hub
Updates bw for gator changes, and adds option to point to a running hub
# Relevant Files Found
## blockwork/config/blockwork.py
```
# Copyright 2023, Blockwork, github.com/intuity/blockwork
#
# Licensed und... |
907 | null | workfloworchestrator/orchestrator-core | # Repository Context
Name: workfloworchestrator/orchestrator-core
Description:
# Pull Request
## Add InputStateTable to orchestrator/db/__init__.py
Unless there was a good reason not to do this?
# Relevant Files Found
## orchestrator/db/__init__.py
```
# Copyright 2019-2020 SURF.
# Licensed under the Apache Lice... |
59 | null | brucewzj99/tele-tracker-v2 | # Repository Context
Name: brucewzj99/tele-tracker-v2
Description:
# Pull Request
## v2.4.4 remove logging file
# Relevant Files Found
## bot/error_handler.py
```
import logging
logging.basicConfig(level=logging.ERROR, filename='telegram_bot.log',
format='%(asctime)s - %(levelname)s - %(me... |
36,627 | null | demisto/content | # Repository Context
Name: demisto/content
Description:
# Pull Request
## Adaptive cards support
## Original External PR
[external pull request](https://github.com/demisto/content/pull/36401)
## Contributor
@asantamarina
<!-- REMINDER: THIS IS A PUBLIC REPO DO NOT POST HERE SECRETS/SENSITIVE DATA -->
## Co... |
294 | null | ONSdigital/ras-frontstage | # Repository Context
Name: ONSdigital/ras-frontstage
Description:
# Pull Request
## SM112+SM128 External view conversation
This PR contains the following functionality:
* View a list a conversations in the messages tab.
* View a conversation by thread_id.
* Reply to a message in the conversation view.
Drafts ... |
982 | null | meerk40t/meerk40t | # Repository Context
Name: meerk40t/meerk40t
Description:
# Pull Request
## Color-Scheme changes
(Applied the same logic as in PR979 for the legacy branch)
NB: breaking change for the internal storage of the colors, so please use 'scene color unset' if you have already used a previous version.
Nearly all colors... |
502 | null | chipfoundry/openlane2 | # Repository Context
Name: chipfoundry/openlane2
Description:
# Pull Request
## Fix Deadlock
## Misc Enhancements/Bugfixes
* Fixed a deadlock in some situations because of `OpenROAD.STAPrePNR` using the
global thread-pool for OpenLane, which may be used to run the step itself.
---
Resolves #501
# Re... |
13 | null | collabora/WhisperLive | # Repository Context
Name: collabora/WhisperLive
Description:
# Pull Request
## Update faster whisper
- update faster whisper
- wait for server to be ready before sending audio chunks
# Relevant Files Found
## client.py
```
import os
import argparse
import wave
import numpy as np
import scipy
import ffmpeg
imp... |
23 | null | purdue-tlt/latex2sympy | # Repository Context
Name: purdue-tlt/latex2sympy
Description:
# Pull Request
## Fix SolutionEngine variables not working with latex2sympy
https://gitlab.com/purdue-informatics/variate/variate-solution-engine/-/issues/65
# Relevant Files Found
## latex2sympy.py
```
import sympy
import antlr4
from antlr4.error.Er... |
36 | null | DipanshKhandelwal/Unique-Python | # Repository Context
Name: DipanshKhandelwal/Unique-Python
Description:
# Pull Request
## Minor update to Rock Paper Scissors
Without calling `python` or `python3`, and just run the file as `./rockpaperscissorgame.py`, it should route to Python 3 and run the script. ¯\_(ツ)_/¯
Refers to #27
# Relevant Files Fou... |
176 | null | fabric8-analytics/fabric8-analytics-common | # Repository Context
Name: fabric8-analytics/fabric8-analytics-common
Description:
# Pull Request
## Configurable timeout params
# Relevant Files Found
## integration-tests/features/environment.py
```
import json
import datetime
import subprocess
import os.path
import contextlib
from behave.log_capture import ... |
21,807 | null | scikit-learn/scikit-learn | # Repository Context
Name: scikit-learn/scikit-learn
Description:
# Pull Request
## FIX Adjust tags in RFE to allow nans by default
<!--
Thanks for contributing a pull request! Please ensure you have taken a look at
the contribution guidelines: https://github.com/scikit-learn/scikit-learn/blob/main/CONTRIBUTING.m... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.