pr_id
int64
repo_id
null
repo_name
string
text
string
157
null
Unidata/MetPy
# Repository Context Name: Unidata/MetPy Description: # Pull Request ## MNT: Ignore flake8's new 405 errors. We're careful about wildcard imports, they're all in tests or setting up package **init**'s. # Relevant Files Found ## metpy/_version.py ``` # This file helps to compute a version number in source trees...
37,055
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## ENH: Use Kahan summation and Welfords method to calculate rolling var and std - [x] xref #37051 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew e...
4,465
null
mne-tools/mne-python
# Repository Context Name: mne-tools/mne-python Description: # Pull Request ## MRG+1: simplify source decoding example closes #4463 My mayavi isn't working anymore, so I can't check the source patterns, if someone wants to give it a look.. Also @agramfort , you said we could plot stcs with matplotlib? Didn't ...
345
null
graph4ai/graph4nlp
# Repository Context Name: graph4ai/graph4nlp Description: # Pull Request ## Inference xiaojie ## Description <!-- Brief description. Refer to the related issues if existed. It'll be great if relevant reviewers can be assigned as well.--> ## Checklist Please feel free to remove inapplicable items for your PR....
11,555
null
dask/dask
# Repository Context Name: dask/dask Description: # Pull Request ## Migrate rechunk and reshape to task spec - [ ] Closes #xxxx - [ ] Tests added / passed - [ ] Passes `pre-commit run --all-files` # Relevant Files Found ## dask/array/rechunk.py ``` """ The rechunk module defines: intersect_chunks: a func...
22,883
null
oppia/oppia
# Repository Context Name: oppia/oppia Description: # Pull Request ## [GSoC 2025] M1.15 and M1.16 - Fix part of #19851: Remove worked example domain objects, frontend models and their calls; migrate Skill Models. ## Overview <!-- READ ME FIRST: Please answer *all* questions below and check off every point from...
395
null
PyCQA/flake8-pyi
# Repository Context Name: PyCQA/flake8-pyi Description: # Pull Request ## Introduce Y057: Never use `ByteString` Closes #388 # Relevant Files Found ## pyi.py ``` #!/usr/bin/env python3 from __future__ import annotations import argparse import ast import logging import optparse import re import sys from collect...
7,206
null
oppia/oppia
# Repository Context Name: oppia/oppia Description: # Pull Request ## Fix #7201: Allow users to add messages in feedback thread <!-- - Thanks for submitting code to Oppia! Please fill out the following as part of - your pull request so we can review your code more easily. --> ## Explanation <!-- - E...
589
null
fennel-ai/client
# Repository Context Name: fennel-ai/client Description: # Pull Request ## Added secrets manager documentation Added documentation for secrets manager <img width="1512" alt="Screenshot 2024-10-30 at 11 49 50 AM" src="https://github.com/user-attachments/assets/17480b4d-eee7-4589-ad09-2b023cdae062"> <img width="151...
13
null
Unidata/siphon
# Repository Context Name: Unidata/siphon Description: # Pull Request ## Add sphinx documentation build. Fixes #9 This copies a bunch of stuff from MetPy to enable: - Sphinx generated docs - Autogenerated API docs - Install and developer guide - Including example notebooks in docs - Conversion of example notebook...
53,026
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Fix units for Fritz network sensors <!-- 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 picture of ...
312
null
luxonis/luxonis-ml
# Repository Context Name: luxonis/luxonis-ml Description: # Pull Request ## Feat: Symetric Keypoints Flip Transformation ## Purpose <!-- Clearly describe why this change is needed and what problem it solves. --> Added a symmetric keypoint‐flip augmentation so you can now correctly apply horizontal flips to you...
3,941
null
DataDog/integrations-core
# Repository Context Name: DataDog/integrations-core Description: # Pull Request ## [Release] Bumped all integrations to latest versions # Relevant Files Found ## datadog_checks_dev/datadog_checks/dev/__about__.py ``` # (C) Datadog, Inc. 2018 # All rights reserved # Licensed under a 3-clause BSD style license (...
73
null
dottxt-ai/outlines
# Repository Context Name: dottxt-ai/outlines Description: # Pull Request ## Update the BabyAGI demo This PR updates the BabyAGI demo so that it directly obtains a text completion model instance instead of a decorator object (which was causing the example to fail locally). The model instance construction steps wer...
193
null
mondeja/mdpo
# Repository Context Name: mondeja/mdpo Description: # Pull Request ## Drop uneeded `__slots__` from `md2po` and `po2md` class implementations Drop uneeded `__slots__` values from `md2po` and `po2md` classes. # Relevant Files Found ## mdpo/__init__.py ``` """mdpo package.""" __description__ = ('Markdown files t...
59
null
crowdsecurity/cs-custom-bouncer
# Repository Context Name: crowdsecurity/cs-custom-bouncer Description: # Pull Request ## Updated packaging # Relevant Files Found ## .github/release.py ``` #!/usr/bin/env python3 import argparse import json import os import shutil import subprocess import sys def _goos(): yield 'linux' yield 'freebs...
3,218
null
getnikola/nikola
# Repository Context Name: getnikola/nikola Description: # Pull Request ## Partially fix #3216 Minor improvement to the JSON CustomEncoder so it handles defaultdicts better (also tuples and sets) # Relevant Files Found ## nikola/nikola.py ``` # -*- coding: utf-8 -*- # Copyright © 2012-2019 Roberto Alsina and ot...
1,609
null
snowflakedb/snowflake-cli
# Repository Context Name: snowflakedb/snowflake-cli Description: # Pull Request ## Don't break long lines when converting v1 to v2 ### Pre-review checklist * [x] I've confirmed that instructions included in README.md are still correct after my changes in the codebase. * [ ] I've added or updated automated ...
2,055
null
Chainlit/chainlit
# Repository Context Name: Chainlit/chainlit Description: # Pull Request ## Feature: Add custom env file loading Hi there, In trying to use chainlit within our application we realized it will always load `.env` even though we have various `.env` files for our different environments such as `.env.production`. Put...
141
null
icanbwell/SparkPipelineFramework
# Repository Context Name: icanbwell/SparkPipelineFramework Description: # Pull Request ## add functions log params # Relevant Files Found ## spark_pipeline_framework/progress_logger/progress_logger.py ``` import re from pathlib import Path from tempfile import TemporaryDirectory from types import TracebackType...
96
null
TsubakiBotPad/pad-cogs
# Repository Context Name: TsubakiBotPad/pad-cogs Description: # Pull Request ## Profile Fix # Relevant Files Found ## profile/profile.py ``` import discord import logging import re from redbot.core import commands from redbot.core.utils.chat_formatting import box, inline, pagify from tsutils import CogSettings...
106
null
elastic/elastic-transport-python
# Repository Context Name: elastic/elastic-transport-python Description: # Pull Request ## Change maintainer to 'clients-team@elastic.co' # Relevant Files Found ## setup.py ``` # Licensed to Elasticsearch B.V. under one or more contributor # license agreements. See the NOTICE file distributed with # this wor...
282
null
ashishb/adb-enhanced
# Repository Context Name: ashishb/adb-enhanced Description: # Pull Request ## chore: fix string concatenation # Relevant Files Found ## adbe/adb_enhanced.py ``` #!/usr/bin/env python3 import os import random import re import signal import subprocess import sys import tempfile import threading import time impo...
78,759
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Use correct constant in anthemav 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, ...
36,127
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## Replace the current new module popover to be a modal ## Product Description <!-- Where applicable, describe user-facing effects and include screenshots. --> Before: <img width="557" alt="image" src="https://github.com/user-attachments/a...
4,771
null
DataDog/integrations-core
# Repository Context Name: DataDog/integrations-core Description: # Pull Request ## Fix service check message This references the slave in the check message # Relevant Files Found ## mesos_slave/datadog_checks/mesos_slave/mesos_slave.py ``` # (C) Datadog, Inc. 2015-2017 # All rights reserved # Licensed under Sim...
3,385
null
streamlink/streamlink
# Repository Context Name: streamlink/streamlink Description: # Pull Request ## plugins.pluto: ignore invalid channels Ref https://github.com/streamlink/streamlink/pull/3363#issuecomment-736168003 # Relevant Files Found ## src/streamlink/plugins/pluto.py ``` import logging import re from uuid import uuid4 from ...
585
null
pytorch/examples
# Repository Context Name: pytorch/examples Description: # Pull Request ## Divide Up args.workers by ngpus_per_node DIVUP args.workers by ngpus_per_node to make sure final workers > 0 # Relevant Files Found ## imagenet/main.py ``` import argparse import os import random import shutil import time import warnings ...
1
null
negedng/argument_BERT
# Repository Context Name: negedng/argument_BERT Description: # Pull Request ## Development Add data loading, preprocessing and metrics features based on Tobias Milz ArguE project. See more: https://github.com/negedng/ArguE # Relevant Files Found # Edits This pull request adds data loading, preprocessing, and...
1,242
null
mouredev/retos-programacion-2023
# Repository Context Name: mouredev/retos-programacion-2023 Description: # Pull Request ## Reto #3 - Python Create file to generate passwords ## Describe tus cambios ***(Opcional)*** *Sobre todo aconsejable si la "Pull Request" se corresponde con una corrección adicional y no con la presentación de un ejercicio...
4
null
richtamblyn/PGSparkLite-Pedal
# Repository Context Name: richtamblyn/PGSparkLite-Pedal Description: # Pull Request ## Fix LED On/Off Updates This pull requests add an additional SocketIO listener to correctly maintain the On/Off states of the Mod and Delay LEDs. # Relevant Files Found ## app.py ``` ###########################################...
2,621
null
vertexproject/synapse
# Repository Context Name: vertexproject/synapse Description: # Pull Request ## Add meta:ruleset # Relevant Files Found ## synapse/models/base.py ``` import logging import synapse.lib.module as s_module logger = logging.getLogger(__name__) class BaseModule(s_module.CoreModule): def getModelDefs(self): ...
546
null
IBM/ibm-block-csi-driver
# Repository Context Name: IBM/ibm-block-csi-driver Description: # Pull Request ## CSI-4541 flashcopy 2.0 no pool gap Signed-off-by: ArbelNathan <arbel.nathan@ibm.com> # Relevant Files Found ## controllers/array_action/array_mediator_svc.py ``` from collections import defaultdict from io import StringIO from ran...
240
null
brazilian-utils/python
# Repository Context Name: brazilian-utils/python Description: # Pull Request ## feat: add is_valid_license_plate ## Descrição <!--- Descreva de forma sucinta e clara qual é o propósito deste Pull Request. Explique o que ele faz ou resolve.--> Implementação de utilitário para consolidar validação de padrões de pl...
2
null
gordon-code/cuid2
# Repository Context Name: gordon-code/cuid2 Description: # Pull Request ## Removes deprecated CUID class - Includes a CLI command for generating CUID strings - Adds a continuous integration GitHub Action # Relevant Files Found ## local/tests/test_collision.py ``` from collections import Counter from functools ...
3,767
null
DataDog/integrations-core
# Repository Context Name: DataDog/integrations-core Description: # Pull Request ## Fix openmetrics histogram test to be semantically accurate ### What does this PR do? Make the histogram test semantically accurate ### Motivation Have a correct test example ### Review checklist (to be filled by reviewer...
339
null
googleapis/python-aiplatform
# Repository Context Name: googleapis/python-aiplatform Description: # Pull Request ## chore: merge main into dev # Relevant Files Found ## setup.py ``` # -*- coding: utf-8 -*- # Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except i...
409
null
GoogleCloudPlatform/ramble
# Repository Context Name: GoogleCloudPlatform/ramble Description: # Pull Request ## Fix typos in install-spack modifier # Relevant Files Found ## var/ramble/repos/builtin/modifiers/install-spack/modifier.py ``` # Copyright 2022-2023 Google LLC # # Licensed under the Apache License, Version 2.0 <LICENSE-APACHE ...
4
null
dkmadigan/python-bayeux-client
# Repository Context Name: dkmadigan/python-bayeux-client Description: # Pull Request ## modifications to this client work with the Salesforce streaming API Sorry, I'm still getting the hang of certain aspects of GitHub. The changes in this repo correspond to what I identified in the issue. Have fun! Thanks, Dav...
364
null
octodns/octodns
# Repository Context Name: octodns/octodns Description: # Pull Request ## Prevent digital ocean provider to crash if records type is not supported This patch will prevent Digital Ocean provider to crash if records type is not supported Fix #363 # Relevant Files Found ## octodns/provider/digitalocean.py ``` #...
362
null
PaddlePaddle/X2Paddle
# Repository Context Name: PaddlePaddle/X2Paddle Description: # Pull Request ## fix bug of nearest_interp when nearest_interp use out_shapes to resize , not scale value. old code send out_shapes to ONNX:Resize(<=opset10), but ONNX:Resize(<=opset10) only support scale. # Relevant Files Found ## x2paddle/op_mapper/...
912
null
Health-Informatics-UoN/carrot-mapper
# Repository Context Name: Health-Informatics-UoN/carrot-mapper Description: # Pull Request ## Add NextAuth to frontend # Changes A significant update to Carrot - moving the Next app to be the actual frontend of the application, and no longer proxied by the Django backend. The change is therefore that the "lega...
103,305
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Remove useless inner function in the base Bluetooth coordinator ## 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 ...
246
null
Shougo/defx.nvim
# Repository Context Name: Shougo/defx.nvim Description: # Pull Request ## Restore relative paths for `drop` command The fix for issue #238 removed support for opening files using relative paths in the `drop` command. While this fixes the issue at hand, it also removes useful functionality (see i.e. #202 and #203 w...
268
null
tweag/chainsail
# Repository Context Name: tweag/chainsail Description: # Pull Request ## Improve sample concatenation script Adds proper command line options and a help text. # Relevant Files Found ## postprocessing/concatenate_samples.py ``` """ Hacky script to concatenate target replica samples """ import glob import os impo...
58
null
allenporter/flux-local
# Repository Context Name: allenporter/flux-local Description: # Pull Request ## Add diff hr structured output Add diff hr structured output for support in github CI flows. # Relevant Files Found ## flux_local/tool/diff.py ``` """Flux-local diff action.""" from argparse import ArgumentParser from argparse impor...
330
null
kayjan/bigtree
# Repository Context Name: kayjan/bigtree Description: # Pull Request ## Add method get_tree_diff_dataframe ## Description Add method to retrieve tree diff in dataframe, which allows for customised handling and processing if required. ## Testing No additional tests needed as the current code is abstracted out....
261
null
Meituan-Dianping/lyrebird
# Repository Context Name: Meituan-Dianping/lyrebird Description: # Pull Request ## Support rendering mock data with jinja2 {{ip}} : lyrebird ip address {{port}}: lyrebird mock server port # Relevant Files Found ## lyrebird/mock/dm.py ``` import codecs import json import os import re import uuid from pathlib i...
267
null
ietf-tools/www
# Repository Context Name: ietf-tools/www Description: # Pull Request ## feat: Note well enhancements This pull request makes note well text come from the note well page and automatically updates that page with the content of the Note Well repo. Fixes #194 # Relevant Files Found ## ietf/settings/base.py ``` ...
6,473
null
sqlfluff/sqlfluff
# Repository Context Name: sqlfluff/sqlfluff Description: # Pull Request ## Snowflake: alter table on delete and update support ### Brief summary of the change made This change allows for Snowflake ALTER TABLE to define a FOREIGN KEY that has uses the ON DELETE / ON UPDATE Fixes #6472 ### Are there any oth...
277
null
microsoft/PubSec-Info-Assistant
# Repository Context Name: microsoft/PubSec-Info-Assistant Description: # Pull Request ## Ryonsteele/6115 api tests -Fix chunk file name for image data index to resolve downstream issues -Add new template for tests for pipelines -Add enrichment API tests for Commercial and Gov Pipeline runs with enrichment tes...
77
null
brainsik/virtualenv-burrito
# Repository Context Name: brainsik/virtualenv-burrito Description: # Pull Request ## Issue 75: setuptools zip error Handles the case where setuptools download is a zip. # Relevant Files Found ## virtualenv-burrito.py ``` #!/usr/bin/env python # encoding: utf-8 # # virtualenv-burrito.py — manages the Virtualen...
201
null
fib-international/structuralcodes
# Repository Context Name: fib-international/structuralcodes Description: # Pull Request ## fix: bugfix triangulation When using meters as unit length the maximum area used for triangulation is a very small number and then was not properly used in current implementation. Fixed this behavior. # Relevant Files Found...
85
null
NIRALUser/NeuroRuler
# Repository Context Name: NIRALUser/NeuroRuler Description: # Pull Request ## Fix up import/export, remove unnecessary files # Relevant Files Found ## NeuroRuler/GUI/main.py ``` """Defines ``MainWindow`` and ``main()``, the entrypoint of the GUI. Loads ``NeuroRuler/GUI/mainwindow.ui``, made in QtDesigner. Lo...
5,560
null
opsmill/infrahub
# Repository Context Name: opsmill/infrahub Description: # Pull Request ## refactor diff calculation of properties changes IFC-1141 some local performance testing on calculating an incremental diff of a branch with a lot of changes 1.1.4 takes 7 minutes, 20 seconds this branch takes 59 seconds basic changes...
2
null
octoenergy/timeserio
# Repository Context Name: octoenergy/timeserio Description: # Pull Request ## Add support for `fit`/`predict` in `GroupedPipeline` Before this change, calling `.fit(df, y)` (supervised learning per group) was not supported. After this change, `.fit(df, y)` as well as `.fit(df, target_column_name)` is supported. A...
393
null
camptocamp/tilecloud-chain
# Repository Context Name: camptocamp/tilecloud-chain Description: # Pull Request ## Add admin page # Relevant Files Found ## setup.py ``` # -*- coding: utf-8 -*- import os import sys from setuptools import setup, find_packages here = os.path.abspath(os.path.dirname(__file__)) with open(os.path.join(here, 'R...
120
null
griptape-ai/griptape
# Repository Context Name: griptape-ai/griptape Description: # Pull Request ## Fix Tool Memory Initialization Fixes tool memory not being loaded for pipelines and workflows. # Relevant Files Found ## griptape/structures/agent.py ``` from __future__ import annotations from typing import TYPE_CHECKING, Optional fr...
3,392
null
tensorflow/datasets
# Repository Context Name: tensorflow/datasets Description: # Pull Request ## Update voxceleb version. Update voxceleb version. # Relevant Files Found ## tensorflow_datasets/audio/voxceleb.py ``` # coding=utf-8 # Copyright 2021 The TensorFlow Datasets Authors. # # Licensed under the Apache License, Version 2.0 ...
704
null
google/glazier
# Repository Context Name: google/glazier Description: # Pull Request ## implement enable/disable firewall operations within winpe implement enable/disable firewall operations within winpe # Relevant Files Found ## glazier/lib/errors.py ``` # Copyright 2020 Google Inc. All Rights Reserved. # # Licensed under th...
2,314
null
someengineering/fixinventory
# Repository Context Name: someengineering/fixinventory Description: # Pull Request ## [style] Do not use `is` to compare literals # Description <!-- Please describe the changes included in this PR here. --> This PR makes the code conformant with [F632](https://docs.astral.sh/ruff/rules/is-literal/#is-literal-f...
101
null
DigitalSlideArchive/DSA-WSI-DeID
# Repository Context Name: DigitalSlideArchive/DSA-WSI-DeID Description: # Pull Request ## Add DeID Upload information as custom tags. These are added to the Tiff Software field and, for Aperio images, to the Aperio information. The Tiff Software field is used, since it can be read by a wide variety of programs. ...
1,225
null
lisa-lab/pylearn2
# Repository Context Name: lisa-lab/pylearn2 Description: # Pull Request ## Log the time is takes to save the pkl file when saving a new "best" # Relevant Files Found ## pylearn2/train_extensions/best_params.py ``` """TrainExtensions for keeping track of and saving the best parameters during training. TODO: ...
1
null
nabla-c0d3/tls_parser
# Repository Context Name: nabla-c0d3/tls_parser Description: # Pull Request ## Fix/Add cipher suites defined in RFC7905 # Relevant Files Found ## tls_parser/cipher_suites.py ``` from __future__ import absolute_import from __future__ import print_function from enum import Enum class CipherSuites(Enum): T...
618
null
ReliaQualAssociates/ramstk
# Repository Context Name: ReliaQualAssociates/ramstk Description: # Pull Request ## refactor: remove do_get_tree() from Mission Datamanager ## Does this PR introduce a breaking change? - [ ] Yes - [X] No <!-- If yes, describe the impact and migration path below. --> ## Describe the purpose of this pull req...
911
null
ssl-hep/ServiceX
# Repository Context Name: ssl-hep/ServiceX Description: # Pull Request ## Yield partial results so large Rucio lookups start faster If a Rucio container with sub-datasets is looked up, return the file list for each container individually instead of accumulating. This will allow the transformers to start working wh...
1,675
null
camptocamp/tilecloud-chain
# Repository Context Name: camptocamp/tilecloud-chain Description: # Pull Request ## Lock file maintenance (master) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks ref...
509
null
intel/vaapi-fits
# Repository Context Name: intel/vaapi-fits Description: # Pull Request ## Add tests for H2S Tonemap It is for FFmpeg VA-API only (H2S tonemap in FFmpeg QSV is still WIP, see https://github.com/intel-media-ci/ffmpeg/pull/518) # Relevant Files Found ## lib/ffmpeg/util.py ``` ### ### Copyright (C) 2021 Intel Corpo...
34,988
null
demisto/content
# Repository Context Name: demisto/content Description: # Pull Request ## Fix sentinelone-get-threats cmd <!-- REMINDER: THIS IS A PUBLIC REPO DO NOT POST HERE SECRETS/SENSITIVE DATA --> ## Contributing to Cortex XSOAR Content Make sure to register your contribution by filling the [contribution registration form]...
424
null
getnikola/nikola
# Repository Context Name: getnikola/nikola Description: # Pull Request ## added a missing "clean" to tasks # Relevant Files Found ## nikola/plugins/task_copy_assets.py ``` # Copyright (c) 2012 Roberto Alsina y otros. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this sof...
11,560
null
NVIDIA-NeMo/NeMo
# Repository Context Name: NVIDIA-NeMo/NeMo Description: # Pull Request ## Revert "Fix the names of two sets of weight and bias in mcore_to_nemo_mapping" This reverts commit 6784db56a03f19f37bc4f37bdf87dabb3fc1acee. # What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Coll...
90
null
CQCL/pytket-pennylane
# Repository Context Name: CQCL/pytket-pennylane Description: # Pull Request ## Release 0.14.0 # Description Please summarise the changes. # Related issues Please mention any github issues addressed by this PR. # Checklist - [x] I have performed a self-review of my code. - [ ] I have commented hard-...
2,193
null
snowflakedb/snowflake-cli
# Repository Context Name: snowflakedb/snowflake-cli Description: # Pull Request ## Bump version to v3.7.0-rc0 ### Pre-review checklist * [ ] I've confirmed that instructions included in README.md are still correct after my changes in the codebase. * [ ] I've added or updated automated unit tests to verify ...
10
null
RITct/Rita
# Repository Context Name: RITct/Rita Description: # Pull Request ## verified changes dairyam aayitu pulliko # Relevant Files Found ## action_train.py ``` #Run this code to retrain the action recognition model #delete secret_sauce/ann.pt before training. import json from secret_sauce.action_models import action...
113
null
clawpack/visclaw
# Repository Context Name: clawpack/visclaw Description: # Pull Request ## Time checking Don't require exact agreement of times when making plots comparing two sets of results. Maybe should add a tolerance rather than hardwiring 1e-12, but this is just a warning in any case. # Relevant Files Found ## src/python...
939
null
pangeacyber/pangea-python
# Repository Context Name: pangeacyber/pangea-python Description: # Pull Request ## pangea-sdk: all `entities` fields in AI Guard are optional # Relevant Files Found ## packages/pangea-sdk/pangea/services/ai_guard.py ``` from __future__ import annotations from collections.abc import Mapping, Sequence from typi...
267
null
mongodb/motor
# Repository Context Name: mongodb/motor Description: # Pull Request ## MOTOR-1282 Stop using filemd5 in docs example for db.command https://jira.mongodb.org/browse/MOTOR-1282 # Relevant Files Found ## motor/docstrings.py ``` # Copyright 2016 MongoDB, Inc. # # Licensed under the Apache License, Version 2.0 (the ...
4,350
null
scikit-learn/scikit-learn
# Repository Context Name: scikit-learn/scikit-learn Description: # Pull Request ## [MRG + 1] Partially fixes #2274: Running tests should not print anything on stdout / stderr or warnings #2274 I'm still going through all the warnings. - Fixed `DeprecationWarning: fprob is deprecated!` - Fixed some `DeprecationWarn...
183
null
NLeSC/MAGMa
# Repository Context Name: NLeSC/MAGMa Description: # Pull Request ## In log there where 'database is locked' errors. These cause state update... ...s to fail. Force user db to Write-Ahead Logging for atomic commits. See http://www.sqlite.org/wal.html . This allows reads and writes concurrently. Fixes #182. # R...
74
null
nodestream-proj/nodestream
# Repository Context Name: nodestream-proj/nodestream Description: # Pull Request ## fix: Transformers that return multiple items are not properly handled # Relevant Files Found ## nodestream/pipeline/transformers/transformer.py ``` from abc import abstractmethod from typing import Any, AsyncGenerator, Generato...
1,018
null
astronomer/astronomer-cosmos
# Repository Context Name: astronomer/astronomer-cosmos Description: # Pull Request ## Enable unit tests for Python3.12 ## Description This PR enable CI to run unit tests for Python3.12 CI Job: https://github.com/astronomer/astronomer-cosmos/actions/runs/9357004387/job/25755741232?pr=1018 ## Related Issue(s)...
118,279
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Migrate mqtt discovery subscribes to use internal helper ## 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 re...
173
null
DhanushNehru/Python-Scripts
# Repository Context Name: DhanushNehru/Python-Scripts Description: # Pull Request ## added a profanity checker This python script will take audio files as input and process the audio using NLP concepts and APIs and test if the audio has any abusive/NSFW words used and will also do the sentiment analysis of the spe...
1,390
null
kornia/kornia
# Repository Context Name: kornia/kornia Description: # Pull Request ## :ghost: tuple to list to make pytorch 1.6 happy #### Changes fixes https://github.com/kornia/kornia/runs/3884525405?check_suite_focus=true #### Type of change <!-- Please delete options that are not relevant. --> - [ ] 📚 Documentati...
3,599
null
mwaskom/seaborn
# Repository Context Name: mwaskom/seaborn Description: # Pull Request ## Crosslink to aesthetics tutorial from set_context/plotting_context Closes #3598 # Relevant Files Found ## seaborn/rcmod.py ``` """Control plot style and scaling using the matplotlib rcParams interface.""" import functools import matplotli...
989
null
mozilla/pontoon
# Repository Context Name: mozilla/pontoon Description: # Pull Request ## Fix bug 1473330 - Translate.Next architecture Here it is at last! The first concrete step towards a rewritten Translate app. I am aiming at making this first PR a learning experience for everyone who's going to be involved in this. It thus...
14
null
alerta/python-alerta-client
# Repository Context Name: alerta/python-alerta-client Description: # Pull Request ## Add subcommands to support blackout periods Create a new blackout period using `alerta blackout`... **Example** ``` $ alerta --profile development blackout -E Infra -S Alerta --start 2015-09-19T17:45:00Z --duration 7200 ``` Dis...
6,007
null
chainer/chainer
# Repository Context Name: chainer/chainer Description: # Pull Request ## Remove chainerx.asscalar # Relevant Files Found ## chainerx/_docs/routines.py ``` import chainerx from chainerx import _docs def set_docs(): _docs_creation() _docs_indexing() _docs_linalg() _docs_logic() _docs_manipu...
4,180
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## ENH: drop_level argument for xs As discussed [here](http://stackoverflow.com/questions/17552997/how-to-update-a-subset-of-a-multiindexed-pandas-dataframe), xs usually remove the level which you are accessing. This commit allows you to expli...
1,977
null
inmanta/inmanta-core
# Repository Context Name: inmanta/inmanta-core Description: # Pull Request ## Issue/1893 corrupted agent manager # Description This PR applies the following changes: * Keep all session state is kept in memory. The session state in database acts as a historical log. * Fix bug in database layer where update() f...
2
null
strath-sdr/rfsoc_frequency_planner
# Repository Context Name: strath-sdr/rfsoc_frequency_planner Description: # Pull Request ## Update StrathSDR Banners (v0.1.1) # Relevant Files Found ## setup.py ``` import os import shutil from distutils.dir_util import copy_tree from setuptools import find_packages, setup # global variables package_name = '...
646
null
arangodb/docs-hugo
# Repository Context Name: arangodb/docs-hugo Description: # Pull Request ## CircleCI: Update build images for 3.11 and 3.12/devel ### Description <!-- Please describe the changes in this PR for reviewers, motivation, rationale - **mandatory** --> #### Upstream PRs <!-- Docker Hub images or GitHub pull request l...
7
null
jpmorganchase/inference-server
# Repository Context Name: jpmorganchase/inference-server Description: # Pull Request ## Timing: Log invocation durations # Relevant Files Found ## src/inference_server/__init__.py ``` # Copyright 2023 J.P. Morgan Chase & Co. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use th...
5
null
thobiast/fundosbr
# Repository Context Name: thobiast/fundosbr Description: # Pull Request ## Dev # Relevant Files Found ## fundosbr/fundosbr.py ``` #!/usr/bin/env python3 # -*- coding: utf-8 -*- """ Script para mostrar dados de fundos de investimento. Todos os dados usados sao baixados direto do site da CVM. """ import argpar...
5,090
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## BUG: MultiIndex.get_level_values() replaces NA by another value (#5074) closes #5074 Do you really prefer using a mask? It seems to have a lower memory footprint but it requires some tricks for corner cases. ``` num = self._get_level_numb...
279
null
superannotateai/superannotate-python-sdk
# Repository Context Name: superannotateai/superannotate-python-sdk Description: # Pull Request ## Adjusted # Relevant Files Found ## src/superannotate/__init__.py ``` import logging.config import os import sys import requests import superannotate.lib.core as constances from packaging.version import parse from...
47,899
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## py-twine: add v6.0.1 <!-- Remember that `spackbot` can help with your PR in multiple ways: - `@spackbot help` shows all the commands that are currently available - `@spackbot fix style` tries to push a commit to fix style issues in this PR ...
10,139
null
dagster-io/dagster
# Repository Context Name: dagster-io/dagster Description: # Pull Request ## Make AssetKey.__eq__ more efficient ### Summary & Motivation Noticed another wasteful codepath in asset construction path. In this case the equality operator for AssetKey did an expensive equality step that invoked serialization without...
844
null
nltk/nltk
# Repository Context Name: nltk/nltk Description: # Pull Request ## nkjp reader Reader of The National Corpus of Polish # Relevant Files Found ## nltk/corpus/__init__.py ``` # Natural Language Toolkit: Corpus Readers # # Copyright (C) 2001-2015 NLTK Project # Author: Edward Loper <edloper@gmail.com> # URL: <htt...
65
null
girder/slicer_cli_web
# Repository Context Name: girder/slicer_cli_web Description: # Pull Request ## Test on Python 3.5 and 3.6. Various fixes to work with Python 3. Curiously, Python 3.6 will parse json as either bytes or str, but 3.5 requires it to be str (and Python 2.7 can be str or unicode). # Relevant Files Found ## plugin_t...