pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
79 | null | ansys/pyacp | # Repository Context
Name: ansys/pyacp
Description:
# Pull Request
## More modeling ply properties
# Relevant Files Found
## src/ansys/acp/core/_tree_objects/__init__.py
```
from .element_set import ElementSet
from .model import Model
from .modeling_group import ModelingGroup
from .rosette import Rosette
__all... |
37 | null | Alluxio/alluxio-py | # Repository Context
Name: Alluxio/alluxio-py
Description:
# Pull Request
## Revert "Refresh ETCD worker list"
Reverts Alluxio/alluxio-py#32
# Relevant Files Found
## alluxio/alluxio_file_system.py
```
import hashlib
import io
import json
import logging
import os
import re
import time
from enum import Enum
impo... |
792 | null | gyorilab/indra | # Repository Context
Name: gyorilab/indra
Description:
# Pull Request
## Use logging instead of print in clockit
# Relevant Files Found
## indra/util/__init__.py
```
from __future__ import absolute_import, division, print_function, \
unicode_literals
import sys
import csv
import gzip
impo... |
13 | null | ShanghaiITVolunteer/AntigenWechatBot | # Repository Context
Name: ShanghaiITVolunteer/AntigenWechatBot
Description:
# Pull Request
## add run.sh and fix requirements
add run.sh and fix requirements
# Relevant Files Found
## antigen_bot/bot.py
```
"""
AntigenWechatBot(a xiaoyan-bot) - https://github.com/ShanghaiITVolunteer/AntigenWechatBot
Author: Sh... |
30 | null | otsob/musii-kit | # Repository Context
Name: otsob/musii-kit
Description:
# Pull Request
## Add union to point-set
# Relevant Files Found
## musii_kit/point_set/point_set.py
```
import math
import uuid
from copy import deepcopy
from typing import List
import music21 as m21
import numpy as np
class Point2d:
"""
Represe... |
27,761 | null | frappe/frappe | # Repository Context
Name: frappe/frappe
Description:
# Pull Request
## fix(rename_doc): check permissions for the specific document (backport #27760)
A user can have access to write to a document without having access to the whole doctype
Reference: support ticket 21959
<hr>This is an automatic backport of pull r... |
7,635 | null | tinygrad/tinygrad | # Repository Context
Name: tinygrad/tinygrad
Description:
# Pull Request
## [pr] Have PTX share code with LLVM
Converted the rendering to use pattern matcher. Currently I'm just checking if the two versions output the same code for common use cases in the test_ptx.py script
# Relevant Files Found
## tinygrad/rend... |
356 | null | CWorthy-ocean/roms-tools | # Repository Context
Name: CWorthy-ocean/roms-tools
Description:
# Pull Request
## Handling overlapping rivers
This PR introduces the method `.handle_overlapping_rivers`, which is called as part of creating the river forcing.
`.handle_overlapping_rivers` works as follows:
If multiple rivers are assigned to ... |
2,019 | null | flyteorg/flytekit | # Repository Context
Name: flyteorg/flytekit
Description:
# Pull Request
## Separate agent from pyflyte serve
## Tracking issue
_https://github.com/flyteorg/flyte/issues/3936_
<!-- If your PR fixes an open issue, use `Closes #999` to link your PR with the issue. #999 stands for the issue number you are fixing -... |
44 | null | lmmx/tubeulator | # Repository Context
Name: lmmx/tubeulator
Description:
# Pull Request
## data model renaming
- feat: derive non-overlapping data model fields upon ingestion
- feat: remove all renamings from `topology.combine` business logic, handled upstream in data model derivation (closes #41)
# Relevant Files Found
## src/t... |
793 | null | wrangleworks/WranglesPY | # Repository Context
Name: wrangleworks/WranglesPY
Description:
# Pull Request
## Generate ai
New generate.ai wrangle is added to the Wrangles py
- with this new wrangle we can now generate informations from the given descriptions and the names
- can make Web Searches for the products
- can enforce a strict ou... |
324 | null | openfun/richie | # Repository Context
Name: openfun/richie
Description:
# Pull Request
## ✨(courses) create new plugin to manage course licences
## Purpose
Currently course licences are managed through text plugin where user
have to write in licence content again for each course. This is
related to issue #273.
## Proposal
... |
213 | null | Guovin/iptv-api | # Repository Context
Name: Guovin/iptv-api
Description:
# Pull Request
## Release:v1.3.3
- 支持 Docker 卷挂载目录映射(Support for Docker volume mount directory mapping)
- 新增 requests 随机 User-Agent(Added random User-Agent for requests)
- 修复读取用户配置问题(#208)(Fixed issue with reading user configuration (#208))
- 支持单日更新两次:6 点与 ... |
1,523 | null | nod-ai/amd-shark-ai | # Repository Context
Name: nod-ai/amd-shark-ai
Description:
# Pull Request
## [sharktank] add vocab_size to LlamaHParams
lamma.cpp's GGUF has this config so I am adding it here.
# Relevant Files Found
## sharktank/sharktank/layers/configs/llm_configs.py
```
# Copyright 2024 Advanced Micro Devices, Inc.
#
# Licen... |
1,334 | null | TileDB-Inc/TileDB-Py | # Repository Context
Name: TileDB-Inc/TileDB-Py
Description:
# Pull Request
## Addition of `Array.upgrade_version`
# Relevant Files Found
## tiledb/libtiledb.pyx
```
#!python
#cython: embedsignature=True
#cython: auto_pickle=False
from cpython.version cimport PY_MAJOR_VERSION
from cpython.pycapsule cimport PyC... |
87 | null | SinaKitagami/program-team | # Repository Context
Name: SinaKitagami/program-team
Description:
# Pull Request
## update eval command/m10s_util
# Relevant Files Found
## cogs/m10s_owner.py
```
# -*- coding: utf-8 -*-
import discord
from discord.ext import commands
import asyncio
from dateutil.relativedelta import relativedelta as rdelta
im... |
339 | null | datachain-ai/datachain | # Repository Context
Name: datachain-ai/datachain
Description:
# Pull Request
## Convert custom columns types in dataset_select_paginated
We use [convert_rows_custom_column_types](https://github.com/iterative/datachain/blob/dfa206812227d5ded173a33d1998c98161368b06/src/datachain/data_storage/schema.py#L49-L76) in [d... |
89 | null | lundberg/respx | # Repository Context
Name: lundberg/respx
Description:
# Pull Request
## Add python 3.9 to test matrix
# Relevant Files Found
## noxfile.py
```
import nox
nox.options.stop_on_first_error = True
nox.options.reuse_existing_virtualenvs = True
nox.options.keywords = "test + check"
source_files = ("respx", "tests"... |
41,328 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## py-requests-file: new package
# Relevant Files Found
# Edits
This pull request adds a new package, `py-requests-file`, to the Spack package manager, providing a file transport adapter for the Python `requests` library to enable handling of ... |
1,934 | null | dimagi/open-chat-studio | # Repository Context
Name: dimagi/open-chat-studio
Description:
# Pull Request
## Ba/update chat start api
## Description
Add remote_id and name param in chat_start_Session api. Show remote_id in participant_view
## User Impact
<!-- Describe the impact of this change on the end-users. -->
### Demo
<!-- If ... |
4,551 | null | ansys/pyfluent | # Repository Context
Name: ansys/pyfluent
Description:
# Pull Request
## fix: SettingsBase.__call__ should also set state if any argument is passed.
## Context
The method `__call__` used to only get the state for parameters. For some recently modified parameter definitions in settings API, we need to set the state... |
786 | null | CycloneDX/cyclonedx-python-lib | # Repository Context
Name: CycloneDX/cyclonedx-python-lib
Description:
# Pull Request
## feat: avoid raising `NoPropertiesProvidedException` for optional parameters
the following classes' init no longer raise `NoPropertiesProvidedException`:
* `cyclonedx.model.IdentifiableAction`
* `cyclonedx.model.component.Com... |
1,051 | null | OpenFreeEnergy/openfe | # Repository Context
Name: OpenFreeEnergy/openfe
Description:
# Pull Request
## add warning for unsupported settings yaml parameters
addresses !https://github.com/OpenFreeEnergy/openfe/issues/852
# Relevant Files Found
## openfecli/parameters/plan_network_options.py
```
# This code is part of OpenFE and is licen... |
205 | null | latchbio/latch | # Repository Context
Name: latchbio/latch
Description:
# Pull Request
## Kenny/better errors
trying to figure out the best way to initialize a handler once for every subcommand globally and still printing out a custom message for that subcommand without explicitly passing it.
currently
```
# within body
... |
1 | null | cruiseresearchgroup/SensorLLM | # Repository Context
Name: cruiseresearchgroup/SensorLLM
Description:
# Pull Request
## corrected the spell
I changed 'rom' to 'from'. I guess it was a spell mistake
# Relevant Files Found
## train/train.py
```
import os
import torch
import pathlib
import yaml
from dataclasses import dataclass, field
from typing... |
126 | null | ig-python/trading-ig | # Repository Context
Name: ig-python/trading-ig
Description:
# Pull Request
## Fix _stream_connection being set to None before connection is closed
self._stream_connection was set to None before .close() was called, causing errors.
# Relevant Files Found
## trading_ig/lightstreamer.py
```
#!/usr/bin/python3
# ... |
231 | null | kyutai-labs/moshi | # Repository Context
Name: kyutai-labs/moshi
Description:
# Pull Request
## Streaming implementation for mimi on mlx
## Checklist
- [ ] Read CONTRIBUTING.md, and accept the CLA by including the provided snippet. We will not accept PR without this.
- [ ] Run pre-commit hook.
- [ ] If you changed Rust code, run ... |
16,248 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Update discord.py
## Description:
A small patch to allow discord to attach images
**Pull request in [home-assistant.github.io](https://github.com/home-assistant/home-assistant.github.io) with documentation (if applicable):** home-as... |
18,982 | null | dagster-io/dagster | # Repository Context
Name: dagster-io/dagster
Description:
# Pull Request
## refactor: set thread daemon property at initialization
## Summary & Motivation
This pattern was bothering me, so refactor it. No need to mutate the thread properties after creating it.
## How I Tested These Changes
bk, https://docs.python... |
384 | null | macrocosm-os/mainframe | # Repository Context
Name: macrocosm-os/mainframe
Description:
# Pull Request
## Features/credibility
1. Improves credibility using new `TaskMetrics` and `MinerData` methods
2. Updates tests
3. Incorporates a new function for `validation_probability`, which is 100% validation for task credibility <= 0.5, and a d... |
33,575 | null | huggingface/transformers | # Repository Context
Name: huggingface/transformers
Description:
# Pull Request
## Generate: check that `attention_mask` is 2D
# What does this PR do?
Fixes #33549
In `generate`, `attention_mask` must be in its 2D format. This PR adds a check for that.
# Relevant Files Found
## src/transformers/generation/... |
1,219 | null | PennyLaneAI/qml | # Repository Context
Name: PennyLaneAI/qml
Description:
# Pull Request
## Add demo "How to Quantum Just-In-Time Compile Grover's Algorithm with Catalyst"
**Title:** How to Quantum Just-In-Time Compile Grover's Algorithm with Catalyst
**Summary:** This demo uses the existing [Grover's Algorithm](https://pennylane... |
28,333 | null | scikit-learn/scikit-learn | # Repository Context
Name: scikit-learn/scikit-learn
Description:
# Pull Request
## DOC Add formula to fbeta docstring
#### Reference Issues/PRs
closes #8746 (supersedes)
#### What does this implement/fix? Explain your changes.
Add formula to `fbeta` docstring
# Relevant Files Found
## sklearn/metric... |
1,006 | null | Azure/azure-linux-extensions | # Repository Context
Name: Azure/azure-linux-extensions
Description:
# Pull Request
## ADE SinglePass version fix
Adding version.txt to the ZIP file since it is needed in Common.py at runtime.
# Relevant Files Found
## VMEncryption/setup.py
```
#!/usr/bin/env python
#
# Copyright (c) Microsoft Corporation
#
# Li... |
596 | null | dwavesystems/dwave-system | # Repository Context
Name: dwavesystems/dwave-system
Description:
# Pull Request
## Ensure CQM example returns feasible results
DOC-890: following a user's comment, I ran the example and got:
```
>>> print(sampleset.first)
Sample(sample={'i': 4.0, 'j': 4.0}, energy=-16.0, num_occurrences=1, is_satisfied=array([F... |
62 | null | neovim/pynvim | # Repository Context
Name: neovim/pynvim
Description:
# Pull Request
## [RFC] Log error message when no handlers are found.
Also change string interpolation type for consistency. This also fixed a bug using `format`.
# Relevant Files Found
## neovim/msgpack_rpc/session.py
```
"""Synchronous msgpack-rpc session ... |
5 | null | kareem-elsayed/k8s-alerts | # Repository Context
Name: kareem-elsayed/k8s-alerts
Description:
# Pull Request
## Fix duration time description
# Relevant Files Found
## app.py
```
import argparse
from pods import Pod
from time import sleep
parser = argparse.ArgumentParser(description = 'k8s alert helper!')
parser.add_argument("--d", defa... |
153 | null | llm-random/llm-random | # Repository Context
Name: llm-random/llm-random
Description:
# Pull Request
## Add matrices parameters weights
# Relevant Files Found
## research/conditional/utils/model_utils.py
```
from functools import partial
from typing import Literal, Optional
import torch
import torch.nn.functional as F
from torch.utils... |
1,747 | null | ossf/fuzz-introspector | # Repository Context
Name: ossf/fuzz-introspector
Description:
# Pull Request
## webapp: add API for getting project language
This is based on file extension counting.
Ref: https://github.com/google/oss-fuzz-gen/pull/643
# Relevant Files Found
## tools/web-fuzzing-introspection/app/webapp/routes.py
```
# Copy... |
58 | null | petercorke/robotics-toolbox-python | # Repository Context
Name: petercorke/robotics-toolbox-python
Description:
# Pull Request
## Added functionality for multi-scene displays
# Relevant Files Found
## graphics/graphics_canvas.py
```
from vpython import scene, color, arrow, compound, keysdown, rate, norm, sqrt, cos, button, menu, checkbox, slider
f... |
22 | null | lllangWV/ParquetDB | # Repository Context
Name: lllangWV/ParquetDB
Description:
# Pull Request
## chore: Update dependencies and refactor configuration loading
Removed trailing space from the 'distributed' dependency in pyproject.toml and added 'platformdirs' for better configuration management.
Refactored the configuration loading ... |
94 | null | opera-adt/COMPASS | # Repository Context
Name: opera-adt/COMPASS
Description:
# Pull Request
## Avoid compute corrections twice
This PR proposes an attempt to solve #92 and avoids to compute the correction layers twice.
At the moment, the correction layers are computed 1) to feed them to the geocodeSlc correction module 2) to alloc... |
6,829 | null | pydantic/pydantic | # Repository Context
Name: pydantic/pydantic
Description:
# Pull Request
## Fix serialization issue with InstanceOf
Addresses a bug noticed in https://github.com/pydantic/pydantic/discussions/6819#discussioncomment-6531443 where `InstanceOf[T]` was serializing like `T` from JSON, but like `SerializeAsAny[T]` from p... |
724 | null | numalariamodeling/covid-chicago | # Repository Context
Name: numalariamodeling/covid-chicago
Description:
# Pull Request
## merged master updates to iems surveillance
and restored iems_surveillance folder
# Relevant Files Found
## nucluster/cleanup.py
```
import argparse
import numpy as np
import pandas as pd
import subprocess
import sys
import... |
86 | null | skmin-lab/unixmd | # Repository Context
Name: skmin-lab/unixmd
Description:
# Pull Request
## Update interface script for DFTB+ 20.1 version
# Relevant Files Found
## src/mqc/eh.py
```
from __future__ import division
from build.el_propagator import *
from mqc.mqc import MQC
from fileio import touch_file, write_md_output, write_fi... |
10,300 | null | Lightning-AI/pytorch-lightning | # Repository Context
Name: Lightning-AI/pytorch-lightning
Description:
# Pull Request
## Protect ByteCounter
## What does this PR do?
<!--
Please include a summary of the change and which issue is fixed.
Please also include relevant motivation and context.
List any dependencies that are required for this chan... |
5 | null | vavarachen/splunk_hec_handler | # Repository Context
Name: vavarachen/splunk_hec_handler
Description:
# Pull Request
## fix leaked socket connection
close the socket during the exception handler for initial connection
# Relevant Files Found
## splunk_hec_handler/__init__.py
```
import json
import logging
import time
import requests
import ast
... |
7,723 | null | Qiskit/qiskit | # Repository Context
Name: Qiskit/qiskit
Description:
# Pull Request
## Primitives (base class)
<!--
⚠️ If you do not respect this template, your pull request will be closed.
⚠️ Your pull request title should be short detailed and understandable for all.
⚠️ Also, please add a release note file using reno if the ... |
13,422 | null | ray-project/ray | # Repository Context
Name: ray-project/ray
Description:
# Pull Request
## [ray_client]: Fix multiple attempts at checking connection
## Why are these changes needed?
Multiple simultaneous checks on connectivity are spun up, but if one completes the entire process before these return, a crash occurs.
It only nee... |
556 | null | xaviml/controllerx | # Repository Context
Name: xaviml/controllerx
Description:
# Pull Request
## feat(device): add Z2M Light Controller support to WXKG07LMZ
related to #547
# Relevant Files Found
## apps/controllerx/cx_devices/aqara.py
```
from cx_const import DefaultActionsMapping, Light, MediaPlayer, Switch, Z2MLight
from cx_core... |
306 | null | Substra/substra-tests | # Repository Context
Name: Substra/substra-tests
Description:
# Pull Request
## fix: ci
# Relevant Files Found
## tests/test_execution.py
```
import pytest
import substra
from substra.sdk.exceptions import TaskAssetNotFoundError
from substra.sdk.models import InputRef
from substra.sdk.models import Status
from ... |
1,820 | null | desihub/desispec | # Repository Context
Name: desihub/desispec
Description:
# Pull Request
## stdstar memory optimization
This PR fixes issues
* #1785: examples of stdstars running out of memory for tiles with many exposures
* #1789: go back to using a max of 30 stdstars instead of 50; make that an option not a hardcode
* #1813: s... |
168 | null | scverse/scirpy | # Repository Context
Name: scverse/scirpy
Description:
# Pull Request
## Add tool identifying convergent evolution of clonotypes
Closes #23
# Relevant Files Found
## docs/conf.py
```
import sys
from pathlib import Path
from datetime import datetime
import jupytext
from sphinx.deprecation import RemovedInSphinx4... |
776 | null | GalacticDynamics/galax | # Repository Context
Name: GalacticDynamics/galax
Description:
# Pull Request
## ➕ dep-add: oncequinox for Equinox singletons
# Relevant Files Found
## src/galax/coordinates/_src/frames/simulation.py
```
"""Simulation Reference Frames.
Building off of `coordinax.frames`.
"""
__all__ = ["SimulationFrame", "si... |
1 | null | googlefonts/lang | # Repository Context
Name: googlefonts/lang
Description:
# Pull Request
## Preparing v0.1.0 release
# Relevant Files Found
## Lib/languages/lang_support.py
```
#!/usr/bin/env python3
#
# Copyright 2017,2022 Google Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# yo... |
217 | null | olofk/edalize | # Repository Context
Name: olofk/edalize
Description:
# Pull Request
## Run pnmainc instead of diamondc if using Windows.
`diamondc` does not exist on Windows. Contrary to what Lattice [says](http://www.latticesemi.com/support/answerdatabase/5/5/2/5522) on the subject, `pmainc` is properly set up on Windows to "jus... |
537 | null | tensorflow/quantum | # Repository Context
Name: tensorflow/quantum
Description:
# Pull Request
## Gradient circuits 5/n: refactor base Differentiator
Resolves #516 . Now the child classes of `Differentiator` only need to implement `get_gradient_circuits`, the base class uniformly handles turning those outputs into derivatives.
# Rele... |
836 | null | spacetelescope/jwql | # Repository Context
Name: spacetelescope/jwql
Description:
# Pull Request
## Made plotting limits robust to missing data
This PR should fix https://github.com/spacetelescope/jwql/issues/834 by making the scale limits calculation for the bias and readnoise monitors robust to missing data.
The data that caused th... |
193 | null | Peterande/D-FINE | # Repository Context
Name: Peterande/D-FINE
Description:
# Pull Request
## Fix crash when evaluating background-only images
Fix crash when evaluating background-only images
command: `python train.py -c configs/dfine/dfine_hgnetv2_n_coco.yml --test-only -r dfine_n_coco.pth`
# Before
<img width="1091" alt="... |
26,724 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## Add ENI support to boto_ec2 state and execution modules
# Relevant Files Found
## salt/modules/boto_ec2.py
```
# -*- coding: utf-8 -*-
'''
Connection module for Amazon EC2
.. versionadded:: 2015.8.0
:configuration: This module accepts ex... |
2,651 | null | onepercentclub/bluebottle | # Repository Context
Name: onepercentclub/bluebottle
Description:
# Pull Request
## Fix tasks tests
# Relevant Files Found
## bluebottle/bb_tasks/tests/test_api.py
```
from datetime import timedelta, datetime
from bluebottle.projects.models import Project, ProjectPhase
from bluebottle.tasks.models import Task,... |
464 | null | mapillary/OpenSfM | # Repository Context
Name: mapillary/OpenSfM
Description:
# Pull Request
## feat: remove outliers only from points that moved
When running local bundle, we remember which points were optimized and remove outliers only from those points.
These speeds up large reconstructions where there might be a lot of reconstruc... |
4 | null | HumanSignal/label-studio-ml-backend | # Repository Context
Name: HumanSignal/label-studio-ml-backend
Description:
# Pull Request
## Update model.py
Typo
# Relevant Files Found
## label_studio_ml/model.py
```
import os
import logging
import time
import json
import redis
import attr
import io
from abc import ABC, abstractmethod
from datetime import d... |
36 | null | WordOps/WordOps | # Repository Context
Name: WordOps/WordOps
Description:
# Pull Request
## Updating configuration
- update wordops domain
- fix --letsencrypt=renew
# Relevant Files Found
## setup.py
```
from setuptools import setup, find_packages
import sys
import os
import glob
import configparser
import re
import shutil
con... |
302 | null | SneaksAndData/adapta | # Repository Context
Name: SneaksAndData/adapta
Description:
# Pull Request
## Add support for delete operation in Astra
This PR adds support for `astra_client.delete_entity(...)` so individual instances can be removed from the table if needed
# Relevant Files Found
## adapta/storage/distributed_object_store/data... |
349 | null | os-climate/physrisk | # Repository Context
Name: os-climate/physrisk
Description:
# Pull Request
## Partial implementation of a vulnerability-config-based worked example using TUDelft flood data.
Also tidying up documentation and mocking of tests.
# Relevant Files Found
## src/physrisk/kernel/vulnerability_model.py
```
import importl... |
27 | null | Flowtter/crispy | # Repository Context
Name: Flowtter/crispy
Description:
# Pull Request
## feat: Add assets as submodule
# Relevant Files Found
## crispy-api/tests/conftest.py
```
import asyncio
import os
import ffmpeg
import pytest
from httpx import AsyncClient
from mongo_thingy import AsyncThingy
from PIL import Image
from ... |
192 | null | opencis/opencis-core | # Repository Context
Name: opencis/opencis-core
Description:
# Pull Request
## Replace CxlSimpleHost with CxlHost in unit test
# Relevant Files Found
## opencis/apps/fabric_manager.py
```
"""
Copyright (c) 2024, Eeum, Inc.
This software is licensed under the terms of the Revised BSD License.
See LICENSE for... |
197 | null | arabcoders/ytptube | # Repository Context
Name: arabcoders/ytptube
Description:
# Pull Request
## Manage presets via WebUI
This pull request introduces several changes to the `app/library` module, focusing on enhancing the presets functionality and adding a new scheduler component. The most important changes include adding new events, ... |
19,098 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## Default vellum_case_management to True
Wondering if this'll fix the spooky issues we've had recently with apps created long after the migration having vellum_case_management set to False.
@emord / @millerdev
cc @calellowitz
# Releva... |
543 | null | qilimanjaro-tech/qililab | # Repository Context
Name: qilimanjaro-tech/qililab
Description:
# Pull Request
## Add port_id to get_parameter.
# Relevant Files Found
## src/qililab/instruments/qblox/qblox_module.py
```
# Copyright 2023 Qilimanjaro Quantum Tech
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not... |
6 | null | cmand/scamper | # Repository Context
Name: cmand/scamper
Description:
# Pull Request
## Add support for reading tracelb
# Relevant Files Found
## sc_warts.py
```
#!/usr/bin/env python
#
# Copyright (c) 2015-2016, Robert Beverly
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modi... |
3,310 | null | SFDO-Tooling/CumulusCI | # Repository Context
Name: SFDO-Tooling/CumulusCI
Description:
# Pull Request
## Feature/playwright get record
This adds the following keywords:
* get current record id
* wait until loading is complete
* go to record home
The latter two were added to support the testing of the first.
Also, this refactor... |
3,207 | null | tskit-dev/tskit | # Repository Context
Name: tskit-dev/tskit
Description:
# Pull Request
## Remove last indents
Fixes #2522
# Relevant Files Found
## python/tskit/trees.py
```
# MIT License
#
# Copyright (c) 2018-2025 Tskit Developers
# Copyright (c) 2015-2018 University of Oxford
#
# Permission is hereby granted, free of charg... |
586 | null | ArkMowers/arknights-mower | # Repository Context
Name: ArkMowers/arknights-mower
Description:
# Pull Request
## fix:公招list index out of range
# Relevant Files Found
## arknights_mower/solvers/recruit.py
```
from __future__ import annotations
import os
import pathlib
from itertools import combinations
from typing import Tuple, Dict, Any
i... |
1,379 | null | Pycord-Development/pycord | # Repository Context
Name: Pycord-Development/pycord
Description:
# Pull Request
## Fix deferring
## Summary
Allows deferring with either `deferred_channel_message` or `deferred_message_update` on modal interactions.
The library currently forces a defer on a modal submit to become a channel message.
## Check... |
11,656 | null | hail-is/hail | # Repository Context
Name: hail-is/hail
Description:
# Pull Request
## [query] Replace ExportVCF.apply with lowered version
This removes support for parallel composable vcf export. I believe this
to be okay however as parallel composable export is undocumented and was
added for one specific internal project and ... |
678 | null | gyorilab/indra | # Repository Context
Name: gyorilab/indra
Description:
# Pull Request
## Handle missing value in config file when failure not ok
This PR changes how we interpret empty values in the config file: when the value is required to be set, i.e. `failure_ok = False`, `get_config` will raise an `IndraConfigError` for empty ... |
1,073 | null | canonical/postgresql-operator | # Repository Context
Name: canonical/postgresql-operator
Description:
# Pull Request
## [DPE-7594] Add custom users to pg_hba filter
Don't skip custom users when generating pg_hba configuration
## Checklist
- [ ] I have added or updated any relevant documentation.
- [ ] I have cleaned any remaining cloud resou... |
1,738 | null | mouredev/roadmap-retos-programacion | # Repository Context
Name: mouredev/roadmap-retos-programacion
Description:
# Pull Request
## #07 - 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 de ... |
1,363 | null | gyorilab/indra | # Repository Context
Name: gyorilab/indra
Description:
# Pull Request
## Add source module for UbiBrowser
This PR implements an API and processor for the UbiBrowser resource (http://ubibrowser.ncpsb.org.cn/) which contains a few thousand Ubiquitination and Deubiquitination statements curated from the literature, of... |
725 | null | valory-xyz/open-aea | # Repository Context
Name: valory-xyz/open-aea
Description:
# Pull Request
## Fix IPFS node address parsing on Git console
## Proposed changes
Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request.
## Fixes
If it fixes a bug or resolves a fea... |
83 | null | dlshriver/dnnv | # Repository Context
Name: dlshriver/dnnv
Description:
# Pull Request
## Fixed compose
Network compose was not working because the composition call wasn't returning a Network, so I added a check.
# Relevant Files Found
## dnnv/properties/transformers/propagate_constants.py
```
from __future__ import annotations
... |
150 | null | sloukit/pydew-valley-uzh | # Repository Context
Name: sloukit/pydew-valley-uzh
Description:
# Pull Request
## Features: Add blur when wearing goggles & removed health decay when wearing goggles
## Summary
This PR implements screen blur when wearing goggles and also removes health decay when wearing goggles. I was assigned to [this](https:... |
317 | null | pypa/wheel | # Repository Context
Name: pypa/wheel
Description:
# Pull Request
## macosx platform tag do not support minor bugfix release
I found that python does not support information about bugfix release of macosx, so adding information about third nonzero value from tuple version create wheel which can not be installed. ... |
41 | null | empriselab/RCareWorld | # Repository Context
Name: empriselab/RCareWorld
Description:
# Pull Request
## Example Cloth Grasp
## Description:
Adds an example cloth grasp scene to work with https://github.com/empriselab/RCareCommon/pull/12.
# Relevant Files Found
## pyrcareworld/pyrcareworld/envs/rcareworld_env.py
```
from abc import A... |
490 | null | neuralgcm/neuralgcm | # Repository Context
Name: neuralgcm/neuralgcm
Description:
# Pull Request
## Implement energy conservation adjustment for learned physics.
Implement energy conservation adjustment for learned physics.
# Relevant Files Found
## neuralgcm/experimental/atmosphere/diagnostics.py
```
# Copyright 2024 Google LLC
#
#... |
489 | null | annuaire-entreprises-data-gouv-fr/search-infra | # Repository Context
Name: annuaire-entreprises-data-gouv-fr/search-infra
Description:
# Pull Request
## [CHORE]Decrease sleep time when calling Sirene API
# Relevant Files Found
## workflows/data_pipelines/sirene/flux/api.py
```
from typing import Any
import pandas as pd
from dag_datalake_sirene.helpers.api_cl... |
728 | null | baidubce/app-builder | # Repository Context
Name: baidubce/app-builder
Description:
# Pull Request
## 更新SDK CreateKnowledgeBase文档以及修复部分BUG
更新SDK CreateKnowledgeBase文档以及修复部分BUG
# Relevant Files Found
## python/core/console/knowledge_base/data_class.py
```
# Copyright (c) 2024 Baidu, Inc. All Rights Reserved.
#
# Licensed under the Apac... |
759 | null | ministryofjustice/money-to-prisoners-api | # Repository Context
Name: ministryofjustice/money-to-prisoners-api
Description:
# Pull Request
## Fix Digital take-up report exception when no data
This is happening when running the api locally and there is no data. Nevertheless it's good to handle it better as it may confuse someone not familiar with MTP.
# Rel... |
1,216 | null | pymovements/pymovements | # Repository Context
Name: pymovements/pymovements
Description:
# Pull Request
## docs: update from_asc to include information about the edf2asc tool
### Description
This pull request enhances the documentation for the `from_asc` function in the `pymovements.gaze.io` module.
### Changes Made
- Included a det... |
820 | null | open-edge-platform/anomalib | # Repository Context
Name: open-edge-platform/anomalib
Description:
# Pull Request
## Detection improvements
# Description
- Some improvements for the detection task type
- Add normalization and thresholding for detection (bbox) predictions.
- Rename `boxes_scores` key in outputs dict to `box_scores`
- Impr... |
104 | null | reworkd/harambe | # Repository Context
Name: reworkd/harambe
Description:
# Pull Request
## 🔄 Added ignore goto error flag
<!-- ELLIPSIS_HIDDEN -->
> [!IMPORTANT]
> Add `ignore_goto_error` flag and custom error callback for HTTP errors in SDK, with tests and version update to 0.58.0.
>
> - **Behavior**:
> - Add `ignore_go... |
1,008 | null | PaddlePaddle/PaddleX | # Repository Context
Name: PaddlePaddle/PaddleX
Description:
# Pull Request
## fix the backbone message
modify the backbone prompt message of the PPYOLOv2 model
修改 PPYOLOv2 模型的 backbone 提示信息
# Relevant Files Found
## paddlex/cv/models/detector.py
```
# Copyright (c) 2021 PaddlePaddle Authors. All Rights Reser... |
58,054 | null | apache/airflow | # Repository Context
Name: apache/airflow
Description:
# Pull Request
## Fix MyPy type errors in api_fastapi(security.py),airflow/models(dag_version.py,hitl.py),mark_tasks.py
related: #56735
1. airflow-core/src/airflow/models/hitl.py
2. airflow-core/src/airflow/api/common/mark_tasks.py
3. airflow-core/src/airflo... |
5,452 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## Add info for lftp@4.8.1
Lightly tested on CentOS 7.
# Relevant Files Found
## var/spack/repos/builtin/packages/lftp/package.py
```
##############################################################################
# Copyright (c) 2013-2017, Lawren... |
64 | null | PerfectFit-project/virtual-coach-rasa | # Repository Context
Name: PerfectFit-project/virtual-coach-rasa
Description:
# Pull Request
## Relapse dialog
Fixes: https://github.com/PerfectFit-project/virtual-coach-issues/issues/291
The Relapse dialog has been completely implemented. The graph sharing functionality will be integrated in [this issue](https:... |
14 | null | leggedrobotics/elevation_mapping_cupy | # Repository Context
Name: leggedrobotics/elevation_mapping_cupy
Description:
# Pull Request
## Fix/improve shifting
This is to improve the performance of `move_to` function.
Before it was using `sp.ndimage.interpolation.shift`, however the shift pixel was already rounded before this function.
Therefore I switche... |
6,163 | null | conan-io/conan-center-index | # Repository Context
Name: conan-io/conan-center-index
Description:
# Pull Request
## emsdk_installer init
emsdk_installer/2.0.10
This recipe creates a package which may be used as build_requires to build packages for emscripten wasm.
This recipe is based on "https://github.com/conan-io/conan-center-index/pull/... |
60 | null | vllm-project/llm-compressor | # Repository Context
Name: vllm-project/llm-compressor
Description:
# Pull Request
## Disable Default Bitmask Compression
SUMMARY:
This issue came up a few days ago where a user tried to run a sparsified model in vLLM: https://github.com/vllm-project/llm-compressor/issues/45. We compress sparse models into the "sp... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.