pr_id
int64
repo_id
null
repo_name
string
text
string
125
null
scikit-adaptation/skada
# Repository Context Name: scikit-adaptation/skada Description: # Pull Request ## [TO_REVIEW] _find_y_type return enum Fixes #85 # Relevant Files Found ## skada/_utils.py ``` # Author: Theo Gnassounou <theo.gnassounou@inria.fr> # Remi Flamary <remi.flamary@polytechnique.edu> # Oleksii Kachaiev <...
6,633
null
saleor/saleor
# Repository Context Name: saleor/saleor Description: # Pull Request ## Add filter through channels in orders query I want to merge this change because of adding filtering through channels in orders query. <!-- Please mention all relevant issue numbers. --> # Impact * [ ] New migrations * [x] New/Updated ...
46
null
jag-k/pydantic-settings-export
# Repository Context Name: jag-k/pydantic-settings-export Description: # Pull Request ## Stop support for Python 3.9 Python 3.9 [expires the 31st of october](https://endoflife.date/python). This PR sets the minimum supported Python version to 3.10. <!-- This is an auto-generated comment: release notes by coderabbi...
1,737
null
pygments/pygments
# Repository Context Name: pygments/pygments Description: # Pull Request ## Minted compatibility patch LaTeX: workaround to ensure compatibility with minted This reverts already merged #1735 (after a commit from #1736 to fix it) and applies the first envisioned method discussed in #1734. The reason is th...
1
null
s20ai/plasma
# Repository Context Name: s20ai/plasma Description: # Pull Request ## Execution Engine Review Improve code in verify_components method Improve code in generate_workflow_requirements method Fix typos Remove unnecessary blank lines # Relevant Files Found ## core/execution_engine.py ``` #!/usr/bin/python3 impo...
3,020
null
great-expectations/great_expectations
# Repository Context Name: great-expectations/great_expectations Description: # Pull Request ## [FEATURE] SqlAlchemy engine support for column.most_common_value metric Changes proposed in this pull request: * This PR adds SqlAlchemy engine support for column.most_common_value metric ### Definition of Done...
58
null
cmu-db/dbgym
# Repository Context Name: cmu-db/dbgym Description: # Pull Request ## Gymlib + submodule infra **Summary**: Set up submodules for agents and gymlib. **Demo**: The hello-tune agent ([repo@614687b](https://github.com/wangpatrick57/hello-tune/tree/614687b70ebd85be84b10de63e74e4813a36b30e)) calls `print(gymlib.mag...
408
null
MetOffice/forest
# Repository Context Name: MetOffice/forest Description: # Pull Request ## add support for optional PresetUI # PresetUI turn on/off - Some applications of FOREST do not need colorbar presets ## Check list Handy reminders of things to do ahead of merge - [ ] Bump version number to reflect change, edit `f...
4
null
d33pthinkers/RTRDETR
# Repository Context Name: d33pthinkers/RTRDETR Description: # Pull Request ## Fixing dtype and other tensor math for detection Fixing todtype conversion that caused all angle losses to be zero # Relevant Files Found ## rtdetr_pytorch/src/data/coco/coco_rotated_dataset.py ``` from dataclasses import dataclass fr...
936
null
SonySemiconductorSolutions/mct-model-optimization
# Repository Context Name: SonySemiconductorSolutions/mct-model-optimization Description: # Pull Request ## Fix Python 3.9 Windows file permission error in Fakely TFlite exporter ## Pull Request Description: The same issue as reported in #865. This time unfortunately, the file created by `NamedTemporaryFile` can...
686
null
PennyLaneAI/qml
# Repository Context Name: PennyLaneAI/qml Description: # Pull Request ## Differentiable pulse programming with qubits in PennyLane Pulse programming in PennyLane demonstration with the following table of contents a) Introduction to pulse gates, relates it to channels and other hardware terms. Explains time-depend...
107
null
clementchadebec/benchmark_VAE
# Repository Context Name: clementchadebec/benchmark_VAE Description: # Pull Request ## remove asserts in samplers **Fixes bugs :bug:** - Fixes bugs encounters in custom `Dataset` (closing #101) - Removes unnecessary check of data range in samplers # Relevant Files Found ## src/pythae/models/base/base_model.py...
474
null
securebio/nao-mgs-workflow
# Repository Context Name: securebio/nao-mgs-workflow Description: # Pull Request ## Programmatic container management and dependency scanning Part one of a planned series of PRs addressing #473. This PR: - Implements programmatic container management using the Wave API: each container is built according to a YA...
124
null
dynatrace-extensions/dt-extensions-python-sdk
# Repository Context Name: dynatrace-extensions/dt-extensions-python-sdk Description: # Pull Request ## Endpoint status message counts OK/WARNING/ERROR separately. # Relevant Files Found ## dynatrace_extension/__about__.py ``` # SPDX-FileCopyrightText: 2023-present Dynatrace LLC # # SPDX-License-Identifier: MIT...
4,762
null
ethyca/fides
# Repository Context Name: ethyca/fides Description: # Pull Request ## update migration to configure canada notice with just ca region Partially closes PROD-1903 done alongside https://github.com/ethyca/fidesplus/pull/1366 ### Description Of Changes See ticket (https://ethyca.atlassian.net/browse/PROD-1903...
3,827
null
ansys/pyaedt
# Repository Context Name: ansys/pyaedt Description: # Pull Request ## parameterized Djordjevic Sarkar model in AEDT Now Djordjevic Sarkar model can mobe parameterized in AEDT # Relevant Files Found ## _unittest/test_03_Materials.py ``` import os from _unittest.conftest import local_path import pytest from pya...
722
null
baidubce/app-builder
# Repository Context Name: baidubce/app-builder Description: # Pull Request ## 检索API v1.1 SDK更新 检索API v1.1 SDK更新 # Relevant Files Found ## python/core/component.py ``` # Copyright (c) 2023 Baidu, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use thi...
3,474
null
chimera-linux/cports
# Repository Context Name: chimera-linux/cports Description: # Pull Request ## main/python-numpy: make tests depend on parent + checkdepends this time for real i prommy # Relevant Files Found ## main/python-numpy/template.py ``` pkgname = "python-numpy" pkgver = "2.2.2" pkgrel = 0 build_style = "python_pep517" m...
2,563
null
fonttools/fonttools
# Repository Context Name: fonttools/fonttools Description: # Pull Request ## Clear AxisValueArray if it is empty after instantiating. Fixes #2562 # Relevant Files Found ## Lib/fontTools/varLib/instancer/__init__.py ``` """ Partially instantiate a variable font. The module exports an `instantiateVariableFont` f...
1,342
null
atlassian/dc-app-performance-toolkit
# Repository Context Name: atlassian/dc-app-performance-toolkit Description: # Pull Request ## Docker rebuild flag # Relevant Files Found ## app/util/analytics/analytics_utils.py ``` import os import platform import hashlib import getpass import re import socket from datetime import datetime, timezone from uti...
68
null
plasmabio/plasma
# Repository Context Name: plasmabio/plasma Description: # Pull Request ## Add docker dependency to the plugin # Relevant Files Found ## tljh-plasmabio/setup.py ``` from setuptools import setup, find_packages setup( name="tljh-plasmabio", version="0.0.1", entry_points={"tljh": ["tljh_plasmabio = tl...
2
null
brentp/slurmpy
# Repository Context Name: brentp/slurmpy Description: # Pull Request ## allow custom time input Check for a time input in kwargs. If not present, keep default of 84:00:00. Thanks for a useful little package! # Relevant Files Found ## slurmpy/slurmpy.py ``` r""" # send in job name and kwargs for slurm params: >...
9,185
null
PaddlePaddle/PaddleNLP
# Repository Context Name: PaddlePaddle/PaddleNLP Description: # Pull Request ## [Unified checkpoint] update async_save_info <!-- Demo: https://github.com/PaddlePaddle/PaddleNLP/pull/26 --> ### PR types Bug fixes ### PR changes Others ### Description update async_save_info. # Relevant Files Found ## p...
155
null
kozaka-tv/Rocksmith-Servant
# Repository Context Name: kozaka-tv/Rocksmith-Servant Description: # Pull Request ## #28 unused removed # Relevant Files Found ## utils/rs_playlist.py ``` import requests # EXAMPLE # https://rsplaylist.com/ajax/requests.php?channel=kozaka&action=set-tag&id=1305252&tag=8c8c2924&value=true # https://rsplaylist....
383
null
dwavesystems/dwave-cloud-client
# Repository Context Name: dwavesystems/dwave-cloud-client Description: # Pull Request ## Add support for client-side certificate auth Config/kwarg options added to client: - `client_cert` - `client_cert_key` They both accept a string path to a crt/key file. If only `client_cert` is given, the file must con...
1,260
null
onepercentclub/bluebottle
# Repository Context Name: onepercentclub/bluebottle Description: # Pull Request ## Feature/adapter language fix # Relevant Files Found ## bluebottle/payments_docdata/adapters.py ``` import logging from bluebottle.payments.exception import PaymentException from bluebottle.payments_docdata.exceptions import Doc...
588
null
RelevanceAI/relevanceai
# Repository Context Name: RelevanceAI/relevanceai Description: # Pull Request ## feature/pro-1723-store-vectorize-metadata-in-sdk # Relevant Files Found ## relevanceai/dataset/auto/vectorize.py ``` from typing import Optional, List from relevanceai.dataset.crud.dataset_write import Write from relevanceai.packa...
8
null
ligh7s/smoked-salmon
# Repository Context Name: ligh7s/smoked-salmon Description: # Pull Request ## Fix broken weeb exclusive feature. So Deezer decided to filesizes to 0, effectively breaking weeb exclusive features. This is a very hacky and temporary fix. # Relevant Files Found ## salmon/tagger/sources/deezer.py ``` import re fro...
1,135
null
deepspeedai/DeepSpeed
# Repository Context Name: deepspeedai/DeepSpeed Description: # Pull Request ## [zero] fix missed subclasses partitioning bug Currently any params/buffers created in `__init__` of a subclass that is not a subclass of `nn.Module` are missed by the partitioning logic and so any model having such classes breaks under...
2,800
null
great-expectations/great_expectations
# Repository Context Name: great-expectations/great_expectations Description: # Pull Request ## [BUGFIX] Get ExpectColumnToBeOfType* Expectations to Work Please annotate your PR title to describe what the PR does, then give a brief bulleted description of your PR below. PR titles should begin with [BUGFIX], [ENHANC...
3,278
null
boto/boto3
# Repository Context Name: boto/boto3 Description: # Pull Request ## Drop support for Python 3.6 **DO NOT MERGE PRIOR TO 5/30** This PR will end support for Python 3.6 in boto3 as [announced](https://aws.amazon.com/blogs/developer/python-support-policy-updates-for-aws-sdks-and-tools/#:~:text=Overview,deprecation...
295
null
MountainLionAi/GenAI-Platform
# Repository Context Name: MountainLionAi/GenAI-Platform Description: # Pull Request ## merge test # Relevant Files Found ## genaipf/controller/gptstream.py ``` import asyncio from concurrent.futures import ThreadPoolExecutor import traceback import openai from sanic import Request, response from sanic.response...
197
null
skrub-data/skrub
# Repository Context Name: skrub-data/skrub Description: # Pull Request ## Fix SV not raising error when not fitted Fixes #193 # Relevant Files Found ## dirty_cat/super_vectorizer.py ``` """ This class implements the SuperVectorizer, which is a preprocessor used to automatically apply encoders to different typ...
37
null
octodns/octodns-ns1
# Repository Context Name: octodns/octodns-ns1 Description: # Pull Request ## Revert order of self._COUNTRY_FILTER and self._REGION_FILTER Make synthetic ocean region work by moving the more specific rules to the top. Fixes #36 # Relevant Files Found ## octodns_ns1/__init__.py ``` # # # from collections impo...
42
null
creativecommons/ccos-scripts
# Repository Context Name: creativecommons/ccos-scripts Description: # Pull Request ## Add Search roadmap export script ## Description <!-- Concisely describe what the pull request does. --> This PR adds a script for pulling tasks from the [CC Search Roadmap Asana Project](https://app.asana.com/0/1140559033201049...
29
null
ResonantGeoData/ResonantGeoData
# Repository Context Name: ResonantGeoData/ResonantGeoData Description: # Pull Request ## Log preview Github history clean version of log preview. # Relevant Files Found ## core/admin.py ``` from django.contrib import admin from django_admin_display import admin_display from django.utils.safestring import mark...
2,813
null
cloudify-cosmo/cloudify-manager
# Repository Context Name: cloudify-cosmo/cloudify-manager Description: # Pull Request ## RD-1655 dep-groups: create deployments: allow id, inputs Instead of `inputs` in the new-deployments list, allow `id`, `inputs`, `labels`. The new deployment will be created from those, instead of from just inputs. Refacto...
16
null
ssg-research/amulet
# Repository Context Name: ssg-research/amulet Description: # Pull Request ## Configurable test size Dependent on #14 # Relevant Files Found # Edits This pull request makes the test set size a configurable parameter for tabular datasets in the Amulet library, allowing users to customize the train-test split r...
211
null
mathLab/PINA
# Repository Context Name: mathLab/PINA Description: # Pull Request ## Plotter v0.1 update Commented a line responsible for bugs. No labels attribute in torch.Tensor object # Relevant Files Found ## pina/plotter.py ``` """ Module for plotting. """ import matplotlib.pyplot as plt import torch from pina.callbacks...
29,230
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## Removed MULTI_MASTER_BYPASS_VERSION_CHECK flag ## Summary This was an ICDS-only flag, removing. ## Feature Flag Bypass minimum CommCare version check for multi master usage. For use only by ICDS ## Safety Assurance - [x] Risk la...
60
null
qBraid/qbraid-qir
# Repository Context Name: qBraid/qbraid-qir Description: # Pull Request ## improved code-cov Improved Code coverage to somewhere around 98% # Relevant Files Found ## qbraid_qir/cirq/elements.py ``` # Copyright (C) 2023 qBraid # # This file is part of the qBraid-SDK # # The qBraid-SDK is free software released...
2,014
null
skypilot-org/skypilot
# Repository Context Name: skypilot-org/skypilot Description: # Pull Request ## [SCP] Format the scp check <!-- Describe the changes in this PR --> Before this PR, the `sky check` is not well formated for the SCP, as the following: ``` SCP: disabled Reason: Failed to access SCP with credentials. To conf...
410
null
IAMconsortium/pyam
# Repository Context Name: IAMconsortium/pyam Description: # Pull Request ## Add dependencies to run tutorial tests on GitHub Action CI This PR adds the necessary dependencies to run the tutorial tests as an extra-requirement and installs them on GitHub Action CI (py 3.8) - they were previously not executed (missed...
19
null
GoogleCloudPlatform/evalbench
# Repository Context Name: GoogleCloudPlatform/evalbench Description: # Pull Request ## Service Complete the eval loop and BQ storage. # Relevant Files Found ## evalbench/databases/alloydb.py ``` from .db import DB import sqlalchemy from sqlalchemy import text from google.cloud.alloydb.connector import Connect...
26,493
null
ray-project/ray
# Repository Context Name: ray-project/ray Description: # Pull Request ## [RAY AIR] set the correct gpu id in `TorchTrainer` <!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. --> <!-- Please add a reviewer to the ass...
469
null
weaviate/weaviate-python-client
# Repository Context Name: weaviate/weaviate-python-client Description: # Pull Request ## add pydantic classes for module config definitions This PR introduces a number of Pydantic classes to be used when defining the schema configuration of a collection in terms of any vectorization modules it depends on It mak...
7,725
null
mne-tools/mne-python
# Repository Context Name: mne-tools/mne-python Description: # Pull Request ## MRG, FIX: Fix MRI orientations Closes #7221. @christian-oreilly can you try it with your MRIs that are in non-standard orientation? I was able to check that the FreeSurfer-standard ones look okay, but don't have good MRIs to test for ...
193
null
The-Academic-Observatory/academic-observatory-workflows
# Repository Context Name: The-Academic-Observatory/academic-observatory-workflows Description: # Pull Request ## Fixed missing _latest.csv schemas Fixes an issue where the schemas don't build in sphinx # Relevant Files Found ## docs/generate_schema_csv.py ``` # Copyright 2020 Curtin University # # Licensed unde...
185
null
MetOffice/forest
# Repository Context Name: MetOffice/forest Description: # Pull Request ## Read GHRSST Level 4 NetCDF data files This is some work I did as part of the hackathon adding some basic support for reading sea surface temperature analysis data from the [GHRSST project](www.ghrsst.org). The main changes are in `ghrsstl4.p...
10,124
null
langchain-ai/langchain
# Repository Context Name: langchain-ai/langchain Description: # Pull Request ## Added embeddings support for ollama <!-- Thank you for contributing to LangChain! Replace this entire comment with: - Description: Added support for Ollama embeddings - Issue: the issue # it fixes (if applicable), - Depende...
4
null
Wuerike/standard-version-release-branch
# Repository Context Name: Wuerike/standard-version-release-branch Description: # Pull Request ## feat: Add standard version e git push it # Relevant Files Found ## src/main.py ``` #!/usr/bin/env python3 import os import shlex import subprocess import time PBANNER = "*" * 5 + " {} " + "*" * 5 class ReleaseAct...
317
null
landing-ai/vision-agent
# Repository Context Name: landing-ai/vision-agent Description: # Pull Request ## refactor: abstract out get_tool_recommender() code into tools.py abstract out get_tool_recommender() code into tools.py # Relevant Files Found ## vision_agent/agent/vision_agent_coder_v2.py ``` import copy from pathlib import Path ...
6
null
GiulioRossetti/ASH
# Repository Context Name: GiulioRossetti/ASH Description: # Pull Request ## Chore/remove nbsphinx # Relevant Files Found ## docs/conf.py ``` # Configuration file for the Sphinx documentation builder. # # This file only contains a selection of the most common options. For a full # list see the documentation: # ...
1,621
null
narwhals-dev/narwhals
# Repository Context Name: narwhals-dev/narwhals Description: # Pull Request ## perf: streamline pyarrow and pandas group by agg ## What type of PR is this? (check all applicable) - [ ] 💾 Refactor - [ ] ✨ Feature - [ ] 🐛 Bug Fix - [x] 🔧 Optimization - [ ] 📝 Documentation - [ ] ✅ Test - [ ] 🐳 Other ...
3,589
null
modoboa/modoboa
# Repository Context Name: modoboa/modoboa Description: # Pull Request ## Reintroduced News feed widget in admin dashboard. # Relevant Files Found ## modoboa/core/api/v2/serializers.py ``` """Core API v2 serializers.""" import django_otp import oath from django.conf import settings from django.db.models impor...
773
null
MountainLionAi/GenAI-Platform
# Repository Context Name: MountainLionAi/GenAI-Platform Description: # Pull Request ## Lyn test 240226 # Relevant Files Found ## app.py ``` import argparse from sanic import Sanic from genaipf.conf import server from genaipf.routers import routers from genaipf.exception.customer_error_handler import CustomerE...
382
null
annuaire-entreprises-data-gouv-fr/search-api
# Repository Context Name: annuaire-entreprises-data-gouv-fr/search-api Description: # Pull Request ## [SEARCH]feat: lower threshold for inner hits closes #381 # Relevant Files Found ## aio/aio-proxy/aio_proxy/search/queries/text.py ``` def build_text_query(terms: str, matching_size: int, sort_by_size: bool = F...
156
null
BNUCNL/FreeROI
# Repository Context Name: BNUCNL/FreeROI Description: # Pull Request ## implement ROI Edit for Surface data # Relevant Files Found ## froi/core/dataobject.py ``` # emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*- # vi: set ft=python sts=4 ts=4 sw=4 et: """ Dataset definition class for F...
725
null
suitenumerique/docs
# Repository Context Name: suitenumerique/docs Description: # Pull Request ## 🐛(backend) compute ancestor_links in get_abilities if needed ## Purpose The refactor made in the tree view caching the ancestors_links to not compute them again in the document.get_abilities method lead to a bug. If the get_abilities ...
1,077
null
fusedio/udfs
# Repository Context Name: fusedio/udfs Description: # Pull Request ## Update dataset_summary_csv_parquet_tool.py # Relevant Files Found ## community/milind/dataset_summary_csv_parquet_tool/dataset_summary_csv_parquet_tool.py ``` @fused.udf def udf(path: str = "s3://fused-users/fused/milind/ipinfo_lite.parquet"...
1,017
null
qBraid/qBraid
# Repository Context Name: qBraid/qBraid Description: # Pull Request ## Equal1 simulator v0.2.2 integration <!-- Before submitting a pull request, please complete the following checklist: 1. Read PR Guidelines: https://github.com/qBraid/qBraid/blob/main/CONTRIBUTING.md#pull-requests 2. Link Issues: Please link...
23
null
frgfm/torch-scan
# Repository Context Name: frgfm/torch-scan Description: # Pull Request ## chore: Updated jobs for release This PR updates the readme and the conda upload job for the upcoming release. # Relevant Files Found ## setup.py ``` #!usr/bin/python # -*- coding: utf-8 -*- """ Package installation setup """ import os i...
6,840
null
explosion/spaCy
# Repository Context Name: explosion/spaCy Description: # Pull Request ## avoid empty KB alias Fixes #6730 ## Description - Throw a generic error (E891) when an alias could not be added to the KB for some reason, to avoid a more cryptic AssertionError during IO - Specifically prevent the empty string from bei...
295
null
modin-project/unidist
# Repository Context Name: modin-project/unidist Description: # Pull Request ## FIX-#294: Fix MPI backend launch for Open MPI in a cluster ## What do these changes do? <!-- Please give a short brief about these changes. --> - [x] first commit message and PR title follow format outlined [here](https://unidist....
343
null
zane-ops/zane-ops
# Repository Context Name: zane-ops/zane-ops Description: # Pull Request ## fix: some UI fixes regarding http logs ## Description In this PR, we make some changes : - Modified the condition for filtering field values for the HTTP logs to use `icontains` - fixed text break in the UI for the details of HTTP lo...
43
null
cdisc-org/business-rules
# Repository Context Name: cdisc-org/business-rules Description: # Pull Request ## Fix is_not_unique_relationship operator # Relevant Files Found ## business_rules/__init__.py ``` __version__ = '1.1.5' from .engine import run_all from .utils import export_rule_data # Appease pyflakes by "using" these exports ...
1,273
null
RedHatQE/openshift-python-wrapper
# Repository Context Name: RedHatQE/openshift-python-wrapper Description: # Pull Request ## cherry-pick: [v4.10] cherry-pick: [v4.11] cherry-pick: [v4.12] cherry-pick: [v4.13] Add kubevirt market to test_vm cherry-pick https://github.com/RedHatQE/openshift-python-wrapper/pull/1271 into v4.10 requested-by redhat-qe...
10
null
Opentrons/opentrons
# Repository Context Name: Opentrons/opentrons Description: # Pull Request ## 20160928 024100 plunger manipulation In this PR, Lev and I: 1. Add the methods to instrument; `aspirate`, `dispense`, `blowout`, and `drop_tip` 2. Plunger movements depend on the pipette's current volume, max volume, and min volume 3. Rai...
1,943
null
NVIDIA-NeMo/NeMo
# Repository Context Name: NVIDIA-NeMo/NeMo Description: # Pull Request ## Add ASR tarred dataset documentation Signed-off-by: Jocelyn Huang <jocelynh@nvidia.com> # Relevant Files Found ## nemo/collections/asr/data/audio_to_text.py ``` # Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # # Licensed ...
4,151
null
intel/ipex-llm
# Repository Context Name: intel/ipex-llm Description: # Pull Request ## Add example for autoxgboost with spark dataframe as input # Relevant Files Found # Edits This pull request adds a new example demonstrating how to use AutoXGBoost with a Spark DataFrame as input for distributed automated machine learning...
178
null
PyAr/asoc_members
# Repository Context Name: PyAr/asoc_members Description: # Pull Request ## Adapted to new MP API, and really ignore not-human payments. # Relevant Files Found ## website/members/management/commands/generate_member_invoices.py ``` import datetime import os from django.conf import settings from django.core.mail...
55
null
jacebrowning/pomace
# Repository Context Name: jacebrowning/pomace Description: # Pull Request ## Wait for URLs to change # Relevant Files Found ## notebooks/profile_default/startup/ipython_startup.py ``` # pylint: disable=unused-import,import-outside-toplevel import atexit as _atexit import pomace from pomace import prompts as ...
292
null
CERNDocumentServer/cds-ils
# Repository Context Name: CERNDocumentServer/cds-ils Description: # Pull Request ## migration: Implement access type mapping * closes https://github.com/CERNDocumentServer/cds-dojson/issues/263 # Relevant Files Found ## cds_ils/importer/providers/cds/rules/base.py ``` # -*- coding: utf-8 -*- # # Copyright (C) 2...
86
null
posit-dev/posit-sdk-py
# Repository Context Name: posit-dev/posit-sdk-py Description: # Pull Request ## chore: Factor some mock responses to JSON files and read them in with a helper The goals here are to make the test files more readable by separating out the JSON API responses to separate files, and also to make it more natural to reus...
357
null
MAKENTNU/web
# Repository Context Name: MAKENTNU/web Description: # Pull Request ## Redesign language button *Depends on #356, and should change base to `dev` after that PR has been merged.* Highlights: * Redesigned set language form (6b2fdfffcf6141409c2dac86eec7f690bb929d3a) * Refactored set language form to own template ...
30,905
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## BUG: SystemError in df.sum - [x] closes #30886 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry # Relevant Files Found ## pandas/_libs/t...
249
null
adamtheturtle/requests-mock-flask
# Repository Context Name: adamtheturtle/requests-mock-flask Description: # Pull Request ## Move requirements to a requirements directory # Relevant Files Found ## setup.py ``` """ Setup script. """ from __future__ import annotations from pathlib import Path from setuptools import setup def _get_dependenci...
18
null
nhsx/nhsx-website
# Repository Context Name: nhsx/nhsx-website Description: # Pull Request ## Allow first_published_at field to be edited This allows blog posts to have a date applied to them other than the date they were published # Relevant Files Found ## app/modules/blog_posts/models.py ``` from django.db import models from d...
117
null
City-of-Helsinki/open-city-profile
# Repository Context Name: City-of-Helsinki/open-city-profile Description: # Pull Request ## OM-496 | Add renewable status to schema Shows whether youth membership can be renewed # Relevant Files Found ## youths/schema.py ``` from datetime import date import graphene from django.db import transaction from djang...
275
null
f4pga/prjxray
# Repository Context Name: f4pga/prjxray Description: # Pull Request ## Rempips Adds stricter error checking and a workaround option for current DB. The workaround is not active by default # Relevant Files Found ## fuzzers/056-rempips/maketodo.py ``` #!/usr/bin/env python3 import os, re def maketodo(pipfile, ...
19
null
xenserver/xscontainer
# Repository Context Name: xenserver/xscontainer Description: # Pull Request ## Fix NULLREF check for new VMs New VMs don't have resident_on set, and we don't check for the NULLREF properly. Signed-off-by: Robert Breker robert.breker@citrix.com # Relevant Files Found ## src/xscontainer/api_helper.py ``` from x...
6,415
null
inventree/InvenTree
# Repository Context Name: inventree/InvenTree Description: # Pull Request ## Prevent notify_users if importing or migrating # Relevant Files Found ## InvenTree/InvenTree/helpers_model.py ``` """Provides helper functions used throughout the InvenTree project that access the database.""" import io import loggin...
1,123
null
mesop-dev/mesop
# Repository Context Name: mesop-dev/mesop Description: # Pull Request ## Skip unnecessary trace render loop in WebSockets mode This skips the trace mode render loop in WebSockets mode which is a significant perf improvement, since we can use the last render loop because the Context is long-lived across multiple UI...
95
null
BstLabs/py-dynacli
# Repository Context Name: BstLabs/py-dynacli Description: # Pull Request ## Added check if the imported module comes from public path or not # Change Summary ## Description Importing public functions from non-public paths will be ignored and not registered in CLI. If the imports are from the public paths they...
5,202
null
django/django
# Repository Context Name: django/django Description: # Pull Request ## Fixed #25320 -- Reverted ManyToManyField.null to False for backwards compatibility. https://code.djangoproject.com/ticket/25320 # Relevant Files Found ## django/contrib/admin/filters.py ``` """ This encapsulates the logic for displaying fil...
2,122
null
cloudflare/cloudflare-python
# Repository Context Name: cloudflare/cloudflare-python Description: # Pull Request ## feat(zero_trust_local_domain_fallback): define body param for updates # Relevant Files Found ## src/cloudflare/resources/zero_trust/devices/policies/fallback_domains.py ``` # File generated from our OpenAPI spec by Stainless....
24
null
szmikler/playsound3
# Repository Context Name: szmikler/playsound3 Description: # Pull Request ## Kill children after parent dies # Relevant Files Found ## playsound3/__init__.py ``` __license__ = "MIT" __version__ = "3.2.4" __author__ = "Szymon Mikler" from playsound3.playsound3 import ( AVAILABLE_BACKENDS, DEFAULT_BACKE...
48
null
isi-nlp/isi_darma
# Repository Context Name: isi-nlp/isi_darma Description: # Pull Request ## update GPT agent # Relevant Files Found ## darma_chat/darma_chat/gpt_agent.py ``` import os import openai from darma_chat.bot_agent import TurkLikeAgent, logging DEF_ENGINE = 'text-davinci-002' # TODO: get this from yaml file class ...
812
null
macrocosm-os/apex
# Repository Context Name: macrocosm-os/apex Description: # Pull Request ## Features/initial-code-execution # Relevant Files Found ## apex/services/deep_research/deep_research_base.py ``` from typing import Any from apex.services.llm.llm_base import LLMBase class DeepResearchBase(LLMBase): async def invo...
60,715
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Use dataclass properties in isy994 discovery ## 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...
24
null
moldyn/msmhelper
# Repository Context Name: moldyn/msmhelper Description: # Pull Request ## minor fixes of waiting-time-dist and waitining-times cli # Relevant Files Found ## setup.py ``` # -*- coding: utf-8 -*- import pathlib import sys from collections import defaultdict import setuptools # check for python version if sys.v...
29
null
jeremymoreau/covid19mtl
# Repository Context Name: jeremymoreau/covid19mtl Description: # Pull Request ## Fix loop continue fixes #28 # Relevant Files Found ## app/refreshdata.py ``` #!/usr/bin/env python3 """ Refresh data files for the Covid19 Mtl dashboard """ import os import shutil import sys #import fcntl import csv import loggin...
46
null
google-deepmind/penzai
# Repository Context Name: google-deepmind/penzai Description: # Pull Request ## Add sharded parameter initialization utility. Add sharded parameter initialization utility. # Relevant Files Found ## penzai/experimental/v2/toolshed/sharding_util.py ``` # Copyright 2024 The Penzai Authors. # # Licensed under the ...
6,693
null
intel/ipex-llm
# Repository Context Name: intel/ipex-llm Description: # Pull Request ## Update bigdl-submit script ## Description Update Nano bigdl-submit script, so that it will be compatible with pert PyTorch distributed training application. ### 1. Why the change? Update Nano bigdl-submit script, so that it will be comp...
34
null
pdkit/pdkit
# Repository Context Name: pdkit/pdkit Description: # Pull Request ## fixed documentation and tests # Relevant Files Found ## docs/conf.py ``` # Copyright 2018 Birkbeck College. All rights reserved. # # Licensed under the MIT license. See file LICENSE for details. # # Author(s): J.S. Pons # # -*- coding: utf-8 ...
1,512
null
data-for-change/anyway
# Repository Context Name: data-for-change/anyway Description: # Pull Request ## temporary remove FLASK_ENV development condition # Relevant Files Found ## anyway/infographics_utils.py ``` # -*- coding: utf-8 -*- import logging import datetime import json import os from functools import lru_cache import pandas...
18
null
Backupni/pypi-google-cloud
# Repository Context Name: Backupni/pypi-google-cloud Description: # Pull Request ## pypi-google-cloud-17 Automate service account creation # Relevant Files Found # Edits This pull request automates the creation of a service account for the PyPI proxy in Google Cloud. It introduces a deployment configuration ...
37
null
erykoff/fgcm
# Repository Context Name: erykoff/fgcm Description: # Pull Request ## Change to 64-bit integer ids. # Relevant Files Found ## fgcm/fgcmStars.py ``` import numpy as np import esutil import time import matplotlib.pyplot as plt from .fgcmUtilities import objFlagDict from .fgcmUtilities import obsFlagDict from ....
57
null
HIPS/autograd
# Repository Context Name: HIPS/autograd Description: # Pull Request ## make Node have same falseyness as underlying value We want Nodes to inherit the falseyness of their underlying values so that boxed values can be used in Python logic. There was a certain pathology that could arise here when a numpy boolean-va...
635
null
aiortc/aiortc
# Repository Context Name: aiortc/aiortc Description: # Pull Request ## 1.3.0 # Relevant Files Found ## src/aiortc/about.py ``` __author__ = "Jeremy Lainé" __email__ = "jeremy.laine@m4x.org" __license__ = "BSD" __summary__ = "An implementation of WebRTC and ORTC" __title__ = "aiortc" __uri__ = "https://github.c...