pr_id
int64
repo_id
null
repo_name
string
text
string
60
null
luxonis/datadreamer
# Repository Context Name: luxonis/datadreamer Description: # Pull Request ## Fix: save images as PNG with full quality Small fix to ensure that images are saved in full quality and as PNG, such that the bytes will not change by any form of compression. # Relevant Files Found ## datadreamer/pipelines/generate_dat...
1,335
null
PCMDI/pcmdi_metrics
# Repository Context Name: PCMDI/pcmdi_metrics Description: # Pull Request ## Parallel coordinate plot bug fix Fix misrepresented data range from grouped violin plot. In the parallel coordinate plot, grouped violin plot uses [`seaborn.violinplot`](https://seaborn.pydata.org/generated/seaborn.violinplot.html) an...
24
null
kaustubhhiware/facebook-archive
# Repository Context Name: kaustubhhiware/facebook-archive Description: # Pull Request ## Adding a plot of received, sent friend requests each month Fixes #7 I am sorry for creating a new pull request. In this PR i have updated README, uploaded the plot and the code. # Relevant Files Found ## received_friend.py...
239
null
ORNL/HydraGNN
# Repository Context Name: ORNL/HydraGNN Description: # Pull Request ## Updating HPO for Perlmutter This include the update made for running HPO on Perlmutter. # Relevant Files Found ## examples/multidataset_hpo/gfm.py ``` import os, json import logging import sys from mpi4py import MPI import argparse import t...
81
null
IBM/ibm-spectrum-scale-bridge-for-grafana
# Repository Context Name: IBM/ibm-spectrum-scale-bridge-for-grafana Description: # Pull Request ## fix flake8 findings Signed-off-by: hwassman <hwassman@de.ibm.com> # Relevant Files Found ## source/queryHandler/Query.py ``` ''' ############################################################################## # C...
3
null
AlexGabourie/thermo
# Repository Context Name: AlexGabourie/thermo Description: # Pull Request ## Update grouping and layering output to xyz.in Could not reproduce issue #2. Testing showed that the groups were sorted properly. This update adds the layer sorting functionality and gives the user the ability to choose the order of the gr...
317
null
Technion-Kishony-lab/quibbler
# Repository Context Name: Technion-Kishony-lab/quibbler Description: # Pull Request ## Move inv func to func_def # Relevant Files Found ## pyquibbler/function_definitions/func_definition.py ``` from __future__ import annotations import functools from dataclasses import dataclass, field from typing import Set,...
58,564
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Allow configuration_url to be removed/nullified from device registry <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Breaking change <!-...
31,386
null
dagster-io/dagster
# Repository Context Name: dagster-io/dagster Description: # Pull Request ## show fewer failure reasons when candidate subsets aren't considered for obvious reasons Summary: One of the conseuqences of having a bigger candidate subset on each tick now (e.g. anything downstream of any newly materiaized asset or faile...
24
null
artofhuman/django-pg-upsert
# Repository Context Name: artofhuman/django-pg-upsert Description: # Pull Request ## Reformat with black # Relevant Files Found ## django_pg_upsert/__init__.py ``` __version__ = "0.4.0" import django.db from django.db import connection, connections from django.db.models.sql.compiler import SQLInsertCompiler ...
26
null
uw-ipd/tmol
# Repository Context Name: uw-ipd/tmol Description: # Pull Request ## Add named torsion and connection metadata to residue system. *Partial cherry-pick of features from #21* Converts residue connection information to tuple of named connection points, giving a connection name and the associated atom. Intended to...
6,037
null
ethyca/fides
# Repository Context Name: ethyca/fides Description: # Pull Request ## HA-570 - Integrations manage modals now are cappable of showing a small description Closes [HA-570] ### Description Of Changes Integrations manage modals now are cappable of showing a small description ### Code Changes * _list your c...
29,206
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Move imports to top for syncthru ## Breaking Change: <!-- What is breaking and why we have to break it. Remove this section only if it was NOT a breaking change. --> ## Description: **Related issue (if applicable):** #27284<hom...
4,005
null
home-assistant/supervisor
# Repository Context Name: home-assistant/supervisor Description: # Pull Request ## Make dbus-fast calls more robust <!-- 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 pict...
2,991
null
autogluon/autogluon
# Repository Context Name: autogluon/autogluon Description: # Pull Request ## [eda] various fixes and quality of life improvements *Description of changes:* - fixed Sampler error when dataset is less than sample length of the sample size - Model evaluator for regression now can handle test_data; plots will have b...
70
null
jaseci-labs/jaseci
# Repository Context Name: jaseci-labs/jaseci Description: # Pull Request ## Added the template and test cases 1. Added docker and serving file 2. Added 7 test cases each in test.py # Relevant Files Found ## ai_serving/intent_entity/entity_extraction/main.py ``` from pydantic import BaseModel from typing import...
7,783
null
pantsbuild/pants
# Repository Context Name: pantsbuild/pants Description: # Pull Request ## Properly render multiline output when a V2 task fails Currently we render `stdout` and `stderr` as byte strings when a V2 task fails, which means that the `\n` literal gets rendered, so multiline strings are hard to read. We already have ...
1,403
null
microsoft/lisa
# Repository Context Name: microsoft/lisa Description: # Pull Request ## Runbook field renaming # Relevant Files Found ## lisa/parameter_parser/runbook.py ``` # Copyright (c) Microsoft Corporation. # Licensed under the MIT license. import copy from functools import partial from pathlib import Path from typing ...
11
null
rstudio/fuzzbucket
# Repository Context Name: rstudio/fuzzbucket Description: # Pull Request ## Add a debug flag for ease of debuggeting # Relevant Files Found ## fuzzbucket_client.py ``` #!/usr/bin/env python3 """ A client for fuzzbucket. Configuration is accepted via the following environment variables: FUZZBUCKET_URL - s...
23
null
awslabs/aws-crt-builder
# Repository Context Name: awslabs/aws-crt-builder Description: # Pull Request ## Use LLVM_VERSION_STRING as suffix By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. # Relevant Files Found ## builder/imports/llvm.py ``` # Copyright 2010-2020 Amaz...
69
null
whittle-org/whittle
# Repository Context Name: whittle-org/whittle Description: # Pull Request ## pass device to rope cache makes sure that all tensors are on the same device --- By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. # Releva...
549
null
fusedio/udfs
# Repository Context Name: fusedio/udfs Description: # Pull Request ## Tiff bounds UDF Tiff bounds UDF Made in [Fused Workbench](https://www.fused.io/workbench) # Relevant Files Found # Edits This PR introduces a new UDF that computes geospatial bounds for TIFF images, handling edge cases like the antimeridia...
873
null
numba/numba
# Repository Context Name: numba/numba Description: # Pull Request ## Fix macro expansion (issue #872) PR #856 introduced issue #872, in which macros are only expanded in a single block, due to erroneous logic in `expand_macros(blocks)`. This PR adds a test for macro expansion in multiple blocks and fixes the issue...
16
null
StefanUlbrich/design-by-contract
# Repository Context Name: StefanUlbrich/design-by-contract Description: # Pull Request ## Remove pylint add another unit test # Relevant Files Found ## tests/test_dbc.py ``` from inspect import signature from typing import Annotated, Any import numpy as np from numpy.typing import NDArray import pandas as pd ...
27
null
simon-weber/gpsoauth
# Repository Context Name: simon-weber/gpsoauth Description: # Pull Request ## Introduce Poetry Poetry replaces `setup.py`, `requirements.txt` and `_version.py`. Also it will be used to manage test dependencies. # Usage ## Setup - [Install](https://python-poetry.org/docs/#installation) Poetry. I recommend `pipx ...
71
null
intentionet/netconan
# Repository Context Name: intentionet/netconan Description: # Pull Request ## Prepare for release 0.6.0: Updating version number <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/intentionet...
49
null
IdentityPython/JWTConnect-Python-CryptoJWT
# Repository Context Name: IdentityPython/JWTConnect-Python-CryptoJWT Description: # Pull Request ## Improved code test coverage. Improved test coverage for KeyIssuer. # Relevant Files Found ## src/cryptojwt/key_issuer.py ``` import json import logging import os from requests import request from .jwe.utils imp...
1,903
null
robusta-dev/robusta
# Repository Context Name: robusta-dev/robusta Description: # Pull Request ## [ROB-1948] fixing websocket on_open exception # Relevant Files Found ## src/robusta/integrations/receiver.py ``` import base64 import hashlib import hmac import json import logging import os import time from concurrent.futures import ...
927
null
HabanaAI/vllm-fork
# Repository Context Name: HabanaAI/vllm-fork Description: # Pull Request ## Automatic Prefix Caching - disable contiguous pa with APC Moved from: [#902](https://github.com/HabanaAI/vllm-fork/pull/902) It is now in our model runner to make it more upstream-friendly Changed flags for apc - previously you could mess ...
346
null
alerta/alerta-contrib
# Repository Context Name: alerta/alerta-contrib Description: # Pull Request ## Update to work with later version of pubsub Update verion of pubsub plugin. Works with never version of google python modules. Behavior has changed a bit - the use case behind this, is using the service to generate an audit trail...
88
null
gregzaal/Auto-Voice-Channels
# Repository Context Name: gregzaal/Auto-Voice-Channels Description: # Pull Request ## Revert "Added ability to specify vc category - fix PR81" Reverts gregzaal/Auto-Voice-Channels#86 This patch clearly was not tested well, not merging it back again until multiple sources can confirm it works. # Relevant Files ...
3,344
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## openblas: fix flags fixes https://github.com/LLNL/spack/issues/3343 # Relevant Files Found ## var/spack/repos/builtin/packages/openblas/package.py ``` ############################################################################## # Copyright (...
21
null
5afe/safe-notification-service
# Repository Context Name: 5afe/safe-notification-service Description: # Pull Request ## WA-499 - WA-499: Configure messages for Apple Push Notifications - Improve swagger - Use MIT License # Relevant Files Found ## config/settings/base.py ``` """ Base settings to build other settings files upon. """ import e...
413
null
tabiya-tech/compass
# Repository Context Name: tabiya-tech/compass Description: # Pull Request ## chore(backend): export script for grabbing metrics from db entries # Relevant Files Found # Edits This PR adds a backend script to export metrics from database entries, enabling the extraction and anonymization of user interaction d...
4,315
null
jupyterhub/jupyterhub
# Repository Context Name: jupyterhub/jupyterhub Description: # Pull Request ## Backport PR #4302: sqlalchemy 2 compatibility backports #4302 onto 3.x # Relevant Files Found ## jupyterhub/apihandlers/groups.py ``` """Group handlers""" # Copyright (c) Jupyter Development Team. # Distributed under the terms of t...
32,539
null
Azure/azure-sdk-for-python
# Repository Context Name: Azure/azure-sdk-for-python Description: # Pull Request ## Use auth code flow rather than acquire_token_interactive #32276 # Relevant Files Found ## sdk/identity/azure-identity/azure/identity/_credentials/browser.py ``` # ------------------------------------ # Copyright (c) Microsoft Co...
3,385
null
quantumlib/Cirq
# Repository Context Name: quantumlib/Cirq Description: # Pull Request ## Fix duration documentation for Physical Z - Adjust duration of physical Z to 20ns. - Add disclaimer and pointer to gate duration docs - Fix other random indenting that sphinx is complaining about. Fixes: #3354 # Relevant Files Found ##...
62
null
hasansezertasan/openapipages
# Repository Context Name: hasansezertasan/openapipages Description: # Pull Request ## refactor(tests): update AsyncClient usage to utilize ASGITransport for all test files ## Summary by Sourcery Refactor tests to initialize HTTPX AsyncClient with ASGITransport instead of passing the FastAPI app directly Tests: -...
7
null
recitalAI/ragtime-package
# Repository Context Name: recitalAI/ragtime-package Description: # Pull Request ## v0.0.35 ### Pull Request Description #### Changes Made in `expe.py`: Added a new function `filter_answer` to the `Expe` class, enabling the extraction of answers associated with a specific LLM. This function iterates through the QA...
24,966
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## Revert "Fix error in seeding elastic `log_id` template (#24960)" This reverts commit c97f0b3da09079778dc9317030cfacc5df01e88c from #24960. The 2.2 `log_id_template` was with -'s: https://github.com/apache/airflow/blob/2.2.5/airflow/config_t...
220
null
SiLab-Bonn/basil
# Repository Context Name: SiLab-Bonn/basil Description: # Pull Request ## Flowmeter # Relevant Files Found ## basil/HL/bronkhorst_elflow.py ``` # # ------------------------------------------------------------ # Copyright (c) All rights reserved # SiLab, Institute of Physics, University of Bonn # --------------...
2
null
tiskw/patchcore-ad
# Repository Context Name: tiskw/patchcore-ad Description: # Pull Request ## Bugfix/main mvtecad Fix bugs on runall mode in `main_mvtecad.py` and updated READMEs. # Relevant Files Found ## main_mvtecad.py ``` """ PatchCore anomaly detection: main script for MVTec AD dataset """ import argparse import os import ...
4
null
ucsdmanorlab/bootstrapper
# Repository Context Name: ucsdmanorlab/bootstrapper Description: # Pull Request ## fix: minor eval and filter bugs # Relevant Files Found ## bootstrapper/evaluate.py ``` import click import toml import glob import os import logging import json from pprint import pprint from funlib.persistence import open_ds ...
11
null
dzimmanck/python-planar-magnetics
# Repository Context Name: dzimmanck/python-planar-magnetics Description: # Pull Request ## Bug/issue 10 spiral zero resistance # Relevant Files Found ## planar_magnetics/utils.py ``` import math def weight_to_thickness(weight: float): """Converter a copper weight to a thickness Converters a copper w...
462
null
PKU-YuanGroup/Open-Sora-Plan
# Repository Context Name: PKU-YuanGroup/Open-Sora-Plan Description: # Pull Request ## fix vae bug # Relevant Files Found ## opensora/models/causalvideovae/model/vae/modeling_wfvae.py ``` try: import torch_npu from opensora.npu_config import npu_config except: torch_npu = None npu_config = None ...
59
null
BerkeleyAutomation/Urban_Driving_Simulator
# Repository Context Name: BerkeleyAutomation/Urban_Driving_Simulator Description: # Pull Request ## Added Q-LIDAR visualization # Relevant Files Found ## gym_urbandriving/envs/urbandriving_env.py ``` import gym from copy import deepcopy from gym_urbandriving.agents import * import gym_urbandriving as uds impor...
216
null
SSL-Roots/consai_ros2
# Repository Context Name: SSL-Roots/consai_ros2 Description: # Pull Request ## Disable stop velocity at non STOP signal called. STOP GAME以外では通常速度で走行してOKなので、実装を変更します。 Close #209 ## 注意事項 AutoReferee でファウルが出ないことを確認してからマージします。 # Relevant Files Found ## consai_examples/consai_examples/game.py ``` #!/usr/bi...
1,005
null
intel/auto-round
# Repository Context Name: intel/auto-round Description: # Pull Request ## Fix non auto device map # Relevant Files Found # Edits This pull request fixes a bug in the `set_non_auto_device_map` function where a typo caused incorrect parsing of device map strings that lack a colon (`:`). The key change adds a c...
32,270
null
dagster-io/dagster
# Repository Context Name: dagster-io/dagster Description: # Pull Request ## Support `Foo | Bar` UnionTypes in ConfigurableResources ## Summary & Motivation I want to use the new union syntax everywhere in my codebase. ## How I Tested These Changes Run this in a python 3.10 environment where I define classes l...
163
null
googleapis/langchain-google-cloud-sql-pg-python
# Repository Context Name: googleapis/langchain-google-cloud-sql-pg-python Description: # Pull Request ## docs: Add docstring to all methods Add docstring to all methods. # Relevant Files Found ## src/langchain_google_cloud_sql_pg/chat_message_history.py ``` # Copyright 2024 Google LLC # # Licensed under the Apa...
158
null
emcie-co/parlant
# Repository Context Name: emcie-co/parlant Description: # Pull Request ## Change CLI to use options rather than positional arguments # Relevant Files Found ## src/parlant/bin/client.py ``` # mypy: disable-error-code=import-untyped import asyncio import click import click.shell_completion import click_completi...
17
null
codevance/python-comprasnet
# Repository Context Name: codevance/python-comprasnet Description: # Pull Request ## Retrive heards data from consulta licitações page #3 Retrieve headers data from Consulta de licitações as mentioned on issue #3. # Relevant Files Found ## comprasnet/__init__.py ``` import logging from datetime import datetime ...
30
null
allenai/tango
# Repository Context Name: allenai/tango Description: # Pull Request ## make DatasetDict an actual Mapping <!-- To ensure we can review your pull request promptly please complete this template entirely. --> <!-- Please reference the issue number here. You can replace "Fixes" with "Closes" if it makes more sense....
512
null
noharm-ai/backend
# Repository Context Name: noharm-ai/backend Description: # Pull Request ## v4.93-beta # Relevant Files Found ## config.py ``` """Configuration module for the application.""" from os import getenv from datetime import timedelta from models.enums import NoHarmENV class Config: """Configuration class for ...
118
null
sapcc/asr1k-neutron-l3
# Repository Context Name: sapcc/asr1k-neutron-l3 Description: # Pull Request ## Readding get_for_vrf() for InterfaceDynamicNat As part of the NAT 17.15 compatibility code in 081c65dbd7bab1f0b7bf31021069eed27d7259e6 get_for_vrf() was accidentally removed. Due to this, the postflight() of the VrfDefinition can no l...
222
null
regionmask/regionmask
# Repository Context Name: regionmask/regionmask Description: # Pull Request ## split linting steps <!-- Feel free to remove check-list items aren't relevant to your change --> The linting step did not fail when one of the parts (e.g. black) failed. # Relevant Files Found ## regionmask/core/plot.py ``` impo...
142
null
DMcP89/harambot
# Repository Context Name: DMcP89/harambot Description: # Pull Request ## Restricting configure command to admin users only ## Description Restricts the configure command to only users with administrator permissions. ## Types of Changes <!--- What types of changes does your code introduce? Put an `x` in al...
66
null
jchanvfx/NodeGraphQt
# Repository Context Name: jchanvfx/NodeGraphQt Description: # Pull Request ## zoom in / zoom out bug fix. fixed issues with zooming in and out. # Relevant Files Found ## NodeGraphQt/base/actions.py ``` #!/usr/bin/python from PySide2 import QtGui from PySide2.QtWidgets import QFileDialog def setup_actions(grap...
178
null
suitenumerique/docs
# Repository Context Name: suitenumerique/docs Description: # Pull Request ## Add image upload and download from media url ## Purpose We want to be able to attach images to a document. Strict access control should be applied on all images of a document. ## Proposal - upload images to a folder next to each ...
400
null
google/ml-metrics
# Repository Context Name: google/ml-metrics Description: # Pull Request ## Fix a bug that singletonMeta might consider two instances from different classes the same; adding typehint for the metaclass. Fix a bug that singletonMeta might consider two instances from different classes the same; adding typehint for the...
42
null
julianje/Bishop
# Repository Context Name: julianje/Bishop Description: # Pull Request ## 2.5 See changelog # Relevant Files Found ## Bishop/Agent.py ``` # -*- coding: utf-8 -*- """ Stores information about agent and comes with supporting methods to sample random agents. """ __author__ = "Julian Jara-Ettinger" __license__ = ...
878
null
GlasgowEmbedded/glasgow
# Repository Context Name: GlasgowEmbedded/glasgow Description: # Pull Request ## applet.internal.benchmark: reorder register writes to happen after reset https://github.com/GlasgowEmbedded/glasgow/commit/58202523422b38175164ceb833a6112e77b6abe3 broke the benchmark applet because the mode register was set just befo...
4,881
null
chimera-linux/cports
# Repository Context Name: chimera-linux/cports Description: # Pull Request ## main/git: update to 2.51.1 # Relevant Files Found ## main/git/template.py ``` pkgname = "git" pkgver = "2.51.0" pkgrel = 0 hostmakedepends = [ "asciidoc", "gettext", "perl", "pkgconf", "tk", "xmlto", ] makedep...
713
null
ktbyers/netmiko
# Repository Context Name: ktbyers/netmiko Description: # Pull Request ## Fix ProxyCommand case There's a typo in line 575, it should be `'ProxyCommand'` not `'proxycommand'`. This will fail for sure, as the previous test checked its existence and failed. # Relevant Files Found ## netmiko/base_connection.py ``` ...
220
null
amazon-braket/amazon-braket-default-simulator-python
# Repository Context Name: amazon-braket/amazon-braket-default-simulator-python Description: # Pull Request ## add import of future annotations *Issue #, if available:* *Description of changes:* Adding `from __future__ import annotations` to avoid `TypeError: unsupported operand type(s) for |: 'type' and 'type'...
1,123
null
logicalclocks/feature-store-api
# Repository Context Name: logicalclocks/feature-store-api Description: # Pull Request ## Bump avro from 1.11.0 to 1.11.3 in /python Bumps [avro](https://github.com/apache/avro) from 1.11.0 to 1.11.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/avro/releases">av...
111
null
evhub/coconut
# Repository Context Name: evhub/coconut Description: # Pull Request ## Release v1.1.0 [Brontosaurus] Changes: - Adds `addpattern` and `prepattern` built-ins - Adds support for guards in pattern-matching function definition - Changes recommended file extension from `.coc` to `.coco` - Fixes IPython / Jupyter kernel...
5,044
null
Qiskit/qiskit
# Repository Context Name: Qiskit/qiskit Description: # Pull Request ## Fix extra CNOT inserted in Patel-Hayes-Markov algorithm <!-- ⚠️ 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 a rele...
84
null
HewlettPackard/simplivity-python
# Repository Context Name: HewlettPackard/simplivity-python Description: # Pull Request ## Added support for datastore share ### Description Added support for datastore share ### Issues Resolved N.A. ### Check List - [x] New functionality includes testing. - [x] All tests pass(`$ tox`). - [x] New funct...
2,004
null
cognitedata/cognite-sdk-python
# Repository Context Name: cognitedata/cognite-sdk-python Description: # Pull Request ## [Data Workflows] Fix data workflows encoding ## Description More robust path parameter encoding. ## Checklist: - [x] Tests added/updated. - [x] Documentation updated. Documentation is generated from docstrings - these mus...
1,501
null
cds-snc/notification-api
# Repository Context Name: cds-snc/notification-api Description: # Pull Request ## feat: add config logging during app initialize # Summary This config logging can be used to troubleshoot app init problems and confirm that future changes to how environment variables are set work as expected. As part of this ch...
12
null
spacetelescope/subpixal
# Repository Context Name: spacetelescope/subpixal Description: # Pull Request ## Add support for creating and manipulating image cutouts This PR adds support image cutouts and tools for creating image cutouts. # Relevant Files Found ## subpixal/__init__.py ``` """ ``subpixal`` """ __docformat__ = 'restructured...
95
null
pybamm-team/liionpack
# Repository Context Name: pybamm-team/liionpack Description: # Pull Request ## Fix notebooks, add tests Fix notebooks, add tests # Relevant Files Found ## tests/unit/test_notebooks.py ``` # # Tests jupyter notebooks # import os import sys import unittest import liionpack as lp class TestNotebooks(unittest.Te...
314
null
sigopt/sigopt-python
# Repository Context Name: sigopt/sigopt-python Description: # Pull Request ## mistake with threading num_boost_round My bad, was not passing the correct num_boost_round when running experiment. Added a test to verify it's working appropriately now. # Relevant Files Found ## integration_test/test_xgboost_run.p...
474
null
xchem/fragalysis-backend
# Repository Context Name: xchem/fragalysis-backend Description: # Pull Request ## mypy now part of pre-commit (including code changes for it) - Adds mypy - Style changes to keep mypy happy # Relevant Files Found ## viewer/target_loader.py ``` import functools import hashlib import logging import math import os...
399
null
Azure/azure-kusto-python
# Repository Context Name: Azure/azure-kusto-python Description: # Pull Request ## Mapping improvements: - All mapping types now support all correct fields - Better errors when mapping fails # Relevant Files Found ## azure-kusto-ingest/azure/kusto/ingest/ingestion_properties.py ``` # Copyright (c) Microsoft C...
2,990
null
meltano/sdk
# Repository Context Name: meltano/sdk Description: # Pull Request ## refactor: Replace filesystem library used for BATCH mode ## Summary by Sourcery Replace the filesystem library from `fs` to `upath` for improved cross-platform file handling and simplified storage management in batch processing Bug Fixes: - Imp...
524
null
ros-infrastructure/ros_buildfarm
# Repository Context Name: ros-infrastructure/ros_buildfarm Description: # Pull Request ## Call super in JobValidationError to correcly print the error Without this call, you get a meaningless JobValidationError. With this change it'll properly print the message when an exception occurs. # Relevant Files Found ##...
1,850
null
ansys/pyfluent
# Repository Context Name: ansys/pyfluent Description: # Pull Request ## FieldInfo validators Field name validator - ``` >>> solver.field_info.validate_scalar_fields("z-velocity") >>> solver.field_info.validate_scalar_fields("velocity") Traceback (most recent call last): File "<stdin>", line 1, in <mo...
11,425
null
pydantic/pydantic
# Repository Context Name: pydantic/pydantic Description: # Pull Request ## Prepare release v2.11.0a2 # Relevant Files Found ## pydantic/version.py ``` """The `version` module holds the version information for Pydantic.""" from __future__ import annotations as _annotations from pydantic_core import __version_...
5
null
sbritorodr/PDFtoTXT
# Repository Context Name: sbritorodr/PDFtoTXT Description: # Pull Request ## Translate choice & better written code # Relevant Files Found ## main.py ``` #This is only functional and I know is POORLY written. I've no time and I'm doing this just for needs. import os import shutil from pdf2image import convert_...
616
null
mitre/caldera
# Repository Context Name: mitre/caldera Description: # Pull Request ## Virts 484b # Relevant Files Found ## app/service/operation_svc.py ``` import asyncio import traceback from importlib import import_module from app.service.base_service import BaseService class OperationService(BaseService): def __in...
3,214
null
microsoft/lisa
# Repository Context Name: microsoft/lisa Description: # Pull Request ## updated pip install for freebsd Updated the install process for Freebsd to enable more tests # Relevant Files Found ## lisa/tools/python.py ``` # Copyright (c) Microsoft Corporation. # Licensed under the MIT license. import re from pathlib ...
35
null
dwavesystems/dwave-cloud-client
# Repository Context Name: dwavesystems/dwave-cloud-client Description: # Pull Request ## Add aliases to Future.result() dict # Relevant Files Found ## dwave/cloud/qpu/computation.py ``` from __future__ import division, absolute_import import threading import base64 import struct import time import six # Use ...
28
null
OpenFreeEnergy/openfe
# Repository Context Name: OpenFreeEnergy/openfe Description: # Pull Request ## atommapping implementation Can probably leave it this simple, makes it easy for others to only use the AtomMappers. Resolves #6. # Relevant Files Found ## openfe/setup/atommapping.py ``` class AtomMapping: @classmethod def...
296
null
coding-kitties/investing-algorithm-framework
# Repository Context Name: coding-kitties/investing-algorithm-framework Description: # Pull Request ## Fix context reference # Fix test last reported price ## Description Test was fixed that was failing ## Type of Change - [x] Bugfix - [ ] New feature - [ ] Documentation update - [ ] Refactor/optimizat...
1,737
null
simpeg/simpeg
# Repository Context Name: simpeg/simpeg Description: # Pull Request ## Fix argument name in `UpdateSensitivityWeights` docs #### Summary Fix the name of the `threshold_value` argument in the docstring of the `UpdateSensitivityWeights` directive. #### PR Checklist * [ ] If this is a work in progress PR, set as a ...
1,155
null
openshift/lightspeed-service
# Repository Context Name: openshift/lightspeed-service Description: # Pull Request ## OLS-756: attachments on Google sheet table ## Description [OLS-756](https://issues.redhat.com//browse/OLS-756): attachments on Google sheet table ## Type of change - [ ] Refactor - [x] New feature - [ ] Bug fix - [ ] ...
30,614
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## jasper: add 3.0.x # Relevant Files Found ## var/spack/repos/builtin/packages/jasper/package.py ``` # Copyright 2013-2022 Lawrence Livermore National Security, LLC and other # Spack Project Developers. See the top-level COPYRIGHT file for deta...
770
null
gyorilab/indra
# Repository Context Name: gyorilab/indra Description: # Pull Request ## Fix usage of PyBEL keyword arguments I made a lot of these arguments passthrough with **kwargs so the polarity got flipped. This commit fixes the nomenclature. Closes #769 # Relevant Files Found ## indra/sources/bel/api.py ``` from __fut...
1,999
null
akfamily/akshare
# Repository Context Name: akfamily/akshare Description: # Pull Request ## feat(stock_hk_ggt_components_em): add stock_hk_ggt_components_em inte… …rface add stock_hk_ggt_components_em interface # Relevant Files Found ## akshare/__init__.py ``` """ AKShare 是基于 Python 的开源财经数据接口库, 实现对股票, 期货, 期权, 基金, 债券, 外汇等金 融产品...
150
null
Extralit/extralit
# Repository Context Name: Extralit/extralit Description: # Pull Request ## [Fix] DB connection errors with JWT refresh token This pull request introduces a robust refresh token mechanism for authentication, improves token management on both backend and frontend, and adds reliability enhancements for database opera...
6
null
mihaigalos/mkdocs-breadcrumbs-plugin
# Repository Context Name: mihaigalos/mkdocs-breadcrumbs-plugin Description: # Pull Request ## Revert "fix: use_page_titles should reflect nav and handle sections correctly" Reverts mihaigalos/mkdocs-breadcrumbs-plugin#5 # Relevant Files Found ## mkdocs_breadcrumbs_plugin/plugin.py ``` import os import shutil im...
9,366
null
astropy/astropy
# Repository Context Name: astropy/astropy Description: # Pull Request ## Adding python3.8 testing The new python 3.8.0 is not yet available via conda, thus this cannot be added yet with the usual ci-helpers way. However, no dependencies are available as wheels for python38 just yet, so in the meantime this job...
607
null
RelevanceAI/relevanceai
# Repository Context Name: RelevanceAI/relevanceai Description: # Pull Request ## feature/pro-1751-fixing-the-sync-progress-bar # Relevant Files Found ## relevanceai/utils/concurrency.py ``` """Multithreading Module """ import math from concurrent.futures import ProcessPoolExecutor, ThreadPoolExecutor, as_compl...
6,695
null
mozilla/kitsune
# Repository Context Name: mozilla/kitsune Description: # Pull Request ## some minor settings cleanup We don't need `GOOGLE_CLOUD_PROJECT` and `GOOGLE_APPLICATION_CREDENTIALS` defined in `kitsune/settings.py`, so we can remove them if we'd prefer. # Relevant Files Found ## kitsune/settings.py ``` # -*- coding: ...
108
null
Huawei-CPLLab/PyDSL
# Repository Context Name: Huawei-CPLLab/PyDSL Description: # Pull Request ## feature argument attributes: add attributes to function arguments via Annotated types fixes #107 # Relevant Files Found ## src/pydsl/compiler.py ``` import ast import dataclasses import typing from collections.abc import Callable, Ite...
16,018
null
huggingface/transformers
# Repository Context Name: huggingface/transformers Description: # Pull Request ## Choose framework for ONNX export # What does this PR do? This allows to choose which framework to use between PyTorch and TensorFlow for the ONNX export. Fixes #15990 # Relevant Files Found ## src/transformers/onnx/_...
1,088
null
MTES-MCT/sparte
# Repository Context Name: MTES-MCT/sparte Description: # Pull Request ## MEP v9.1 # Relevant Files Found ## airflow/dags/ingest_majic.py ``` import shutil import subprocess from typing import List from zipfile import ZipFile from include.container import Container from include.domain.data.majic.sources import...
40
null
Genentech/beignet
# Repository Context Name: Genentech/beignet Description: # Pull Request ## HDF5TrajectoryDataset # Relevant Files Found ## src/beignet/datasets/__init__.py ``` from ._fasta_dataset import FASTADataset from ._random_euler_angle_dataset import RandomEulerAngleDataset from ._random_quaternion_dataset import Rando...