pr_id
int64
repo_id
null
repo_name
string
text
string
271
null
oshied/directord
# Repository Context Name: oshied/directord Description: # Pull Request ## Add option to allow orchestrations to override targets This change will allow operators to override the targets for a given set of tasks. The new `assign` key provides the ability to define a list of targets which may be outside the scope ...
14
null
datasciencecampus/census21api
# Repository Context Name: datasciencecampus/census21api Description: # Pull Request ## create .csv functionality removed from Interface and written into Wra… …pper # Relevant Files Found ## Census21_CACD_Wrapper.py ``` import requests import json import pandas as pd from typing import List, Dict, Any from reque...
186
null
lab-cosmo/atomistic-cookbook
# Repository Context Name: lab-cosmo/atomistic-cookbook Description: # Pull Request ## Fix PET UQ example For the `pet-mad-uq` example, the tests fail with the CI. Locally, the problem does not occur. # Relevant Files Found ## examples/pet-mad-uq/pet-mad-uq.py ``` """ Uncertainty Quantification with PET-MAD ====...
174
null
Open-Source-Spatial-Clean-Cooking-Tool/OnStove
# Repository Context Name: Open-Source-Spatial-Clean-Cooking-Tool/OnStove Description: # Pull Request ## Crg/africa pre run # Relevant Files Found ## onsstove/layer.py ``` import os import geopandas as gpd import re import pandas as pd import datetime from rasterio import windows from rasterio.transform import...
14
null
maykinmedia/django-camunda
# Repository Context Name: maykinmedia/django-camunda Description: # Pull Request ## :recycle: Replace defusedxml with lxml Modern lxml versions only resolve internal entities (5.x+). # Relevant Files Found ## django_camunda/bpmn.py ``` from defusedxml import ElementTree as ET from .client import get_client CA...
400
null
cvxgrp/cvxcla
# Repository Context Name: cvxgrp/cvxcla Description: # Pull Request ## chore: sync template from tschm/.config-templates@main This PR updates configuration files from [tschm/.config-templates@main](https://github.com/tschm/.config-templates/tree/main). # Relevant Files Found # Edits This pull request adds a t...
403
null
FederatedAI/FATE-Flow
# Repository Context Name: FederatedAI/FATE-Flow Description: # Pull Request ## Dev 2.0 alpha # Relevant Files Found ## python/fate_flow/manager/k8s_manager.py ``` # # Copyright 2019 The FATE Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use t...
255
null
SpikeInterface/spikeinterface
# Repository Context Name: SpikeInterface/spikeinterface Description: # Pull Request ## Add choice for template mode in export_to_phy Pull request for #253 # Relevant Files Found ## spikeinterface/exporters/to_phy.py ``` from pathlib import Path import csv import numpy as np import shutil from spikeinterface i...
31
null
JulianKarlBauer/mechkit
# Repository Context Name: JulianKarlBauer/mechkit Description: # Pull Request ## Longer exception name # Relevant Files Found ## mechkit/material.py ``` #!/usr/bin/env python # -*- coding: utf-8 -*- """ Material objects representing elastic stiffnesses with material symmetries. """ import numbers import numpy...
232
null
terricain/aioboto3
# Repository Context Name: terricain/aioboto3 Description: # Pull Request ## Fix all the things # Relevant Files Found ## aioboto3/__init__.py ``` # -*- coding: utf-8 -*- """Top-level package for Async AWS SDK for Python.""" import logging from aioboto3.session import Session from boto3.compat import _warn_dep...
3,706
null
modal-labs/modal-client
# Repository Context Name: modal-labs/modal-client Description: # Pull Request ## Minor doctest speedups Saves ≈15s or so on my devbox, mainly by not doing pointless stuff in the Sandbox examples. Also does a little cleanup. I think the Sandbox usage docs could benefit from a much more thorough set of improvements ...
370
null
xorq-labs/xorq
# Repository Context Name: xorq-labs/xorq Description: # Pull Request ## feat: add reading parquet from http closes #366 # Relevant Files Found ## python/letsql/tests/test_register.py ``` from __future__ import annotations import gzip import pandas as pd import pyarrow as pa import pyarrow.dataset as ds import...
1,429
null
Princeton-LSI-ResearchComputing/tracebase
# Repository Context Name: Princeton-LSI-ResearchComputing/tracebase Description: # Pull Request ## Move missing parent catch to derived class ## Summary Change Description Fixed PeakAnnotationsLoader.check_c12_parents to warn and fix instead of error and skip. Michael had pointed out in a comment on an issue...
489
null
asdf-format/asdf
# Repository Context Name: asdf-format/asdf Description: # Pull Request ## Update asdf-standard to reflect new multiply schema See https://github.com/spacetelescope/asdf-standard/pull/160. # Relevant Files Found ## asdf/tests/schema_tester.py ``` # Licensed under a 3-clause BSD style license - see LICENSE.rst # ...
7,840
null
triton-inference-server/server
# Repository Context Name: triton-inference-server/server Description: # Pull Request ## fix: gRPC segfault due to Low Request Cancellation Timeout #### What does the PR do? Handles multiple corner cases under Low Request Cancellation Timeout. Case 1: 1. Request received by the server and backend processes as us...
24
null
helmanofer/pydantic-prompter
# Repository Context Name: helmanofer/pydantic-prompter Description: # Pull Request ## New openai client # Relevant Files Found ## src/pydantic_prompter/llm_provider.py ``` import abc import json import os import random from typing import Dict, List from jinja2 import Template from pydantic_prompter.common im...
397
null
Center-for-AI-Innovation/ai-ta-backend
# Repository Context Name: Center-for-AI-Innovation/ai-ta-backend Description: # Pull Request ## Add auto-accept enrollment feature for Canvas integration # Relevant Files Found ## ai_ta_backend/beam/canvas_ingest.py ``` """ To deploy: beam deploy canvas_ingest.py:canvas_ingest Use CAII gmail to auth. Add secre...
1,544
null
microsoft/lisa
# Repository Context Name: microsoft/lisa Description: # Pull Request ## Add try catch exception for _delete_boot_diagnostic_container. # Relevant Files Found ## lisa/sut_orchestrator/azure/platform_.py ``` # Copyright (c) Microsoft Corporation. # Licensed under the MIT license. import copy import json import ...
29
null
barosl/homu
# Repository Context Name: barosl/homu Description: # Pull Request ## Suggest 7-character long hashes Closes #27 # Relevant Files Found ## homu/main.py ``` import github3 import toml import json import re from . import utils import logging from threading import Thread import time import traceback import sqlite3...
240
null
ASFHyP3/hyp3-isce2
# Repository Context Name: ASFHyP3/hyp3-isce2 Description: # Pull Request ## Separate Single and Multi-Burst Workflows # Relevant Files Found ## src/hyp3_isce2/__main__.py ``` """ ISCE2 processing for HyP3 """ import argparse import os import sys import warnings from importlib.metadata import entry_points from ...
183
null
neulab/prompt2model
# Repository Context Name: neulab/prompt2model Description: # Pull Request ## Refactor prompt parser to rename property methods <!-- EDIT THE TITLE FIRST. --> # Description Currently the PromptParser's property methods say `get_instruction` and `get_examples`. This PR renames these property methods to just sa...
4
null
DuhonTheGuy/RPG-Generator
# Repository Context Name: DuhonTheGuy/RPG-Generator Description: # Pull Request ## Minor improvements such as slightly prettier games, an item removal... ...system and project selection from the projects folder # Relevant Files Found ## battle.py ``` import random class Battle: base_health = 100 def fight(eq...
49
null
maiermic/robot-cameraman
# Repository Context Name: maiermic/robot-cameraman Description: # Pull Request ## Add camera command to stop recording Add camera command to stop recording. Tested on Panasonic DC-FZ80. # Relevant Files Found ## panasonic_camera/camera.py ``` import xml.etree.ElementTree as ET from dataclasses import dataclass ...
54
null
aws/aws-dynamodb-encryption-python
# Repository Context Name: aws/aws-dynamodb-encryption-python Description: # Pull Request ## remove accidental duplicate in disallowed option *Description of changes:* In writing the readme, I realized that this blacklist had a duplicate entry... By submitting this pull request, I confirm that my contribution...
428
null
pimutils/khal
# Repository Context Name: pimutils/khal Description: # Pull Request ## Remove vdirsyncer dependency # Relevant Files Found ## khal/controllers.py ``` # Copyright (c) 2013-2016 Christian Geier et al. # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associat...
708
null
nv-legate/cupynumeric
# Repository Context Name: nv-legate/cupynumeric Description: # Pull Request ## Testcase enhance for test_bincount.py and test_cholesky.py Testcase, enhance for test_bincount.py # Relevant Files Found ## tests/integration/test_bincount.py ``` # Copyright 2021-2022 NVIDIA Corporation # # Licensed under the Apache...
1,079
null
ejeschke/ginga
# Repository Context Name: ejeschke/ginga Description: # Pull Request ## Fix for future deprecation of datetime.datetime.utcnow() utcnow() will be deprecated in Python 3.12 # Relevant Files Found ## ginga/examples/gw/clocks.py ``` #! /usr/bin/env python # # clocks.py -- Ginga clocks # # eric@naoj.org # # This is...
142
null
sfstoolbox/sfs-python
# Repository Context Name: sfstoolbox/sfs-python Description: # Pull Request ## Use Python 3 sequence unpacking # Relevant Files Found ## sfs/util.py ``` """Various utility functions. .. include:: math-definitions.rst """ import collections import numpy as np from numpy.core.umath_tests import inner1d from s...
133
null
autopkg/hjuutilainen-recipes
# Repository Context Name: autopkg/hjuutilainen-recipes Description: # Pull Request ## Remove unused OnePasswordURLProvider This processor is no longer used by your 1Password recipes, nor any other recipes in the autopkg org as far as I can tell. One nice feature of the processor is the ability to choose the dow...
4,049
null
TobikoData/sqlmesh
# Repository Context Name: TobikoData/sqlmesh Description: # Pull Request ## fix: fix pydantic import but moving duckdb attach earlier Prior to this change the model is referenced before it is defined which seems to cause issues in 2.11+ pydantic versions. # Relevant Files Found ## sqlmesh/core/config/connection...
2,675
null
2dos/DK64-Randomizer
# Repository Context Name: 2dos/DK64-Randomizer Description: # Pull Request ## Update __init__.py # Relevant Files Found ## __init__.py ``` """File specifically used for the cases of archipelago generation.""" import os import typing import math import threading import time import json import zipfile import co...
2,406
null
GoogleChrome/chromium-dashboard
# Repository Context Name: GoogleChrome/chromium-dashboard Description: # Pull Request ## Adjust intent parsing to cope with more variations. This intent slipped past our intent-detection logic because the email sender wrote their own section header name: https://groups.google.com/a/chromium.org/g/blink-dev/c/JNOQ...
832
null
GoogleCloudPlatform/professional-services
# Repository Context Name: GoogleCloudPlatform/professional-services Description: # Pull Request ## gcpviz improvements (data access, performance, security) - Added possibility to access resource data during graph building - Improved performance by refactoring transactions during reference creation - Update gogo/...
2,527
null
betagouv/ma-cantine
# Repository Context Name: betagouv/ma-cantine Description: # Pull Request ## i18n des views pour notre API Cette PR contient deux sujets liés au templates de la section API publique : 1- On cache les champs `client_type`, `authorization_grant_type` et `algorithm` car on ne supporte qu'un type, 2- On met en place...
33
null
ethnhe/PVN3D
# Repository Context Name: ethnhe/PVN3D Description: # Pull Request ## Pytorch 1.5 # Relevant Files Found ## pvn3d/datasets/linemod/linemod_dataset.py ``` #!/usr/bin/env python3 import os import cv2 import pcl import torch import os.path import numpy as np import torchvision.transforms as transforms from PIL im...
13,704
null
frappe/frappe
# Repository Context Name: frappe/frappe Description: # Pull Request ## fix: added suitable filtering mechanism to link field (backport #13240) This is an automatic backport of pull request #13240 done by [Mergify](https://mergify.io). --- <details> <summary>Mergify commands and options</summary> <br /> More ...
8,663
null
PennyLaneAI/pennylane
# Repository Context Name: PennyLaneAI/pennylane Description: # Pull Request ## qml.draw_mpl supports drawing of PPMs **Context:** **Description of the Change:** **Benefits:** <img width="549" height="428" alt="image" src="https://github.com/user-attachments/assets/4b344ce5-d190-429a-b0f1-6d339989e8b2" /> ...
611
null
linode/linode-cli
# Repository Context Name: linode/linode-cli Description: # Pull Request ## Release v5.49.1 # Relevant Files Found ## linodecli/__init__.py ``` #!/usr/local/bin/python3 """ Argument parser for the linode CLI """ import argparse import os import sys from importlib.metadata import version from sys import argv f...
4,522
null
nilearn/nilearn
# Repository Context Name: nilearn/nilearn Description: # Pull Request ## [MAINT] Handle 2 numpy and matplolib deprecation warnings <!--- This is a suggested pull request template for nilearn. It's designed to capture information we've found to be useful in reviewing pull requests. If there is other informatio...
378
null
QuantConnect/lean-cli
# Repository Context Name: QuantConnect/lean-cli Description: # Pull Request ## Improve Security Master Requirement LEAN CLI will verify whether the Organization has a Security Master requirement set in the Dataset page. For example, US Futures requires US Futures Security Master. If the Org. doesn't have it, LEAN ...
2,004
null
OpenNMT/OpenNMT-py
# Repository Context Name: OpenNMT/OpenNMT-py Description: # Pull Request ## fix subword start with joiner in bart # Relevant Files Found ## onmt/transforms/bart.py ``` """Transforms relate to noising from BART: based on code of fairseq.""" import math import numpy as np import torch from functools import parti...
2
null
cyberstudio/cybsi-sdk
# Repository Context Name: cyberstudio/cybsi-sdk Description: # Pull Request ## Add branch linter workflow Добавлен прогон линтера, тестов и сбор документации при пуше в любую ветку. # Relevant Files Found ## cybsi/api/api.py ``` from typing import Optional, TypeVar, Union, cast class Tag: """Identifier of...
40
null
adobe/dy-sql
# Repository Context Name: adobe/dy-sql Description: # Pull Request ## removing debug line thats far too frequent in some projects <!--- Provide a general summary of your changes in the Title above --> ## Description <!--- Describe your changes in detail --> ## Related Issue <!--- This project only acce...
28,115
null
huggingface/transformers
# Repository Context Name: huggingface/transformers Description: # Pull Request ## [`Mixtral`] Fix loss + nits # What does this PR do? Properly compute the loss. Pushes for a uniform distribution. fixes #28021 Fixes https://github.com/huggingface/transformers/issues/28093 # Relevant Files Found ## src/trans...
542
null
wandb/wandb
# Repository Context Name: wandb/wandb Description: # Pull Request ## wandb.init(config=) "update" -> "setdefault" Document explaining the motivations and risks of this change: https://paper.dropbox.com/doc/wandb.config-change-proposal--AkuY8QtaRY_oaEOiLMiO9GrjAQ-t5zORlG4f1v6zs1SatFPC # Relevant Files Found ## t...
13,828
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## New Patient Summary report @czue # Relevant Files Found ## custom/enikshay/ucr/tests/test_episode_datasource.py ``` import os import mock from datetime import datetime from django.test import TestCase from corehq.util.test_utils impor...
42
null
cereja-project/cereja
# Repository Context Name: cereja-project/cereja Description: # Pull Request ## added depreciation decorator - Create baseclass to new Decorators # Relevant Files Found ## cereja/decorators.py ``` """ Copyright (c) 2019 The Cereja Project Permission is hereby granted, free of charge, to any person obtaining a ...
50
null
smdogroup/funtofem
# Repository Context Name: smdogroup/funtofem Description: # Pull Request ## fixed LinearizedMELD derivatives # Relevant Files Found ## tests/basic_functionality/test_scenario.py ``` #!/usr/bin/env python """ This file is part of the package FUNtoFEM for coupled aeroelastic simulation and design optimization. ...
1,656
null
GafferHQ/gaffer
# Repository Context Name: GafferHQ/gaffer Description: # Pull Request ## Maya/PySide GLWidget fix This allows GafferUI.GLWidget to be used in Maya when using the PySide Qt bindings that ship with Maya (tested in Maya 2016). PySide has some holes compared to PyQt when it comes to implementing custom QGLContexts, so...
2,747
null
runtimeverification/evm-semantics
# Repository Context Name: runtimeverification/evm-semantics Description: # Pull Request ## Add rules for new Prague schedule - defining new `Prague` schedule and setting it as main schedule for testing - bringing in some changes from https://github.com/runtimeverification/evm-semantics/pull/2746: - reverting a...
2,320
null
tobymao/sqlglot
# Repository Context Name: tobymao/sqlglot Description: # Pull Request ## feat(optimizer): canonicalize date arithmetic funcs dialects that automatically cast strings to dates don't need this. presto does. # Relevant Files Found ## sqlglot/optimizer/canonicalize.py ``` from __future__ import annotations import...
14
null
hakaboom/adb-utils
# Repository Context Name: hakaboom/adb-utils Description: # Pull Request ## 兼容安卓7-11窗口获取 兼容安卓7-11窗口获取,兼容三星窗口刷新 # Relevant Files Found ## adbutils/extra/performance/__init__.py ``` # -*- coding: utf-8 -*- import time from threading import Thread, Event from queue import Queue from loguru import logger from adb...
54
null
FISCO-BCOS/python-sdk
# Repository Context Name: FISCO-BCOS/python-sdk Description: # Pull Request ## rename node.crt/node.key to sdk.crt/sdk.key # Relevant Files Found ## client/bcosclient.py ``` #!/usr/bin/env python # -*- coding: utf-8 -*- ''' bcosliteclientpy is a python client for FISCO BCOS2.0 (https://github.com/FISCO-BCOS/...
387
null
Open-Source-Spatial-Clean-Cooking-Tool/OnStove
# Repository Context Name: Open-Source-Spatial-Clean-Cooking-Tool/OnStove Description: # Pull Request ## fix stats units and collection time for LPG This PR solves wrong display units for the stats in the map, corrects the way time saved is extracted and implements collection time for LPG (based on user input not g...
25,800
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## Add package Garfield++ (garfieldpp) Garfield++ is used to simulate the ionisation measurement in gases and semiconductors. Tao Lin # Relevant Files Found # Edits This pull request adds a new package for Garfield++, a toolkit used to simu...
108
null
zarr-developers/pydantic-zarr
# Repository Context Name: zarr-developers/pydantic-zarr Description: # Pull Request ## Fix from_zarr for arrays with no dimension names Fixes https://github.com/zarr-developers/pydantic-zarr/issues/107 # Relevant Files Found ## src/pydantic_zarr/v3.py ``` from __future__ import annotations import json from c...
3,604
null
Lightning-AI/pytorch-lightning
# Repository Context Name: Lightning-AI/pytorch-lightning Description: # Pull Request ## Faster batch scaler tests As discussed on slack the two slowest test has to do with the batch scaler. This PR tries to bring their test time down. # Relevant Files Found ## tests/trainer/test_trainer_tricks.py ``` from copy...
3,131
null
explosion/spaCy
# Repository Context Name: explosion/spaCy Description: # Pull Request ## French lemmatization: adding lemmas for adverbs and irregular lemmas for function words <!--- Provide a general summary of your changes in the title. --> ## Description <!--- Use this section to describe your changes. If your changes requ...
57
null
JeffLIrion/adb_shell
# Repository Context Name: JeffLIrion/adb_shell Description: # Pull Request ## Update API to accommodate different handle types # Relevant Files Found ## adb_shell/adb_device.py ``` # Copyright (c) 2019 Jeff Irion and contributors # # This file is part of the adb-shell package. It incorporates work # covered b...
752
null
cuthbertLab/music21
# Repository Context Name: cuthbertLab/music21 Description: # Pull Request ## from importlib.util import find_spec Likely fixes #750, although I wasn't able to reproduce it on a Mac, which probably fully imports `importlib.util` at some other point. @nblumoe can you let us know if this resolves the issue? Thanks fo...
5
null
predat/pyIsis
# Repository Context Name: predat/pyIsis Description: # Pull Request ## Declare token to mitigate 'no token' exception when connection fails. When API fails to connect, the following warning is thrown from the destructor. ``` Exception AttributeError: "'Client' object has no attribute 'token'" in <bound method Cli...
1,443
null
xorbitsai/inference
# Repository Context Name: xorbitsai/inference Description: # Pull Request ## ENH: make yi_vl support streaming output https://github.com/xorbitsai/inference/assets/918617/d8e5d541-a2b5-4b5f-8858-a06448298c8e # Relevant Files Found ## xinference/model/llm/pytorch/yi_vl.py ``` # Copyright 2022-2023 XProbe I...
1,773
null
geopandas/geopandas
# Repository Context Name: geopandas/geopandas Description: # Pull Request ## ENH: add GeoSeries.z attribute - [x] closes ##1765 - [x] Ensure all linting tests pass # Relevant Files Found ## geopandas/_vectorized.py ``` """ Compatibility shim for the vectorized geometry operations. Uses PyGEOS if available/s...
11
null
VictorPelaez/coral-reef-optimization-algorithm
# Repository Context Name: VictorPelaez/coral-reef-optimization-algorithm Description: # Pull Request ## Feature/transpose reefpob [UPDATE] Issue_10 transpose all numpy matrix REEFpob enhancement [ADD] requirements.txt with numpy scikit and scipy [ADD] travis.yml for CI [ADD] cro/tests.py with 2 test (cro initia...
3,835
null
InternLM/lmdeploy
# Repository Context Name: InternLM/lmdeploy Description: # Pull Request ## Improve turbomind's prefix cache Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily receiving feedbacks. If you do not understand some items, don't w...
104
null
srivatsankrishnan/oss-arch-gym
# Repository Context Name: srivatsankrishnan/oss-arch-gym Description: # Pull Request ## FINALLY FIXED BO YAYAYAYAYAYAYAYA - Fixed BO's failure on handling negative infinity values for reward # Relevant Files Found ## arch_gym/envs/AstraSimEnv.py ``` import gym from gym.utils import seeding import numpy as np im...
516
null
azukds/tubular
# Repository Context Name: azukds/tubular Description: # Pull Request ## added doctests for numeric file https://github.com/azukds/tubular/issues/507 # Relevant Files Found ## tubular/numeric.py ``` """This module contains transformers that apply numeric functions.""" from __future__ import annotations from ty...
233
null
nod-ai/AMD-SHARK-ModelDev
# Repository Context Name: nod-ai/AMD-SHARK-ModelDev Description: # Pull Request ## Add batch, height, width flags and rename vmfb's to different names # Relevant Files Found ## python/turbine_models/custom_models/sd_inference/clip.py ``` # Copyright 2023 Nod Labs, Inc # # Licensed under the Apache License v2.0...
121
null
encode/httpx
# Repository Context Name: encode/httpx Description: # Pull Request ## Multipart data values encoding - `None` values and lists of args are handled in `http3/multipart:iter_fields` - Everything else that comes through being non `bytes` is cast to string - Added tests for `multipart_encode`. Complex objects parsin...
970
null
openwallet-foundation/acapy
# Repository Context Name: openwallet-foundation/acapy Description: # Pull Request ## allow problem report on present-proof protocol Signed-off-by: sklump <srklump@hotmail.com> # Relevant Files Found ## aries_cloudagent/protocols/issue_credential/v1_0/tests/test_routes.py ``` from asynctest import TestCase as As...
90
null
JelleZijlstra/typeshed_client
# Repository Context Name: JelleZijlstra/typeshed_client Description: # Pull Request ## [pre-commit.ci] pre-commit autoupdate <!--pre-commit.ci start--> updates: - [github.com/psf/black: 23.11.0 → 24.1.1](https://github.com/psf/black/compare/23.11.0...24.1.1) <!--pre-commit.ci end--> # Relevant Files Found ## typ...
2,362
null
pallets-eco/flask-admin
# Repository Context Name: pallets-eco/flask-admin Description: # Pull Request ## Fix examples/sqla-custom-inline-forms/app.py fix syntax error # Relevant Files Found ## examples/sqla-custom-inline-forms/app.py ``` import os import os.path as op from pathlib import Path from werkzeug.utils import secure_filenam...
322
null
v7labs/darwin-py
# Repository Context Name: v7labs/darwin-py Description: # Pull Request ## [HOTFIX] Intercept ModuleNotFoundErrors and print a nice error message # Relevant Files Found ## darwin/cli_functions.py ``` import argparse import concurrent.futures import datetime import os import sys from importlib import import_modu...
916
null
dimagi/open-chat-studio
# Repository Context Name: dimagi/open-chat-studio Description: # Pull Request ## Rename 'deployed' version to 'published' version ## Description <!-- A summary of the change, the reason for its implementation, and relevent links. Include technical details required to understand the change. --> UI change only f...
6,848
null
hypothesis/h
# Repository Context Name: hypothesis/h Description: # Pull Request ## Update static logo assets This PR updates the logo-related static image assets and their use. It updates the OpenGraph image, Apple touch icon image and a couple logo-related images. ### OpenGraph (Sharing) Image An OpenGraph image is decl...
19
null
OpenSUTD/DDDDDDDDDD
# Repository Context Name: OpenSUTD/DDDDDDDDDD Description: # Pull Request ## Make big enterprise D.py # Relevant Files Found ## D.py ``` def big_D(): return "D" def DDDDDDDDDD(): a = [big_D() for i in range(int("1010", 2))] print(''.join(a)) if __name__ == "__main__": DDDDDDDDDD() ``` #...
27
null
jason-ash/pyesg
# Repository Context Name: jason-ash/pyesg Description: # Pull Request ## new design for stochastic processes # Relevant Files Found ## pyesg/__init__.py ``` """Top level imports""" from pyesg.interpolators import NelsonSiegel, NelsonSiegelSvensson from pyesg.models import ( WienerProcess, OrnsteinUhlen...
131
null
reata/sqllineage
# Repository Context Name: reata/sqllineage Description: # Pull Request ## upgrade sqlparse dependency to be >=0.3.1 Closes #117 # Relevant Files Found ## setup.py ``` import os import platform import shlex import shutil import subprocess from setuptools import find_packages, setup from setuptools.command.egg_...
4,294
null
googleapis/python-aiplatform
# Repository Context Name: googleapis/python-aiplatform Description: # Pull Request ## chore: Added minimal dependencies unit tests where extra dependencies are not installed chore: Added minimal dependencies unit tests where extra dependencies are not installed # Relevant Files Found ## noxfile.py ``` # -*- co...
1,093
null
pyiron/pyiron_atomistics
# Repository Context Name: pyiron/pyiron_atomistics Description: # Pull Request ## Add pyxtal wrapper [PyXtal](https://github.com/qzhu2017/PyXtal) is a similar structure generation tool as RandSPG, but (imo) more convenient and comprehensive. I've made it a mandatory dependency, because I saw no reason not to, but...
3,051
null
axolotl-ai-cloud/axolotl
# Repository Context Name: axolotl-ai-cloud/axolotl Description: # Pull Request ## update training args check for new defaults https://github.com/huggingface/trl/pull/3510 updated gradient_checkpointing defaults, which we need to account for in some tests <!-- This is an auto-generated comment: release notes by co...
25,065
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## Fixed behavior of EOF nav to previous screen for forms with parent me… …nus. https://dimagi-dev.atlassian.net/browse/ICDS-394 This fixes a bug with end of form "previous screen" navigation for a small number of apps that use parent/c...
1,405
null
City-of-Helsinki/yjdh
# Repository Context Name: City-of-Helsinki/yjdh Description: # Pull Request ## Merge develop to main branch ## Description :sparkles: Merge develop up to and including df5c2772a3d2c818cd19cf387fbea0746863455e to main branch. As no Helsinki-benefit related changes were done directly in the commits to be merge...
2,351
null
Qiskit/qiskit
# Repository Context Name: Qiskit/qiskit Description: # Pull Request ## Make assemble_schedule arguments non-optional <!-- ⚠️ If you do not respect this template, your pull request will be closed. ⚠️ Your pull request title should be short detailed and understandable for all. ⚠️ Also, please add it in the CHANGE...
32
null
logchange/valhalla
# Repository Context Name: logchange/valhalla Description: # Pull Request ## Sorted release kinds by filename to fix test. The test was failing due to unpredictable ordering of release kinds. Added sorting by filename to ensure consistent test results. This change improves test stability and reliability. @marwin...
613
null
ICB-DCM/pyABC
# Repository Context Name: ICB-DCM/pyABC Description: # Pull Request ## Release 0.12.12 * Dash server for visualization (#581) # Relevant Files Found ## pyabc/version.py ``` __version__ = '0.12.11' ``` ## pyabc/visserver/server.py ``` import json import logging import os import signal import sys import click...
1,655
null
smicallef/spiderfoot
# Repository Context Name: smicallef/spiderfoot Description: # Pull Request ## Move module loading to SpiderFootHelpers.loadModulesAsDict() function This has been on the todo list for a long time. Consolidates the module loading, parsing and sanity checking into one helper function. # Relevant Files Found ## ...
62
null
choderalab/modelforge
# Repository Context Name: choderalab/modelforge Description: # Pull Request ## Bugfix ## Description This is a critical bug fix for a bug discovered by @ArnNag . The PaiNN subclass' `_forward` call `mu` and `q` were overwritten after each iteration of interaction and mixing, resetting to the initial state. ##...
359
null
mesonbuild/meson-python
# Repository Context Name: mesonbuild/meson-python Description: # Pull Request ## MAINT: simplify _map_to_wheel() Inverting the direction of the map between wheel installation paths and Meson installation path placeholders makes the code much simpler and more efficient (one dictionary lookup per installed item vs i...
26,409
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## hdf5: allow implicit functions on apple-clang Work around issues in older hdf5 build and overzealous (`-Werror`) build flags: ``` >> 1420 /var/folders/j4/fznvdyhx4875h6fhkqjn2kdr4jvyqd/T/9te/spack-stage/spack-stage-hdf5-1.10.4-feyl6tz6hpx...
36
null
datacenter/ACI-Pre-Upgrade-Validation-Script
# Repository Context Name: datacenter/ACI-Pre-Upgrade-Validation-Script Description: # Pull Request ## Logic fix issue 27 #27 Also fixed an issue with ACIVersion not doing patch (letter) comparison, causing incorrect evaluation in some cases. # Relevant Files Found ## aci-preupgrade-validation-script.py ``` fr...
842
null
PaddlePaddle/PaddleNLP
# Repository Context Name: PaddlePaddle/PaddleNLP Description: # Pull Request ## Add CI for ernie_text_matching <!-- Demo: https://github.com/PaddlePaddle/PaddleNLP/pull/26 --> ### PR types <!-- One of [ New features | Bug fixes | Function optimization | Performance optimization | Breaking changes | Others ] --> ...
77
null
tspivey/yugioh-game
# Repository Context Name: tspivey/yugioh-game Description: # Pull Request ## fixed refactoring bug when retrieving effect descriptions which don't… … actually seem to exist # Relevant Files Found ## ygo/card.py ``` from .constants import * from . import globals class Card(object): def __init__(self, code)...
15
null
aurelio-labs/semantic-router
# Repository Context Name: aurelio-labs/semantic-router Description: # Pull Request ## Functional tests: capture algo performance Hoists similarity algorithm as separate functions that can be tested independent of the Decision Layer logic. Incorporates functional tests: for a given input, we should always have t...
63
null
jazzband/django-fsm-log
# Repository Context Name: jazzband/django-fsm-log Description: # Pull Request ## get_state_display will work with FSMIntegerField get_state_display has to convert the string into a integer before access the dict of the fieldchoices # Relevant Files Found ## django_fsm_log/models.py ``` # -*- coding:utf-8 -*- f...
3,825
null
google/clusterfuzz
# Repository Context Name: google/clusterfuzz Description: # Pull Request ## Optimize corpus operations Dont create upload or delete URLs unnecessarily. # Relevant Files Found ## src/clusterfuzz/_internal/bot/tasks/utasks/corpus_pruning_task.py ``` # Copyright 2019 Google LLC # # Licensed under the Apache Licens...
1,324
null
sublimelsp/LSP
# Repository Context Name: sublimelsp/LSP Description: # Pull Request ## Add support for LanguageHandler.additional_variables Adds support for LanguageHandler.additional_variables() classmethod, to match LSP4 AbstractPlugin API. Also backports support for expanding variables in "settings", "initializationOptio...
32
null
canonical/charm-microcloud
# Repository Context Name: canonical/charm-microcloud Description: # Pull Request ## Update charm libraries Closes https://github.com/canonical/charm-microcloud/pull/31 (cherry picked from commit 73eb5f570350fe2769ceee71b29cedd85d233773) # Relevant Files Found ## lib/charms/operator_libs_linux/v2/snap.py ``` ...
259
null
ModelTC/LightLLM
# Repository Context Name: ModelTC/LightLLM Description: # Pull Request ## add ppl int8 quant mode # Relevant Files Found ## lightllm/common/basemodel/__init__.py ``` from .layer_weights.base_layer_weight import BaseLayerWeight from .layer_weights.pre_and_post_layer_weight import PreAndPostLayerWeight from .lay...
4,591
null
app-sre/qontract-reconcile
# Repository Context Name: app-sre/qontract-reconcile Description: # Pull Request ## endpoints-discovery: debug message Debugging ``` Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/reconcile/cli.py", line 609, in run_class_integration run_integration_cfg( File "/u...