pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
493 | null | pypa/hatch | # Repository Context
Name: pypa/hatch
Description:
# Pull Request
## More directories that cannot be traversed
# Relevant Files Found
## backend/src/hatchling/builders/config.py
```
import os
from contextlib import contextmanager
import pathspec
from hatchling.builders.constants import DEFAULT_BUILD_DIRECTORY... |
701 | null | pymeasure/pymeasure | # Repository Context
Name: pymeasure/pymeasure
Description:
# Pull Request
## New instrument: Eurotest hpp_120_256_ieee
New Instrument:
Brand: Eurotest (also known as iSeg)
Type: High Voltage Supply
Model: 120_256_ieee
# Relevant Files Found
## pymeasure/instruments/__init__.py
```
#
# This file is part of t... |
11,951 | null | dagster-io/dagster | # Repository Context
Name: dagster-io/dagster
Description:
# Pull Request
## CachingProjectedLogicalVersionResolver -> CachingStaleStatusResolver
### Summary & Motivation
Significant refactor of `CachingProjectedLogicalVersionResolver` and its GQL proxy `ProjectedLogicalVersionLoader`:
- New `StaleStatus` enu... |
166 | null | ZeroPhone/ZPUI | # Repository Context
Name: ZeroPhone/ZPUI
Description:
# Pull Request
## In Progress - Multiline Message In Dialog Box
Scrolling needed. Also, would it be preferred if words weren't split up between lines when possible?
# Relevant Files Found
## ui/dialog.py
```
from time import sleep
from helpers import setup_l... |
1,092 | null | jupyterhub/binderhub | # Repository Context
Name: jupyterhub/binderhub
Description:
# Pull Request
## [MRG] Inline helm setup instructions
This implements https://github.com/jupyterhub/binderhub/pull/1089#issuecomment-619507780 by inlining the helm setup instructions.
It also makes a few tweaks to where notes are placed.
Once this ... |
15 | null | pyconll/pyconll | # Repository Context
Name: pyconll/pyconll
Description:
# Pull Request
## Added more complex test scenarios to check implementation.
# Relevant Files Found
## pyconll/unit/conll.py
```
import collections
import itertools
import pyconll._parser
from pyconll.unit import Sentence
class Conll:
"""
The ab... |
79 | null | typeshed-internal/stub_uploader | # Repository Context
Name: typeshed-internal/stub_uploader
Description:
# Pull Request
## Add "stub_distribution" and "upload" metadata fields
These optional fields allow more control over what gets uploaded from the typeshed side:
* `stub_distribution` allows to change the uploaded distribution name.
* Setting... |
5,015 | null | googleapis/python-aiplatform | # Repository Context
Name: googleapis/python-aiplatform
Description:
# Pull Request
## feat: Add the system tests for Langgraph prebuilt template
feat: Add the system tests for Langgraph prebuilt template
# Relevant Files Found
## tests/system/vertexai/test_reasoning_engines.py
```
# -*- coding: utf-8 -*-
# Co... |
1,278 | null | fonttools/fonttools | # Repository Context
Name: fonttools/fonttools
Description:
# Pull Request
## Allow any languages under DFLT script
The standard has been changed to allow any languages under the DFLT script. This patch removes the test and raised error that stops users from using languages other than dflt with the DFLT script.
# ... |
2,406 | null | OpenCTI-Platform/connectors | # Repository Context
Name: OpenCTI-Platform/connectors
Description:
# Pull Request
## New connector : Cisco SMA
### Related issues
* https://github.com/OpenCTI-Platform/connectors/issues/2404
### Checklist
- [X] I consider the submitted work as finished
- [X] I tested the code for its functionality using ... |
2,309 | null | google/clusterfuzz | # Repository Context
Name: google/clusterfuzz
Description:
# Pull Request
## Revert "Export Datastore backups to a /latest/ directory as well."
Reverts google/clusterfuzz#2303
This doesn't work since the 'latest' export can't overwrite previous ones.
# Relevant Files Found
## src/appengine/handlers/cron/backup... |
28,599 | null | Azure/azure-cli | # Repository Context
Name: Azure/azure-cli
Description:
# Pull Request
## [Mysql] `az mysql flexible-server import create`: Add support for online migration for single to flex
**Related command**
az mysql flexible-server import create
**Description**<!--Mandatory-->
This PR adds allows the user to pass online ... |
2,823 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## Packages: Add CUDA8
Adds the latest CUDA toolkit release, 8.0.44.
# Relevant Files Found
## var/spack/repos/builtin/packages/cuda/package.py
```
##############################################################################
# Copyright (c) 201... |
1,263 | null | langfuse/langfuse-python | # Repository Context
Name: langfuse/langfuse-python
Description:
# Pull Request
## fix openai.py: when `tool_call` is a empty list, it raise an `list in…
when `tool_call` is a empty list, it raise an `list index out of range` error
<!-- ELLIPSIS_HIDDEN -->
----
> [!IMPORTANT]
> Fix `list index out of range` error... |
552 | null | mlcommons/GaNDLF | # Repository Context
Name: mlcommons/GaNDLF
Description:
# Pull Request
## Added more details to documentation specifically related to training customization
<!-- Replace ISSUE_NUMBER with the issue that will be auto-linked to close after merging this PR -->
Fixes #551
## Proposed Changes
<!-- Bullet pointed l... |
1,355 | null | ThilinaRajapakse/simpletransformers | # Repository Context
Name: ThilinaRajapakse/simpletransformers
Description:
# Pull Request
## Improve convert_examples in mutiprocess mode
line 475
In p.imap, `chunksize` means that the objects in `examples` are allocated to each process with the size of `chunksize`, but each object in `examples` has been chunked ... |
33 | null | fablestudio/fable-saga | # Repository Context
Name: fablestudio/fable-saga
Description:
# Pull Request
## Sim 2794 websockets
Adds raw websockets as an option instead of forcing you to use socketio
# Relevant Files Found
## fable_saga/server.py
```
import json
import logging
from typing import List, Optional
import cattrs
from attr imp... |
18 | null | scottdmilner/dungeon-pipeline | # Repository Context
Name: scottdmilner/dungeon-pipeline
Description:
# Pull Request
## Simplify variable names
# Relevant Files Found
# Edits
This pull request simplifies variable names in the DCC integration classes for Houdini, Maya, and Substance Painter to improve code clarity and consistency. The key ch... |
351 | null | cognitedata/neat | # Repository Context
Name: cognitedata/neat
Description:
# Pull Request
## added extension field
nano PR
# Relevant Files Found
## cognite/neat/rules/models/_rules/base.py
```
"""This module contains the definition of `TransformationRules` pydantic model and all
its sub-models and validators.
"""
from __future__... |
109 | null | ascmitc/mhl | # Repository Context
Name: ascmitc/mhl
Description:
# Pull Request
## adding "single-file" option to verify command
Added
* implementation to planned subcommand `-sf` of `verify` command
* tests of this subcommand
* adapted README.md accordingly
# Relevant Files Found
## ascmhl/commands.py
```
"""
__author__... |
346 | null | tf-coreml/tf-coreml | # Repository Context
Name: tf-coreml/tf-coreml
Description:
# Pull Request
## Update README.md and notes
# Relevant Files Found
## setup.py
```
#!/usr/bin/env python
import os
from setuptools import setup, find_packages
README = os.path.join(os.getcwd(), "README.rst")
with open(README) as f:
_LONG_DESCRI... |
4 | null | mrlt8/wyzecam | # Repository Context
Name: mrlt8/wyzecam
Description:
# Pull Request
## Update Wyze and iOS version
# Relevant Files Found
## wyzecam/api.py
```
from typing import Any, Dict, List, Optional
import time
import uuid
from hashlib import md5
import requests
from wyzecam.api_models import WyzeAccount, WyzeCamera, ... |
250 | null | aws-deadline/deadline-cloud | # Repository Context
Name: aws-deadline/deadline-cloud
Description:
# Pull Request
## fix(job-attachments): remove dependency on pywin32 for submission code
### What was the problem/requirement? (What/Why)
We recently added a symlink threat mitigation that used `pywin32` for the Windows mitigation (on Unix we use ... |
224 | null | canonical/grafana-agent-operator | # Repository Context
Name: canonical/grafana-agent-operator
Description:
# Pull Request
## Automatically overwrite dashboard UIDs with a prescribed naming pattern
## Issue
<!-- What issue is this PR trying to solve? -->
## Solution
<!-- A summary of the solution addressing the above issue -->
In tandem wi... |
3,654 | null | TobikoData/sqlmesh | # Repository Context
Name: TobikoData/sqlmesh
Description:
# Pull Request
## Feat: make strict dependency resolution optional in python models
Fixes #3629
# Relevant Files Found
## sqlmesh/core/model/common.py
```
from __future__ import annotations
import ast
import typing as t
from pathlib import Path
from as... |
115 | null | camel-ai/camel | # Repository Context
Name: camel-ai/camel
Description:
# Pull Request
## Add solution extraction
# Relevant Files Found
## camel/prompts/__init__.py
```
from .base import TextPrompt, TextPromptDict
from .ai_society import AISocietyPromptTemplateDict
from .code import CodePromptTemplateDict
from .misalignment im... |
353 | null | FZJ-INM1-BDA/siibra-python | # Repository Context
Name: FZJ-INM1-BDA/siibra-python
Description:
# Pull Request
## e2e test for mergedmap shape and dtype (#302)
# Relevant Files Found
## e2e/volumes/test_parcellationmap.py
```
import pytest
import siibra
from siibra import MapType
from siibra.volumes import Map
from siibra.volumes.volume i... |
675 | null | convexengineering/gpkit | # Repository Context
Name: convexengineering/gpkit
Description:
# Pull Request
## remove circular import
@whoburg ready for review
# Relevant Files Found
## gpkit/nomials/nomial_math.py
```
"""Signomial, Posynomial, Monomial, Constraint, & MonoEQCOnstraint classes"""
import numpy as np
from .data import simplif... |
22 | null | SaltieRL/Saltie | # Repository Context
Name: SaltieRL/Saltie
Description:
# Pull Request
## No version conversion
# Relevant Files Found
## conversions/binary_converter.py
```
import io
import os
import sys
import struct
import hashlib
from conversions.input_formatter import get_state_dim_with_features
import numpy as np... |
56,768 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Fix energy validation when not tracking costs
<!--
You are amazing! Thanks for contributing to our project!
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
-->
## Proposed change
<!--
Describe the big p... |
218 | null | snad-space/ztf-viewer | # Repository Context
Name: snad-space/ztf-viewer
Description:
# Pull Request
## Change broker links' search radius from 1 to 3 arcsec
Fix #217
# Relevant Files Found
## ztf_viewer/brokers.py
```
import json
from urllib.parse import quote_plus
from dash import html
def _a_tag(text, url):
return html.A(tex... |
2,450 | null | port-labs/ocean | # Repository Context
Name: port-labs/ocean
Description:
# Pull Request
## [Core] Only log HTTP response sizes for non-port.io domains.
### **User description**
# Description
## Type of change
Please leave one option from the following and delete the rest:
- [X] Bug fix (non-breaking change which fixes an i... |
815 | null | mne-tools/mne-bids | # Repository Context
Name: mne-tools/mne-bids
Description:
# Pull Request
## MRG: Hotfix for #812
In GH-812, I introduced a bug when trying to simplify things a little too much. I have corrected this now and expanded the respective comment in the code to explain
WTH we're doing there.
Merge checklist
-------------... |
1,603 | null | macrosynergy/macrosynergy | # Repository Context
Name: macrosynergy/macrosynergy
Description:
# Pull Request
## Chore: Release v0.1.12
# Relevant Files Found
## setup.py
```
"""Macrosynergy Quant Research Package"""
import os
import sys
import subprocess
import warnings
if sys.version_info[:2] < (3, 8):
raise RuntimeError("Python v... |
1 | null | veighna-global/vnpy_dydx | # Repository Context
Name: veighna-global/vnpy_dydx
Description:
# Pull Request
## update
# Relevant Files Found
# Edits
This pull request adds initial support for the dYdX exchange within the VeighNa trading framework by implementing a new gateway. It introduces core functionality including REST and WebSocke... |
180 | null | chimera-linux/cports | # Repository Context
Name: chimera-linux/cports
Description:
# Pull Request
## contrib/terminator: new package (2.1.3)
# Relevant Files Found
# Edits
This pull request adds the Terminator tiling terminal emulator (version 2.1.3) as a new package to the chimera Linux ports collection. It also introduces four r... |
1,255 | null | commaai/opendbc | # Repository Context
Name: commaai/opendbc
Description:
# Pull Request
## Toyota: lower long integral for new tune
Lexus ES route on this branch: https://connect.comma.ai/57048cfce01d9625/00000130--7556579cf1
Less start from stop windup:
This branch is on the right.
:
```
```py
if major < 3 or (major == 3 a... |
534 | null | mspass-team/mspass | # Repository Context
Name: mspass-team/mspass
Description:
# Pull Request
## Format Python code with psf/black push
There appear to be some python formatting errors in bdfaa063346549ac80a95fb349de9f9518807a01. This pull request
uses the [psf/black](https://github.com/psf/black) formatter to fix these issues.
# Rel... |
63 | null | cerfacs-globc/icclim | # Repository Context
Name: cerfacs-globc/icclim
Description:
# Pull Request
## Integrate the gcc command to the setup.py file
# Relevant Files Found
## setup.py
```
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from setuptools import setup, find_packages, Command
# notez qu'on import la lib
# donc assurez-vo... |
27 | null | ZEN-universe/ZEN-garden | # Repository Context
Name: ZEN-universe/ZEN-garden
Description:
# Pull Request
## debugging model formulation
# Relevant Files Found
## config.py
```
"""===============================================================================================================================================================... |
2,615 | null | koxudaxi/datamodel-code-generator | # Repository Context
Name: koxudaxi/datamodel-code-generator
Description:
# Pull Request
## Wrap RootModel default values with type constructors
## Summary
- Fix RootModel reference default values to be wrapped with their type constructors when using `--use-annotated`
- Before: `count: Annotated[Optional[CountTy... |
7,957 | null | ray-project/ray | # Repository Context
Name: ray-project/ray
Description:
# Pull Request
## [serve] Don't use mixin class for class-based backends
<!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. -->
## Why are these changes needed?
... |
128 | null | marin-community/haliax | # Repository Context
Name: marin-community/haliax
Description:
# Pull Request
## shaped arange
# Relevant Files Found
## src/haliax/__init__.py
```
import typing
from typing import Optional, Sequence
import jax
import jax.numpy as jnp
try:
from jax.typing import DTypeLike
except ImportError:
from jax... |
20,620 | null | keras-team/keras | # Repository Context
Name: keras-team/keras
Description:
# Pull Request
## Add implementations for random_hue
I have implemented the RandomHue image processing feature. Please let me know if any further corrections or improvements are required.
here is my [gist](https://colab.research.google.com/drive/1WrdTiyBvO... |
1,103 | null | IMAP-Science-Operations-Center/imap_processing | # Repository Context
Name: IMAP-Science-Operations-Center/imap_processing
Description:
# Pull Request
## SWE: L1B validation data
# Change Summary
closes #1037
## Overview
SWE L1B validation data
## Updated Files
- imap_processing/swe/l1b/swe_l1b_science.py
- corrected incorrect time conversion of acqu... |
52 | null | MarketSquare/Robot-Framework-SOAP-Library | # Repository Context
Name: MarketSquare/Robot-Framework-SOAP-Library
Description:
# Pull Request
## Update test cases and requirements.txt
# Relevant Files Found
## SoapLibrary/SoapLibrary.py
```
import os
import logging.config
import warnings
import base64
from .config import DICT_CONFIG
from requests import S... |
21 | null | robertjkeller/PyARINC424 | # Repository Context
Name: robertjkeller/PyARINC424
Description:
# Pull Request
## Relative config paths
The previous behavior when handling a relative file path for the config `file_loc` was confusing. This change makes the program treat a relative `file_loc` path as relative to the config file, which is more intu... |
424 | null | physiopy/phys2bids | # Repository Context
Name: physiopy/phys2bids
Description:
# Pull Request
## Add GE scanner physiological file functionality
Functionality to read and process GE scanner physiological recording files is added to the tool.
Users can enter a single scanner generated file (with the name given to it by the scanner)... |
95 | null | fsantini/python-e3dc | # Repository Context
Name: fsantini/python-e3dc
Description:
# Pull Request
## Remove rounding
Fixes https://github.com/fsantini/python-e3dc/issues/91
"What you have rounded, you can never unround!"
Or in other terms: Let the caller decide when to round values for display purposes.
# Relevant Files Found
##... |
39 | null | OCHA-DAP/hdx-python-utilities | # Repository Context
Name: OCHA-DAP/hdx-python-utilities
Description:
# Pull Request
## HDXDSYS-1915 Fix deprecation warnings with _timelex class inb HDX Python API
# Relevant Files Found
## src/hdx/utilities/dateparse.py
```
"""Date parsing utilities."""
import time
from calendar import monthrange
from dateti... |
493 | null | scverse/scanpy | # Repository Context
Name: scverse/scanpy
Description:
# Pull Request
## Palantir for Single cell trajectory detection
@falexwolf
I'm adding a wrapper for Palantir by [Setty et al. (2018)](https://doi.org/10.1101/385328)
Please let me know if you have any comments
# Relevant Files Found
## scanpy/external/__... |
131 | null | JonathanShor/DoubletDetection | # Repository Context
Name: JonathanShor/DoubletDetection
Description:
# Pull Request
## Dev v2.5.2
- Fixes #129 by ensuring proper dependencies in setup.py
- Fixes #130
# Relevant Files Found
## docs/conf.py
```
# Configuration file for the Sphinx documentation builder.
#
# This file only contains a selection ... |
143 | null | SUSE/teuthology | # Repository Context
Name: SUSE/teuthology
Description:
# Pull Request
## openstack: use non-deprecated command form "floating ip"
The form "ip floating" is deprecated: use "floating ip" instead.
Signed-off-by: Nathan Cutler <ncutler@suse.com>
# Relevant Files Found
## teuthology/openstack/__init__.py
```
#
#... |
82 | null | AseanK/python-tools-and-games | # Repository Context
Name: AseanK/python-tools-and-games
Description:
# Pull Request
## Fixed snake_game from crashing upon eating.
Eating a circle in snake_game would cause a crash. This was from BOUNDARY_LIMIT in constants.py using regular division which was fed into a random function. Even as a flat number that ... |
109 | null | nickovic/rtamt | # Repository Context
Name: nickovic/rtamt
Description:
# Pull Request
## remove get_var_object()
get_var_object() in AbstractSpecification is redundant with get_value(), and no code uses it.
I remove it.
# Relevant Files Found
## rtamt/spec/abstract_specification.py
```
import os
import sys
from abc import ABCM... |
413 | null | ESMValGroup/ESMValCore | # Repository Context
Name: ESMValGroup/ESMValCore
Description:
# Pull Request
## Consistently use dimension/coordinate names in VariableInfo.coordinates
Closes #412
**Tasks**
- [x] [Create an issue](https://github.com/ESMValGroup/ESMValCore/issues) to discuss what you are going to do, if you haven't done so... |
143 | null | alisaifee/flask-limiter | # Repository Context
Name: alisaifee/flask-limiter
Description:
# Pull Request
## allow for existing retry after header
<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/alisaifee/flask-limit... |
19 | null | posit-dev/py-shiny | # Repository Context
Name: posit-dev/py-shiny
Description:
# Pull Request
## Add update input functions
# Relevant Files Found
## shiny/__init__.py
```
"""Top-level package for Shiny."""
__author__ = """Winston Chang"""
__email__ = "winston@rstudio.com"
__version__ = "0.0.0.9000"
# All objects imported into t... |
611 | null | aiplan4eu/unified-planning | # Repository Context
Name: aiplan4eu/unified-planning
Description:
# Pull Request
## fix: remove a wrong exception raise
# Relevant Files Found
## unified_planning/model/mixins/objects_set.py
```
# Copyright 2021-2023 AIPlan4EU project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you ma... |
215 | null | v7labs/darwin-py | # Repository Context
Name: v7labs/darwin-py
Description:
# Pull Request
## Added try except for symlink creation.
Why?
---
When creating a symlink in an Unix system in Azure, the creation of the symlink fails because Azure machines do not have the necessary permissions to do it. Thus code the raises and everyth... |
3,112 | null | PrincetonUniversity/PsyNeuLink | # Repository Context
Name: PrincetonUniversity/PsyNeuLink
Description:
# Pull Request
## llvm/Mechanism: Reinit integrator_function in Mechanism reset if present
Fixes: ticket #106903
# Relevant Files Found
## psyneulink/core/components/mechanisms/mechanism.py
```
# Princeton University licenses this file to You... |
1 | null | veggero/nylo | # Repository Context
Name: veggero/nylo
Description:
# Pull Request
## Parser Update
# Relevant Files Found
## parser.py
```
# import what I need
import string;
def parse(code):
"""
Inputs Nylo raw code, and outputs a code-object, in order to make
execution easier. Types created by this:
name ... |
24,876 | null | jax-ml/jax | # Repository Context
Name: jax-ml/jax
Description:
# Pull Request
## [AutoPGLE] Fix test after pjrt cache refactoring
[AutoPGLE] Fix test after pjrt cache refactoring
# Relevant Files Found
## tests/pgle_test.py
```
# Copyright 2023 The JAX Authors.
#
# Licensed under the Apache License, Version 2.0 (the "Licen... |
594 | null | ebroecker/canmatrix | # Repository Context
Name: ebroecker/canmatrix
Description:
# Pull Request
## arxml: read data related to E2E-protection
in arxml there are informations stored how the End2End-Protection need to be done, which is needed to transmitt and receive E2E-protected Signalgroups.
so i added a basic implementation to rea... |
232 | null | RelevanceAI/relevanceai | # Repository Context
Name: RelevanceAI/relevanceai
Description:
# Pull Request
## V0.26.3
# Relevant Files Found
## relevanceai/__init__.py
```
import warnings
from relevanceai import vector_tools
from relevanceai.http_client import Client
import requests
# Import useful utility if possible as well
try:
... |
634 | null | vgijssel/setup | # Repository Context
Name: vgijssel/setup
Description:
# Pull Request
## fix: Inject the 1Password secret once more for deploy
ref #451
# Relevant Files Found
## tools/onepassword/lib.py
```
import os
import json
import subprocess
from shlex import quote
from pathlib import Path
def _get_onepassword_service_a... |
54 | null | starkbank/sdk-python | # Repository Context
Name: starkbank/sdk-python
Description:
# Pull Request
## Add link property to Invoice resource
# Relevant Files Found
## starkbank/invoice/__invoice.py
```
from ..utils import rest
from ..utils.checks import check_date, check_datetime, check_timedelta
from ..utils.resource import Resource
... |
27 | null | AstroJacobLi/mrf | # Repository Context
Name: AstroJacobLi/mrf
Description:
# Pull Request
## Replaced InterpolatedImage with numpy/scipy in celestial.py
Improved image interpolation method (resize, shift) using numpy/scipy. Now users could use `method = spline` instead of `iraf`.
# Relevant Files Found
## mrf/celestial.py
```
im... |
6 | null | mjevans26/Satellite_ComputerVision | # Repository Context
Name: mjevans26/Satellite_ComputerVision
Description:
# Pull Request
## changes to get hierarchical code working
# Relevant Files Found
## utils/array_tools.py
```
# -*- coding: utf-8 -*-
"""
Created on Fri Mar 226 10:50:44 2023
@author: MEvans
"""
import numpy as np
import math
from rand... |
444 | null | MountainLionAi/GenAI-Platform | # Repository Context
Name: MountainLionAi/GenAI-Platform
Description:
# Pull Request
## Lyn test 240226
# Relevant Files Found
## genaipf/tools/search/duckduckgo/ddg_client.py
```
import asyncio
from genaipf.utils.log_utils import logger
from duckduckgo_search import AsyncDDGS
class DuckduckgoClient:
_ins... |
84 | null | OmkarPathak/pygorithm | # Repository Context
Name: OmkarPathak/pygorithm
Description:
# Pull Request
## Update heap_sort.py
Added explanation for how heap-sort works and corresponds to the method heapify().
# Relevant Files Found
## pygorithm/sorting/heap_sort.py
```
"""
Author: OMKAR PATHAK
Created On: 31st July 2017
- Best O(nlog(n... |
3,712 | null | girder/girder | # Repository Context
Name: girder/girder
Description:
# Pull Request
## Fix serving from something other than the absolute root
If you rebuild the girder client via a command like `VITE_API_ROOT=/girder/api/v1 npx vite build --base=/girder/` and serve girder through a reverse proxy at <server>/girder, this didn't w... |
3,513 | null | RedHatInsights/insights-core | # Repository Context
Name: RedHatInsights/insights-core
Description:
# Pull Request
## Feat: add secure spec to default.py
Signed-off-by: Xinting Li <xintli@redhat.com>
### All Pull Requests:
Check all that apply:
* [x] Have you followed the guidelines in our Contributing document, including the instructio... |
600 | null | SasView/sasmodels | # Repository Context
Name: SasView/sasmodels
Description:
# Pull Request
## Release 1.0.8 - merge into master
# Relevant Files Found
## doc/conf.py
```
# -*- coding: utf-8 -*-
#
# Periodic Table documentation build configuration file, created by
# sphinx-quickstart on Tue Jun 2 11:16:08 2009.
#
# This file is ... |
42 | null | heyitsalina/ant_search_algorithm | # Repository Context
Name: heyitsalina/ant_search_algorithm
Description:
# Pull Request
## Move method for ant has been coded
I added two new attributes to the Ant class:
self.angle: This attribute represents the current angle of the ant.
self.step_size: This attribute sets the step size for the ant.
Regardi... |
23,348 | null | apache/airflow | # Repository Context
Name: apache/airflow
Description:
# Pull Request
## `S3ToGCSOperator`: Remove `dest_gcs_conn_id`
<!--
Thank you for contributing! Please make sure that your code changes
are covered with tests. And in case of new features or big changes
remember to adjust the documentation.
Feel free to p... |
4,709 | null | pydantic/pydantic | # Repository Context
Name: pydantic/pydantic
Description:
# Pull Request
## Move to `ruff` for linting
# Relevant Files Found
## pydantic/color.py
```
"""
Color definitions are used as per CSS3 specification:
http://www.w3.org/TR/css3-color/#svg-color
A few colors have multiple names referring to the sames co... |
587 | null | joedborg/youtube-dl | # Repository Context
Name: joedborg/youtube-dl
Description:
# Pull Request
## Fork Sync
# Relevant Files Found
## youtube_dl/extractor/vbox7.py
```
# coding: utf-8
from __future__ import unicode_literals
import re
import time
from .common import InfoExtractor
from ..compat import compat_kwargs
from ..utils im... |
27,798 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Move imports in anel_pwrctrl component
## Breaking Change:
None
## Description:
Moved import from function to top-level as requested in #27284
## Checklist:
- [ ] The code change is tested and works locally.
- [x] Local te... |
94 | null | JacobCoffee/byte | # Repository Context
Name: JacobCoffee/byte
Description:
# Pull Request
## feat: add comprehensive guild API controllers and system endpoints
[//]: # "By submitting this pull request, you agree to:"
[//]: # "- follow [PSFs's Code of Conduct](https://www.python.org/psf/conduct/)"
[//]: # "- follow [Bytes's contrib... |
21 | null | VorTECHsa/python-sdk | # Repository Context
Name: VorTECHsa/python-sdk
Description:
# Pull Request
## feat: Allow user to search cargo movements with single filter, fixes #16
# Relevant Files Found
## setup.py
```
import setuptools
with open("README.md", "r") as fh:
long_description = fh.read()
setuptools.setup(
name='vorte... |
1,476 | null | GenericMappingTools/pygmt | # Repository Context
Name: GenericMappingTools/pygmt
Description:
# Pull Request
## Add the 'incols' alias to info
**Description of proposed changes**
Add the `incols` (-i) parameter to `info`.
**Reminders**
- [ ] Run `make format` and `make check` to make sure the code follows the style guide.
- [ ] Add tests ... |
898 | null | robusta-dev/robusta | # Repository Context
Name: robusta-dev/robusta
Description:
# Pull Request
## Add support for specific branches with playbookRepos
Fixes #858
# Relevant Files Found
## src/robusta/core/model/runner_config.py
```
from typing import Dict, List, Optional, Union
from pydantic import BaseModel, SecretStr, validator... |
136 | null | dask-contrib/dask-awkward | # Repository Context
Name: dask-contrib/dask-awkward
Description:
# Pull Request
## Add dak.unzip
Fixes https://github.com/dask-contrib/dask-awkward/issues/121
# Relevant Files Found
## src/dask_awkward/lib/structure.py
```
from __future__ import annotations
import builtins
from collections.abc import Sequenc... |
405 | null | NCAS-CMS/cf-python | # Repository Context
Name: NCAS-CMS/cf-python
Description:
# Pull Request
## dask: `Data.Units`
Code reorganisation for consistency. Also new unit test.
# Relevant Files Found
## cf/data/dask_utils.py
```
"""Functions intended to be passed to be dask.
These will typically be functions that operate on dask chunk... |
774 | null | LLNL/benchpark | # Repository Context
Name: LLNL/benchpark
Description:
# Pull Request
## Dependabot/pip/dot GitHub/workflows/requirements/flake8 7.2.0
Bumps [flake8](https://github.com/pycqa/flake8) from 7.1.2 to 7.2.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/PyCQA/flake8/commit/16f5f28a384f07... |
73 | null | joshbduncan/word-search-generator | # Repository Context
Name: joshbduncan/word-search-generator
Description:
# Pull Request
## V3.5.1 fix
Fix to misaligned requirements.
# Relevant Files Found
## src/word_search_generator/__init__.py
```
from __future__ import annotations
"""
Word Search
-----------
Generate Word Search puzzles with ... |
20 | null | novanai/timetable-sync | # Repository Context
Name: novanai/timetable-sync
Description:
# Pull Request
## Add missing description
Add missing description of the `hybrid` delivery type of events
# Relevant Files Found
## timetable/models.py
```
from __future__ import annotations
import abc
import dataclasses
import datetime
import enum
... |
578 | null | threefoldtech/js-sdk | # Repository Context
Name: threefoldtech/js-sdk
Description:
# Pull Request
## Development capacitypool corex
# Relevant Files Found
## jumpscale/packages/tfgrid_solutions/chats/flist_deploy.py
```
import math
import requests
from jumpscale.clients.explorer.models import DiskType
from jumpscale.loader import ... |
9 | null | NationalGenomicsInfrastructure/ngi_reports | # Repository Context
Name: NationalGenomicsInfrastructure/ngi_reports
Description:
# Pull Request
## Fixed snpEff paths for test
Broke the project overview reports, this bit is a WIP. The IGN sample report changes need to be merged so that we can test though..
# Relevant Files Found
## ngi_reports/common/ign_sam... |
52 | null | muexxl/batcontrol | # Repository Context
Name: muexxl/batcontrol
Description:
# Pull Request
## Release 0.2.11
@muexxl I prepared the latest issues and changes here.
If you are fine with it, you can merge & release it
# Relevant Files Found
## batcontrol.py
```
#! /usr/bin/env python
# %%
import pytz
import datetime
import time
... |
1,146 | null | scikit-bio/scikit-bio | # Repository Context
Name: scikit-bio/scikit-bio
Description:
# Pull Request
## BUG: scale needs to convert input to float64 to work in-place
Test result was wrong.
Fixes #1144
# Relevant Files Found
## skbio/stats/ordination/_utils.py
```
# ---------------------------------------------------------------------... |
79 | null | fsspec/ossfs | # Repository Context
Name: fsspec/ossfs
Description:
# Pull Request
## Bump fsspec from 2023.1.0 to 2023.3.0
Bumps [fsspec](https://github.com/fsspec/filesystem_spec) from 2023.1.0 to 2023.3.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/fsspec/filesystem_spec/commit/fef43b296f40b23e67... |
485 | null | The-Academic-Observatory/observatory-platform | # Repository Context
Name: The-Academic-Observatory/observatory-platform
Description:
# Pull Request
## Remove TelescopeTypes class and usage from observatory-api module
The init_db() function that is used to seed a database in a new session should not use defined oaebu TelescopeTypes.
The TelescopeTypes class has... |
94 | null | smithy-lang/smithy-python | # Repository Context
Name: smithy-lang/smithy-python
Description:
# Pull Request
## Implement operation handling
This has a dependency on #93 - the first commit is directly from there.
This adds an implementation for operation methods, using a shared genericized flow internally so we don't have a lot of duplicat... |
116 | null | os-climate/ITR | # Repository Context
Name: os-climate/ITR
Description:
# Pull Request
## Implement logging
Signed-off-by: David Kroon <35101727+dp90@users.noreply.github.com>
# Relevant Files Found
## ITR/configs.py
```
"""
This file defines the constants used throughout the different classes. In order to redefine these setting... |
264 | null | AdmiralGT/botc-scripts | # Repository Context
Name: AdmiralGT/botc-scripts
Description:
# Pull Request
## Fix creation date getting updated everytime the model is saved
# Relevant Files Found
## scripts/models.py
```
from django.contrib.auth.models import User
from django.db import models
from versionfield import VersionField
from scr... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.