pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
102 | null | awslabs/aws-cfn-template-flip | # Repository Context
Name: awslabs/aws-cfn-template-flip
Description:
# Pull Request
## Fix/max col width config
This commit will fix the default/max col width that lead to different outputs because the default column width is 80 (increased the default column width to 120)
This change has included a new Config cla... |
964 | null | instadeepai/Mava | # Repository Context
Name: instadeepai/Mava
Description:
# Pull Request
## feat: Vault PoC
## What?
Proof of concept for using Vault in a Mava system.
## Why?
Allows us to store data to be used in, e.g., OG-MARL.
## How?
Vault functionality from flashbax—currently sitting on a [branch](https://github.com/i... |
4,784 | null | langchain-ai/langchain | # Repository Context
Name: langchain-ai/langchain
Description:
# Pull Request
## Add 'get_token_ids' method
Also did some reshuffling since we were using different encoding models depending on the method in the chat openai model which seems bad?
# Relevant Files Found
## langchain/base_language.py
```
"""Base cl... |
119 | null | ansible/pinakes | # Repository Context
Name: ansible/pinakes
Description:
# Pull Request
## Enable to copy portfolio items
Enable endpoint `portfolio_items/:id/copy` to copy portfolio items
https://issues.redhat.com/browse/SSP-2281
# Relevant Files Found
## ansible_catalog/main/catalog/models.py
```
""" This modules stores the... |
483 | null | fabric8-analytics/fabric8-analytics-common | # Repository Context
Name: fabric8-analytics/fabric8-analytics-common
Description:
# Pull Request
## Dashboard configuration
# Relevant Files Found
## dashboard/src/dashboard.py
```
"""The main module of the QA Dashboard."""
import json
import time
import datetime
import os
import sys
import requests
import csv... |
996 | null | IntelPython/numba-dpex | # Repository Context
Name: IntelPython/numba-dpex
Description:
# Pull Request
## Use kernel compiler for parfors as well.
- [X] Have you provided a meaningful PR description?
The `OffloadCompiler` is deprecated and set to be removed in 0.21. Instead, we now have two separate pipelines `DpjitCompiler` and `KernelCo... |
45 | null | theupdateframework/tuf-conformance | # Repository Context
Name: theupdateframework/tuf-conformance
Description:
# Pull Request
## disable two failing conformance tests
This will prevent two failing conformance tests from running in the CI.
# Relevant Files Found
## tuf_conformance/test_basic.py
```
# Test runner
import datetime
import json
import ... |
353 | null | zenml-io/zenml | # Repository Context
Name: zenml-io/zenml
Description:
# Pull Request
## Add error message if step is called twice
## Pre-requisites
Please ensure you have done the following:
- [x] I have read the **CONTRIBUTING.md** document.
- [x] If my change requires a change to the documentation, I have updated the documen... |
249 | null | GPUOpen-LibrariesAndSDKs/BlenderUSDHydraAddon | # Repository Context
Name: GPUOpen-LibrariesAndSDKs/BlenderUSDHydraAddon
Description:
# Pull Request
## BLEN-117: rename "Prman" to "Render Man"
### PURPOSE
rename "Prman" to "Render Man".
### EFFECT OF CHANGE
Change Prman delegate name to RenderMan.
### TECHNICAL STEPS
Improved condition for _render_deleg... |
285 | null | zooniverse/aggregation-for-caesar | # Repository Context
Name: zooniverse/aggregation-for-caesar
Description:
# Pull Request
## Update coverage requirement from <5.1,>=4.5.3 to >=4.5.3,<5.2
Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version.
<details>
<summary>Changelog</summary>
<p><em>Sourced f... |
1,936 | null | OpenMined/PySyft | # Repository Context
Name: OpenMined/PySyft
Description:
# Pull Request
## Adding Data workers on Signup
Addresses Issue #1838
# Relevant Files Found
## syft/workers/base.py
```
import logging
import random
import sys
from abc import abstractmethod
import syft as sy
from syft import serde
from syft.frameworks... |
650 | null | NeuralEnsemble/python-neo | # Repository Context
Name: NeuralEnsemble/python-neo
Description:
# Pull Request
## Add support for reading IrregularlySampledSignals in AsciiSignalIO
(cf #649)
Not implemented: write support for IrregularlySampledSignals
# Relevant Files Found
## neo/io/asciisignalio.py
```
# -*- coding: utf-8 -*-
"""
Class ... |
35,666 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## TableauConnectedApp, TransifexOrganization, and OpenmrsImporter models: AES CBC encryption Migration
## Product Description
<!-- Where applicable, describe user-facing effects and include screenshots. -->
N/A
## Technical Summary
<!... |
111 | null | aws/sagemaker-xgboost-container | # Repository Context
Name: aws/sagemaker-xgboost-container
Description:
# Pull Request
## feature: add selectable inference content for csv, json, jsonlines, and recordio-protobuf
*Description of changes:*
* Adds new selectable inference content feature for accept types: `application/json`, `application/jsonlines`... |
415 | null | pytorch/benchmark | # Repository Context
Name: pytorch/benchmark
Description:
# Pull Request
## Improve the logs printed by the bisector.
This PR fixes the new dependency of "iopath" of recent torchtext package, which causes CI failures.
It also improves the logging of bisector by printing the logs to both standard output and the l... |
183 | null | gisce/sii | # Repository Context
Name: gisce/sii
Description:
# Pull Request
## Envio de facturas intracomunitarias
Modificación para poder enviar las facturas que estén dentro del régimen intracomunitario
# Relevant Files Found
## sii/resource.py
```
# coding=utf-8
import re
import warnings
from decimal import Decimal, loc... |
260 | null | johntruckenbrodt/pyroSAR | # Repository Context
Name: johntruckenbrodt/pyroSAR
Description:
# Pull Request
## migration of outdated scene databases
https://github.com/johntruckenbrodt/pyroSAR/pull/256 introduced breaking changes to the `Archive` database structure. With this, the content of outdated databases can now be imported into a newly... |
2,837 | null | feast-dev/feast | # Repository Context
Name: feast-dev/feast
Description:
# Pull Request
## feat: Offline push endpoint for pushing to offline stores
<!-- Thanks for sending a pull request! Here are some tips for you:
1. Ensure that your code follows our code conventions: https://github.com/feast-dev/feast/blob/master/CONTRIBUT... |
27,340 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## Manually implement form setters/getters for connection settings model
Fix for [Incremental Export Auth Error](https://sentry.io/organizations/dimagi/issues/1638151669/), caused by passwords not being properly set by the form.
##### SUMM... |
1,905 | null | scrapy/scrapy | # Repository Context
Name: scrapy/scrapy
Description:
# Pull Request
## [MRG+1] Modified read failure recovery in utils/gz.py to read only the last f.extrasize bytes of f.extrabuf[ ]
This fixes #1606. Building off the remarks of @jdmaeyer in that bug report, the major difference between downloading the file from th... |
1,174 | null | pymeasure/pymeasure | # Repository Context
Name: pymeasure/pymeasure
Description:
# Pull Request
## Agilent E5062A: docs + rename `active_traces` to `visible_traces`
Sorry for not including this in the recently merged PR, but I was hoping to improve the docs and make a minor change to the API before a release containing this instrument ... |
1,226 | null | facebookresearch/hydra | # Repository Context
Name: facebookresearch/hydra
Description:
# Pull Request
## updates to ray_aws config keys, example apps and doc (#1216)
<!-- Thank you for sending a PR and taking the time to improve Hydra -->
## Motivation
cherry-pick the change from master to 1.0_branch
### Have you read the [Contri... |
235 | null | libdyson-wg/ha-dyson | # Repository Context
Name: libdyson-wg/ha-dyson
Description:
# Pull Request
## Fix missing oscillation mode label for humidifier
# Relevant Files Found
## custom_components/dyson_local/select.py
```
"""Select platform for dyson."""
from typing import Callable
from .vendor.libdyson import (
DysonPureCoolLi... |
762 | null | alteryx/evalml | # Repository Context
Name: alteryx/evalml
Description:
# Pull Request
## AutoSearchBase: refactor pipeline evaluation into evaluate method
Fixes #752, fixes #568
Update `AutoSearchBase` to have a separate evaluate method, to make it easy to evaluate pipeline scores. This will replace `AutoSearchBase._do_iterati... |
96 | null | riga/law | # Repository Context
Name: riga/law
Description:
# Pull Request
## Add ipython contrib with %law magic
This PR adds a new contrib package "ipython" which contains a `%law` magic function that can be used from the ipython interpret or notebooks.
Also, this PR contains a few changes to the loremipsum example to us... |
18 | null | glotzerlab/ovito-scripts | # Repository Context
Name: glotzerlab/ovito-scripts
Description:
# Pull Request
## [pre-commit.ci] pre-commit autoupdate
<!--pre-commit.ci start-->
updates:
- [github.com/asottile/pyupgrade: v2.31.0 → v2.31.1](https://github.com/asottile/pyupgrade/compare/v2.31.0...v2.31.1)
- [github.com/psf/black: 21.12b0 → 22.3.0... |
3,731 | null | nautobot/nautobot | # Repository Context
Name: nautobot/nautobot
Description:
# Pull Request
## Refactor CLI to be a Package to Support Debugging
<!--
Thank you for your interest in contributing to Nautobot! Please note
that our contribution policy recommends that a feature request or bug
report be opened for approval p... |
38 | null | ooni/backend | # Repository Context
Name: ooni/backend
Description:
# Pull Request
## Fix InvalidArchiveDirectory exception message
I got really confused by this when I set up ooni-backend.
# Relevant Files Found
## oonib/config.py
```
import yaml
from oonib import errors as e
from oonib import Storage
from oonib import __ver... |
63 | null | sr-lab/coqpyt | # Repository Context
Name: sr-lab/coqpyt
Description:
# Pull Request
## Add support to Rocq 9.0.1
CoqPyt now supports all Coq/Rocq versions for coq-lsp 0.2.3.
# Relevant Files Found
## coqpyt/coq/base_file.py
```
import os
import shutil
import uuid
import tempfile
from copy import deepcopy
from typing import Opt... |
133 | null | isi-vista/adam | # Repository Context
Name: isi-vista/adam
Description:
# Pull Request
## Adds 'hollow' as a perceivable property
Closes #37
# Relevant Files Found
## adam/ontology/phase1_ontology.py
```
"""
The `Ontology` for use in ISI's GAILA Phase 1 effort.
Note that this `Ontology` is only used for training and testing ex... |
1,065 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## espresso : update to 5.4.0
##### Modifications
- [x] updated to 5.4.0
- [x] added `Parallel=False` after experiencing spurious build failures
# Relevant Files Found
## var/spack/repos/builtin/packages/espresso/package.py
```
#################... |
3,845 | null | inspirehep/inspirehep | # Repository Context
Name: inspirehep/inspirehep
Description:
# Pull Request
## backoffice(ui): connect buttons with actions
* ref https://github.com/cern-sis/issues-inspire/issues/1187
<img width="488" height="227" alt="Screenshot 2025-12-03 at 16 35 16" src="https://github.com/user-attachments/assets/9542a458... |
11,073 | null | dagster-io/dagster | # Repository Context
Name: dagster-io/dagster
Description:
# Pull Request
## convert-examples 6.2/ feature_graph_backed_assets file rename and reorder
### Summary & Motivation
- `repository.py` -> `__init__.py`
- separate out ops and graphs to `graphs_and_ops.py` so we don't include everything in the init file
###... |
10 | null | aiidateam/aiida-submission-controller | # Repository Context
Name: aiidateam/aiida-submission-controller
Description:
# Pull Request
## ♻️ REFACTOR: use `pydantic` instead of `__init__` constructor
Fixes #9
Switch to using `pydantic` to annotate the constructor inputs and add validation for some inputs. This makes the code much cleaner and readable, ... |
27,772 | null | Azure/azure-cli | # Repository Context
Name: Azure/azure-cli
Description:
# Pull Request
## [Compute] BREAKING CHANGE: `az disk/snapshot create`: Change the default value of `--hyper-v-generation` from `V1` to `None`
**Related command**
<!--- Please provide the related command with az {command} if you can, so that we can quickly ro... |
86 | null | cevoaustralia/aws-google-auth | # Repository Context
Name: cevoaustralia/aws-google-auth
Description:
# Pull Request
## Enable getting password from stdin
Hello, this PR closes issue #82, providing implementation for getting password from stdin.
I extracted the `getpass.getpass` call in the `Util` module, fixed the tests and added two unit tes... |
24 | null | writecrow/text_processing | # Repository Context
Name: writecrow/text_processing
Description:
# Pull Request
## Add files via upload
# Relevant Files Found
# Edits
This pull request adds a new de-identification script to remove personally identifiable information (such as student and instructor names) from text files in a given director... |
210 | null | mindee/doctr | # Repository Context
Name: mindee/doctr
Description:
# Pull Request
## refactor: Refactored the recognition training script
This PR introduces the following modifications:
- added a conditional checkpoint saving policy
- added fastprogress console bar
- updated detection model empty GT case
Any feedback is we... |
95 | null | vanheeringen-lab/ANANSE | # Repository Context
Name: vanheeringen-lab/ANANSE
Description:
# Pull Request
## Update network.py
- fixes case-sensitivity of the expression file(s) columns
- fixes hardcoded reference to "tpm"
# Relevant Files Found
## ananse/network.py
```
#!/usr/bin/env python
# Copyright (c) 2009-2019 Quan Xu <qxuchn@gma... |
833 | null | Pacific-AI-Corp/langtest | # Repository Context
Name: Pacific-AI-Corp/langtest
Description:
# Pull Request
## Fix/stereoset dataset reformat
# Description
fixes stereoset bug
-------------------------------------------------------------------------------------------------
## Type of change
- [ ] Bug fix (non-breaking change which f... |
288 | null | superphy/spfy | # Repository Context
Name: superphy/spfy
Description:
# Pull Request
## EDIT: delete compressed file after extraction
# Relevant Files Found
## app/routes/file_utils.py
```
import os
import tarfile
import zipfile
import logging
from modules.loggingFunctions import initialize_logging
from flask import current_ap... |
1,748 | null | pyiron/pyiron_base | # Repository Context
Name: pyiron/pyiron_base
Description:
# Pull Request
## Bump executorlib from 0.0.10 to 0.1.0
Bumps [executorlib](https://github.com/pyiron/executorlib) from 0.0.10 to 0.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/pyiron/executorlib/releases">... |
664 | null | chaoss/augur | # Repository Context
Name: chaoss/augur
Description:
# Pull Request
## Updating the sean branch from dev.
# Relevant Files Found
## augur/cli/configure.py
```
#SPDX-License-Identifier: MIT
"""
Augur library script for generating a config file
"""
import os
import click
import json
ENVVAR_PREFIX = "AUGUR_"
d... |
9 | null | Netflix-Skunkworks/swag-api | # Repository Context
Name: Netflix-Skunkworks/swag-api
Description:
# Pull Request
## CORS
# Relevant Files Found
## setup.py
```
"""
swag-api
========
Web interface for SWAG data.
:copyright: (c) 2017 by Netflix, see AUTHORS for more
:license: Apache, see LICENSE for more details.
"""
import os
from setuptoo... |
626 | null | encode/httpx | # Repository Context
Name: encode/httpx
Description:
# Pull Request
## Refactor BaseEvent
* Drop unused methods from BaseEvent.
* Use an explicit Event class in the asyncio implementation, rather than a lazy cast-and-hope.
# Relevant Files Found
## httpx/concurrency/asyncio.py
```
import asyncio
import functool... |
28 | null | inveniosoftware/invenio-cli | # Repository Context
Name: inveniosoftware/invenio-cli
Description:
# Pull Request
## release: v1.0.0a2
closes https://github.com/inveniosoftware/invenio-cli/issues/26
# Relevant Files Found
## invenio_cli/version.py
```
# -*- coding: utf-8 -*-
#
# Copyright (C) 2019 CERN.
# Copyright (C) 2019 Northwestern Unive... |
24 | null | e-koch/FilFinder | # Repository Context
Name: e-koch/FilFinder
Description:
# Pull Request
## Header as an optional input
Makes three significant changes:
- `header` and `beamwidth` are now keywords args. If no header is given, all results will be in pixel units.
- `image` can now be either a `np.ndarray` (as before), or an `astropy.... |
117 | null | airspeed-velocity/asv | # Repository Context
Name: airspeed-velocity/asv
Description:
# Pull Request
## Commands docs missing again
#97 is back, as reported by @cdeil.
# Relevant Files Found
## docs/source/conf.py
```
# -*- coding: utf-8 -*-
#
# airspeed velocity documentation build configuration file, created by
# sphinx-quickstart o... |
6,150 | null | PokemonGoF/PokemonGo-Bot | # Repository Context
Name: PokemonGoF/PokemonGo-Bot
Description:
# Pull Request
## Crvfts patch 1
Summary:
Appears to fix bot getting stuck and not moving to fort and bot moving back and forth between forts but never getting to either.
Resolves:
#6099 #6104 #6065
# Relevant Files Found
## pokemongo_bot/__... |
201 | null | European-XFEL/DAMNIT | # Repository Context
Name: European-XFEL/DAMNIT
Description:
# Pull Request
## Fix call to get_column_states() while exporting to Zulip
I think this was missed in one of the recent refactorings.
CC @egorsobolev
# Relevant Files Found
## damnit/gui/main_window.py
```
import logging
import shelve
import sys
im... |
48,213 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## Add tags to module context
<!--
Remember that `spackbot` can help with your PR in multiple ways:
- `@spackbot help` shows all the commands that are currently available
- `@spackbot fix style` tries to push a commit to fix style issues in thi... |
6,971 | null | indico/indico | # Repository Context
Name: indico/indico
Description:
# Pull Request
## Include blueprint in link placeholders
This PR is to include the blueprint in the link to the event registration. Otherwise it uses the plugin blueprint
# Relevant Files Found
## indico/modules/events/registration/placeholders/invitations.py
... |
5 | null | LikaloLLC/BlogVi | # Repository Context
Name: LikaloLLC/BlogVi
Description:
# Pull Request
## Dev
# Relevant Files Found
## src/blog_vi/__main__.py
```
import glob
import json
import os
from pathlib import Path
import markdown
import yaml
from feedgen.feed import FeedGenerator
from jinja2 import FileSystemLoader, Environment
fro... |
11 | null | pysat/pysatModels | # Repository Context
Name: pysat/pysatModels
Description:
# Pull Request
## utils.match unit tests (In Progress)
Adding unit tests. This is in progress here, because pysat won't install on my laptop so I can't run the tests locally.
Addresses #6
Please include a summary of the change and which issue is fixe... |
59 | null | drivendataorg/cyfi | # Repository Context
Name: drivendataorg/cyfi
Description:
# Pull Request
## Finalize folds
closes [#52](https://github.com/drivendataorg/cyanobacteria-prediction/issues/52)
- Updates the behavior of training with folds vs. without folds
- Adds more tests for training with folds. These now all happen in `test_p... |
606 | null | pasqal-io/Pulser | # Repository Context
Name: pasqal-io/Pulser
Description:
# Pull Request
## Fix temperature initialization in SimConfig
Fixing the way temperature is converted from µK to K since it was generating bugs with float.
Closes #604
# Relevant Files Found
## pulser-simulation/pulser_simulation/simconfig.py
```
# Copyri... |
196 | null | CS-SI/eodag | # Repository Context
Name: CS-SI/eodag
Description:
# Pull Request
## docs: fixed and scrollable sidebar
Fixes #193
Making the sidebar always visible had the side effect of hiding the bottom of it since it is not scrollable by default.
This workaround from a SO answer([here](https://stackoverflow.com/questio... |
91 | null | RECETOX/RIAssigner | # Repository Context
Name: RECETOX/RIAssigner
Description:
# Pull Request
## replace non-test asserts with exceptions; lint
closes #88
# Relevant Files Found
## RIAssigner/compute/ComputationMethod.py
```
from abc import ABC, abstractmethod
from typing import List
from RIAssigner.data import Data
class... |
4,557 | null | sqlfluff/sqlfluff | # Repository Context
Name: sqlfluff/sqlfluff
Description:
# Pull Request
## name of LT07
This resolves #4548 .
It had a duplicate name with LT06. Must have missed it during the bulk migration.
# Relevant Files Found
## src/sqlfluff/rules/layout/LT07.py
```
"""Implementation of Rule LT07."""
from typing impor... |
21 | null | closup/process-xbrl | # Repository Context
Name: closup/process-xbrl
Description:
# Pull Request
## 5 word integration
Adding limited functionality Word integration. Will be improved in #19 and future issues.
# Relevant Files Found
## main.py
```
"""
A script to convert an arbitrary Excel budget into XBRL format.
Last updated: Feb 2... |
17 | null | matbarofex/pyRofex | # Repository Context
Name: matbarofex/pyRofex
Description:
# Pull Request
## fix heartbeat issue, fix ws exception handler issue, update doc
#16 #15 #13
# Relevant Files Found
## src/pyRofex/clients/rest_rfx.py
```
# -*- coding: utf-8 -*-
"""
pyRofex.rest_client
Defines a Rest Client that implements RO... |
811 | null | intel/gprofiler | # Repository Context
Name: intel/gprofiler
Description:
# Pull Request
## Metadata: BigData: utilize granulate-utils' BigData metadata collection
<!--- Provide a general summary of your changes in the Title above -->
## Description
<!--- Describe your changes in detail -->
## Related Issue
<!--- If there's ... |
760 | null | PaddlePaddle/PaddleMIX | # Repository Context
Name: PaddlePaddle/PaddleMIX
Description:
# Pull Request
## [cherry-pick] fix dit weights convert to ppdiffusers
# Relevant Files Found
## ppdiffusers/examples/class_conditional_image_generation/DiT/tools/convert_dit_to_ppdiffusers.py
```
# Copyright (c) 2024 PaddlePaddle Authors. All Right... |
294 | null | Delgan/loguru | # Repository Context
Name: Delgan/loguru
Description:
# Pull Request
## added async callable sinks and tests for async callable sinks
Would be super nice to merge this in!
Also in contributing, would be nice if you had a 'format'/'lint' script so it is easier to contribute!
What formatter are you (@Delgan) us... |
3 | null | marcosschroh/dataclasses-avroschema | # Repository Context
Name: marcosschroh/dataclasses-avroschema
Description:
# Pull Request
## Feature/nested schemas
* OneToOne relationship added
* OneToMany relationship added
# Relevant Files Found
## dataclasses_avroschema/fields.py
```
import json
import dataclasses
import typing
from collections import O... |
397 | null | AgentOps-AI/agentops | # Repository Context
Name: AgentOps-AI/agentops
Description:
# Pull Request
## ollama undo instrument fix
# Relevant Files Found
## agentops/llms/ollama.py
```
import inspect
import sys
from typing import Optional
from ..event import LLMEvent
from ..session import Session
from agentops.helpers import get_ISO_t... |
143 | null | jaredks/rumps | # Repository Context
Name: jaredks/rumps
Description:
# Pull Request
## Point example to existing image file
The file 'test.png' doesn't exist in project. Changed to 'pony.jpg'.
# Relevant Files Found
## examples/example_dynamic_title_icon.py
```
import rumps
rumps.debug_mode(True)
@rumps.clicked('Icon', 'On')... |
4 | null | ModelSEED/ModelSEEDpy | # Repository Context
Name: ModelSEED/ModelSEEDpy
Description:
# Pull Request
## examples
# Relevant Files Found
## modelseedpy/fbapkg/basefbapkg.py
```
# -*- coding: utf-8 -*-
from __future__ import absolute_import
import logging
import re
from optlang.symbolics import Zero, add
import json as _json
from cobr... |
591 | null | red-hat-storage/ceph-qe-scripts | # Repository Context
Name: red-hat-storage/ceph-qe-scripts
Description:
# Pull Request
## Address TFA failure, s3cmd user profile switch needed
Due to 7.1 BZ on bucket owner change, we could not hit this TFA issue until now
https://issues.redhat.com/browse/RHCEPHQE-14173
This change address this failure.
Pass... |
75 | null | napse-invest/napse-developer-toolkit | # Repository Context
Name: napse-invest/napse-developer-toolkit
Description:
# Pull Request
## fix: makefile implemented
# Relevant Files Found
## backend/config/celery_app.py
```
import os
from unittest import mock
import celery
from celery.app import trace
from celery.signals import setup_logging
# set the ... |
918 | null | girder/girder | # Repository Context
Name: girder/girder
Description:
# Pull Request
## Add a basic, flexible job list widget
And add an instance of it to show reverse-chronological jobs for
the currently-logged-in user in the user dropdown menu.
# Relevant Files Found
## plugins/jobs/server/models/job.py
```
#!/usr/bin/env py... |
577 | null | leptonai/leptonai | # Repository Context
Name: leptonai/leptonai
Description:
# Pull Request
## release: 0.25.4
# Relevant Files Found
## leptonai/config.py
```
"""
Overall configurations and constants for the Lepton AI python library.
"""
import os
from pathlib import Path
import sys
import warnings
import pydantic
import pydan... |
253 | null | pybop-team/PyBOP | # Repository Context
Name: pybop-team/PyBOP
Description:
# Pull Request
## Add check to CMAES and make XNES default optimiser
# Description
Only CMAES appears to be restricted to optimising multiple parameters at a time. This suggests that we should change the default optimiser away from CMAES.
## Issue refer... |
298 | null | open-traffic-generator/openapiart | # Repository Context
Name: open-traffic-generator/openapiart
Description:
# Pull Request
## Import issue
This should address https://github.com/open-traffic-generator/openapiart/issues/297
# Relevant Files Found
## openapiart/common.py
```
import importlib
import logging
import json
import yaml
import requests
i... |
149 | null | landing-ai/landingai-python | # Repository Context
Name: landing-ai/landingai-python
Description:
# Pull Request
## Bugfix: run prediction on RGBA images
`Frame.run_predict` is converting the PIL image to numpy array before sending it to predictors. This breaks for `Frames` generated from RGBA PNG images.
This PR fixes that by sending the or... |
178 | null | zhmcclient/zhmc-ansible-modules | # Repository Context
Name: zhmcclient/zhmc-ansible-modules
Description:
# Pull Request
## Cleaned up the Makefile
See commit message.
# 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. Fo... |
720 | null | mosdef-hub/gmso | # Repository Context
Name: mosdef-hub/gmso
Description:
# Pull Request
## Additional checks when generate pair lists
Address #718. Added checks for `shortest_path_length` when generate pair lists from dihedral. Added unit test for the 4 and 5-ring member. Added options to create a lighter weight networkx graph (no... |
648 | null | CrayLabs/SmartSim | # Repository Context
Name: CrayLabs/SmartSim
Description:
# Pull Request
## Fix test overwriting a test configuration file
Running `pytest tests/test_file_operations.py` was overwriting a test configuration file. This PR fixes the offending test and adds a missing `assert` statement.
# Relevant Files Found
## tes... |
556 | null | ANTsX/ANTsPy | # Repository Context
Name: ANTsX/ANTsPy
Description:
# Pull Request
## ENH: More specific error messages if atropos fails
Raise an exception if the call to Atropos does not return normally, and avoid out of bounds error.
Addresses #554
# Relevant Files Found
## ants/segmentation/atropos.py
```
"""
Atropos se... |
299 | null | home-assistant-libs/pytradfri | # Repository Context
Name: home-assistant-libs/pytradfri
Description:
# Pull Request
## Update the examples
- `set_xy_color` needs two parameters
- added set_predefined_color as an easier example
# Relevant Files Found
## pytradfri/__main__.py
```
"""Provide a CLI for Tradfri."""
import logging
from pprint impo... |
777 | null | packit/packit-service | # Repository Context
Name: packit/packit-service
Description:
# Pull Request
## https://github.com/packit-service -> https://github.com/packit
# Relevant Files Found
## packit_service/config.py
```
# MIT License
#
# Copyright (c) 2018-2019 Red Hat, Inc.
# Permission is hereby granted, free of charge, to any pe... |
57 | null | bokulich-lab/RESCRIPt | # Repository Context
Name: bokulich-lab/RESCRIPt
Description:
# Pull Request
## add evaluate-classifications to evaluate-cross-validate pipeline
e-c-v previously output expected + observed taxonomies. It is already a pipeline — so why not also output a visualization of accuracy results?
This PR adds `evaluate-cl... |
45 | null | bretello/pdbpp | # Repository Context
Name: bretello/pdbpp
Description:
# Pull Request
## Fixing loading of original pdb in embedded Python
Thank you for continuing to support the project.
If you are using embedded Python, then
`code.__file__ == 'PATH_TO_EMBEDDED\\python312.zip\\code.pyc`
And `stdlibdir` is a zip archive with .... |
14 | null | justinmayer/kagi | # Repository Context
Name: justinmayer/kagi
Description:
# Pull Request
## Squash migrations
Not certain if I did it correctly, but I took the liberty of squashing the three migrations into one.
# Relevant Files Found
## kagi/migrations/0001_initial.py
```
# Generated by Django 2.2.4 on 2019-08-08 12:43
from dj... |
290 | null | pyOpenSci/pyosMeta | # Repository Context
Name: pyOpenSci/pyosMeta
Description:
# Pull Request
## [patch] support list of eic and editors
I noticed that a number of reviews were failing to parse due to having multiple eic or editors. This fixes that
# Relevant Files Found
## src/pyosmeta/models/base.py
```
"""Data models for Contrib... |
1,031 | null | buildtesters/buildtest | # Repository Context
Name: buildtesters/buildtest
Description:
# Pull Request
## release version v0.14.0
# Relevant Files Found
## buildtest/__init__.py
```
BUILDTEST_VERSION = "0.13.0"
__version__ = BUILDTEST_VERSION
BUILDTEST_COPYRIGHT = "Copyright (c) 2021-2022, The Regents of the University of California, t... |
53,301 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Fix homekit locks not being created from when setup from the UI
## 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 bug
... |
97 | null | deeppavlov/dp-agent | # Repository Context
Name: deeppavlov/dp-agent
Description:
# Pull Request
## Feat/dialogs list api
# Relevant Files Found
## deeppavlov_agent/core/state_manager.py
```
from typing import Dict
from datetime import datetime
from .state_schema import Bot, BotUtterance, Dialog, Human, HumanUtterance
import loggi... |
152 | null | XENONnT/fuse | # Repository Context
Name: XENONnT/fuse
Description:
# Pull Request
## Changes in interpolation methods
Currently in `straxen`, we have three interpolation methods: `RectBivariateSpline`, `RegularGridInterpolator`, `WeightedNearestNeighbors`. I propose we should avoid `RectBivariateSpline` since it creates unphysic... |
337 | null | dbmi-bgm/cgap-portal | # Repository Context
Name: dbmi-bgm/cgap-portal
Description:
# Pull Request
## Fix Listener Error Reporting
- Repair error reporting to use the correct `IngestionReport`
# Relevant Files Found
## src/encoded/commands/create_mapping_on_deploy.py
```
import argparse
import structlog
import logging
from pyramid.pa... |
56,345 | null | ray-project/ray | # Repository Context
Name: ray-project/ray
Description:
# Pull Request
## [Data] Remove filesystem parameterizations of `test_csv` tests
<!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. -->
<!-- Please add a reviewe... |
1,654 | null | koxudaxi/datamodel-code-generator | # Repository Context
Name: koxudaxi/datamodel-code-generator
Description:
# Pull Request
## Fix `--remove-special-field-name-prefix` + fields (e.g. enum members) starting with numbers
Fixes #1644
@koxudaxi It seemed to me that this would be a good place. Please correct if not.
Also, I'm not that sure about the ... |
875 | null | NYCPlanning/data-engineering | # Repository Context
Name: NYCPlanning/data-engineering
Description:
# Pull Request
## protect `nightly_qa` build artifacts from `clean_artifacts`
our [action](https://github.com/NYCPlanning/data-engineering/actions/workflows/stale_builds.yml) runs automatically every week and can be run manually (would like to run... |
1,077 | null | HXSecurity/DongTai | # Repository Context
Name: HXSecurity/DongTai
Description:
# Pull Request
## ci(unittest): fix env setup in ci .
# Relevant Files Found
## dongtai_conf/settings.py
```
"""
Django settings for dongtai_conf project.
Generated by 'django-admin startproject' using Django 3.0.3.
For more information on this file, ... |
5,420 | null | mage-ai/mage-ai | # Repository Context
Name: mage-ai/mage-ai
Description:
# Pull Request
## [hw] Update a few unit tests that failed on Python 3.12
# Description
When running on Python 3.12, a few unit tests failed. These tests have been updated to run without issues on Python 3.12.
```
ERROR: test_has_job (tests.orchestratio... |
196 | null | IBM/unitxt | # Repository Context
Name: IBM/unitxt
Description:
# Pull Request
## Add common recipe and HF load dataset a system prompt template
# Relevant Files Found
## src/unitxt/common.py
```
from typing import Union
from .card import TaskCard
from .collections import ItemPicker, RandomPicker
from .dataclass import Opt... |
1,882 | null | huawei-noah/SMARTS | # Repository Context
Name: huawei-noah/SMARTS
Description:
# Pull Request
## Make Via a frozen dataclass.
Fixes a hashability bug.
# Relevant Files Found
## smarts/sstudio/types.py
```
# Copyright (C) 2020. Huawei Technologies Co., Ltd. All rights reserved.
#
# Permission is hereby granted, free of charge, to an... |
383 | null | SoftwareUnderstanding/inspect4py | # Repository Context
Name: SoftwareUnderstanding/inspect4py
Description:
# Pull Request
## Dev
# Relevant Files Found
## inspect4py/utils.py
```
import ast
import os
import re
import git
import requests
import subprocess
from pathlib import Path
import collections
from json2html import *
from bigcode_astgen.as... |
100 | null | OasisDefender/oasis | # Repository Context
Name: OasisDefender/oasis
Description:
# Pull Request
## Synk visualization
# Relevant Files Found
## backend/backend.py
```
import json
from .ctx import CTX # base class for frontend objects
from .cloud import Cloud
from .db import DB, db_exist
from .cloud_map import CloudMap, cloud_map_... |
1,483 | null | SpiNNakerManchester/sPyNNaker | # Repository Context
Name: SpiNNakerManchester/sPyNNaker
Description:
# Pull Request
## recording data fixes
Part of https://github.com/SpiNNakerManchester/SpiNNFrontEndCommon/pull/1209
get_last_data_by_placement remove as no longer needed
_get_region_id inow also returns is_recording so that value must be ig... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.