pr_id
int64
repo_id
null
repo_name
string
text
string
451
null
bethgelab/foolbox
# Repository Context Name: bethgelab/foolbox Description: # Pull Request ## Fix EAD attack Fix implementation of the EAD attack such that its unit tests do not fail on RN18 anymore. # Relevant Files Found ## foolbox/attacks/ead.py ``` from typing import Union, Tuple from typing_extensions import Literal import ...
156
null
bdaiinstitute/predicators
# Repository Context Name: bdaiinstitute/predicators Description: # Pull Request ## merge in upstream changes # Relevant Files Found ## predicators/explorers/active_sampler_explorer.py ``` """An explorer for active sampler learning.""" import logging from collections import deque from typing import Callable, D...
272
null
dckiller51/bodymiscale
# Repository Context Name: dckiller51/bodymiscale Description: # Pull Request ## 2025.4.0 ## 2025.4.0 - **Fix:** Ensure Bodymiscale entity attributes (including metrics and last measurement time) persist correctly. The internal `TTLCache` used for storing entity attributes has been replaced with a standard dicti...
1
null
victorfsf/pickleclip
# Repository Context Name: victorfsf/pickleclip Description: # Pull Request ## Allow protocol=0, default to HIGHEST_PROTOCOL - The `or` statement prevented setting protocol=0 - Both pickle and dill default to HIGHEST_PROTOCOL when a negative integer is passed. Protocol 4 and 5 (3.4+, 3.8+) provide numerous advanta...
13
null
mailtrap/mailtrap-python
# Repository Context Name: mailtrap/mailtrap-python Description: # Pull Request ## Drop support for Python 3.6-3.8 and add support for 3.12-3.13 ## Motivation - Python versions 3.6-3.8 are dead already. This PR drops their support and adds support for recent versions 3.12-3.13 ![image](https://github.com/user-a...
20
null
Matmaus/LnkParse3
# Repository Context Name: Matmaus/LnkParse3 Description: # Pull Request ## Catch exception in processing extra factory data Situation observed where a size was present for extra factory data but no accompanying data was available, causing an exception in processing by LnkParse3 # Relevant Files Found ## LnkParse...
32
null
skekre98/simple_learn
# Repository Context Name: skekre98/simple_learn Description: # Pull Request ## SimpleLearn Documentation # Relevant Files Found ## setup.py ``` # Copyright (c) 2020 Sharvil Kekre skekre98 # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated document...
1,093
null
learning-unlimited/ESP-Website
# Repository Context Name: learning-unlimited/ESP-Website Description: # Pull Request ## Fixes From and To addresses in grade change request email See #1092 # Relevant Files Found ## esp/esp/users/models/__init__.py ``` __author__ = "Individual contributors (see AUTHORS file)" __date__ = "$DATE$" __rev_...
1,735
null
someengineering/fixinventory
# Repository Context Name: someengineering/fixinventory Description: # Pull Request ## [resotocore][chore] Refactor aio.sleep in graph_merge test # Description <!-- Please describe the changes included in this PR here. --> # To-Dos <!-- Before submitting this PR, please lint and test your changes locally. ...
2,116
null
FederatedAI/FATE
# Repository Context Name: FederatedAI/FATE Description: # Pull Request ## fix bug Signed-off-by: weiwee <wbwmat@gmail.com> # Relevant Files Found ## python/fate_arch/common/profile.py ``` # # Copyright 2019 The FATE Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "Licens...
25,595
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## [Intrahealth] Changes in reports aggregation and case data source ##### SUMMARY Changes: - Planning - Couverture - Soumission now use only open cases - Taux de Perte drilldown map aggregation changed so records with zero final_pna_stock...
2,054
null
astropy/photutils
# Repository Context Name: astropy/photutils Description: # Pull Request ## Update GitHub icon in docs header Also updates RTD to use 3.13. # Relevant Files Found ## docs/conf.py ``` # Licensed under a 3-clause BSD style license - see LICENSE.rst """ Documentation build configuration file. This file is execfile...
6,069
null
cloud-custodian/cloud-custodian
# Repository Context Name: cloud-custodian/cloud-custodian Description: # Pull Request ## aws - log-group last-write uses wrong time if latest stream is empty If a log stream has been written to, but no longer has data because of the retention on the log group, `last-write` looks at the creation timestamp of the st...
12,174
null
apache/tvm
# Repository Context Name: apache/tvm Description: # Pull Request ## [TIR][Schedule] DecomposePadding Hi there, this PR wants to introduce a new TIR schedule primitive `schd.decompose_padding(block, loop)`. For padded `conv` or `pooling` ops, there is a typical padding pattern: `Pad[_] = T.if_then_else(pad_pr...
14
null
Lightning-AI/lit-llama
# Repository Context Name: Lightning-AI/lit-llama Description: # Pull Request ## Fix parity between our model and original The original implementation was computing the rotational embeddings in the complex domain, while we were computing them in the real. This caused a numerical error that made a difference in the ...
1,294
null
oamg/leapp-repository
# Repository Context Name: oamg/leapp-repository Description: # Pull Request ## overlaygen: cap max sparse file size If the source system has a very large disk attached, leapp would attempt to create similarly large sparse file, possibly hitting the max file size limits of the filesystem where these images are crea...
186
null
unitedstates/congress
# Repository Context Name: unitedstates/congress Description: # Pull Request ## Handle .DS_Store files I ran into an issue where moving folders around in OS X was creating .DS_Store files, and when the system tried to parse those it died: ``` Traceback (most recent call last): File "./import.py", line 72, in <mo...
105
null
ckan/ckanext-validation
# Repository Context Name: ckan/ckanext-validation Description: # Pull Request ## chore: cicd, CKAN 2.9.x Get a release out that supports CKAN 2.9.x prior to dropping support. https://github.com/ckan/ckanext-validation/pull/103 will look after the uplift (as well as incorporating parts of qld-gov-au downstream f...
225
null
reanahub/reana
# Repository Context Name: reanahub/reana Description: # Pull Request ## installation: support for Python-3.8 * Addresses reanahub/reana-client#329 Signed-off-by: Tibor Šimko <tibor.simko@cern.ch> # Relevant Files Found ## setup.py ``` # -*- coding: utf-8 -*- # # This file is part of REANA. # Copyright (C) 20...
4,613
null
PennyLaneAI/pennylane
# Repository Context Name: PennyLaneAI/pennylane Description: # Pull Request ## Tests always enable jax float64 This is just a quality-of-life improvement for developers. When running the tests locally, I always get a bunch of failures not due to my change, but due to using float32 with jax instead of float64. T...
11,661
null
dask/dask
# Repository Context Name: dask/dask Description: # Pull Request ## Add redirects for groupby docs after dask-expr merge - [ ] Closes #xxxx - [ ] Tests added / passed - [ ] Passes `pre-commit run --all-files` # Relevant Files Found ## docs/source/conf.py ``` # # dask documentation build configuration file, c...
123,873
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Improve type hints in prusalink tests ## Proposed change <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, b...
4
null
resource-hub-dev/rhub-api
# Repository Context Name: resource-hub-dev/rhub-api Description: # Pull Request ## Add CORS support # Relevant Files Found ## src/rhub/api/__init__.py ``` import os import connexion import rhub # Note: this works only when 'rhub' is namespace ROOT = os.path.dirname(rhub.__path__[0]) app = connexion.FlaskA...
312
null
metoppv/improver
# Repository Context Name: metoppv/improver Description: # Pull Request ## Apply a neighbourhood mask for multiple topography bands Issue: #188 Extension of pull request: #303 Extends #303 by providing the capability to apply the masked neighbourhood to all topography bands. The output from this pull reque...
664
null
Azure/azure-cli
# Repository Context Name: Azure/azure-cli Description: # Pull Request ## graph: full support for applications and service principals 1. Create 2. Update 3. show and delete get improved by accepting both object id or logic identifier names 4. Move `account create-sp` to `ad sp create-for-rbac` # Relevant Files Fo...
58
null
box/box-python-sdk-gen
# Repository Context Name: box/box-python-sdk-gen Description: # Pull Request ## test: add tests for EventsManager # Relevant Files Found ## box_sdk_gen/base_object.py ``` from enum import EnumMeta, Enum from typing import get_args, get_origin, Union, Optional class BaseObject: _discriminator = (None, {})...
33
null
OpenVoiceOS/ovos-plugin-manager
# Repository Context Name: OpenVoiceOS/ovos-plugin-manager Description: # Pull Request ## fix detach tts # Relevant Files Found ## ovos_plugin_manager/templates/tts.py ``` """ this module is meant to enable usage of mycroft plugins inside and outside mycroft, importing from here will make things work as planned...
22
null
raulpy271/languagesDataset
# Repository Context Name: raulpy271/languagesDataset Description: # Pull Request ## Add function to extract a year from a text # Relevant Files Found ## src/utils.py ``` from re import match def get_first_group(regex, text): return match(regex, text).groups()[0] def remove_id_from_url(url): if '#' ...
559
null
ome/omero-documentation
# Repository Context Name: ome/omero-documentation Description: # Pull Request ## remind that model changes may affect IceMapper (rebased) --rebased-from #557 # Relevant Files Found ## omero/conf.py ``` #!/usr/bin/env python # -*- coding: utf-8 -*- # # ome documentation build configuration file, created by # sp...
65
null
linw1995/data_extractor
# Repository Context Name: linw1995/data_extractor Description: # Pull Request ## refactor: rename .abc to .core and mark elder duplciated and make mypy happy. The `data_extractor/abc.py` file will completely be removed in the next major release. # Relevant Files Found ## data_extractor/__init__.py ``` """ :mod:...
68
null
tytusdb/tytusdb
# Repository Context Name: tytusdb/tytusdb Description: # Pull Request ## pruebaGrupo24 pequeña parte del lexico # Relevant Files Found # Edits This pull request adds a preliminary lexical definition for SQL data types and keywords as part of a parser implementation by the team24 group. It introduces a `gramma...
4,538
null
LonamiWebs/Telethon
# Repository Context Name: LonamiWebs/Telethon Description: # Pull Request ## Improve edit_message message type hint Truly one of the worst deficiencies to ever exist in Telethon. Sorry for all the PRs I have nothing else to do with my life. # Relevant Files Found ## telethon/client/messages.py ``` import insp...
3,103
null
PaddlePaddle/FastDeploy
# Repository Context Name: PaddlePaddle/FastDeploy Description: # Pull Request ## [Doc] add chat_template_kwagrs and update params docs 在 request中去掉 enable_thinking参数, 增加chat_template_args参数。 后续接口使用 chat_template_args 进行enable_thinking传参, 不再推荐使用 metadata(当前做了兼容) 调整 request 参数, 做了 openai兼容参数、extra_body 的传参(采样参数、...
2,949
null
RDFLib/rdflib
# Repository Context Name: RDFLib/rdflib Description: # Pull Request ## Prevent crash when comparing ill-typed numeric types. This fixes comparisons that look like: ``` if Literal("1234", datatype="xsd:integer") > Literal("hello", datatype="xsd:integer") ``` Both of the dataypes are in the `_NUMERIC_LITERAL_TYP...
72
null
de-code/layered-vision
# Repository Context Name: de-code/layered-vision Description: # Pull Request ## added screen capture support via mss resolves #61 # Relevant Files Found ## layered_vision/app.py ``` import logging from contextlib import ExitStack from threading import Event from typing import ContextManager, Dict, Iterable, Opt...
74
null
ebroecker/canmatrix
# Repository Context Name: ebroecker/canmatrix Description: # Pull Request ## Changes for dependency handling Reduce logging level for unsupported formats at import and signal error on load/dump instead. Some formats may not need to be supported if never used. YAML format only depends on [PyYAML](https://pypi.pyth...
2,509
null
lm-sys/FastChat
# Repository Context Name: lm-sys/FastChat Description: # Pull Request ## Fix for single turn dataset <!-- Thank you for your contribution! --> <!-- Please add a reviewer to the assignee section when you create a PR. If you don't have the access to it, we will shortly find a reviewer and assign them to your PR. ...
48,484
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## binary_distribution: improve deps_to_relocate * deps_to_relocate -> specs_to_relocate since the root is included. * add type hints <!-- Remember that `spackbot` can help with your PR in multiple ways: - `@spackbot help` shows all the commands ...
39,432
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Update meteo_france to use CoordinatorEntity <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Breaking change <!-- If your PR contains...
4,233
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## BUG: Index removes name when sliced closes #4226 # Relevant Files Found ## pandas/core/index.py ``` # pylint: disable=E1101,E1103,W0232 from itertools import izip import numpy as np import pandas.tslib as tslib import pandas.lib as l...
5,677
null
PennyLaneAI/pennylane
# Repository Context Name: PennyLaneAI/pennylane Description: # Pull Request ## Deprecate `simplify` argument in `qml.ops.Hamiltonian` and `qml.LinearCombination` **Context:** ***Part of deprecations and removals for pennylane-0.37*** **Description of the Change:** Deprecating the ``simplify`` argument in ``qml...
3
null
virgesmith/pico-crypto-key
# Repository Context Name: virgesmith/pico-crypto-key Description: # Pull Request ## Upgrade/sdk mbedtls # Relevant Files Found ## pico_crypto_key/build.py ``` # pico-crypto-key builder import os import subprocess from pathlib import Path import toml import shutil def build(config: dict[str, str]) -> str: ...
16
null
alchem0x2A/py-wdf-reader
# Repository Context Name: alchem0x2A/py-wdf-reader Description: # Pull Request ## Patch image # Relevant Files Found ## examples/ex5_mapping.py ``` #! /usr/bin/env python3 ########################################################### # The example shows how to get mapping data # # The peak ratio a...
621
null
airbnb/streamalert
# Repository Context Name: airbnb/streamalert Description: # Pull Request ## Rebase Master onto Release to: @jacknagz cc: @airbnb/streamalert-maintainers @javuto Rebasing recent changes from master onto the release branch ## Testing - CI # Relevant Files Found ## stream_alert/alert_processor/outputs...
139,168
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Remove setup of rpi_power from onboarding <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Proposed change <!-- Describe the big pictu...
14
null
alexmojaki/snoop
# Repository Context Name: alexmojaki/snoop Description: # Pull Request ## Use comment color from pygments style as grey for columns # Relevant Files Found ## snoop/formatting.py ``` import ast import opcode import threading import traceback from collections import defaultdict from datetime import datetime from...
18
null
sahahn/BPt
# Repository Context Name: sahahn/BPt Description: # Pull Request ## Merge full examples - Fixed bugged case for getting binary feature importances - Added docs to Compare function between two bpt evaluators - Changed default sklearn cv to add random_state and shuffle set to True - Added initial example notebook...
1,919
null
Azure/WALinuxAgent
# Repository Context Name: Azure/WALinuxAgent Description: # Pull Request ## Move AutoUpdate reporting to HeartBeat event <!-- DO NOT DELETE THIS TEMPLATE --> ## Description 1. AutoUpdate needs to be reported more frequently than just on system startup (#1907) in order to know how many VMs in our fleet are no...
2,692
null
IntersectMBO/cardano-node-tests
# Repository Context Name: IntersectMBO/cardano-node-tests Description: # Pull Request ## feat(cluster): add DRep support to cluster scripts Setup DReps in cluster scripts instead of in the framework. - Introduced NUM_DREPS and DREP_DELEGATED variables. - Added logic to generate DRep keys and registration certi...
1,486
null
delvtech/agent0
# Repository Context Name: delvtech/agent0 Description: # Pull Request ## Local fuzz bots fixes Closing subprocess pipes in cleanup. Adding in check for eth and refund fuzz bots if below minimum. # Relevant Files Found ## src/agent0/core/hyperdrive/interactive/local_chain.py ``` """The chain objects that encaps...
519
null
vertica/vertica-python
# Repository Context Name: vertica/vertica-python Description: # Pull Request ## Insert complex types with cursor.executemany + client-side binding Related to #469. `Cursor.executemany(sql, parameters, use_prepared_statements=False)` supports mappings from python types (list, set) to SQL data (ARRAY, SET). # Re...
8,617
null
great-expectations/great_expectations
# Repository Context Name: great-expectations/great_expectations Description: # Pull Request ## [CONTRIB] fixing null eq safe for SQLAlchemy and rendering - [ ] Description of PR changes above includes a link to [an existing GitHub issue](https://github.com/great-expectations/great_expectations/issues) - [x] P...
658
null
googleapis/python-aiplatform
# Repository Context Name: googleapis/python-aiplatform Description: # Pull Request ## fix: Populate service_account and network in PipelineJob instead of pipeline_spec # Relevant Files Found ## google/cloud/aiplatform/pipeline_jobs.py ``` # -*- coding: utf-8 -*- # Copyright 2021 Google LLC # # Licensed under ...
1,175
null
nltk/nltk
# Repository Context Name: nltk/nltk Description: # Pull Request ## Fix unittest for bleu_score.py The main problem [this error](https://nltk.ci.cloudbees.com/job/nltk/lastCompletedBuild/TOXENV=py33-jenkins,jdk=jdk8latestOnlineInstall/testReport/nltk.test.unit.translate.test_bleu/TestBLEU/test__modified_precision/...
189
null
sunpy/sunraster
# Repository Context Name: sunpy/sunraster Description: # Pull Request ## Fix Meta Indexing Error Hi @nabobalis. I believe this PR should fix the `IndexError` in your ndcube 2.0 PR. <!-- We know that working on code and submitting pull requests takes effort, and we appreciate your time. Thank you. Please be ...
54
null
plasma-umass/ChatDBG
# Repository Context Name: plasma-umass/ChatDBG Description: # Pull Request ## Added exit msgs Added exit msgs with link to success stories page. GDB/PDB: Msg prints when GDB/PDB is quit, returning to CLI. LLDB: Doesn't have an on-exit event, so prints every time ChatDBG is exited and returns to LLDB interface. M...
48,481
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## ensmallen: add v2.22.1 This PR adds `ensmallen`, v2.22.1 ([diff](https://github.com/mlpack/ensmallen/compare/2.21.1...2.22.1)), which requires a newer `armadillo` version. Test build: ``` -- linux-ubuntu24.10-skylake / gcc@14.2.0 -----------...
282
null
enkore/i3pystatus
# Repository Context Name: enkore/i3pystatus Description: # Pull Request ## Added previous song support to the spotify module, activated by scrolling down while over the module in the status bar Related to #272 # Relevant Files Found ## i3pystatus/spotify.py ``` import math from i3pystatus import formatp from i...
4,303
null
Azure/azure-cli
# Repository Context Name: Azure/azure-cli Description: # Pull Request ## [Resource] Added custom policy rule parameter passing for relevant co… …mmands. * Allows passing in resource policy parameter definitions in 'policy definition create', and 'policy definition update'. Then allows passing in parameter valu...
10
null
battery-data-alliance/pyctiarbin
# Repository Context Name: battery-data-alliance/pyctiarbin Description: # Pull Request ## Update version to 0.0.9 - Handle unknown mv result status # Relevant Files Found ## pyctiarbin/messages.py ``` import struct import logging import re from copy import deepcopy from abc import ABC logger = logging.getLogge...
45
null
AstraZeneca/kallisto
# Repository Context Name: AstraZeneca/kallisto Description: # Pull Request ## fix:structure reader needs lower case input This will fix a bug in the structure reader that always produces a lower case path for reading the file. In case of some uppercase letters in the path, the file is not found. # Relevant Files...
284
null
fabric8-analytics/fabric8-analytics-server
# Repository Context Name: fabric8-analytics/fabric8-analytics-server Description: # Pull Request ## Next Best Alternate version if input version has a CVE If an EPV given by a user contains a CVE then give user the next higher version with no CVE # Relevant Files Found ## bayesian/utils.py ``` """Various utilit...
6,345
null
microsoft/Qcodes
# Repository Context Name: microsoft/Qcodes Description: # Pull Request ## fix rigol dg4000 value mappings fix value mappings # Relevant Files Found ## src/qcodes/instrument_drivers/rigol/Rigol_DG4000.py ``` from functools import partial from typing import TYPE_CHECKING, Union from qcodes.instrument import Visa...
5,153
null
scipy/scipy
# Repository Context Name: scipy/scipy Description: # Pull Request ## add keywords to control the summation in discrete distributions expect method (This is a second version of https://github.com/scipy/scipy/pull/4488.) This PR changes the summation in the expect method of discrete distributions: - compute the sum...
2,694
null
opentensor/bittensor
# Repository Context Name: opentensor/bittensor Description: # Pull Request ## Removes tx limit in stake_multiple # Relevant Files Found ## bittensor/core/extrinsics/staking.py ``` import time from typing import Optional, TYPE_CHECKING, Sequence from bittensor.core.errors import StakeError, NotRegisteredError ...
25,237
null
spyder-ide/spyder
# Repository Context Name: spyder-ide/spyder Description: # Pull Request ## Backport PR #23761 on branch 6.x (PR: Make user environment variables take precedence for kernel (IPython Console)) Backport PR #23761: PR: Make user environment variables take precedence for kernel (IPython Console) # Relevant Files Found...
1
null
captainGeech42/synapse-webhook
# Repository Context Name: captainGeech42/synapse-webhook Description: # Pull Request ## Add support for Keybase webhooks Added a few lines to add support for Keybase webhooks (Keybase-managed only, you can self-host bots on your own FQDN but I didn't add support for that _yet_) # Relevant Files Found ## test_syn...
8
null
rorymurdock/wso
# Repository Context Name: rorymurdock/wso Description: # Pull Request ## Stage 1.3 Added more functions and general improvements # Relevant Files Found ## REST.py ``` import json import logging import requests from requests.adapters import HTTPAdapter from urllib3.util import Retry # Used for all AW REST API q...
1,835
null
open-edge-platform/training_extensions
# Repository Context Name: open-edge-platform/training_extensions Description: # Pull Request ## [ENHANCE] Update backbone lists ## Summary Updated the list of replaceable backbones for the latest OTX. Updated Lib: version (number of backbone) mmcls: 0.25.0 (18 -> 32) mmdet: 2.28.1 (12 -> 19) mmseg: 0.30.0 (...
1,893
null
mars-project/mars
# Repository Context Name: mars-project/mars Description: # Pull Request ## [BACKPORT] Fix sorting string columns with None value & sorting with empty chunks (#1891) Backport of #1891 # Relevant Files Found ## mars/dataframe/core.py ``` #!/usr/bin/env python # -*- coding: utf-8 -*- # Copyright 1999-2020 Alibaba ...
23,598
null
dagster-io/dagster
# Repository Context Name: dagster-io/dagster Description: # Pull Request ## Add Passing Data Between Assets Guide Added an initial Guide for quick feedback. Added a collapsible pre-req block . <img width="644" alt="image" src="https://github.com/user-attachments/assets/3cd49d55-1aa4-4dba-af2a-ffe734322fa6"> ...
1,028
null
SEKOIA-IO/automation-library
# Repository Context Name: SEKOIA-IO/automation-library Description: # Pull Request ## Sophos: fix expected status code The API return a 201 when creating a new query. Change the expected status code to only logs on errors. # Relevant Files Found ## Sophos/sophos_module/trigger_sophos_xdr_query.py ``` import tim...
63
null
Acciente717/AcademicDealerBackend
# Repository Context Name: Acciente717/AcademicDealerBackend Description: # Pull Request ## test: json format changed. Test routines accommodate such changes, three test cases changed. Along with several core func tests. # Relevant Files Found ## AcademicDealerBackend/users/test_cases/test_delete.py ``` __user_d...
139
null
microsoft/Cream
# Repository Context Name: microsoft/Cream Description: # Pull Request ## fix cmd bug and log accuracy when training model 1. Fix cmd bug when the folder `.git` does not exist. 2. Log accuracy when training a model. 3. Remove unused code # Relevant Files Found ## TinyViT/main.py ``` # -------------------------...
25,573
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Zwave Climate: Fan state attribute missing (#25287) **Related issue (if applicable):** fixes #25287 ## Checklist: - [x] The code change is tested and works locally. - [x] Local tests pass with `tox`. **Your PR cannot be merged un...
55
null
fernandonieuwveldt/easyflow
# Repository Context Name: fernandonieuwveldt/easyflow Description: # Pull Request ## Release/1.4.2 * Added temp fix when using StringLookup layer as first layer in Keras Sequential model (reference: https://github.com/keras-team/tf-keras/issues/77) # Relevant Files Found ## easyflow/__init__.py ``` """module...
729
null
analysiscenter/batchflow
# Repository Context Name: analysiscenter/batchflow Description: # Pull Request ## Test new pythons Closes #728 # Relevant Files Found ## batchflow/decorators.py ``` """ Pipeline decorators """ import os import traceback import threading import concurrent.futures as cf import asyncio import functools import log...
1
null
stephenmcd/django-postgres-fuzzycount
# Repository Context Name: stephenmcd/django-postgres-fuzzycount Description: # Pull Request ## PostGIS backend is a Postgresql backend, so it should be supported as well # Relevant Files Found ## fuzzycount.py ``` from django.conf import settings from django.db import connections from django.db.models.query i...
952
null
qiskit-community/qiskit-experiments
# Repository Context Name: qiskit-community/qiskit-experiments Description: # Pull Request ## Transpiling calibration experiments <!-- ⚠️ If you do not respect this template, your pull request will be closed. ⚠️ Your pull request title should be short detailed and understandable for all. ⚠️ Also, please add it i...
15
null
anvilco/python-anvil
# Repository Context Name: anvilco/python-anvil Description: # Pull Request ## Show only cast templates by default Closes #9 # Relevant Files Found ## python_anvil/api.py ``` from logging import getLogger from typing import AnyStr, Callable, Dict, List, Optional, Tuple, Union from .api_resources.mutations impo...
89
null
olitheolix/square
# Repository Context Name: olitheolix/square Description: # Pull Request ## Minor cleanup in schemas. * Ignore `CreationTimestamp` of deployments. * Make `Service.type` mandatory. * Remove `Service.sessionAffinity` # Relevant Files Found ## schemas.py ``` """Define the structure of the stripped manifest schema...
18
null
quantopian/qdb
# Repository Context Name: quantopian/qdb Description: # Pull Request ## Session store cleanup Fixes a `KeyError` from a race condition in `SessionStore.send_to_clients` and cleans up the reprs for the client and tracer servers. # Relevant Files Found ## qdb/server/client.py ``` # # Copyright 2014 Quantopian, I...
14,565
null
netbox-community/netbox
# Repository Context Name: netbox-community/netbox Description: # Pull Request ## Closes #14536: Enable ENFORCE_GLOBAL_UNIQUE by default ### Fixes: #14536 Change the default value for the `ENFORCE_GLOBAL_UNIQUE` configuration parameter from False to True. # Relevant Files Found ## netbox/ipam/tests/test_models...
127
null
AlfredDiscordBot/alfred-discord-bot
# Repository Context Name: AlfredDiscordBot/alfred-discord-bot Description: # Pull Request ## Merges # Relevant Files Found ## cogs/Contribution.py ``` from dataclasses import dataclass from io import BytesIO import nextcord from nextcord import SlashOption from nextcord.ext import commands import datetime f...
226
null
rinikerlab/PyGromosTools
# Repository Context Name: rinikerlab/PyGromosTools Description: # Pull Request ## Trajectory update trc ## Description Update of TRC using mdtraj. ## Todos Notable points that this PR has either accomplished or will accomplish. - [x] Write Tests - in progress - [x] Include more mdtraj functionality -...
13,944
null
conan-io/conan
# Repository Context Name: conan-io/conan Description: # Pull Request ## [fix] Fix custom commands in a layer not able to do a local import closes https://github.com/conan-io/conan/issues/13942 Changelog: Fix: Fix custom commands in a layer not able to do a local import. Docs: Omit - [x] Refer to the issue t...
12
null
polixir/OfflineRL
# Repository Context Name: polixir/OfflineRL Description: # Pull Request ## add prdc add prdc algorithm and config file https://arxiv.org/abs/2306.06569 # Relevant Files Found ## examples/train_d4rl.py ``` import fire from offlinerl.algo import algo_select from offlinerl.data.d4rl import load_d4rl_buffer from ...
413
null
mopidy/mopidy
# Repository Context Name: mopidy/mopidy Description: # Pull Request ## Treat configs as binary data Only Strings and Lists now care about utf-8 encoding and \n \t type escapes. I.e. resolves some more bits and pieces of #280. # Relevant Files Found ## mopidy/__main__.py ``` from __future__ import unicode_liter...
580
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## relabel 'Consumption and Months Remaining' report to 'Inventory' # Relevant Files Found ## corehq/apps/reports/commtrack/standard.py ``` from corehq.apps.commtrack.psi_hacks import is_psi_domain from corehq.apps.reports.generic import ...
110
null
ecmwf-ifs/loki
# Repository Context Name: ecmwf-ifs/loki Description: # Pull Request ## Migrate to pyproject.toml package installation This simplifies the package configuration, using only pyproject.toml (and retiring setup.py and setup.cfg), thus implementing PEP 660. This was not possible until recently, when setuptools adde...
14
null
ggravlingen/pypmanager
# Repository Context Name: ggravlingen/pypmanager Description: # Pull Request ## Refactor table rows # Relevant Files Found ## pypmanager/holding.py ``` """Handle securities.""" from dataclasses import dataclass from datetime import date import numpy as np import pandas as pd from pypmanager.data_loader impor...
342
null
openmainframeproject/feilong
# Repository Context Name: openmainframeproject/feilong Description: # Pull Request ## Get console output error due to python upgrade The get console output failed due to python upgrade, need to decode bytes in zvmsdk Signed-off-by: ylpan <ylpan@cn.ibm.com> # Relevant Files Found ## zvmsdk/vmops.py ``` # Cop...
672
null
redhat-performance/cloud-governance
# Repository Context Name: redhat-performance/cloud-governance Description: # Pull Request ## Added the tenants: ecoeng_01, ecoeng_02, ecoeng_03 ## Type of change Note: Fill **x** in [] - [ ] bug - [ ] enhancement - [x] documentation - [ ] dependencies ## Description <!--- Describe your changes below --> ...
124
null
SeanNaren/deepspeech.pytorch
# Repository Context Name: SeanNaren/deepspeech.pytorch Description: # Pull Request ## Refactor model output to reflect its type Rename the `softmax` into `inference_log_softmax` to emphasize that the output is linear in training time. Concerns #121. # Relevant Files Found ## model.py ``` import math from col...
13,321
null
tinygrad/tinygrad
# Repository Context Name: tinygrad/tinygrad Description: # Pull Request ## write scan in uops # Relevant Files Found ## test/test_outerworld.py ``` import unittest from tinygrad import Tensor, UOp from tinygrad.uop.ops import AxisType, Ops class TestOuterworldReduce(unittest.TestCase): def test_reduce(self)...
70
null
XuehaiPan/nvitop
# Repository Context Name: XuehaiPan/nvitop Description: # Pull Request ## fix(api/device): further isolate the `CUDA_VISIBLE_DEVICE` parser in a subprocess <!-- Provide a descriptive summary of the changes in the title above --> #### Issue Type <!-- Pick relevant types and delete the rest --> - Bug fix ...
1,994
null
Azure/WALinuxAgent
# Repository Context Name: Azure/WALinuxAgent Description: # Pull Request ## Fix flaky test: increase timeout and relax assertion <!-- DO NOT DELETE THIS TEMPLATE --> ## Description On some rare occasions, the calls to mock_sleep are not exact to what this test is expecting. Relaxing the assertions and increa...
311
null
tedchou12/webull
# Repository Context Name: tedchou12/webull Description: # Pull Request ## fix2 fix2, updated endpoint for options # Relevant Files Found ## setup.py ``` import setuptools with open("README.md", "r") as fh: long_description = fh.read() setuptools.setup( name="webull", version="0.4.4", author="t...
6,773
null
cloud-custodian/cloud-custodian
# Repository Context Name: cloud-custodian/cloud-custodian Description: # Pull Request ## azure - update dependencies This is a fix for Azure identity 1.6 which had a change in `_run_command`. It now raises exceptions internally rather than returning them. I tested running policies with CLI Auth and deploying...
997
null
NVIDIA/physicsnemo
# Repository Context Name: NVIDIA/physicsnemo Description: # Pull Request ## Fix license tests to only check for committed files <!-- markdownlint-disable MD013--> # PhysicsNeMo Pull Request ## Description Update the license checks to look for only committed files when run from pre-commit. The makefile command...