pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
4,179 | null | beetbox/beets | # Repository Context
Name: beetbox/beets
Description:
# Pull Request
## Add default for unimported.ignore_subdirectories
## Description
Adds a default value for the new option introduced in #4086 . Without this, the plugin requires you to set it:
```
$ beet -vv unimported
user configuration: /home/sjung/.co... |
383 | null | bryanforbes/Erasmus | # Repository Context
Name: bryanforbes/Erasmus
Description:
# Pull Request
## Improve output of confession search
# Relevant Files Found
## erasmus/cogs/confession.py
```
from __future__ import annotations
from itertools import pairwise
from typing import TYPE_CHECKING, Final, NamedTuple, cast
from botus_rece... |
27,498 | null | dagster-io/dagster | # Repository Context
Name: dagster-io/dagster
Description:
# Pull Request
## new grpc proto file name for dagster
## Summary & Motivation
This is called 'api.proto' which is a very generic name - if another grpc project is imported with that name, they can't coexist. Rename ours to 'dagster_api.proto' instead (thi... |
464 | null | sbrunner/jsonschema-gentypes | # Repository Context
Name: sbrunner/jsonschema-gentypes
Description:
# Pull Request
## Any is a native type, not a builtin type (required an import)
# Relevant Files Found
## jsonschema_gentypes/api_draft_04.py
```
"""
The API version draft 04.
"""
import re
from typing import Dict, List, Union, cast
from jso... |
2 | null | rothn/frigidaire_homeassistant | # Repository Context
Name: rothn/frigidaire_homeassistant
Description:
# Pull Request
## Fix breaking changes to frigidaire API
A new API broke the current version of this library, and was noticed in 1/26/2024. This embeds a patched version of the frigidaire dependency temporarily while I wait for a fix to get merg... |
92 | null | f-dangel/backpack | # Repository Context
Name: f-dangel/backpack
Description:
# Pull Request
## Conv batch grad extensions test (#91)
Add extensions and tests for `ConvNd` and `ConvTransposeNd`
Co-authored-by: sbharadwajj <shrishabharadawaj5@gmail.com>
# Relevant Files Found
## backpack/extensions/firstorder/batch_grad/__init__.p... |
777 | null | gchq/coreax | # Repository Context
Name: gchq/coreax
Description:
# Pull Request
## bug: Fixed issue with large batch sizes causing XLA errors in JAX 0.4.33
Refs: #773
### PR Type
<!--
What kind of change does this PR introduce? Remove any that do not apply.
-->
- Bugfix
- Tests
### Description
<!--
Please... |
2,035 | null | comet-ml/opik | # Repository Context
Name: comet-ml/opik
Description:
# Pull Request
## Update OpenAPI spec and Fern code
Automated update of Open API spec and Fern Code after running `./scripts/generate_openapi.sh`
# Relevant Files Found
## sdks/python/src/opik/rest_api/types/service_toggles_config.py
```
# This file was auto-... |
25 | null | huggingface/optimum | # Repository Context
Name: huggingface/optimum
Description:
# Pull Request
## Support Intel neural_compressor v1.7
# What does this PR do?
* Support Intel Neural_compressor v1.7
* Support to pass configure class to quantization of Intel Neural_compressor
* Add IncOptimizedConfig class for quantized configure of ... |
153 | null | proxystore/proxystore | # Repository Context
Name: proxystore/proxystore
Description:
# Pull Request
## [pre-commit.ci] pre-commit autoupdate
<!--pre-commit.ci start-->
updates:
- [github.com/asottile/pyupgrade: v3.2.0 → v3.2.2](https://github.com/asottile/pyupgrade/compare/v3.2.0...v3.2.2)
- [github.com/pre-commit/mirrors-mypy: v0.982 → ... |
2,280 | null | home-assistant/supervisor | # Repository Context
Name: home-assistant/supervisor
Description:
# Pull Request
## Add jobs decorator to add-ons/snapshot/core and remove 404 hack
<!--
You are amazing! Thanks for contributing to our project!
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
-->
## Proposed change
<!--
... |
62 | null | ModelSEED/ModelSEEDpy | # Repository Context
Name: ModelSEED/ModelSEEDpy
Description:
# Pull Request
## travis
travis fix for 3.7
minor exception handling
revert setup.py changes
# Relevant Files Found
## modelseedpy/__init__.py
```
# -*- coding: utf-8 -*-
from __future__ import absolute_import
# set the warning format to be on a... |
592 | null | City-of-Helsinki/tilavarauspalvelu-core | # Repository Context
Name: City-of-Helsinki/tilavarauspalvelu-core
Description:
# Pull Request
## TILA-1824 | EmailTemplate translation support
Adds content and subject as translatable fields in `EmailTemplate` model.
If no content translations then we default to fi in email templates when compiling content.
... |
36 | null | LemurPwned/video-sampler | # Repository Context
Name: LemurPwned/video-sampler
Description:
# Pull Request
## Feat/output fmt
## Summary by Sourcery
Add a new SaveFormatConfig class to handle save format configurations, including options for encoding time, avoiding dots, and including filenames. Refactor SamplerConfig to utilize Pydantic's ... |
2,164 | null | scikit-bio/scikit-bio | # Repository Context
Name: scikit-bio/scikit-bio
Description:
# Pull Request
## Dropped support for Python 3.8
... since it has reached the end-of-life (EOL).
Please complete the following checklist:
* [x] I have read the [contribution guidelines](https://scikit.bio/contribute.html).
* [x] I have documente... |
11,581 | null | mlflow/mlflow | # Repository Context
Name: mlflow/mlflow
Description:
# Pull Request
## Fix langchain test in latest release
<details><summary>🛠 DevTools 🛠</summary>
<p>
[](https://codespaces.new/serena-ruan/mlflow/pull/11581?quickstart=1)
#### In... |
217 | null | ambuda-org/ambuda | # Repository Context
Name: ambuda-org/ambuda
Description:
# Pull Request
## Update docs to reflect project changes
- Update docs around `make db-seed-basic`.
- Add note on Alpine.js.
- Make the CLI docs more obvious.
- Fix various typos.
# Relevant Files Found
## cli.py
```
#!/usr/bin/env python3
from pathli... |
1 | null | gmodena/tensor-fm | # Repository Context
Name: gmodena/tensor-fm
Description:
# Pull Request
## Development
TensorFlow 2 port (initial)
# Relevant Files Found
# Edits
This PR adds a TensorFlow 2.0 port of a Factorization Machine for polynomial regression and classification, integrating with scikit-learn's estimator interface. Key... |
6,106 | null | Azure/azure-cli | # Repository Context
Name: Azure/azure-cli
Description:
# Pull Request
## added clarity to get-credentials
---
This checklist is used to make sure that common guidelines for a pull request are followed.
- [ ] The PR has modified HISTORY.rst describing any customer-facing, functional changes. Note that this do... |
164 | null | outscale/osc-sdk-python | # Repository Context
Name: outscale/osc-sdk-python
Description:
# Pull Request
## ✨ feat: add maximum delay settings for backoff
# Relevant Files Found
## osc_sdk_python/authentication.py
```
import datetime
import hashlib
import hmac
import base64
from osc_sdk_python import __version__
VERSION = __version__
D... |
56 | null | pystiche/pystiche | # Repository Context
Name: pystiche/pystiche
Description:
# Pull Request
## Add container modules
# Relevant Files Found
## pystiche/core/_modules.py
```
from abc import abstractmethod
from typing import Any, Dict
from torch import nn
from ._base import Object
class Module(nn.Module, Object):
@abstractmet... |
56 | null | rabbitmq-community/rstream | # Repository Context
Name: rabbitmq-community/rstream
Description:
# Pull Request
## There was a bug in the previous software version.
When specifing different publish_notification callbacks for Send/Send_Batch Just the last one was invoked.
Fixed and added tests to cover this scenario
Bumping poetry version as w... |
846 | null | pixeltable/pixeltable | # Repository Context
Name: pixeltable/pixeltable
Description:
# Pull Request
## Update model used by Together AI tests
# Relevant Files Found
## tests/functions/test_together.py
```
import pytest
import pixeltable as pxt
from ..utils import rerun, skip_test_if_no_client, skip_test_if_not_installed, validate_u... |
13,984 | null | frappe/frappe | # Repository Context
Name: frappe/frappe
Description:
# Pull Request
## fix: Revert auto_commit after frappe.sendmail
Bug introduced via #13915
# Relevant Files Found
## frappe/email/doctype/newsletter/newsletter.py
```
# Copyright (c) 2021, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See LICE... |
42 | null | ioos/ioos_qc | # Repository Context
Name: ioos/ioos_qc
Description:
# Pull Request
## Initial commit of the density inversion test
We present here an additional test within the QARTOD module which corresponds to the [QARTOD Test 13 Density Inversion Test](https://cdn.ioos.noaa.gov/media/2020/03/QARTOD_TS_Manual_Update2_200324_fin... |
67 | null | HDRUK/CaRROT-CDM | # Repository Context
Name: HDRUK/CaRROT-CDM
Description:
# Pull Request
## Feature/add drug exposure table
For processing ALSPAC with the latest set of rules, we need to add the drug exposure table to the pythonic version of the CDM in co-connect-tools
# Relevant Files Found
## coconnect/cdm/__init__.py
```
from... |
556 | null | wandb/weave | # Repository Context
Name: wandb/weave
Description:
# Pull Request
## chore(weave): Adds support for UI-first templates
This PR adds the basic scaffolding to support simple UI-first template flow. This is not the final solution, but a perfectly good quick project to get product what they need
<img width="1365" a... |
87 | null | google/fedjax | # Repository Context
Name: google/fedjax
Description:
# Pull Request
## Adding k-level quantization for aggregators.
Adding k-level quantization for aggregators.
# Relevant Files Found
## fedjax/experimental/aggregators/__init__.py
```
# Copyright 2021 Google LLC
#
# Licensed under the Apache License, Version 2... |
2,360 | null | 2dos/DK64-Randomizer | # Repository Context
Name: 2dos/DK64-Randomizer
Description:
# Pull Request
## Revert "Alpine support"
Reverts 2dos/DK64-Randomizer#2358
# Relevant Files Found
## controller/app.py
```
"""Controller Router manages all the worker nodes."""
import json
import logging
import os
import copy
import secrets
import th... |
165 | null | earthdaily/earthdaily-python-client | # Repository Context
Name: earthdaily/earthdaily-python-client
Description:
# Pull Request
## release(v0.5.5)
## [0.5.5] - 2025-03-11
### Fixed
- better stability of the deduplicate items algorithm.
- rescale dataset now supports same datetime in dataset.
# Relevant Files Found
## earthdaily/earthdatasto... |
252 | null | jpgill86/neurotic | # Repository Context
Name: jpgill86/neurotic
Description:
# Pull Request
## Add project acronym to package description, app, and docs
Closes #246
# Relevant Files Found
## neurotic/__init__.py
```
# -*- coding: utf-8 -*-
"""
Curate, visualize, annotate, and share your behavioral ephys data using Python
"""
from... |
29 | null | alugowski/matrepr | # Repository Context
Name: alugowski/matrepr
Description:
# Pull Request
## Fix floatfmt always using 'g' formatting with to_str
# Relevant Files Found
## matrepr/__init__.py
```
# Copyright (C) 2023 Adam Lugowski.
# Use of this source code is governed by the BSD 2-clause license found in the LICENSE.txt file.
... |
496 | null | NVIDIA-Merlin/Transformers4Rec | # Repository Context
Name: NVIDIA-Merlin/Transformers4Rec
Description:
# Pull Request
## [feature]Multi-GPU DistributedDataParallel Fixed
Fixes #456
### Goals :soccer:
1. Support Multi-GPU `DistributedDataParallel` training for next-item-prediction tasks using `transformers4rec.Trainer` class for training.
2.... |
111 | null | pystiche/pystiche | # Repository Context
Name: pystiche/pystiche
Description:
# Pull Request
## Add tests for pystiche.misc
This adds some initial test for `pystiche.misc`. However the package is not completely covered by this.
# Relevant Files Found
## pystiche/misc/misc.py
```
from typing import (
Any,
Union,
Optional... |
13 | null | parklab/Salamander | # Repository Context
Name: parklab/Salamander
Description:
# Pull Request
## fix bugs
fix bugs related to sparse NMF and the signature plot
# Relevant Files Found
## src/salamander/models/_utils_klnmf.py
```
from __future__ import annotations
import numpy as np
from numba import njit
from scipy.special import g... |
2,481 | null | bentoml/BentoML | # Repository Context
Name: bentoml/BentoML
Description:
# Pull Request
## docs: update for xgboost doc
<!--- Thanks for sending a pull request!
Please make sure to read the contribution guidelines, then fill out the blanks below before requesting a code review.
Name your Pull Request with one of the following... |
2,209 | null | Open-MSS/MSS | # Repository Context
Name: Open-MSS/MSS
Description:
# Pull Request
## Return aware datetime objects
**Purpose of PR?**:
Fixes #2182
**Does this PR introduce a breaking change?**
**If the changes in this PR are manually verified, list down the scenarios covered:**:
**Additional information for reviewer... |
3,641 | null | tensorflow/tfx | # Repository Context
Name: tensorflow/tfx
Description:
# Pull Request
## add all runtime parameter value as output of `substitute_runtime_parameter`
add all runtime parameter value as output of `substitute_runtime_parameter`
# Relevant Files Found
## tfx/orchestration/portable/runtime_parameter_utils.py
```
# C... |
2,086 | null | stfc/PSyclone | # Repository Context
Name: stfc/PSyclone
Description:
# Pull Request
## (Closes #2013) Support logical, scalar arguments in psyad test-harness generation
# Relevant Files Found
## src/psyclone/domain/lfric/kern_call_invoke_arg_list.py
```
# -----------------------------------------------------------------------... |
54 | null | opengeos/geoai | # Repository Context
Name: opengeos/geoai
Description:
# Pull Request
## Add max_object_area param for ObjectDetector
Fix #53. Useful for removing large objects.

# Relevant Files Found
## geoai/extract.py
```
import o... |
47 | null | bluesky-astronomy/astronomy-feeds | # Repository Context
Name: bluesky-astronomy/astronomy-feeds
Description:
# Pull Request
## Add Ruff as linter
# Relevant Files Found
## scripts/get_current_activity.py
```
"""A simple script just to fetch current bot activity to look at."""
from astrofeed_lib.database import db, BotActions
print(
len(
... |
97 | null | cordada/lib-cl-sii-python | # Repository Context
Name: cordada/lib-cl-sii-python
Description:
# Pull Request
## cte: Allow four digit Form 29 codes
Fixes (partially): https://github.com/fyntex/lib-cl-sii-python/issues/93
# Relevant Files Found
## cl_sii/cte/f29/data_models.py
```
"""
CTE Form 29 Data Models
=======================
"""
fro... |
625 | null | apoclyps/reviews | # Repository Context
Name: apoclyps/reviews
Description:
# Pull Request
## fixes view to remove redundant elements and render all results on screen
### What's Changed
fixes view to remove redundant elements and render all results on the screen
# Relevant Files Found
## reviews/commands.py
```
from rich.consol... |
8,470 | null | scipy/scipy | # Repository Context
Name: scipy/scipy
Description:
# Pull Request
## DOC: example for ndimage.minimum_position
Reference to: https://github.com/scipy/scipy/issues/7168
# Relevant Files Found
## scipy/ndimage/measurements.py
```
# Copyright (C) 2003-2005 Peter J. Verveer
#
# Redistribution and use in source and ... |
90 | null | chris104957/django-carrot | # Repository Context
Name: chris104957/django-carrot
Description:
# Pull Request
## Fixing issue #87
# Relevant Files Found
## carrot/migrations/0003_populate_task_name.py
```
# Generated by Django 2.0.4 on 2018-05-30 12:19
from django.db import migrations
def add_task_name(apps, schema_editor):
"""
... |
30 | null | Jammy2211/PyAutoGalaxy | # Repository Context
Name: Jammy2211/PyAutoGalaxy
Description:
# Pull Request
## use has method over checking length of list
# Relevant Files Found
## autogalaxy/galaxy/galaxy.py
```
from itertools import count
from typing import Dict, List, Optional, Union
import numpy as np
import autoarray as aa
impo... |
3,992 | null | mitodl/open-discussions | # Repository Context
Name: mitodl/open-discussions
Description:
# Pull Request
## Revert "Elasticsearch 7.10 upgrade"
Reverts mitodl/open-discussions#3974
revert the 7.10 upgrade while I finish debugging the type problem to unblock other work
# Relevant Files Found
## course_catalog/etl/loaders_test.py
```
""... |
2,341 | null | PaddlePaddle/models | # Repository Context
Name: PaddlePaddle/models
Description:
# Pull Request
## Add orc readme
Add orc readme
已经删除无用代码
# Relevant Files Found
# Edits
This pull request adds OCR (Optical Character Recognition) functionality to the PaddlePaddle models repository, specifically implementing a dynamic OCR recogniti... |
15 | null | cyberbotics/webots-projects | # Repository Context
Name: cyberbotics/webots-projects
Description:
# Pull Request
## autonomous mavic
This PR aims to develop autonomous drones patroling over the forest, detecting and dropping water on wildfires.
An issue appeared with the method `ComputeMonoplotting()`. It aims to compute the world coordinate... |
2,678 | null | mozilla/kitsune | # Repository Context
Name: mozilla/kitsune
Description:
# Pull Request
## 1194899 locales api
This is pretty straight-forward--nothing exciting here. Quick r?
# Relevant Files Found
## docs/conf.py
```
# -*- coding: utf-8 -*-
#
# Kitsune documentation build configuration file, created by
# sphinx-quickstart on ... |
527 | null | ResonantGeoData/RD-WATCH | # Repository Context
Name: ResonantGeoData/RD-WATCH
Description:
# Pull Request
## worldview NITF fix
I think the lowercase cog and nitf made me replace that with the 'wv' instead of 'WV' when we did the emergency switch to Element84.
# Relevant Files Found
## rdwatch/core/utils/images.py
```
import io
import lo... |
26,492 | null | pandas-dev/pandas | # Repository Context
Name: pandas-dev/pandas
Description:
# Pull Request
## TST: Test sorting levels not aligned with index (#25775)
- [x] closes #25775
- [x] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry (empty since no user-facing changs)
With... |
49 | null | RodrigoGonzalez/streamlit-shap-app | # Repository Context
Name: RodrigoGonzalez/streamlit-shap-app
Description:
# Pull Request
## refactor(eda-charts): refactor eda charts into their own modules, add…
… outliers section
# Relevant Files Found
## src/shap_app/app.py
```
""" Streamlit app for SHAP explainers """
import matplotlib.pyplot as plt
import... |
1,624 | null | reframe-hpc/reframe | # Repository Context
Name: reframe-hpc/reframe
Description:
# Pull Request
## [feat] Support `spack load` for loading software packages
Closes #1584
# Relevant Files Found
## reframe/core/modules.py
```
# Copyright 2016-2020 Swiss National Supercomputing Centre (CSCS/ETH Zurich)
# ReFrame Project Developers. See... |
504 | null | CiscoDevNet/ansible-dcnm | # Repository Context
Name: CiscoDevNet/ansible-dcnm
Description:
# Pull Request
## fix key issue: 'ENABLE_MACSEC' on dcnm_links.py
Add safe.get for ENABLE_MACSEC, as the key is not always returned by ND.
Example of issue:
```
TASK [cisco.nac_dc_vxlan.create : Manage Fabric Links in Nexus Dashboard] **********... |
606 | null | google/BIG-bench | # Repository Context
Name: google/BIG-bench
Description:
# Pull Request
## Factuality of summary
Fixed bugs in task
# Relevant Files Found
# Edits
This pull request fixes bugs in the `factuality_of_summary` task to improve the correctness and efficiency of the factuality evaluation for summarization. Key chan... |
59 | null | a10networks/a10-acos-axapi | # Repository Context
Name: a10networks/a10-acos-axapi
Description:
# Pull Request
## [STACK-103] Harmony support
Modules for Harmony support - no playbooks yet.
# Relevant Files Found
## a10_ansible/library/a10_harmony_controller_profile.py
```
#!/usr/bin/python
# Copyright 2018 A10 Networks
# GNU General Publi... |
480 | null | ArtFXDev/silex_client | # Repository Context
Name: ArtFXDev/silex_client
Description:
# Pull Request
## dtb
# Relevant Files Found
## silex_client/commands/farm/blender_render_tasks.py
```
from __future__ import annotations
import logging
import pathlib
import typing
from typing import Any, Dict, List
from fileseq import FrameSet
fr... |
24,862 | null | frappe/frappe | # Repository Context
Name: frappe/frappe
Description:
# Pull Request
## perf: faster workflow action processing
Multiple fixes:
- [x] fix: enqueue_after_commit instead of instantly
- [x] refactor: remove needless coupling of return values
- [x] perf: process workflow email receipients from background and only ... |
23,166 | null | scikit-learn/scikit-learn | # Repository Context
Name: scikit-learn/scikit-learn
Description:
# Pull Request
## DOC Ensure `dump_svmlight_file` passes numpydoc validation
<!--
Thanks for contributing a pull request! Please ensure you have taken a look at
the contribution guidelines: https://github.com/scikit-learn/scikit-learn/blob/main/CON... |
2,235 | null | axolotl-ai-cloud/axolotl | # Repository Context
Name: axolotl-ai-cloud/axolotl
Description:
# Pull Request
## feat: use SequentialSampler if `curriculum_sampling` is enabled with `sample_packing`
# Description
The `curriculum_sampling` flag introduced in https://github.com/axolotl-ai-cloud/axolotl/pull/1567 (cc @winglian) preserves datase... |
23,186 | null | scikit-learn/scikit-learn | # Repository Context
Name: scikit-learn/scikit-learn
Description:
# Pull Request
## TST Speed-up test_minibatch_dictionary_learning_dtype_match
This test takes almost 1min to run locally. I can't imagine on azure. This PR makes it run in less than 2 secs.
# Relevant Files Found
## sklearn/decomposition/tests/test... |
456 | null | Kludex/uvicorn | # Repository Context
Name: Kludex/uvicorn
Description:
# Pull Request
## Share socket on Windows
Closes #342
Closes #391
With thanks to @pgjones for the fix.
# Relevant Files Found
## uvicorn/__main__.py
```
import uvicorn
if __name__ == "__main__":
uvicorn.main()
```
## uvicorn/config.py
```
impor... |
7 | null | ProstoKSI/django-weed | # Repository Context
Name: ProstoKSI/django-weed
Description:
# Pull Request
## Renamed pyweed package and added compatibility for django 2.0
1. Rename pyweed to pyseaweed based on https://github.com/utek/pyseaweed/commit/9ede653eb6c39d7797ce2d10e9c74b52330ad712
2. Added compatibility with Django >=1.8
# Relevant... |
359 | null | breezedeus/CnOCR | # Repository Context
Name: breezedeus/CnOCR
Description:
# Pull Request
## Bugfixes
### Update 2025.06.28:发布 V2.3.2.1
Major Changes:
* Bug fixes.
主要变更:
* 修复bug。
# Relevant Files Found
## cnocr/__version__.py
```
# coding: utf-8
# Copyright (C) 2021-2023, [Breezedeus](https://github.com/breezedeus).... |
16 | null | CabbageDevelopment/qasync | # Repository Context
Name: CabbageDevelopment/qasync
Description:
# Pull Request
## Ensure sufficient stack size for worker threads
The default worker stack size for QThreadExecutor executor on macOS is insufficient to survive the default max recursion level.
I.e. The following fails with a SIGBUS error on macOS... |
501 | null | gdsfactory/gplugins | # Repository Context
Name: gdsfactory/gplugins
Description:
# Pull Request
## update tidy3d and unpin numpy
- unpin numpy2
- update to latest tidy3d
## Summary by Sourcery
Unpin the numpy version in the dependencies and update Tidy3D to version 2.7.8. Refactor component methods to directly return objects instead... |
1,352 | null | cogent3/cogent3 | # Repository Context
Name: cogent3/cogent3
Description:
# Pull Request
## Docstring updates
# Relevant Files Found
## src/cogent3/app/composable.py
```
import inspect
import json
import os
import re
import textwrap
import time
import traceback
import types
from copy import deepcopy
from enum import Enum
from f... |
31 | null | pyscf/pyscf | # Repository Context
Name: pyscf/pyscf
Description:
# Pull Request
## Add codes and tests for calculating dipole moment calculation. Fix a doc.
Implement dipole moment calculation.
# Relevant Files Found
## gto/moleintor.py
```
#!/usr/bin/env python
#
# Author: Qiming Sun <osirpt.sun@gmail.com>
#
import numpy
... |
1,243 | null | PMEAL/OpenPNM | # Repository Context
Name: PMEAL/OpenPNM
Description:
# Pull Request
## Export time series
Exception when trying to export transient data using a format other than "xdmf".
# Relevant Files Found
## example_transient_Fickian_diffusion.py
```
import openpnm as op
import numpy as np
# work space and project
ws = o... |
15 | null | adinhodovic/wagtail-resume | # Repository Context
Name: adinhodovic/wagtail-resume
Description:
# Pull Request
## Use github workflows
# Relevant Files Found
## tests/test_templatetags.py
```
from wagtail_resume.templatetags.wagtail_resume_extras import space_to_plus
def test_space_to_plus():
font = space_to_plus("Open Sans")
fon... |
3 | null | nasa-jpl-memex/memex-explorer | # Repository Context
Name: nasa-jpl-memex/memex-explorer
Description:
# Pull Request
## App cleanup
Just some code housekeeping.
# Relevant Files Found
## app/views.py
```
from __future__ import absolute_import
import os
from webhelpers import text
from flask import redirect, flash, render_template, request,... |
711 | null | aobolensk/walbot | # Repository Context
Name: aobolensk/walbot
Description:
# Pull Request
## Implement 'enableallcmd' command for Discord backend
close #702
# Relevant Files Found
## src/backend/discord/cmd/builtin.py
```
"""Built-in WalBot commands"""
import math
import os
import tempfile
import urllib.parse
import urllib.requ... |
20,643 | null | keras-team/keras | # Repository Context
Name: keras-team/keras
Description:
# Pull Request
## Update example and logic for random_hue
I have updated the code with the following changes:
1. Modified the example to ensure it works seamlessly on the Keras platform.
2. Adjusted the invert implementation to apply different weights to ... |
188 | null | cogent3/ensembl_tui | # Repository Context
Name: cogent3/ensembl_tui
Description:
# Pull Request
## MAINT: remove unnecessary column type check in coercing strand to TINYINT
## Summary by Sourcery
Enhancements:
- Remove redundant check for BOOL type before altering strand columns to TINYINT.
# Relevant Files Found
## src/ensembl_tui/... |
658 | null | biolink/ontobio | # Repository Context
Name: biolink/ontobio
Description:
# Pull Request
## For #2124 Disable Gorule51
# Relevant Files Found
## ontobio/io/qc.py
```
import json
import enum
import collections
import datetime
import copy
import logging
from dataclasses import dataclass
from typing import List, Dict, Any, Option... |
29 | null | cedar-team/snapshot-queries | # Repository Context
Name: cedar-team/snapshot-queries
Description:
# Pull Request
## test: rewrite sqlalchemy tests to use queries_snapshot
# Relevant Files Found
## snapshot_queries/testing/assert_queries_match_mixin.py
```
from contextlib import contextmanager
from typing import Callable, Tuple
import sqlpa... |
2 | null | kodemore/targe | # Repository Context
Name: kodemore/targe
Description:
# Pull Request
## Rename Auth.guard requires attribute
# Relevant Files Found
## examples/scenario_rbac_mode_actor_has_role.py
```
from targe import Auth, ActorProvider, Actor, Role
# This class will provide an actor to system when Auth.authorize is calle... |
328 | null | iree-org/iree-llvm-sandbox | # Repository Context
Name: iree-org/iree-llvm-sandbox
Description:
# Pull Request
## Update the tests to use the new fusion and padding transform ops.
# Relevant Files Found
## python/examples/core/transforms.py
```
from mlir.ir import *
from mlir.passmanager import PassManager
import mlir.dialects.linalg_trans... |
207 | null | WorldWideTelescope/pywwt | # Repository Context
Name: WorldWideTelescope/pywwt
Description:
# Pull Request
## Fix Table Layer issue in Windows
Windows would not display table layers due to the way we were previously normalizing line endings for WWT. This PR fixes that problem.
# Relevant Files Found
## pywwt/layers.py
```
import sys
impor... |
33 | null | ResEnv/chain-api | # Repository Context
Name: ResEnv/chain-api
Description:
# Pull Request
## ZMQ Flow Change to Allow for Multiple Django Workers
- Created ZMQ passthrough which can be run as a separate process OR as a gevent spawned in the Flask websocketd server. This takes the responsibility of binding off of django. HOWEVER, ... |
2,482 | null | PaddlePaddle/PaddleNLP | # Repository Context
Name: PaddlePaddle/PaddleNLP
Description:
# Pull Request
## fix winindows bugs of neural search and faq applications
<!-- Demo: https://github.com/PaddlePaddle/PaddleNLP/pull/26 -->
### PR types
<!-- One of [ New features | Bug fixes | Function optimization | Performance optimization | Breaki... |
8,993 | null | cloud-custodian/cloud-custodian | # Repository Context
Name: cloud-custodian/cloud-custodian
Description:
# Pull Request
## c7n-left - fix handling of relative source dir
if we're given a relative path, when we go to create
an unitialized vars file, we get an absolute path,
which can't be made relative to the source dir, resulting
in the follow... |
3 | null | mapbox/make-surface | # Repository Context
Name: mapbox/make-surface
Description:
# Pull Request
## draft surface sampler
# Relevant Files Found
# Edits
This pull request introduces a draft surface sampler tool that extracts raster values (specifically from the near-infrared band) corresponding to vector features in a shapefile, g... |
6,618 | null | SciTools/iris | # Repository Context
Name: SciTools/iris
Description:
# Pull Request
## Pytest conversions. Aggregator, AreaWeighted and COUNT
## 🚀 Pull Request
### Description
<!-- Provide a clear description about your awesome pull request -->
<!-- Tell us all about your new feature, improvement, or bug fix -->
---
[... |
3,203 | null | saleor/saleor | # Repository Context
Name: saleor/saleor
Description:
# Pull Request
## 2567 / Cleanup after payments refactoring
Little clean up of things overlooked in #2567
- Resolved few FIXMEs
- Cleaned up the code
- Added some tests
- Fixed the `charge()` method
- Expanded docs
- ...
# Relevant Files Found
## sale... |
675 | null | bryanforbes/Erasmus | # Repository Context
Name: bryanforbes/Erasmus
Description:
# Pull Request
## Update pre-commit hook RobertCraigie/pyright-python to v1.1.365
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Type | Update | Change |
|---... |
2,519 | null | red-hat-storage/cephci | # Repository Context
Name: red-hat-storage/cephci
Description:
# Pull Request
## [Fix] Fix string formatter
# Relevant Files Found
## tests/cephadm/test_admin_add_labels.py
```
from ceph.ceph_admin import CephAdmin
from utility.log import Log
log = Log(__name__)
class AdminLableValidationError(Exception):
... |
52 | null | RediSearch/ftsb | # Repository Context
Name: RediSearch/ftsb
Description:
# Pull Request
## Enable rate limiting
# Relevant Files Found
## scripts/datagen_redisearch/ecommerce_inventory/ftsb_generate_ecommerce_inventory.py
```
import re
import time
import uuid
import argparse
import csv
import json
import os
import random
import... |
540 | null | mala-project/mala | # Repository Context
Name: mala-project/mala
Description:
# Pull Request
## openPMD I/O: fix parallel flushing
This introduces a workaround for a parallel flushing bug in openPMD-api <= v0.15, see https://github.com/openPMD/openPMD-api/issues/1616 for the original issue and https://github.com/openPMD/openPMD-api/is... |
104 | null | BNUCNL/FreeROI | # Repository Context
Name: BNUCNL/FreeROI
Description:
# Pull Request
## fix bug - index out of bound in set_voxel function
# Relevant Files Found
## froi/core/dataobject.py
```
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*-
# vi: set ft=python sts=4 ts=4 sw=4 et:
"""
Dataset definit... |
160 | null | openshift-psap/topsail | # Repository Context
Name: openshift-psap/topsail
Description:
# Pull Request
## [CPT] New project to deploy CPT tools
# Relevant Files Found
## projects/cluster/toolbox/cluster.py
```
import os
import sys
import logging
from topsail._common import RunAnsibleRole, AnsibleRole, AnsibleMappedParams, AnsibleConst... |
171 | null | CambioML/uniflow-llm-based-pdf-extraction-text-cleaning-data-clustering | # Repository Context
Name: CambioML/uniflow-llm-based-pdf-extraction-text-cleaning-data-clustering
Description:
# Pull Request
## Include header in request to get metadata for an IMDSv2-required instance
According to [AWS EC2's instruction](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-me... |
68 | null | smart-on-fhir/chart-review | # Repository Context
Name: smart-on-fhir/chart-review
Description:
# Pull Request
## Skip over prediction annotations in the export
Annoyingly, they get put in among the human annotations. But also annoyingly, without enough information to separate them into their own separate robot annotator. But at least we can s... |
737 | null | mitodl/open-discussions | # Repository Context
Name: mitodl/open-discussions
Description:
# Pull Request
## Use keyword so post_link_url won't be tokenized
#### What are the relevant tickets?
None
#### What's this PR do?
Switches mapping for post_link_url from `text` to `keyword` since `text` will assume its input is tokenizable, disru... |
644 | null | valory-xyz/trader | # Repository Context
Name: valory-xyz/trader
Description:
# Pull Request
## Adds a tx check to x402 swap logic
Adapted from https://github.com/valory-xyz/optimus/pull/205/commits/f003e9fa9f9082571321e87acb6699cbd58160aa
# Relevant Files Found
## packages/valory/skills/trader_abci/handlers.py
```
# -*- coding: ut... |
744 | null | castorini/pyserini | # Repository Context
Name: castorini/pyserini
Description:
# Pull Request
## update unicoil rerpoduce doc
# Relevant Files Found
## pyserini/search/_base.py
```
#
# Pyserini: Reproducible IR research with sparse and dense representations
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you ... |
53 | null | micromind-toolkit/micromind | # Repository Context
Name: micromind-toolkit/micromind
Description:
# Pull Request
## Fix and improvements to the Metric class
Adds functionalities that support:
1. computing a metric only during validation;
2. computing a metric only every N epochs (for both training and validation);
# Relevant Files Found
#... |
1,306 | null | nautobot/nautobot | # Repository Context
Name: nautobot/nautobot
Description:
# Pull Request
## Implemented soft_time_limit option for jobs
### Fixes: #885
# Relevant Files Found
## nautobot/extras/jobs.py
```
"""Jobs functionality - consolidates and replaces legacy "custom scripts" and "reports" features."""
from collections impo... |
8 | null | spur-sim/spur | # Repository Context
Name: spur-sim/spur
Description:
# Pull Request
## Implemented logging structure.
See #1
# Relevant Files Found
## spur/core/__init__.py
```
from .model import Model
```
## spur/core/base.py
```
"""
Base classes of Spur's component types.
:class:`BaseComponent` defines the abstract base ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.