pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
40 | null | zalando-incubator/transformer | # Repository Context
Name: zalando-incubator/transformer
Description:
# Pull Request
## Fix Read The Docs integration
After #38, the documentation cannot be automatically built by Read The Docs because it depends on the `transformer` module (for reading the version number), which is not built by Read The Docs.
R... |
210 | null | holoviz/lumen | # Repository Context
Name: holoviz/lumen
Description:
# Pull Request
## Hide Card header when in Tabs
When rendering targets in tabs the card header duplicates the title in the Tabs component. Removing the header produces a cleaner look and feel.
Implements https://github.com/holoviz/lumen/issues/205
# Relevant... |
6,726 | null | modin-project/modin | # Repository Context
Name: modin-project/modin
Description:
# Pull Request
## PERF-#6727: Remove remaining `result.name = None` in groupby code
<!--
Thank you for your contribution!
Please review the contributing docs: https://modin.readthedocs.io/en/latest/development/contributing.html
if you have questions abo... |
587 | null | gdsfactory/kfactory | # Repository Context
Name: gdsfactory/kfactory
Description:
# Pull Request
## Make vinstance connect take ProtoPort
## Summary by Sourcery
New Features:
- Add support for connecting virtual instances using ProtoPorts.
# Relevant Files Found
## src/kfactory/exceptions.py
```
from __future__ import annotations
f... |
24 | null | mBaratta96/letterboxd_stats | # Repository Context
Name: mBaratta96/letterboxd_stats
Description:
# Pull Request
## Develop
# Relevant Files Found
## letterboxd_stats/web_scraper.py
```
import os
from zipfile import ZipFile
from letterboxd_stats import config
import requests
from bs4 import BeautifulSoup
URL = "https://letterboxd.com"
LOGI... |
24 | null | hwchase17/chat-your-data | # Repository Context
Name: hwchase17/chat-your-data
Description:
# Pull Request
## Updates to get this to work with 'modern' Langchain
1. The `blogpost.md` file is intended to update the following blog post: https://blog.langchain.dev/tutorial-chatgpt-over-your-data/
2. The rest of the updates allow the code to ru... |
549 | null | nolar/kopf | # Repository Context
Name: nolar/kopf
Description:
# Pull Request
## Fix LGTM warnings
## What do these changes do?
Fix LGTM warnings: unused imports and similar functions.
# Relevant Files Found
## kopf/on.py
```
"""
The decorators for the event handlers. Usually used as::
import kopf
@kopf.on.cr... |
33 | null | BenGardiner/mindmup-as-attack-trees | # Repository Context
Name: BenGardiner/mindmup-as-attack-trees
Description:
# Pull Request
## Feature/jonathan beverley/bug fixes
I used it again. Fixed I needed to get it working/minor textual changes.
# Relevant Files Found
## scripts/add-evita.py
```
#!/usr/bin/env python
from __future__ import print_function... |
5,029 | null | PennyDreadfulMTG/Penny-Dreadful-Tools | # Repository Context
Name: PennyDreadfulMTG/Penny-Dreadful-Tools
Description:
# Pull Request
## Clean up the Automerge feature a bit.
Making it a bit less spammy
# Relevant Files Found
## github_tools/__init__.py
```
from flask import redirect
from github_webhook import Webhook
from shared import configuration
... |
366 | null | anam-org/metaxy | # Repository Context
Name: anam-org/metaxy
Description:
# Pull Request
## [core] minor fixes to config and deltalake store
# Relevant Files Found
## src/metaxy/config.py
```
"""Configuration system for Metaxy using pydantic-settings."""
# pyright: reportImportCycles=false
import os
import warnings
from collect... |
33 | null | Yelp/beans | # Repository Context
Name: Yelp/beans
Description:
# Pull Request
## Add travis
# Relevant Files Found
## appengine_config.py
```
# -*- coding: utf-8 -*-
"""
`appengine_config.py` is automatically loaded when Google App Engine
starts a new instance of your application. This runs before any
WSGI applications spe... |
569 | null | ThalesGroup/fred | # Repository Context
Name: ThalesGroup/fred
Description:
# Pull Request
## feat: Add a FGA (ReBAC) authorization sytem
## Introduction
Add FGA ( Fine-Grained Authorization ) using ReBAC (Relationship-based access control) with SpiceDB.
The goal is to be able to check if a particular user (like Alice) is abl... |
4,741 | null | bridgecrewio/checkov | # Repository Context
Name: bridgecrewio/checkov
Description:
# Pull Request
## fix(general): fix default log levels for support stream
**By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.**
[//]: # "
# PR Title
Be aware that we use the tit... |
32 | null | VowpalWabbit/py-vowpal-wabbit-next | # Repository Context
Name: VowpalWabbit/py-vowpal-wabbit-next
Description:
# Pull Request
## Use learn/predict directly. Add predict_then_learn
# Relevant Files Found
## src/vowpal_wabbit_next/_core.pyi
```
from __future__ import annotations
import vowpal_wabbit_next._core
import typing
__all__ = [
"DenseP... |
150 | null | Inria-Empenn/narps_open_pipelines | # Repository Context
Name: Inria-Empenn/narps_open_pipelines
Description:
# Pull Request
## Interface creators
Changes proposed in this Pull Request:
- In the `narps_open.core` module, creators are defined at the Interface level rather than for Nodes
- Adding an InterfaceFactory to easily access the creation of... |
640 | null | PyTables/PyTables | # Repository Context
Name: PyTables/PyTables
Description:
# Pull Request
## Add PEP 519 support
PEP 519 defines a filesystem path protocol, and enhances Python builtin I/O functions to support "path-like" objects such as `pathlib.Path`s. As part of this PEP, the `os` module also gained a `fspath` function, which ta... |
93 | null | g-adopt/g-adopt | # Repository Context
Name: g-adopt/g-adopt
Description:
# Pull Request
## Ensure strictly increasing data for interp
`interpolate_1d_profile` relies on `numpy.interp` for one-dimensional interpolation. However, it currently does not check if the user-provided data is strictly monotonous and if it is given in increa... |
57 | null | pytorch/examples | # Repository Context
Name: pytorch/examples
Description:
# Pull Request
## Training LSTMs for SNLI with GloVe and torchtext
# Relevant Files Found
# Edits
This pull request adds an example for training LSTM-based models on the SNLI dataset using pre-trained GloVe word embeddings and torchtext for data process... |
5,380 | null | oppia/oppia | # Repository Context
Name: oppia/oppia
Description:
# Pull Request
## Fixed part of #5134: core.domain.user_domain_test file!
<!--
- Thanks for submitting code to Oppia! Please fill out the following as part of
- your pull request so we can review your code more easily.
-->
## Explanation
<!--
- Exp... |
31,608 | null | apache/airflow | # Repository Context
Name: apache/airflow
Description:
# Pull Request
## Fix overriding `default_args` in nested task groups
<!--
Thank you for contributing! Please make sure that your code changes
are covered with tests. And in case of new features or big changes
remember to adjust the documentation.
Feel fr... |
111 | null | creativecommons/cc-legal-tools-app | # Repository Context
Name: creativecommons/cc-legal-tools-app
Description:
# Pull Request
## Update publish layout
## Description
Update publish layout
- Refactor output organization to better match production URLs (also adds symlinks). This will not only make hosting easier, but will also make the data repositor... |
3,824 | null | alphagov/notifications-admin | # Repository Context
Name: alphagov/notifications-admin
Description:
# Pull Request
## Invite user audit event
This adds an audit event for when a user is added to a service. The event records
* the ID of the user who was added
* the ID of the inviting user
* the service ID
Part of [Pivotal story](https://www... |
744 | null | amoffat/sh | # Repository Context
Name: amoffat/sh
Description:
# Pull Request
## await command with _return_cmd True returns RunningCommand
If _return_cmd is True, have __await__ return the RunningCommand object rather than a string representation. Fixes #743
I'm having trouble getting the lint tox environment to pass; it f... |
12,361 | null | apache/tvm | # Repository Context
Name: apache/tvm
Description:
# Pull Request
## [ci][tvmbot] Trigger GitHub Actions after merging
This fixes the issue where merging from GitHub Actions (i.e. with the default `GITHUB_TOKEN`) doesn't trigger post merge GitHub Actions on the commit it creates in `main`. Instead these jobs are tr... |
5 | null | jesus-333/FBCSP-Python | # Repository Context
Name: jesus-333/FBCSP-Python
Description:
# Pull Request
## Work on test multiclassification
# Relevant Files Found
## FBCSP_support_function.py
```
# -*- coding: utf-8 -*-
"""
File containing various support function.
@author: Alberto Zancanaro (Jesus)
@organization: University of Padua (... |
87 | null | YogiyoCloneTeamProject/YogiYoCloneAPI | # Repository Context
Name: YogiyoCloneTeamProject/YogiYoCloneAPI
Description:
# Pull Request
## add representative_menus
# Relevant Files Found
## yogiyo/restaurants/models.py
```
# from django.contrib.gis.db import models
from django.contrib.postgres.fields import ArrayField
from django.core.validators import ... |
92 | null | jsolly/awesome-django-blog | # Repository Context
Name: jsolly/awesome-django-blog
Description:
# Pull Request
## Feat headless selenium tests
## What?
Add headless selenium options
## Why?
Ubuntu container that runs tests through GitHub actions does not have a browser it can use.
# Relevant Files Found
## django_project/tests/test_func... |
60 | null | travitch/whole-program-llvm | # Repository Context
Name: travitch/whole-program-llvm
Description:
# Pull Request
## Add support for FORTRAN code via the brand-new Flang front-end.
As part of the process, I've had to refactor the code to support more than just
a dual C/C++ codebase. This probably isn't the best means of doing so, but it is
suf... |
10,746 | null | intel/ipex-llm | # Repository Context
Name: intel/ipex-llm
Description:
# Pull Request
## Fix baichuan-13b issue on portable zip under transformers 4.36
Related issue: https://github.com/analytics-zoo/nano/issues/1083
* For Baichuan-13B-Chat, cannot support stream chat with past_key_values, change back to use stream chat with chat... |
20 | null | quotentiroler/mcp-generator-2.0 | # Repository Context
Name: quotentiroler/mcp-generator-2.0
Description:
# Pull Request
## Staging: Merge develop into staging (3 commits)
## 🚀 Automated Staging PR
This PR was automatically created to merge changes from `develop` into `staging`.
### Latest Commit
- **Hash**: `3517466`
- **Author**: quotentiroler... |
515 | null | SAFEHR-data/PIXL | # Repository Context
Name: SAFEHR-data/PIXL
Description:
# Pull Request
## Reset start time if pending status
If a job is pending for a long time then it can timeout currently, which shouldn't happen
# Relevant Files Found
## pixl_imaging/src/pixl_imaging/_orthanc.py
```
# Copyright (c) University College Londo... |
1,976 | null | ethereum/consensus-specs | # Repository Context
Name: ethereum/consensus-specs
Description:
# Pull Request
## Rename `aggregate_na_pubkeys` to `aggregate_na_signatures` and add comments
Address #1840
# Relevant Files Found
## tests/generators/bls/main.py
```
"""
BLS test vectors generator
"""
from hashlib import sha256
from typing impo... |
131 | null | allenporter/python-google-nest-sdm | # Repository Context
Name: allenporter/python-google-nest-sdm
Description:
# Pull Request
## Add debugging for command responses
Add logging for command responses. Implemented by adding some helper methods in the base libraries that handle json responses.
# Relevant Files Found
## google_nest_sdm/auth.py
```
"""... |
742 | null | juju/python-libjuju | # Repository Context
Name: juju/python-libjuju
Description:
# Pull Request
## [JUJU-1970] Revise local refresh
#### Description
This change revises the `local_refresh()` (i.e. `application.upgrade_charm()` with a local charm) to use the `app_facade.GetCharmURLOrigin()` to get the origin of the currently running ... |
5 | null | jsm222/django-cyradm | # Repository Context
Name: jsm222/django-cyradm
Description:
# Pull Request
## Bump django from 3.0.12 to 3.0.14
Bumps [django](https://github.com/django/django) from 3.0.12 to 3.0.14.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/django/django/commit/f52800243545af658c27f83623b5fc72ae6b... |
439 | null | managarm/bootstrap-managarm | # Repository Context
Name: managarm/bootstrap-managarm
Description:
# Pull Request
## vm-util: Disable UMIP if it is not supported on the host
QEMU emulates UMIP regardless of whether or not it is supported. It does that by trapping every table access, including ltr, which we do on task switch when the I/O permissi... |
72,874 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Add config flow to radiotherm
## Breaking change
The Radio Thermostat integration has been migrated to configuration via the UI. Configuring Radio Thermostat via YAML configuration has now been deprecated and will be removed in a futur... |
3,678 | null | deepchem/deepchem | # Repository Context
Name: deepchem/deepchem
Description:
# Pull Request
## Mulbasexc
## Description
Fix #(issue)
MulBaseXC [Helper Class for BaseXC]. [xc - exchange correlation]
## Type of change
Please check the option that is related to your PR.
- [ ] Bug fix (non-breaking change which fixes an ... |
2,021 | null | google/clusterfuzz | # Repository Context
Name: google/clusterfuzz
Description:
# Pull Request
## Close testcase whose fuzzers got deleted automatically.
GCS Bucket can have lifecycle policy. For deleted fuzzers,
this would mean empty revision list. So, rather than retry,
just close the testcase. It should never happen in regular
ca... |
46 | null | zen-xu/pytest-modern | # Repository Context
Name: zen-xu/pytest-modern
Description:
# Pull Request
## fix: coverage fails when using --cover-report with term-missing
close #43
# Relevant Files Found
## pytest_modern/coverage_report.py
```
from __future__ import annotations
from dataclasses import dataclass
from typing import TYPE_CH... |
85 | null | kundajelab/tfmodisco | # Repository Context
Name: kundajelab/tfmodisco
Description:
# Pull Request
## Parallelizing Leiden
Leiden is run with multiple different random seeds (and the best partition is used) for robustness. Prior to this PR, those runs were not parallelized because trying to parallelize `leidenalg.find_partition` naively ... |
1,881 | null | faucetsdn/faucet | # Repository Context
Name: faucetsdn/faucet
Description:
# Pull Request
## Downmerge.
# Relevant Files Found
## faucet/valve_host.py
```
"""Manage host learning on VLANs."""
# Copyright (C) 2013 Nippon Telegraph and Telephone Corporation.
# Copyright (C) 2015 Brad Cowie, Christopher Lorier and Joe Stringer.
# ... |
175 | null | bitfinexcom/bitfinex-api-py | # Repository Context
Name: bitfinexcom/bitfinex-api-py
Description:
# Pull Request
## Added example of MARKET order with price=None
### Description:
Added examples of MARKET orders with price=None
### Breaking changes:
- [ ]
### New features:
- [ ]
### Fixes:
- [X]
### PR status:
- [X] Version bump... |
20,589 | null | zulip/zulip | # Repository Context
Name: zulip/zulip
Description:
# Pull Request
## production: Create stream in an atomic transaction.
To avoid the window between stream creation and creation of the `Recipient` object, we create the stream in an atomic transaction.
Fixes #20127
# Relevant Files Found
## zerver/lib/streams.... |
7,690 | null | dmwm/WMCore | # Repository Context
Name: dmwm/WMCore
Description:
# Pull Request
## Reorganize imports
Each of these files original format surrounding imports, docstrings, and comments caused the futurize program to put new imports in the wrong place breaking the code.
# Relevant Files Found
## src/python/WMCore/ReqMgr/Tools/... |
12,942 | null | sgl-project/sglang | # Repository Context
Name: sgl-project/sglang
Description:
# Pull Request
## [CI] Update job dependency and move dpsk v3.2 tests to 8-gpu suite
<!-- Thank you for your contribution! Please follow these guidelines to enhance your pull request. If anything is unclear, submit your PR and reach out to maintainers for a... |
11,401 | null | Qiskit/qiskit | # Repository Context
Name: Qiskit/qiskit
Description:
# Pull Request
## tools/find_depreaction.py should be pending-aware
After https://github.com/Qiskit/qiskit/pull/11184, I'm extending tools/find_depreaction.py to be pending-deprecation aware.
Now you can list just the PendingDeprecationWarnings:
```
$ pytho... |
804 | null | pastas/pastas | # Repository Context
Name: pastas/pastas
Description:
# Pull Request
## Create add_solver method to separate solving and adding the solver to a model
# Short Description
Create add_solver method to separate solving and adding the solver to a model
# Checklist before PR can be merged:
- [x] closes issue #803
... |
2,507 | null | sqlfluff/sqlfluff | # Repository Context
Name: sqlfluff/sqlfluff
Description:
# Pull Request
## Postgres: EXPLAIN ANALYSE allows British spelling
<!--Thanks for adding this feature!-->
<!--Please give the Pull Request a meaningful title for the release notes-->
### Brief summary of the change made
<!--Please include `fixes #XXXX` t... |
724 | null | IBM/mcp-context-forge | # Repository Context
Name: IBM/mcp-context-forge
Description:
# Pull Request
## fix: implement mutation testing with mutmut v3 (#280)
Closes #280
- Migrate mutmut configuration from setup.cfg to pyproject.toml
- Add workaround script for mutmut v3 stats collection issues
- Implement sample-based mutation test... |
64 | null | uniswap-python/uniswap-python | # Repository Context
Name: uniswap-python/uniswap-python
Description:
# Pull Request
## Minor fixes
While reading through the code fixed some minor stuff.
Thank you for your work!
# Relevant Files Found
## uniswap/uniswap.py
```
import os
import json
import time
import logging
import functools
from typing impor... |
685 | null | RoboVerseOrg/RoboVerse | # Repository Context
Name: RoboVerseOrg/RoboVerse
Description:
# Pull Request
## fix the bug of previous change
# Description
fix bug of previous checkpoint path change.
# Relevant Files Found
## roboverse_learn/il/dp/runner/dp_runner.py
```
import copy
import datetime
import os
import pathlib
import random
imp... |
424 | null | tobi-wan-kenobi/bumblebee-status | # Repository Context
Name: tobi-wan-kenobi/bumblebee-status
Description:
# Pull Request
## Add location options to the redshift module
I noticed my computer's memory fill up because redshift uses geoclue2 by default. It turns out redshift also supports manual location configuration, so I added an option to manually... |
70 | null | google-research/mseb | # Repository Context
Name: google-research/mseb
Description:
# Pull Request
## Segmentation task
Segmentation task
We don't have reference timestamps in the data yet so this is faking it for the moment.
# Relevant Files Found
## mseb/encoders/raw_encoder.py
```
# Copyright 2025 The MSEB Authors.
#
# Licensed u... |
122 | null | ovg-project/kvcached | # Repository Context
Name: ovg-project/kvcached
Description:
# Pull Request
## Fix Llama-2-13b-hf unsupported shape issue on sglang (issue #106)
Hi community maintainers,
I’ve made some changes to address issue #106. The root cause of the shape mismatch is that the virtual memory size computed in `interface.py (... |
2,100 | null | hypothesis/h | # Repository Context
Name: hypothesis/h
Description:
# Pull Request
## Fix broken util.split_user
The stream view assumed that split_user returned a re.Match object
rather then a tuple of match groups.
This commit makes split_user return None if the passed username is not
splittable, and places the responsibility ... |
23 | null | jdpdev/birbcam | # Repository Context
Name: jdpdev/birbcam
Description:
# Pull Request
## Add birbvision evaluation and only save photos with positive ID
Closes #6
Closes #18
# Relevant Files Found
## birbcam/birbwatcher.py
```
from picamerax.array import PiRGBArray
from picamerax import PiCamera
from time import time, sleep
... |
22,000 | null | dagster-io/dagster | # Repository Context
Name: dagster-io/dagster
Description:
# Pull Request
## Support for partitions in dlt assets
## Summary & Motivation
Enable using partitions for dlt assets, using partition key to circumvent issue #21022
## How I Tested These Changes
- make pyright
- make ruff
- python -m pytest python_modul... |
4,494 | null | deepchem/deepchem | # Repository Context
Name: deepchem/deepchem
Description:
# Pull Request
## lightning modules
## Description
Continues the and organizes the work done in pr #4461.
This pull request introduces significant enhancements to the DeepChem Lightning integration, focusing on improving modularity, functionality, an... |
232 | null | reflectometry/refl1d | # Repository Context
Name: reflectometry/refl1d
Description:
# Pull Request
## Merge FreeMagnetismInterface feature enhancement
`FreeMagnetismInterface` acts in the same way that `FreeInterface` does. It allows for a freeform connecting spline between magnetic layers to deal with non-trivial magnetic interfaces.
... |
8 | null | vinayinvicible/django-route | # Repository Context
Name: vinayinvicible/django-route
Description:
# Pull Request
## Added description field to the router
# Relevant Files Found
## django_route/models.py
```
from __future__ import absolute_import, unicode_literals
from django.core.validators import MinValueValidator
from django.db import mo... |
78 | null | lucidrains/lightweight-gan | # Repository Context
Name: lucidrains/lightweight-gan
Description:
# Pull Request
## dual contrastive loss
# Relevant Files Found
## lightweight_gan/cli.py
```
import os
import fire
import random
from retry.api import retry_call
from tqdm import tqdm
from datetime import datetime
from functools import wraps
fro... |
336 | null | gantsign/ansible-role-golang | # Repository Context
Name: gantsign/ansible-role-golang
Description:
# Pull Request
## Updated Go to 1.22.0
1.22.0 will now be installed by default.
# Relevant Files Found
## molecule/default/tests/test_role.py
```
import pytest
import re
@pytest.mark.parametrize('name,pattern', [
('GOROOT', '^/opt/go/1.21... |
30 | null | aphp/Cohort360-Back-end | # Repository Context
Name: aphp/Cohort360-Back-end
Description:
# Pull Request
## fix alerts of overly permissive regex range
fix alerts brought up by CodeQL scanning code. Some character classes ranges in regex were over permissive
# Relevant Files Found
## accesses/serializers.py
```
import re
from typing impo... |
11 | null | andrewm4894/airflow-provider-anomaly-detection | # Repository Context
Name: andrewm4894/airflow-provider-anomaly-detection
Description:
# Pull Request
## Develop
# Relevant Files Found
## airflow_anomaly_detection/example_dags/anomaly-detection-dag/anomaly-detection-dag.py
```
"""
Example DAG for Airflow Anomaly Detection
This DAG is an example of how to use... |
2,148 | null | dtcenter/METplus | # Repository Context
Name: dtcenter/METplus
Description:
# Pull Request
## Feature #1977 ARGO use case
Note: 3 use cases should show differences from the automated tests for this pull request
* short_range:GenEnsProd_fcstHRRR_fcstOnly_SurrogateSevere - new output is correct but waiting to update truth data
* mari... |
16 | null | kpn/combadge | # Repository Context
Name: kpn/combadge
Description:
# Pull Request
## NEW: add the `__content__` pseudo-field, resolves #15
# Relevant Files Found
## combadge/support/http/aliases.py
```
from http import HTTPStatus
from typing import TypeVar
from pydantic import Field
from typing_extensions import Annotated, ... |
26,106 | null | commaai/openpilot | # Repository Context
Name: commaai/openpilot
Description:
# Pull Request
## HKG: Car Port for Kia Sportage Hybrid 2023
**Checklist**
- [x] added entry to CarInfo in selfdrive/car/*/values.py and ran `selfdrive/car/docs.py` to generate new docs
- [x] test route added to [routes.py](https://github.com/commaai/openp... |
3,724 | null | openvinotoolkit/nncf | # Repository Context
Name: openvinotoolkit/nncf
Description:
# Pull Request
## [WC][Tests] Compressed weights refs/ do_float_quantization refs
### Changes
* `test_compare_compressed_weights` is updated with MXFP and FP types
* `reference compressed weights` refs are introduced for the test_compare_compressed_we... |
215 | null | archlinux/arch-security-tracker | # Repository Context
Name: archlinux/arch-security-tracker
Description:
# Pull Request
## tracker: accept kwargs in Forms
WTForms now accepts keyword arguments in validate() since 1.1.0
See https://github.com/wtforms/flask-wtf/issues/547 https://github.com/inveniosoftware/flask-security-fork/issues/51
# Relev... |
185 | null | boxine/bx_py_utils | # Repository Context
Name: boxine/bx_py_utils
Description:
# Pull Request
## NEW: bx_py_utils.test_utils.deny_requests
Tests should normaly never made real requests. You have to take extra care that this does not happen. Add helper to make this easy.
# Relevant Files Found
## bx_py_utils_tests/tests/test_readme.p... |
376 | null | unit8co/darts | # Repository Context
Name: unit8co/darts
Description:
# Pull Request
## Feat/update readme
# Relevant Files Found
## darts/timeseries.py
```
"""
Timeseries
----------
`TimeSeries` is the main class in `darts`. It represents a univariate or multivariate time series.
It can represent a stochastic time series by ... |
389 | null | sktime/sktime | # Repository Context
Name: sktime/sktime
Description:
# Pull Request
## Refactored SFA implementation (additional features and speed improvements)
I am the author of the SFA paper.
I have refactored the SFA implementation:
- Add anova f-test,
- equi-width-binning,
- simplified information-gain binning,
- ... |
400 | null | rq/django-rq | # Repository Context
Name: rq/django-rq
Description:
# Pull Request
## Stats for scheduled jobs
Starting with 1.2.0 rq supports job scheduling without additional requirements, so it would be nice to support stats for scheduled jobs.
This line https://github.com/rq/django-rq/pull/400/files#diff-51cc121b676f5b91f... |
1,200 | null | ansible/eda-server | # Repository Context
Name: ansible/eda-server
Description:
# Pull Request
## fix: prevent race conditions when dispatching start requests - AAP-36642
The (eda) dispatcher dispatches the start request (chooses the node) and enqueue the manager at the end. The request is processed again in the next loop of the monito... |
115 | null | marcosschroh/dc-avro | # Repository Context
Name: marcosschroh/dc-avro
Description:
# Pull Request
## refactor: --base-class replaced by --model-type when generating model…
…s from schemas
BREAKING CHANGE: Now we use --model-type to know the type of Model that has to be generated: https://marcosschroh.github.io/dataclasses-avroschema/... |
824 | null | rueckstiess/mtools | # Repository Context
Name: rueckstiess/mtools
Description:
# Pull Request
## Fix #818: mplotqueries --overlay example not working
- add __getstate__ to avoid serialising LogFile TextIOWrapper object
- set pickle protocol version to 4 for compatibility (instead of -1/highest)
- remove unnecessary __future__ imp... |
19,439 | null | Opentrons/opentrons | # Repository Context
Name: Opentrons/opentrons
Description:
# Pull Request
## Merge back 'hold-for-8.6.1' into 'edge'
This propagates our pending RS 8.6.1 changes into `edge`.
# Relevant Files Found
## api/src/opentrons/protocol_api/labware.py
```
"""opentrons.protocol_api.labware: classes and functions for labw... |
2,985 | null | PaddlePaddle/FastDeploy | # Repository Context
Name: PaddlePaddle/FastDeploy
Description:
# Pull Request
## [LLM] update function name
update check exist prefill function name
# Relevant Files Found
## fastdeploy/worker/gcu_model_runner.py
```
"""
# Copyright (c) 2025 PaddlePaddle Authors. All Rights Reserved.
#
# Licensed under the Apa... |
38 | null | a-scie/lift | # Repository Context
Name: a-scie/lift
Description:
# Pull Request
## Update internal PBS to 20230726 3.11.4.
This removes a dependence on the problematic `libcrypt.so.1` on Linux
and should allow `science` to run out of the box on more Linux distros.
See:
+ https://github.com/indygreg/python-build-standalone/... |
134 | null | aiidateam/aiida-pseudo | # Repository Context
Name: aiidateam/aiida-pseudo
Description:
# Pull Request
## CLI: block family cutoffs set for established families
One of the motivations of having dedicated and automated CLI commands to install established pseudpotential families like the SSSP or the Pseudo-dojo normconserving pseudopotential... |
259 | null | icaros-usc/pyribs | # Repository Context
Name: icaros-usc/pyribs
Description:
# Pull Request
## Allow custom initialization in gaussian and isoline emitter
## Description
<!-- Provide a brief description of the PR's purpose here. -->
## TODO
<!-- Notable points that this PR has either accomplished or will accomplish. -->
-... |
26 | null | CM000n/qss | # Repository Context
Name: CM000n/qss
Description:
# Pull Request
## Fix: `NodeStrClass` conversion introduces by Home Assistant 2024.1
# Relevant Files Found
## custom_components/qss/__init__.py
```
"""Support for recording details."""
import asyncio
import concurrent.futures
import logging
import queue
import... |
588 | null | NTUEELightDance/LightDance-Editor | # Repository Context
Name: NTUEELightDance/LightDance-Editor
Description:
# Pull Request
## [BLENDER][CONTROLLER] Update control panel and controller server tables + bug fixes
# Relevant Files Found
## editor-blender/core/actions/state/command.py
```
from ....graphqls.command import (
FromControllerServerBo... |
60 | null | Team-SYNACKd/NaWaB | # Repository Context
Name: Team-SYNACKd/NaWaB
Description:
# Pull Request
## Twitter_bot: Add user account to blacklist
- This commit fixes #57 and issue #17
# Relevant Files Found
## twitter_bot.py
```
#!/usr/bin/env python3
import json
import config
import tweepy
import mmap
import time
import random
from dat... |
706 | null | lhotse-speech/lhotse | # Repository Context
Name: lhotse-speech/lhotse
Description:
# Pull Request
## Test for webdataset data de-duplication across ranks
# Relevant Files Found
## lhotse/lazy.py
```
import random
import types
import warnings
from functools import partial
from typing import Any, Callable, Iterable, List, Optional, Ty... |
10 | null | iamlab-cmu/isaacgym-utils | # Repository Context
Name: iamlab-cmu/isaacgym-utils
Description:
# Pull Request
## Fix bug in loading franka urdf from cfg.
# Relevant Files Found
## isaacgym_utils/assets/franka.py
```
import numpy as np
from isaacgym import gymapi
from isaacgym_utils.constants import isaacgym_utils_ASSETS_PATH
from isaacgym... |
398 | null | SDFIdk/FIRE | # Repository Context
Name: SDFIdk/FIRE
Description:
# Pull Request
## Diverse forbedringer af fire niv ilæg-revision
Diverse forbedringer af `fire niv ilæg-revision`.
# Relevant Files Found
## fire/cli/niv/__init__.py
```
import datetime
import json
import os
import os.path
import sys
from pathlib import Path
f... |
12,224 | null | apache/tvm | # Repository Context
Name: apache/tvm
Description:
# Pull Request
## [FQ2I] fix unary op output affine type in fq2i
# Relevant Files Found
## python/tvm/relay/transform/fake_quantization_to_integer.py
```
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See... |
112 | null | jaroslawhartman/withings-sync | # Repository Context
Name: jaroslawhartman/withings-sync
Description:
# Pull Request
## bump python minimum required version from 3.0 to 3.7
See #111 : bump python minimum required version from 3.0 to 3.7
# Relevant Files Found
## withings_sync/sync.py
```
"""This module syncs measurement data from Withings to G... |
163 | null | mozilla-ai/agent-factory | # Repository Context
Name: mozilla-ai/agent-factory
Description:
# Pull Request
## refactor: cleanup references to latest/ directory in eval instructions
## 📝 What's changing
- update eval scripts and agent instructions to use the correct agent directory instead of `latest/`
- updates `run_generated_agent_eval... |
1 | null | youtalk/iknet | # Repository Context
Name: youtalk/iknet
Description:
# Pull Request
## Enable pysen
# Relevant Files Found
## test_iknet.py
```
import argparse
import torch
from torch.utils.data import DataLoader
from iknet import IKNet, IKDataset
def main():
parser = argparse.ArgumentParser()
parser.add_argument(... |
32,195 | null | zulip/zulip | # Repository Context
Name: zulip/zulip
Description:
# Pull Request
## requirements: Upgrade Python requirements
## `pip.txt` upgrades
* pip: zulip/pip@39e8b5ecfcd8d19872f103d680713bc8e9de9d00 → zulip/pip@50e61dcc78d0da8a041e4fecc566f40b2b0604df
## `prod.txt` upgrades
* aiohttp-retry: 2.8.3 → 2.9.0
* boto3: 1.... |
3,655 | null | mitodl/ol-infrastructure | # Repository Context
Name: mitodl/ol-infrastructure
Description:
# Pull Request
## Add pre and post Deploymenevents.
### What are the relevant tickets?
Work on mitodl/hq#7186
### Description (What does it do?)
This PR adds pre and post events to the Kubernetes deploy and also adds deployment success/failure to... |
36,347 | null | pandas-dev/pandas | # Repository Context
Name: pandas-dev/pandas
Description:
# Pull Request
## Backport PR #36174 on branch 1.1.x (BUG: Ensure read_spss accepts pathlib Paths (GH33666))
Backport PR #36174: BUG: Ensure read_spss accepts pathlib Paths (GH33666)
# Relevant Files Found
## pandas/io/spss.py
```
from pathlib import Path... |
6 | null | linkml/linkml-renderer | # Repository Context
Name: linkml/linkml-renderer
Description:
# Pull Request
## fix dependencies
# Relevant Files Found
## src/linkml_renderer/cli.py
```
"""Command line interface for linkml-html."""
import json
import logging
import sys
import click
import yaml
from linkml.utils.datautils import _get_format
... |
41 | null | jupyterhub/tmpauthenticator | # Repository Context
Name: jupyterhub/tmpauthenticator
Description:
# Pull Request
## Document how to present /hub/login, make auto_login and login_service configurable
Since auto_login and login_service are configurable traitlets from the base class, we have only been setting the default here - it does not prevent... |
21,292 | null | demisto/content | # Repository Context
Name: demisto/content
Description:
# Pull Request
## Fixed an issue where default value of None is converted to "None" in string.
## Original External PR
[external pull request](https://github.com/demisto/content/pull/21274)
## Contributor
@spearmin10
<!-- REMINDER: THIS IS A PUBLIC REP... |
913 | null | tensorflow/datasets | # Repository Context
Name: tensorflow/datasets
Description:
# Pull Request
## More explicit error messages with tfds.show_examples
More explicit error messages with tfds.show_examples
# Relevant Files Found
## tensorflow_datasets/core/visualization.py
```
# coding=utf-8
# Copyright 2019 The TensorFlow Datasets A... |
3,018 | null | scipy/scipy | # Repository Context
Name: scipy/scipy
Description:
# Pull Request
## DOC: optimize: Jacobian vs. gradient
Use the more common (at least where I come from) term "gradient" in favor of "Jacobian" in the optimize.minimize docstring. The two are synonymous here, since minimize only does scalar optimization.
# Releva... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.