pr_id
int64
repo_id
null
repo_name
string
text
string
617
null
v7labs/darwin-py
# Repository Context Name: v7labs/darwin-py Description: # Pull Request ## [IO-1203] Missing dataset fields # Problem Dataset items created via parse method lack the workflow status, id and dataset slug fields # Solution add parsing these into the object, dataset_slug is not a a part of the json response and h...
165
null
pkgcore/pkgdev
# Repository Context Name: pkgcore/pkgdev Description: # Pull Request ## tatt: pass configuration to specific package and not all env Resolves: https://github.com/pkgcore/pkgdev/issues/149 # Relevant Files Found ## src/pkgdev/scripts/pkgdev_tatt.py ``` """package testing tool""" import os import random import s...
30
null
icgood/swim-protocol
# Repository Context Name: icgood/swim-protocol Description: # Pull Request ## Add MTU size to UdpConfig # Relevant Files Found ## swimprotocol/udp/__init__.py ``` from __future__ import annotations import asyncio import socket from argparse import ArgumentParser, Namespace from asyncio import Queue, Protocol...
18
null
ns1/ns1-python
# Repository Context Name: ns1/ns1-python Description: # Pull Request ## RE-211 - Update IPAM Add Scopes, Scope, tests and top level helpers Add Reservations, Reservation, tests and top level helpers Add DHCP Option manipulators to Addresses (and tests) Added create_scope, scopes, reserve and reservations to Sco...
370
null
sys-bio/tellurium
# Repository Context Name: sys-bio/tellurium Description: # Pull Request ## 2.0.x # Relevant Files Found ## examples/notebooks-py/combineExample.py ``` # coding: utf-8 # Back to the main [Index](../index.ipynb) # ### Combine archives # The experiment, i.e. model with the simulation description, can be stored...
639
null
spacetx/starfish
# Repository Context Name: spacetx/starfish Description: # Pull Request ## [CODEBOOK 1/3] Move codebook to its own package. This allows us to modularize it like experiment and imagestack. Test plan: make -j fast run_notebooks # Relevant Files Found ## notebooks/py/DARTFISH_Pipeline_-_Human_Occipital_Cortex_-_1...
57
null
ramanathanlab/mdlearn
# Repository Context Name: ramanathanlab/mdlearn Description: # Pull Request ## made wandb an optional dependency - Make wandb optional - Add an `__init__` file to the AAE3d loss module # Relevant Files Found ## mdlearn/utils.py ``` """Configurations and utilities for model building and training.""" import json...
1,484
null
mouredev/retos-programacion-2023
# Repository Context Name: mouredev/retos-programacion-2023 Description: # Pull Request ## Reto 0,1,2 - Python ## Describe tus cambios ***(Opcional)*** *Sobre todo aconsejable si la "Pull Request" se corresponde con una corrección adicional y no con la presentación de un ejercicio.* ## Comprobaciones Asegúrate...
1,148
null
moralmunky/Home-Assistant-Mail-And-Packages
# Repository Context Name: moralmunky/Home-Assistant-Mail-And-Packages Description: # Pull Request ## fix: add missing subjects and patterns for PT ## 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 b...
10
null
opendilab/DI-drive
# Repository Context Name: opendilab/DI-drive Description: # Pull Request ## fix carla benchmark setting ## Description ## Related Issue ## TODO ## Check List - [x] merge the latest version source branch/repo, and resolve all the conflicts - [ ] pass style check - [ ] pass all the tests # Rel...
12,092
null
wagtail/wagtail
# Repository Context Name: wagtail/wagtail Description: # Pull Request ## Remove workaround and inline scripts for activating workflow actions I recommend hiding whitespace changes when reviewing this PR. Before #11456, we attach the event listeners for the workflow action buttons during page load using an inlin...
2,306
null
girder/girder
# Repository Context Name: girder/girder Description: # Pull Request ## Allow setting the swagger produces value. For endpoints which do not generate json responses, setting the swagger `produces` value can let the swagger-ui display the results (e.g., for images) or at least not throw warnings (e.g., for event str...
24,166
null
frappe/frappe
# Repository Context Name: frappe/frappe Description: # Pull Request ## refactor: Avoid alias for dashboard chart (backport #23488) This is an automatic backport of pull request #23488 done by [Mergify](https://mergify.com). --- <details> <summary>Mergify commands and options</summary> <br /> More conditions ...
24
null
homeylab/bookstack-file-exporter
# Repository Context Name: homeylab/bookstack-file-exporter Description: # Pull Request ## Add housekeeping # Relevant Files Found ## bookstack_file_exporter/archiver/archiver.py ``` from typing import List, Dict, Union from datetime import datetime import logging from bookstack_file_exporter.exporter.node imp...
65
null
dragonpilot/dragonpilot
# Repository Context Name: dragonpilot/dragonpilot Description: # Pull Request ## Testing torch More Hyundai Genesis tuning # Relevant Files Found ## selfdrive/car/hyundai/interface.py ``` #!/usr/bin/env python3 from cereal import car from selfdrive.config import Conversions as CV from selfdrive.car.hyundai.valu...
14
null
hudsonbrendon/HA-drivvo
# Repository Context Name: hudsonbrendon/HA-drivvo Description: # Pull Request ## Fixes checking if the account is already configured Fixes checking if the account is already configured which was caused by case sensitivity. # Relevant Files Found ## custom_components/drivvo/config_flow.py ``` from collections.ab...
330
null
sparkfish/augraphy
# Repository Context Name: sparkfish/augraphy Description: # Pull Request ## Fixed bugs in BrightnessTexturize and updated delaunay. 1. Fixed the bug in BrightnessTexturize where the color of the image is changed after the augmentation. 2. Added color changing feature in DelaunayTessellation. # Relevant Files Fou...
749
null
gnocchixyz/gnocchi
# Repository Context Name: gnocchixyz/gnocchi Description: # Pull Request ## rest: stop using set to validate archive policies voluptuous does not know how to use set and now wants to check that the default value validates against the validators. # Relevant Files Found ## gnocchi/archive_policy.py ``` # -*- enco...
871
null
openAOD/Python-PatternHouse
# Repository Context Name: openAOD/Python-PatternHouse Description: # Pull Request ## Pyramid pattern 6 and 26 Fixes #31 , #37 , #51 , #56 , #61 , #68 , #78 , #129 , #335 , #343 ## Issues Solved: 1. Pyramid pattern 6 2. Pyramid pattern 12 3. Pyramid pattern 26 4. Pyramid pattern 36 5. Numeric pattern 26 6...
2,052
null
facebookresearch/hydra
# Repository Context Name: facebookresearch/hydra Description: # Pull Request ## fixup dev version stings: 1.2.3dev4 -> 1.2.3.dev4 This PR updates dev semver strings of the form "1.2.3dev4" to "1.2.3.dev4". The motivation here is: - consistency with [PEP 440](https://www.python.org/dev/peps/pep-0440/), which us...
102
null
Vaelor/python-mattermost-driver
# Repository Context Name: Vaelor/python-mattermost-driver Description: # Pull Request ## Move to httpx over requests to provide a 100% async driver. I chose `httpx` because it comes with sync and async interfaces, its close to `requests` api and supports http2. The `Driver` and `Client` classes still function...
275
null
Chaosthebot/Chaos
# Repository Context Name: Chaosthebot/Chaos Description: # Pull Request ## Take it easy I think the voting window is too short, especially for people in different timezones than the US. After the initial interest in chaosbot is slowly starting to fade, it makes sense to slow down the time limits in the voting p...
86
null
open2c/pairtools
# Repository Context Name: open2c/pairtools Description: # Pull Request ## Walks policy "parse all" Implemented: "--walks-policy all" that rescues complex walks and reports them as lower-case pair type. I have tested this PR on mm10 genome, 100 bp Hi-C data with: `pairtools parse test.bam -c test.chrom.sizes...
727
null
zooniverse/aggregation-for-caesar
# Repository Context Name: zooniverse/aggregation-for-caesar Description: # Pull Request ## Update sentry-sdk[flask] requirement from <1.24,>=0.13.5 to >=0.13.5,<1.25 Updates the requirements on [sentry-sdk[flask]](https://github.com/getsentry/sentry-python) to permit the latest version. <details> <summary>Release ...
18
null
gnuboard/g6
# Repository Context Name: gnuboard/g6 Description: # Pull Request ## #4 접속자 집계 추가 접속자 집계 # Relevant Files Found ## _admin/admin_visit.py ``` import math from fastapi import APIRouter, Depends, Query, Request, Form, HTTPException from fastapi.responses import HTMLResponse, RedirectResponse from fastapi.templatin...
557
null
python/bedevere
# Repository Context Name: python/bedevere Description: # Pull Request ## gh-556: Fix over-reaching PR-edited event handler gh-555 introduced the PR edited handler to handle draft PRs. The implementation was over-reaching, and triggered on any edited events (including renaming PR). This PR fixes that by removing th...
3,124
null
bcgov/sbc-auth
# Repository Context Name: bcgov/sbc-auth Description: # Pull Request ## when user types a long number in the search box for account number - … …the result is not empty list, but a 500 error, because pg8000 raises type exception - previously pscycopg silently returned empty result *Issue #:* https://github.com/...
8,168
null
chainer/chainer
# Repository Context Name: chainer/chainer Description: # Pull Request ## Add `chainerx.hinge` Takeover #7616. # Relevant Files Found ## chainerx/__init__.pyi ``` import typing as tp import numpy from chainer import function_node # TODO(okapies): Split this into independent .py and .pyi files # mypy can't ha...
12,108
null
NVIDIA-NeMo/NeMo
# Repository Context Name: NVIDIA-NeMo/NeMo Description: # Pull Request ## Ensure nemo.collections.vlm does not strictly require transformer engine # What does this PR do ? The latest refactor to the vlm collection requires transformer engine, which will cause NeMo-Run to fail. In other parts of the code, we gua...
738
null
okpy/ok
# Repository Context Name: okpy/ok Description: # Pull Request ## Use Alpine Linux for Docker Images Using Alpine Linux reduces the size of the built images. Before (using Ubuntu as the base): ~800mb (~700mb from `python:3.5`) After: 174.9mb (71.46 MB from `python:3.5-alpine`) Downsides: Some packages/dependenc...
19
null
ansible-community/antsichaut
# Repository Context Name: ansible-community/antsichaut Description: # Pull Request ## Fix duplicates We have found that if the title of a PR changes after it has been merged, for example, to fix a spelling error, that a duplicate entry is created in the changelog because the entire line is not found and therefore ...
176
null
bayesian-optimization/BayesianOptimization
# Repository Context Name: bayesian-optimization/BayesianOptimization Description: # Pull Request ## Make optimization faster by simplifying search This commit makes the whole optimization process considerably faster by simplifying the search steps. Basically less iterations when fitting the gaussian process as w...
310
null
omni-us/jsonargparse
# Repository Context Name: omni-us/jsonargparse Description: # Pull Request ## Add support for range as a type ## Before submitting - [x] Did you read the [contributing guideline](https://github.com/omni-us/jsonargparse/blob/main/CONTRIBUTING.rst)? - [x] Did you update **the documentation**? (readme and public ...
838
null
inducer/loopy
# Repository Context Name: inducer/loopy Description: # Pull Request ## {LOOPY,CG}_NO_CACHE: allow re-enabling the cache with False value cc: https://github.com/inducer/pyopencl/pull/737 Note: In contrast to pyopencl, loopy caching can be enabled/disabled during execution; as far as I can tell there is no good w...
3,904
null
google/clusterfuzz
# Repository Context Name: google/clusterfuzz Description: # Pull Request ## Dont omit stats This should fix a recent breakage where stats are being recorded, but are essentially empty. When I made this mistake, I assumed all of the stats fields in the class definitions were all that mattered, in fact they are a mi...
573
null
bjlittle/geovista
# Repository Context Name: bjlittle/geovista Description: # Pull Request ## add sphinx-gallery uber h3 example ## 🚀 Pull Request ### Description <!-- Provide a clear description about your awesome pull request --> <!-- Tell us all about your new feature, improvement, or bug fix --> This pull-request adds t...
16
null
anand0xff/ImPlaneIA
# Repository Context Name: anand0xff/ImPlaneIA Description: # Pull Request ## Cdmatrix use InstrumentData is the only file that is changed. This branch only changed the pixel scale & also transmits vparity to the oifits info dictionary. The bad pixel fix also needs testing, though I need to figure out how to ...
18
null
secureworks/dalton
# Repository Context Name: secureworks/dalton Description: # Pull Request ## Conf update Default YAML files for all Suri versions up to 4.0.0 # Relevant Files Found ## app/dalton.py ``` #!/usr/local/bin/python """ Dalton - a UI and management tool for submitting and viewing IDS jobs """ # app imports from flask...
1
null
kevin2314/TextGame
# Repository Context Name: kevin2314/TextGame Description: # Pull Request ## Some modifications # Relevant Files Found ## TextGame/inventory.py ``` import json def get_inventory(id): ret = None with open('/home/family/Python/TextGame/inventory/1.json', 'r') as f: jsontext = f.read() d = json.loads(jsonte...
1,427
null
conbench/conbench
# Repository Context Name: conbench/conbench Description: # Pull Request ## BMRT cache population, c-bench UI: start adding test infra and tests Before we do more or less significant work on DB schema I wanted to add a bit of test coverage for the c-bench UI which is fed from the BMRT cache. Tracked by PFE-2013....
1,012
null
dask/dask-expr
# Repository Context Name: dask/dask-expr Description: # Pull Request ## Simplify dtype casting logic for shuffle This was way more complicated than necessary # Relevant Files Found ## dask_expr/_shuffle.py ``` import functools import math import operator import uuid import numpy as np import pandas as pd impor...
25,433
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## mark high volume toggles in code for ICDS This will prevent hitting the cache to check the toggle status. # Relevant Files Found ## corehq/toggles.py ``` import inspect from collections import namedtuple from functools import wraps im...
399
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## fix for issue 398, added extensions_for in RepoPath proposed fix for #398 I just copied the implementation from the Repo class and it appears to fix the issue. # Relevant Files Found ## lib/spack/spack/repository.py ``` ####################...
23
null
bennylope/pygeocodio
# Repository Context Name: bennylope/pygeocodio Description: # Pull Request ## Add ACS fields Geocode.io now provides [American Community Survey](https://www.census.gov/programs-surveys/acs/) data. See https://www.geocod.io/docs/#fields This PR adds 5 `acs` field options to the list of allowed fields. # Relevan...
217
null
scikit-learn-contrib/DESlib
# Repository Context Name: scikit-learn-contrib/DESlib Description: # Pull Request ## PEP8 fixes # Relevant Files Found ## deslib/base.py ``` # coding=utf-8 # Author: Rafael Menelau Oliveira e Cruz <rafaelmenelau@gmail.com> # # License: BSD 3 clause import functools import math import warnings from abc impor...
209
null
opencybersecurityalliance/kestrel-lang
# Repository Context Name: opencybersecurityalliance/kestrel-lang Description: # Pull Request ## DisplayWarning Display a warning to the user when they do a `GET` for an unknown entity (SCO) type # Relevant Files Found ## src/kestrel/codegen/commands.py ``` #######################################################...
85
null
elastic/eland
# Repository Context Name: elastic/eland Description: # Pull Request ## Better Handling of Non Aggregatable Fields This PR includes a few things: 1. Update test data to include a non-aggregatable `text` field (`customer_gender`) in `ecommerce`. This allows us to test the improved handling. I've updated existing ...
497
null
autonomi-ai/nos
# Repository Context Name: autonomi-ai/nos Description: # Pull Request ## Various dev-ex improvements (runtime, logging etc) ## Summary - Removed redundant `cudnn` dependencies (since Pytorch already ships cudnn so's in `$CONDA_PREFIX/python3.8/site-packages/torch/lib` - Removed system prompts from defaults to al...
131
null
tartley/colorama
# Repository Context Name: tartley/colorama Description: # Pull Request ## Don't break due to our handles getting closed by FD redirection The fix is to simply not cache the std handles returned by `GetStdHandle` This happens in Pytest on at least Python 3.5 and 3.6. Please check https://github.com/pytest-dev/p...
8,053
null
ITISFoundation/osparc-simcore
# Repository Context Name: ITISFoundation/osparc-simcore Description: # Pull Request ## ⬆️🔒️Security fix: Upgrade protobuf/setuptools version ![image](https://github.com/user-attachments/assets/b96dbf45-6d9a-4182-9289-77842231f921) ![image](https://github.com/user-attachments/assets/e6f6f3ff-1902-44f2-8459-936c4f...
118
null
hukkin/tomli
# Repository Context Name: hukkin/tomli Description: # Pull Request ## Set stacklevel=2 to deprecation warn # Relevant Files Found ## tomli/_parser.py ``` import string from types import MappingProxyType from typing import ( Any, BinaryIO, Callable, Dict, FrozenSet, Iterable, NamedTu...
776
null
GenericMappingTools/pygmt
# Repository Context Name: GenericMappingTools/pygmt Description: # Pull Request ## Update GMT argument in the azimuthal projections gallery to doc standards As discussed in #631, this is a review and update of the documentation for the azimuthal projections to accurately display the GMT arguments. # Relevant File...
46
null
ansible/ansible-navigator
# Repository Context Name: ansible/ansible-navigator Description: # Pull Request ## Nix playquietly mode Change: - Remove playquietly mode after previous discussions. Test Plan: - Grepped for references to playquietly - Ran `winston -h` to look for it in output Signed-off-by: Rick Elrod <rick@elrod.me> # ...
666
null
cornellius-gp/gpytorch
# Repository Context Name: cornellius-gp/gpytorch Description: # Pull Request ## Add parsing for torch nightlies/dev back in Addresses #662. Note that this does currently not work on pip 19.0.1 due to a bug: https://github.com/pypa/pip/issues/6163 # Relevant Files Found ## setup.py ``` #!/usr/bin/env python3 im...
3
null
Jason-xy/CyberReader
# Repository Context Name: Jason-xy/CyberReader Description: # Pull Request ## <feat>: add gui frame <feat>: add gui frame # Relevant Files Found ## main.py ``` #!/usr/bin/env python3 from config.ProgramConfig import ProgramConfig from pipeline.pipeline import pipeline import os def main(): config = Program...
48,904
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## relocate.py: don't warn about symlinks `relocate_links` warns when the target is absolute and not matched by any prefix from the prefix to prefix map. This can lead to false positives, cause the prefix to prefix map does not contain trivial/...
40,659
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## encode for py3 ### What does this PR do? Encode to bytes so this works for python3 ### What issues does this PR fix or reference? Fixes #40434 ### Tests written? No # Relevant Files Found ## salt/utils/vt.py ``` # -*- coding: utf...
148
null
diprism/fggs
# Repository Context Name: diprism/fggs Description: # Pull Request ## Training improvements - Bug fixes in LogSemiring - Change default to to 1e-5. With Newton's method and float32's, bad things can happen with the old default of 1e-6 (it can overshoot and move on to infinity, or it can undershoot and get stuck i...
647
null
girder/girder
# Repository Context Name: girder/girder Description: # Pull Request ## Harden phantom timeouts Improved restarting tests when phantomjs times out. Phantomjs times out occasionally due to a bug. We can retry tests when this happens, but we need to reset the databases and other services between tests. When we add...
2
null
DrGFreeman/rps-cv
# Repository Context Name: DrGFreeman/rps-cv Description: # Pull Request ## Package format and small improvements # Relevant Files Found ## capture.py ``` # capture.py # Source: https://github.com/DrGFreeman/rps-cv # # MIT License # # Copyright (c) 2017 Julien de la Bruere-Terreault <drgfreeman@tuta.io> # # Per...
107
null
ClimateImpactLab/DataFS
# Repository Context Name: ClimateImpactLab/DataFS Description: # Pull Request ## add regex and unix path-style search utilities Addresses #105 API changes: * `DataAPI.list(self, substr=None)` --> `DataAPI.list(self, pattern=None, engine='path')` engine can be 'str', 'regex', or 'path' (default) - str:...
728
null
v7labs/darwin-py
# Repository Context Name: v7labs/darwin-py Description: # Pull Request ## [PY-399][externa] Meta methods & tests for setting layout # Problem Currently no Meta methods for setting item layout # Solution Introducted functions to do this for Meta Items & ItemQuery objects # Changelog Meta methods to set the...
161
null
ansys/pydynamicreporting
# Repository Context Name: ansys/pydynamicreporting Description: # Pull Request ## Feat/push enhanced images Add ability to push enhanced images via the pydynamicreporting API: import ansys.dynamicreporting.core as adr a = adr.Service(db_directory=r'D:\tmp\tiff\newdb') a.start(create_db=True) print(a._port) ...
455
null
conan-io/conan-center-index
# Repository Context Name: conan-io/conan-center-index Description: # Pull Request ## Add timsort 1.2.0 and 2.0.0 Specify library name and version: **timsort/1.2.0** & **timsort/2.0.0** I'm currently maintaining this packing and I've been trying to keep the "gfx" parts of the name and code out of the Conan int...
402
null
joke2k/django-environ
# Repository Context Name: joke2k/django-environ Description: # Pull Request ## Add support for Python 3.11 # Relevant Files Found ## setup.py ``` #!/usr/bin/env python # # This file is part of the django-environ. # # Copyright (c) 2021, Serghei Iakovlev <egrep@protonmail.ch> # Copyright (c) 2013-2021, Daniele ...
1,543
null
RedHatInsights/insights-core
# Repository Context Name: RedHatInsights/insights-core Description: # Pull Request ## Enhance spec of lvs_noheadings with seg_monitor option # Relevant Files Found ## insights/parsers/lvm.py ``` """ Logical Volume Management configuration and status ================================================== Parsers f...
4
null
zaxtyson/LanZouCloud-API
# Repository Context Name: zaxtyson/LanZouCloud-API Description: # Pull Request ## fix wrong range url range and wrong indentation. 1. 文件 和 文件夹 都有 匹配7位的情况。对于很久以前的文件夹, 链接 可能是 b.{7},最近上传的可能是 b.{8}。而文件链接目前有可能有 6位 和 7位情况。 2. 下载没有提取码的文件夹,因为缩进错误,无法下载。 3. 最后,有可能出现 **文件夹** 里面的_文件_有单独设置提取码的情况,是否考虑需要在 CMD 版本提醒一下哪些文件有提取...
2,006
null
microbiomedata/nmdc-schema
# Repository Context Name: microbiomedata/nmdc-schema Description: # Pull Request ## Migrations: Implement `do_for_each_document` adapter method ### Summary In this branch, I implemented a new adapter method. Its name is `do_for_each_document`. I also made the `make migration-doctests` command more flexible b...
224
null
aws-samples/service-screener-v2
# Repository Context Name: aws-samples/service-screener-v2 Description: # Pull Request ## Added sequential flag for certain MacOS users experiencing freezing when running the script # Description Attempt at addressing #194 where the script freezes/hung on a MacOS by introducing a `--sequential` flag to enable/di...
2,050
null
mlc-ai/mlc-llm
# Repository Context Name: mlc-ai/mlc-llm Description: # Pull Request ## [Pipeline] Insert hints to enable cuda graph symbolic capture cc @MasterJH5574 @tqchen # Relevant Files Found ## python/mlc_llm/compiler_pass/attach_support_info.py ``` """A couple of passes that simply supportive information onto the IRMo...
6
null
Kludex/uvicorn
# Repository Context Name: Kludex/uvicorn Description: # Pull Request ## WebSockets support WebSockets support # Relevant Files Found ## app.py ``` from uvicorn.utils import ASGIAdapter, WSGIAdapter # Run: `uvicorn app:asgi` async def asgi(message, channels): """ ASGI-style 'Hello, world' application. ...
11
null
Nynir/WorldAnvil-to-MD
# Repository Context Name: Nynir/WorldAnvil-to-MD Description: # Pull Request ## Multiline quotes are now handled by splitting quote strings by line and rejoining them This fixes the problem with multiline quotes raised in #10 # Relevant Files Found ## WA-Parser.py ``` import os import json import requests i...
532
null
canonical/github-runner-operator
# Repository Context Name: canonical/github-runner-operator Description: # Pull Request ## Feat/app check runner Applicable spec: <link> ### Overview <!-- A high level overview of the change --> Switch the check-runner to use the github-runner-manager service. ### Rationale <!-- The reason the change i...
1,635
null
IMAP-Science-Operations-Center/imap_processing
# Repository Context Name: IMAP-Science-Operations-Center/imap_processing Description: # Pull Request ## Removing crashing mag test # Change Summary Temporary fix to unblock test runs. # Relevant Files Found ## imap_processing/tests/mag/test_mag_l1c.py ``` import numpy as np import pytest import xarray as xr...
733
null
emmo-repo/EMMOntoPy
# Repository Context Name: emmo-repo/EMMOntoPy Description: # Pull Request ## Copy EMMO annotations # Description Renamed option `--copy-preflabel` to `--copy-emmo-annotations` and more content to what it alias. The intention with this option is to make it easy to publish EMMO-based ontologies that are understo...
792
null
OpenCTI-Platform/client-python
# Repository Context Name: OpenCTI-Platform/client-python Description: # Pull Request ## [client] Add assignee through automation playbook (#7728) ### Proposed changes * add objectAssignee attributes in case-rfi and case-rft ### Related issues * https://github.com/OpenCTI-Platform/opencti/issues/7728 # Re...
161
null
cryptosharks131/lndg
# Repository Context Name: cryptosharks131/lndg Description: # Pull Request ## rebalancing page filter for sink and source merge with gui changes Links to filter for sink/source after the latest GUI change. # Relevant Files Found ## gui/views.py ``` from django.contrib import messages from django.shortcuts impor...
579
null
zulip/python-zulip-api
# Repository Context Name: zulip/python-zulip-api Description: # Pull Request ## api: Refactor get_user_by_id to take keyword arguments This refactors get_user_by_id to take arguments like `include_custom_profile_fields = True` instead of {include_custom_profile_fields: True}. # Relevant Files Found ## zulip/zu...
16,044
null
conan-io/conan-center-index
# Repository Context Name: conan-io/conan-center-index Description: # Pull Request ## lodepng: modernize more for conan v2 Specify library name and version: **lib/1.0** <!-- This is also a good place to share with all of us **why you are submitting this PR** (specially if it is a new addition to ConanCenter): i...
828
null
SFDO-Tooling/CumulusCI
# Repository Context Name: SFDO-Tooling/CumulusCI Description: # Pull Request ## Fix URI concatenation in py2 (urljoin doesn't like mixed text/bytes) # Critical Changes # Changes * Fixed bulkdata load task in Python 2. # Issues Closed #827 # Relevant Files Found ## cumulusci/tasks/bulkdata.py ``` from f...
15
null
ros2/rosidl_runtime_py
# Repository Context Name: ros2/rosidl_runtime_py Description: # Pull Request ## Update maintainers Update maintainers to Shane Loretz (@sloretz). # Relevant Files Found ## setup.py ``` from setuptools import find_packages from setuptools import setup package_name = 'rosidl_runtime_py' setup( name=package_...
7,293
null
statsmodels/statsmodels
# Repository Context Name: statsmodels/statsmodels Description: # Pull Request ## Rls note - [x] code/documentation is well formatted. - [x] properly formatted commit message. See [NumPy's guide](https://docs.scipy.org/doc/numpy-1.15.1/dev/gitwash/development_workflow.html#writing-the-commit-message). ...
282
null
tencentyun/cos-python-sdk-v5
# Repository Context Name: tencentyun/cos-python-sdk-v5 Description: # Pull Request ## HTTPS证书校验配置参数化、增加SDK重试标记请求头x-cos-sdk-retry、fix ut # Relevant Files Found ## qcloud_cos/cos_client.py ``` # -*- coding=utf-8 import requests import logging import hashlib import base64 import os import sys import time import ...
119
null
IBM/network-config-analyzer
# Repository Context Name: IBM/network-config-analyzer Description: # Pull Request ## update documentation for istio support # Relevant Files Found ## network-config-analyzer/CmdlineRunner.py ``` # # Copyright 2020- IBM Inc. All rights reserved # SPDX-License-Identifier: Apache2.0 # """ Utility class to execut...
2,970
null
qtile/qtile
# Repository Context Name: qtile/qtile Description: # Pull Request ## Fix typo in SNI docs # Relevant Files Found ## libqtile/widget/statusnotifier.py ``` # Copyright (c) 2021 elParaguayo # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documenta...
20
null
dabit-lucas/hac
# Repository Context Name: dabit-lucas/hac Description: # Pull Request ## 0.0.3 # Relevant Files Found ## docs/source/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: # https://www....
172
null
ckc-org/skeletor
# Repository Context Name: ckc-org/skeletor Description: # Pull Request ## [BROKEN] Auto codespaces setup # A brief description of the purpose of the changes contained in this PR. Automatically sets up github codespaces with nice configuration, for testing things quickly live in browser # Hand testing - [ ] ...
61
null
zivid/zivid-python
# Repository Context Name: zivid/zivid-python Description: # Pull Request ## Change ambient light frequency in sample_capture_assistant.py Make the python sample consistent with the equivalent C++ sample Fixes #55 # Relevant Files Found ## samples/sample_capture_assistant.py ``` """Capture Assistant sample."...
296
null
PyWavelets/pywt
# Repository Context Name: PyWavelets/pywt Description: # Pull Request ## backporting bug fixes from master to 0.5.2 incorporates: #273, #276, #289, #291, #292, #294, #295 @rgommers. I wasn't sure of the best way to get the specific changes from the PRs above from master to 0.5.x. Here I checked out a branch b...
4,144
null
fedspendingtransparency/usaspending-api
# Repository Context Name: fedspendingtransparency/usaspending-api Description: # Pull Request ## [DEV-10915] Update the disaster object class endpoints to use the covid_faba_spending table **Description:** Updates the `/api/v2/disaster/object_class/loans/` and `/api/v2/disaster/object_class/spending` endpoints to...
613
null
airspeed-velocity/asv
# Repository Context Name: airspeed-velocity/asv Description: # Pull Request ## TST: fix conda_channel test failure # Relevant Files Found ## test/test_environment.py ``` # -*- coding: utf-8 -*- # Licensed under a 3-clause BSD style license - see LICENSE.rst from __future__ import (absolute_import, division, p...
112
null
gecio/anycastd
# Repository Context Name: gecio/anycastd Description: # Pull Request ## Use just as command runner, replacing nox # Relevant Files Found ## noxfile.py ``` import os import shutil from typing import Sequence import nox CI = bool(os.getenv("CI")) PYTHON = ["3.11", "3.12"] if not CI else None SESSIONS = ["lockf...
1,944
null
SpikeInterface/spikeinterface
# Repository Context Name: SpikeInterface/spikeinterface Description: # Pull Request ## Implement Spike retriever Need #1941 to be merged before. SpikeRetriever class is usefull to inject a sorting object in the node pipepline mechanisim. It allows to compute some post processing with the same machinery used fo...
404
null
ResonantGeoData/RD-WATCH
# Repository Context Name: ResonantGeoData/RD-WATCH Description: # Pull Request ## Auto delete old satellite fetches This PR consolidates the two existing "garbage collection" tasks (cleaning up old model runs + annotation exports) into one task, and also adds scheduled cleanup of Satellite fetches that are over a ...
2,536
null
kivy/kivy
# Repository Context Name: kivy/kivy Description: # Pull Request ## uix:bubble don't assign to window when using limit_to # Relevant Files Found ## kivy/uix/bubble.py ``` ''' Bubble ====== .. versionadded:: 1.1.0 .. image:: images/bubble.jpg :align: right The Bubble widget is a form of menu or a small po...
3,497
null
google/clusterfuzz
# Repository Context Name: google/clusterfuzz Description: # Pull Request ## Correct typo in release config # Relevant Files Found ## src/clusterfuzz/_internal/platforms/android/constants.py ``` # Copyright 2019 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use thi...
7,283
null
statsmodels/statsmodels
# Repository Context Name: statsmodels/statsmodels Description: # Pull Request ## qaic for GLM quasi-AIC for GLM # Relevant Files Found ## statsmodels/genmod/generalized_linear_model.py ``` """ Generalized linear models currently supports estimation using the one-parameter exponential families References ------...
3,425
null
pypi/warehouse
# Repository Context Name: pypi/warehouse Description: # Pull Request ## factor out IDocsStorage from IFileStorage This sandboxes the functionality of Documentation removal from the primary behavior of get/set for objects. Also removes some nasty stuff around a partial to name multiple instances of the same serv...
28,357
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## pass multiprocess_mode arg do guage # Relevant Files Found ## corehq/util/metrics/__init__.py ``` """ Metrics collection ****************** .. contents:: :local: This package exposes functions and utilities to record metrics in Co...
1,361
null
567-labs/instructor
# Repository Context Name: 567-labs/instructor Description: # Pull Request ## Support for Sonnet 3.7 Reasoning for ANTRHOPIC_JSON Simple patch to support Sonnet 3.7 with Thinking: https://github.com/instructor-ai/instructor/issues/1357 Only works for ANTHROPIC_JSON mode <!-- ELLIPSIS_HIDDEN --> ---- > [!IMPORTA...