pr_id
int64
repo_id
null
repo_name
string
text
string
456
null
weakincentives/weakincentives
# Repository Context Name: weakincentives/weakincentives Description: # Pull Request ## Use FrozenDataclass for adapter results ## Summary - import FrozenDataclass for adapter dataclasses - switch PromptResponse and OptimizationResult to FrozenDataclass default frozen/slots semantics ## Testing - make check ----...
72
null
hackoregon/team-budget
# Repository Context Name: hackoregon/team-budget Description: # Pull Request ## naming the URLs to make automated testing easier (and alphabetized them) I'm exploring ways to generate additional automated tests, including direct testing of the endpoint responses. The testing methodology I've seen most often use...
7,453
null
conan-io/conan
# Repository Context Name: conan-io/conan Description: # Pull Request ## Hotfix/lockfile errors Changelog: Omit Docs: Omit Improve the UX of lockfiles with better checks and error messages #tags: slow #revisions: 1 # Relevant Files Found ## conans/client/conan_api.py ``` import json import os import sys ...
22
null
twosigma/uberjob
# Repository Context Name: twosigma/uberjob Description: # Pull Request ## Fixed NodeError and CallError not being serializable and added test c… …ases. # Relevant Files Found ## src/uberjob/_errors.py ``` # # Copyright 2020 Two Sigma Open Source, LLC # # Licensed under the Apache License, Version 2.0 (the "Lice...
113
null
jazzband/pip-tools
# Repository Context Name: jazzband/pip-tools Description: # Pull Request ## --find-links option should have multiple=True When doing `pip-compile -f foo`, the find_links argument to compile (https://github.com/nvie/pip-tools/blob/future/piptools/scripts/compile.py#L158) is a string, not a list. When you do `extra...
103
null
oxwhirl/smac
# Repository Context Name: oxwhirl/smac Description: # Pull Request ## migrated from gym to gymnasium While using the smac environment with pettingzoo/supersuit wrappers I noticed some incompatibility as the wrappers used gymnasium for type checking and observation/action spaces are defined with gym # Relevant Fil...
3,226
null
chainer/chainer
# Repository Context Name: chainer/chainer Description: # Pull Request ## [backport] fix chainer.Link docstring This PR fixes #3225 by back porting #2814 # Relevant Files Found ## chainer/link.py ``` import collections import contextlib import copy import warnings import numpy import six from chainer import cu...
12,412
null
tinygrad/tinygrad
# Repository Context Name: tinygrad/tinygrad Description: # Pull Request ## allow less kernels in external_test_opt rangeify also doesn't fuse TestOptBinOp.test_no_binop_rerun_reduce_broadcast anymore. `~/code/tinygrad ((HEAD detached at 0dad6cc51)) > VIZ=1 CL=1 PYTHONPATH=. RANGEIFY=1 python test/external/externa...
6,237
null
dmwm/WMCore
# Repository Context Name: dmwm/WMCore Description: # Pull Request ## Support usage of a lumi-mask in FileBased splitting. The purpose of this pull request is to support the usage of a lumi-mask with FileBased splitting in CRAB3 workflows. If lumi-mask is not provided, behavior is not altered. I took code from Lum...
78
null
dell/OpenManage-Enterprise
# Repository Context Name: dell/OpenManage-Enterprise Description: # Pull Request ## Renamed create_network.py to new_network.py - new_network.py: Updated to match New-Network.ps1 Signed-off-by: Grant Curell <grant_curell@dell.com> # Relevant Files Found ## Core/Python/create_network.py ``` # # Python script us...
50
null
rasca0027/Mahjong4RL
# Repository Context Name: rasca0027/Mahjong4RL Description: # Pull Request ## add back tests related to kan flow ---------------------------------------------------------------------- Ran 95 tests in 0.206s OK # Relevant Files Found ## tests/test_turn.py ``` import unittest from unittest.mock import MagicMo...
154
null
wende/cicada
# Repository Context Name: wende/cicada Description: # Pull Request ## Add verbose flag - Created logging_utils.py with configure_logging() and get_verbose_flag() - Added --verbose flag to all subcommands via common parent parser - Updated command handlers to use verbose flag from args instead of hardcoded True ...
1,020
null
XENONnT/straxen
# Repository Context Name: XENONnT/straxen Description: # Pull Request ## Warn when context not from `cutax` Implement https://github.com/XENONnT/straxen/issues/959 # Relevant Files Found ## straxen/contexts.py ``` from immutabledict import immutabledict import strax import straxen from copy import deepcopy from...
485
null
linode/linode_api4-python
# Repository Context Name: linode/linode_api4-python Description: # Pull Request ## Implemented changes for VPU ## 📝 Description Added support for new VPU fields and added tests. ## ✔️ How to Test The following assumes you have pulled down this PR locally. ### Unit Tests `make testunit` ### Integra...
4,094
null
PennyLaneAI/pennylane
# Repository Context Name: PennyLaneAI/pennylane Description: # Pull Request ## Make molecular Hamiltonian coefficients real **Context:** The molecular Hamiltonian coefficients computed by differentiable HF solver have a zero imaginary component after a fix in the custom wiremaps done [here](https://github.com/Pen...
41
null
alex-feel/claude-code-toolbox
# Repository Context Name: alex-feel/claude-code-toolbox Description: # Pull Request ## Resolve setup-environment.py runtime errors and improve reliability - Replace custom YAML parser with PyYAML for robust configuration parsing - Fix Node.js PATH detection for MCP server configuration on Windows - Add retry log...
4,580
null
python-poetry/poetry
# Repository Context Name: python-poetry/poetry Description: # Pull Request ## Update uploader.py This addresses the following `DeprecationWarning` that `pytest` was displaying: ``` DeprecationWarning: Using 'method_whitelist' with Retry is deprecated and will be removed in v2.0. Use 'allowed_methods' instead ...
257
null
groq/openbench
# Repository Context Name: groq/openbench Description: # Pull Request ## fix(simpleqa_verified): silence mypy for optional kagglehub import ## Summary <!-- Briefly describe what this PR does --> ## What are you adding? <!-- Mark with 'x' --> - [X] Bug fix (non-breaking change which fixes an issue) - [ ] ...
22,326
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## handle output of json.dumps in a consistent manner between py2/py3 # Relevant Files Found ## corehq/apps/dump_reload/sql/serialization.py ``` from __future__ import absolute_import, unicode_literals import json import datetime from c...
96
null
pyannote/pyannote-database
# Repository Context Name: pyannote/pyannote-database Description: # Pull Request ## fix: fix support numeric entries # Relevant Files Found ## pyannote/database/custom.py ``` #!/usr/bin/env python # encoding: utf-8 # The MIT License (MIT) # Copyright (c) 2019-2020 CNRS # Permission is hereby granted, free o...
336
null
crestalnetwork/intentkit
# Repository Context Name: crestalnetwork/intentkit Description: # Pull Request ## Fix: a upstream id check bug ## Description Please include a summary of the changes and the related issue. ## Type of Change - [x] Bugfix # Relevant Files Found ## models/agent.py ``` import json import logging import ...
32,740
null
scikit-learn/scikit-learn
# Repository Context Name: scikit-learn/scikit-learn Description: # Pull Request ## DOC Fix typo in docstring of `_classification.py` functions #### Reference Issues/PRs Fix typo term: -> :term: in docstrings, which seem to have been copy pasta'd to several related functions (probably by me some time ago :grimac...
3,522
null
scikit-learn/scikit-learn
# Repository Context Name: scikit-learn/scikit-learn Description: # Pull Request ## Update plot_tree_regression.py Import statements have been moved to the beginning of the file. # Relevant Files Found ## examples/tree/plot_tree_regression.py ``` """ =============================================================...
442
null
pinax/pinax-stripe-light
# Repository Context Name: pinax/pinax-stripe-light Description: # Pull Request ## Remove leftovers for django_forms_bootstrap It seems to have been removed in b92a399, but was still installed and imported with tests. # Relevant Files Found ## makemigrations.py ``` #!/usr/bin/env python import os import sys im...
21
null
enkryptai/secure-mcp-gateway
# Repository Context Name: enkryptai/secure-mcp-gateway Description: # Pull Request ## V2.1.3 fixes # Relevant Files Found ## src/secure_mcp_gateway/bad_mcps/ssrf_mcp.py ``` """ MCP server demonstrating Server-Side Request Forgery (SSRF) vulnerabilities (Rank #17 - High) Tests detection of SSRF attacks and inte...
131
null
kemayo/sublime-text-git
# Repository Context Name: kemayo/sublime-text-git Description: # Pull Request ## Added stash apply/drop commands Which allows you to select a specific stash item from a list and apply or drop it # Relevant Files Found ## git.py ``` import os import sublime import sublime_plugin import threading import subproce...
4,146
null
angr/angr
# Repository Context Name: angr/angr Description: # Pull Request ## Do not remove ternary assignments in block simplifier Original: ```c int print_only_size(unsigned long a0) { char v0; // [bp-0x2a8] char *v2; // rdi if (a0 != -1) v2 = human_readable(a0, &v0, human_output_opts, 0x1, o...
63
null
databendlabs/databend-sqlalchemy
# Repository Context Name: databendlabs/databend-sqlalchemy Description: # Pull Request ## Fixes to handle JSON params, files clause in copy into, reserved words Reserved words updated with output from `select * from information_schema.keywords` - is that correct? It might be good to have some automated process th...
518
null
kivy/python-for-android
# Repository Context Name: kivy/python-for-android Description: # Pull Request ## show full output from failed commands Shows all output when a shell command fails. # Relevant Files Found ## pythonforandroid/toolchain.py ``` #!/usr/bin/env python """ Tool for compiling Android toolchain ========================...
13,314
null
DataDog/integrations-core
# Repository Context Name: DataDog/integrations-core Description: # Pull Request ## Factor BSD class out Continue network check refactor: * Move BSD related code to a separate class * Added minimal test as all this code was mostly uncovered (the unit test added increases coverage from [19.67%](https://app.codecov...
18
null
last9/last9-integrations
# Repository Context Name: last9/last9-integrations Description: # Pull Request ## Add python and Ruby equivalents for change events # Relevant Files Found # Edits This pull request adds Python and Ruby equivalents for sending change events to Last9's Levitate platform, enabling users to programmatically noti...
174
null
langfengQ/verl-agent
# Repository Context Name: langfengQ/verl-agent Description: # Pull Request ## Fix of typos in ALFWorld and Sokoban environment prompts. Changed "observaitons" to "observations" on line 29 in environments/prompts/alfworld.py and on line 68 in environments/prompts/sokoban.py # Relevant Files Found ## agent_system/...
283
null
Pipelex/pipelex
# Repository Context Name: Pipelex/pipelex Description: # Pull Request ## Feature/pipeline builder demo Tweaks # Relevant Files Found ## pipelex/__init__.py ``` from pipelex._bootstrap_user_libs import activate as _px_bootstrap_user_libs from pipelex.tools.log.log import log from pipelex.tools.misc.pretty import...
188
null
strawgate/py-key-value
# Repository Context Name: strawgate/py-key-value Description: # Pull Request ## feat: Add BearType enforcement to critical utility functions Add `@bear_enforce` decorator to 7 high-priority utility functions: **Changes**: - `sanitize_string()` and `hash_excess_length()` in `sanitize.py` - `compound_key()` and...
139
null
rebellions-sw/vllm-rbln
# Repository Context Name: rebellions-sw/vllm-rbln Description: # Pull Request ## fix(other): fix pytest bugs <!-- Thank you for contributing to vllm-rbln! 🚀 This template will help us understand and review your pull request efficiently. Please fill out all required sections. You may delete optional ones if not...
1,817
null
openvinotoolkit/nncf
# Repository Context Name: openvinotoolkit/nncf Description: # Pull Request ## Support for models with multiple inputs was added ### Changes The `_fill_input()` method was overridden. It returns the value that was given from tranform_fn. ### Reason for changes The following code does not work, but the tran...
438
null
ansible/ansible-ai-connect-service
# Repository Context Name: ansible/ansible-ai-connect-service Description: # Pull Request ## PR to integrate Ansible lint with Ansible wisdom service PR to integrated Ansible lint with Ansible wisdom service. # Relevant Files Found ## ansible_wisdom/ai/api/tests/test_views.py ``` #!/usr/bin/env python3 import p...
67
null
elastic/enterprise-search-python
# Repository Context Name: elastic/enterprise-search-python Description: # Pull Request ## Add integration tests for Workplace Search APIs # Relevant Files Found ## tests/client/workplace_search/test_workplace_search.py ``` # Licensed to Elasticsearch B.V. under one or more contributor # license agreements. S...
115
null
microsoft/playwright-python
# Repository Context Name: microsoft/playwright-python Description: # Pull Request ## chore: minor cleanup for coverage > By default, Python uses utf-8 encoding. Fixed also in the web server the unclosed file handlers. # Relevant Files Found ## playwright/async_api.py ``` # Copyright (c) Microsoft Corporation...
6,679
null
cfpb/consumerfinance.gov
# Repository Context Name: cfpb/consumerfinance.gov Description: # Pull Request ## VideoPlayer: Update class name to be BEM ## Changes - Change `__bottomRight` VideoPlayer class to be `__bottom-right` for more BEM-like syntax. ## How to test this PR 1. Compare videos on http://localhost:8000/admin/templa...
161
null
hammerlab/cohorts
# Repository Context Name: hammerlab/cohorts Description: # Pull Request ## Add variant generation to random_cohorts and more In this PR: * Add optional random variant generation to `cohorts.random_cohort`. * Fix a random Python 3 issue. These changes are used in my trivial `cohorts` example notebook. @jb...
3,209
null
tensorflow/datasets
# Repository Context Name: tensorflow/datasets Description: # Pull Request ## Add D4RL Hopper to TFDS. Add D4RL Hopper to TFDS. # Relevant Files Found ## tensorflow_datasets/d4rl/__init__.py ``` # coding=utf-8 # Copyright 2021 The TensorFlow Datasets Authors. # # Licensed under the Apache License, Version 2.0 (...
172
null
acdh-oeaw/apis-core-rdf
# Repository Context Name: acdh-oeaw/apis-core-rdf Description: # Pull Request ## fix(apis_metainfo): drop `browsing/generic_list.html` template The template `browsing/generic_list.html` was renamed to `generic_list.html`. The `browsing` part was a leftover of the browsing app, where it resided before. The `apis_en...
949
null
urllib3/urllib3
# Repository Context Name: urllib3/urllib3 Description: # Pull Request ## Add `enforce_content_length` for responses So here's a pass at #723. This is kind of a weird edge case but it particularly prominent in the default configuration of Requests. Most calls performed by `urllib3` will raise a `IncompleteRead` err...
4,008
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## [AIRFLOW-3155] Add ability to filter by a last modified time in GoogleCloudStorageToGoogleCloudStorageOperator ### Jira - [x] My PR addresses the following [Airflow Jira](https://issues.apache.org/jira/browse/AIRFLOW/) issues and references...
200
null
FreeTAKTeam/Reticulum_OpenAPI
# Repository Context Name: FreeTAKTeam/Reticulum_OpenAPI Description: # Pull Request ## Centralise payload conversion utilities ## Summary - add a conversion module to decode MessagePack/zlib payloads and normalise dataclass responses - update LXMFClient plus the Emergency Management client and gateway to use the s...
51
null
pgh-public-meetings/city-scrapers-pitt
# Repository Context Name: pgh-public-meetings/city-scrapers-pitt Description: # Pull Request ## 13 spider alle asset district - Completed I've completed the spider for Allegheny RAD, and it successfully parses all meetings and extracts the information that is available. # Relevant Files Found # Edits This pul...
18
null
openshift/openshift-restclient-python
# Repository Context Name: openshift/openshift-restclient-python Description: # Pull Request ## Ansible module improvements - Adds event watches, which seems to have fixed the race condition for deployments - Adds EXAMPLE doc strings to module generation - Adds create_project support to Ansible helper - Adds `di...
89
null
sarumont/py-trello
# Repository Context Name: sarumont/py-trello Description: # Pull Request ## Card.board, Card Label return values. Summary of changes: - Cards are initialized with either board or a list as a parent. It was utilized in this way before (see `Board.get_cards()`) , but board ended up being stored in `self.trello_list`...
1,153
null
camptocamp/tilecloud-chain
# Repository Context Name: camptocamp/tilecloud-chain Description: # Pull Request ## [Backport 1.16] Bump tilecloud from 1.6.1 to 1.6.2 Backport of #1151 Error on cherry picking: Error on backporting to branch 1.16, error on cherry picking d0006f6dea56892d1513421a67f6f0a6fe285d92: To continue do: git fetch && g...
466
null
cashubtc/nutshell
# Repository Context Name: cashubtc/nutshell Description: # Pull Request ## Merge both h2c tests and add tests for deterministic blinding factor generation This pull request merges both h2c tests and adds tests for deterministic blinding factor generation (vectors in https://github.com/cashubtc/nuts/pull/87) # Rel...
278
null
noisepy/NoisePy
# Repository Context Name: noisepy/NoisePy Description: # Pull Request ## refactor: update plot_waveform() to use the (ASDF)RawDataStore https://github.com/uw-ssec/codeuw/issues/33 # Relevant Files Found ## src/noisepy/seis/plotting_modules.py ``` import logging import os from typing import List, Tuple import m...
52
null
FederatedAI/FATE
# Repository Context Name: FederatedAI/FATE Description: # Pull Request ## Feature 0.2 ftl dnn lr staging Changes: 1. Add and update README.md files 2. Add log for certain functions # Relevant Files Found ## federatedml/logistic_regression/hetero_dnn_logistic_regression/hetero_dnn_lr_guest.py ```...
12,266
null
red-hat-storage/ocs-ci
# Repository Context Name: red-hat-storage/ocs-ci Description: # Pull Request ## added storage classes to storage consumer for distribution following the set of rules: 1. UI distributes all default storage classes, that were provisioned by odf operator 2. virtualization storage is filtered out by automation scr...
1,804
null
openvinotoolkit/nncf
# Repository Context Name: openvinotoolkit/nncf Description: # Pull Request ## Fix torch E2E ### Changes Replace an outdated MO parameter with a new version. ### Reason for changes Tests on newer OV package versions fail otherwise. ### Related tickets N/A ### Tests PT E2E run TBA # Relevant Files Foun...
8,128
null
great-expectations/great_expectations
# Repository Context Name: great-expectations/great_expectations Description: # Pull Request ## [BUGFIX] Patch bad mock in GCS test - [x] Description of PR changes above includes a link to [an existing GitHub issue](https://github.com/great-expectations/great_expectations/issues) - [x] PR title is prefixed wit...
21,232
null
langchain-ai/langchain
# Repository Context Name: langchain-ai/langchain Description: # Pull Request ## community: added args_schema to YahooFinanceNewsTool Description: this change adds args_schema (pydantic BaseModel) to YahooFinanceNewsTool for correct schema formatting on LLM function calls Issue: currently using YahooFinanceNewsT...
491
null
ciromattia/kcc
# Repository Context Name: ciromattia/kcc Description: # Pull Request ## Updates GUI text for new Homebrew version The instructions in the GUI for downloading the kindle-comic-creator cask utilize an old brew command, so this PR updates the GUI text with the command that Homebrew uses now. It also renames reference...
13
null
FNBBDevs/bruhanimate
# Repository Context Name: FNBBDevs/bruhanimate Description: # Pull Request ## Image renderers # Relevant Files Found ## bruhanimate/bruheffects.py ``` import math import time import random from abc import ABC, abstractmethod _VALID_DIRECTIONS = ["right", "left"] _GREY_SCALES = [' .:-=+*%#@', ' __--+<>i!...
22,573
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## ffmpeg: add version 4.3.2 # Relevant Files Found ## var/spack/repos/builtin/packages/ffmpeg/package.py ``` # Copyright 2013-2021 Lawrence Livermore National Security, LLC and other # Spack Project Developers. See the top-level COPYRIGHT file ...
12,407
null
netbox-community/netbox
# Repository Context Name: netbox-community/netbox Description: # Pull Request ## Fixes #12396 - Mark provider_account as not required in API and bulk import ### Fixes: #12396 # Relevant Files Found ## netbox/circuits/api/serializers.py ``` from rest_framework import serializers from circuits.choices import Cir...
33
null
nismod/energy_demand
# Repository Context Name: nismod/energy_demand Description: # Pull Request ## Lift regional submodels to energy_model - experiment with ThreadPoolExecutor parallelisation of `simulate_region` - undone again as that implementation leads to a slowdown, ProcessPoolExecutor has even higher communication overhead. # R...
172
null
cloudtools/troposphere
# Repository Context Name: cloudtools/troposphere Description: # Pull Request ## Updated GH-161 Fixes PEP8 issues and updates examples_output info There may be a better way to do this with github, but I'm not aware of it :) # Relevant Files Found ## examples/DynamoDB_Table.py ``` # Converted from DynamoDB_Tabl...
243
null
CsqLang/Csq
# Repository Context Name: CsqLang/Csq Description: # Pull Request ## Error list with class edition # Relevant Files Found ## Compiler/Compiletime/syntax_check.py ``` """ Module: Syntax Checking Functions These functions are responsible for checking the syntax of various statements and expressions in the Csq l...
24,043
null
huggingface/transformers
# Repository Context Name: huggingface/transformers Description: # Pull Request ## [`bnb`] Fix bnb skip modules # What does this PR do? Fixes https://github.com/huggingface/transformers/issues/24037 https://github.com/huggingface/transformers/pull/23479 removed by mistake the logic introduced in https://githu...
243
null
tryolabs/luminoth
# Repository Context Name: tryolabs/luminoth Description: # Pull Request ## Drawings also work in Python 2. Fix #241. # Relevant Files Found ## luminoth/utils/predicting.py ``` import json import numpy as np import os import tensorflow as tf from luminoth.models import get_model from luminoth.datasets import ge...
4
null
hi-paris/Lowrankdensity
# Repository Context Name: hi-paris/Lowrankdensity Description: # Pull Request ## Continuous # Relevant Files Found ## continuous_density/low_rank_variation_continuous_case.py ``` ######################################################################################################################### ## PROJ...
17,311
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Restore old warnings.formatwarning after workaround See https://github.com/saltstack/salt/pull/17298#issuecomment-62364647 # Relevant Files Found ## salt/utils/__init__.py ``` # -*- coding: utf-8 -*- ''' Some of the utils used by salt ''' ...
5,694
null
optuna/optuna
# Repository Context Name: optuna/optuna Description: # Pull Request ## Fix typo in `EMMREvaluator` <!-- Thank you for creating a pull request! In general, we merge your pull request after it gets two or more approvals. To proceed to the review process by the maintainers, please make sure that the PR meets the foll...
7,845
null
NVIDIA-NeMo/NeMo
# Repository Context Name: NVIDIA-NeMo/NeMo Description: # Pull Request ## add guard if its a distributed checkpoint # What does this PR do ? Add a one line overview of what this PR aims to accomplish. adds guard in case we pick up a distributed checkpoint # Changelog - Add specific line by line info of ...
22,809
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## Mk disha limit add ability to generate and fetch dump uptil a certain level. Rolling this out first to let Disha users to test this first by passing an extra param and then deprecate the full dumps. I would generate the files manually for...
769
null
Open-Pectus/Open-Pectus
# Repository Context Name: Open-Pectus/Open-Pectus Description: # Pull Request ## Implement /process_units/all_process_values endpoint A performance test of the new endpoint with 50 engines running `demo_uod.py` had a response time of 7 ms. I will update openapi spec later. **Update** openapi spec is updated no...
296
null
Ultraplot/UltraPlot
# Repository Context Name: Ultraplot/UltraPlot Description: # Pull Request ## fix late binding and proper reversal for funcs A secondary issue came up in #294 where a callable is not properly inverse. This PR fixes a bug in the reversal of colormap segment data where callable segments were incorrectly captured ...
368
null
brycedrennan/imaginAIry
# Repository Context Name: brycedrennan/imaginAIry Description: # Pull Request ## fix: limit pydantic to <2.0 until we fix compatibility issues # Relevant Files Found ## setup.py ``` import subprocess import sys from functools import lru_cache from setuptools import find_packages, setup is_for_windows = len(s...
2
null
esceptico/toxic
# Repository Context Name: esceptico/toxic Description: # Pull Request ## Update streamlit app init # Relevant Files Found ## ui/app.py ``` from argparse import ArgumentParser from pathlib import Path from typing import List, Tuple from plotly import graph_objects as go import streamlit as st from src.toxic.i...
487
null
Unidata/MetPy
# Repository Context Name: Unidata/MetPy Description: # Pull Request ## Precipitable Water Adds a calculation for precipitable water and a test, along with some new test data to use for this calculation and for other sounding indices. I'm not quite sure if there's a better name for the file that will contain all of...
499
null
SciTools/iris
# Repository Context Name: SciTools/iris Description: # Pull Request ## Propogate all coord names in construct midpoint This is a squashed version of #497. @cpelley and I worked on this last week, but he's not around to squash. > This fixes an issue with not finding a coordinate as the coordinate rename overrides ...
26,466
null
vllm-project/vllm
# Repository Context Name: vllm-project/vllm Description: # Pull Request ## [CI/Build] Fix model nightly tests <!-- markdownlint-disable --> ## Purpose - Use Instruct model to fix https://buildkite.com/vllm/ci/builds/33941/steps/canvas?sid=0199c1fa-d5a3-40c0-9788-80c240180ad3 because the HF output is worse - Use ...
3
null
MillaBasset/uShop
# Repository Context Name: MillaBasset/uShop Description: # Pull Request ## Added GUI Added PyQT5 GUI and adjusted wiiu_cdndownload.py to work correctly with the GUI. # Relevant Files Found ## wiiu_cdndownload.py ``` #!/usr/bin/env python3 # usage: runDownload(tid: str) OR runDownload(tid: str, version: str) i...
36
null
bkircher/python-rpm-spec
# Repository Context Name: bkircher/python-rpm-spec Description: # Pull Request ## Added typing # Relevant Files Found ## pyrpm/spec.py ``` """Python module for parsing RPM spec files. RPMs are build from a package's sources along with a spec file. The spec file controls how the RPM is built. This module allow...
81
null
aziz/SublimeHyperClick
# Repository Context Name: aziz/SublimeHyperClick Description: # Pull Request ## Resolve `_index` files for Sass Ref. https://sass-lang.com/documentation/at-rules/import#index-files # Relevant Files Found ## hyper_click/generic_path_resolver.py ``` from os import path import json NODE_CORE_MODULES = { 'asse...
752
null
oraios/serena
# Repository Context Name: oraios/serena Description: # Pull Request ## fix: Adding window support for ElixirTools on init Fixes [#591](https://github.com/oraios/serena/issues/591) # Relevant Files Found ## src/solidlsp/language_servers/elixir_tools/elixir_tools.py ``` import logging import os import pathlib i...
6,706
null
onepercentclub/bluebottle
# Repository Context Name: onepercentclub/bluebottle Description: # Pull Request ## Set incomplete, if so # Relevant Files Found ## bluebottle/funding/models.py ``` # -*- coding: utf-8 -*- import logging import random import string from babel.numbers import get_currency_name from builtins import object, range f...
505
null
iree-org/wave
# Repository Context Name: iree-org/wave Description: # Pull Request ## [water] add python bindings for normal forms This will allow us to set and check normal forms from Python. # Relevant Files Found ## water/test/Dialect/Wave/python_bindings.py ``` # REQUIRES: water_python # RUN: env PYTHONPATH=%py_pkg_root:%...
476
null
microsoft/qlib
# Repository Context Name: microsoft/qlib Description: # Pull Request ## Support using config to register custom operators <!--- Provide a general summary of your changes in the Title above --> ## Description <!--- Describe your changes in detail --> Support using config to register custom operators ## Moti...
11,051
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## r-hoardr: new package at 0.5.2 depends on newer version of `r-roxygen2` in #11045 # Relevant Files Found # Edits This pull request adds a new package for `r-hoardr` version 0.5.2, a tool for managing cached files in R. The key change is the...
3
null
knadh/xmlutils.py
# Repository Context Name: knadh/xmlutils.py Description: # Pull Request ## Memory leak during iterparse Every element created by iterparse must be explicitly deleted using `elem.clear()` to free up the allocated memory. I've confirmed this makes a significant improvement while using a 17 GB input file :) More in...
1,357
null
getnikola/nikola
# Repository Context Name: getnikola/nikola Description: # Pull Request ## fix #1354 -- copy .html source files as .src.html This is the first fix described in #1354. `.html` source files are now copied as `.src.html`, verbatim. This can be useful in some cases, eg. for debug purposes. Signed-off-by: Chris “Kwpo...
11,838
null
tinygrad/tinygrad
# Repository Context Name: tinygrad/tinygrad Description: # Pull Request ## truncate_fp16 cleanup native `@` is default # Relevant Files Found ## test/unit/test_dtype_spec.py ``` import unittest, math, operator, subprocess from tinygrad.tensor import Tensor, dtypes, Device from tinygrad.dtype import DType, DTYPE...
463
null
carla-simulator/ros-bridge
# Repository Context Name: carla-simulator/ros-bridge Description: # Pull Request ## more cleanup in bridge, spawn_object and agent Cleanup for error handling and cleanup when shutting down. I'm now able to shutdown cleanly (including destroying all objects) _almost_ in all cases. <!-- Reviewable:start --> --- Thi...
885
null
repobee/repobee
# Repository Context Name: repobee/repobee Description: # Pull Request ## [fact] Rewrite str.format to f-strings in config module #460 Rewrites all instances of `str.format` in the config module (and its unit test file) to use f-strings instead. # Relevant Files Found ## src/_repobee/config.py ``` """config...
474
null
wizarrrr/wizarr
# Repository Context Name: wizarrrr/wizarr Description: # Pull Request ## Beta Release # Relevant Files Found ## apps/wizarr-backend/wizarr_backend/api/routes/requests_api.py ``` from json import dumps, loads from flask import request from flask_jwt_extended import current_user, get_jti, get_jwt, jwt_required ...
1,870
null
astropy/photutils
# Repository Context Name: astropy/photutils Description: # Pull Request ## Refactor Background2D to reduce memory usage This PR refactors the ``Background2D`` class to significantly reduce its memory usage. In some cases, it is also significantly faster. With this PR, the ``background_mesh`` and ``background_rm...
14
null
Xewdy444/Playwright-reCAPTCHA
# Repository Context Name: Xewdy444/Playwright-reCAPTCHA Description: # Pull Request ## RecaptchaBox class implementation # Relevant Files Found ## playwright_recaptcha/recaptchav2/async_solver.py ``` from __future__ import annotations import asyncio import functools import io import random import re from conc...
202
null
flairNLP/fundus
# Repository Context Name: flairNLP/fundus Description: # Pull Request ## Guardian Parser Adding support for The Guardian publisher. Example: ```python3 from src.fundus import PublisherCollection, Crawler crawler = Crawler(PublisherCollection.uk.TheGuardian) for article in crawler.crawl(max_articles=10)...
938
null
ploomber/jupysql
# Repository Context Name: ploomber/jupysql Description: # Pull Request ## 918 %sql parse JSON arrow operators incorrectly ## Describe your changes - Found that in `%sql` only, `parse.magic_args()` is called to parse args from a `%sql` line. Because the line could contain a query like `%sql select '{"key": 1}'::js...
90
null
app-sre/qenerate
# Repository Context Name: app-sre/qenerate Description: # Pull Request ## upgrade ruff - **:arrow_up: upgrade ruff and introduce pyupgrade checks** - **:bookmark: release 0.6.5** # Relevant Files Found ## qenerate/core/preprocessor.py ``` from __future__ import annotations import locale from dataclasses imp...
3,170
null
sqlfluff/sqlfluff
# Repository Context Name: sqlfluff/sqlfluff Description: # Pull Request ## Fix bug where `encoding` setting in .sqlfluff file was not being respected <!--Thanks for adding this feature!--> <!--Please give the Pull Request a meaningful title for the release notes--> ### Brief summary of the change made Fixes...
17
null
Esri/mdcs-py
# Repository Context Name: Esri/mdcs-py Description: # Pull Request ## command line MDCS usage text fixes. # Relevant Files Found ## scripts/MDCS.py ``` #------------------------------------------------------------------------------- # Name : MDCS.py # ArcGIS Version : ArcGIS 10.1 sp1 # Script Version : ...
83
null
gcskoenig/fippy
# Repository Context Name: gcskoenig/fippy Description: # Pull Request ## small updates to signature. efficiency improvements. ipynb for the ex… …ample # Relevant Files Found ## example.py ``` import pandas as pd import seaborn as sns import numpy as np import matplotlib.pyplot as plt from sklearn.ensemble impor...