pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
12 | null | LouisBearing/UnconditionalHeadMotion | # Repository Context
Name: LouisBearing/UnconditionalHeadMotion
Description:
# Pull Request
## Initial commit
# Relevant Files Found
## dataset/pi3d.py
```
'''
Software ExPI
Copyright Inria
Year 2021
Contact : wen.guo@inria.fr
MIT license.
'''
# pi3d.py
import torch
from torch.utils.data import Dataset
import ... |
174 | null | redhat-exd-rebuilds/freshmaker | # Repository Context
Name: redhat-exd-rebuilds/freshmaker
Description:
# Pull Request
## Add basic Pyxis GraphQL module
A basic Pyxis GraphQL module to provide APIs for Pyxis queries with
Domain Specific Language.
JIRA: CWFHEALTH-1247
# Relevant Files Found
# Edits
This PR adds a basic Pyxis GraphQL module... |
403 | null | genjax-community/genjax | # Repository Context
Name: genjax-community/genjax
Description:
# Pull Request
## Remove `PytreeClosure`, make closure conversion an opt-in decorator (`DynamicClosure`).
Fixes #393 and #402 and #404.
In addition to removing the `PytreeClosure` object, and also removing automatic conversion of source code for `Bu... |
181 | null | TrueSelph/jivas | # Repository Context
Name: TrueSelph/jivas
Description:
# Pull Request
## fix: prune_interactions; added exception handling around get_all unde…
…r action; fixed default base url for JIVAS_FILES_SHORT_URL
## **Type of Change**
What type of change does this PR introduce? Mark all that apply:
- [x] 🐛 Bug Fix
-... |
17 | null | tdsmith/sdif | # Repository Context
Name: tdsmith/sdif
Description:
# Pull Request
## Issue #16: Make RelayEvent.total_athlete_age optional. Meet Manager sometimes writes an empty value.
# Relevant Files Found
## src/sdif/models.py
```
from datetime import date
from decimal import Decimal
from enum import Enum
from typing imp... |
1,113 | null | spedas/pyspedas | # Repository Context
Name: spedas/pyspedas
Description:
# Pull Request
## Set min time of IGRF model to 1965 (previously, it was 1970)
Set min time to 1965, to have full agreement with the IDL SPEDAS code.
Previously the min time was 1970 because one function could not handle negative unix timestamps. Now this ... |
12,756 | null | tinygrad/tinygrad | # Repository Context
Name: tinygrad/tinygrad
Description:
# Pull Request
## bring back partial contig and flash attention
We did RANGEIFY for a reason, right? :)
# Relevant Files Found
## test/test_rangeify.py
```
import unittest
from tinygrad import Tensor, nn
from tinygrad.helpers import Context, GlobalCounter... |
55 | null | PaddlePaddle/PaddleFleet | # Repository Context
Name: PaddlePaddle/PaddleFleet
Description:
# Pull Request
## Support MTP in GLM4.5 and add unittest
### 修复MTP相关问题,目前可以在GLM4.5上跑MTP
#### 运行方法
在 glm45_provider.py 中设置 mtp_num_layers = 1 即可:
```python
class GLM45AirModelDebugProvider(GLM45AirModelProvider106B):
...
mtp_num_layers:... |
60 | null | hubert-marek/agent-diff | # Repository Context
Name: hubert-marek/agent-diff
Description:
# Pull Request
## route path typo
# Relevant Files Found
## backend/src/platform/api/middleware.py
```
from __future__ import annotations
from starlette.middleware.base import BaseHTTPMiddleware
from starlette.requests import Request
from starlett... |
496 | null | carla-simulator/ros-bridge | # Repository Context
Name: carla-simulator/ros-bridge
Description:
# Pull Request
## Rviz package name fixed
<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/carla-simulator/ros-bridge/496)
... |
736 | null | mars-project/mars | # Repository Context
Name: mars-project/mars
Description:
# Pull Request
## Simplify data transfer protocol
## What do these changes do?
Simplify transfer RPC calls to 2 calls (``create_data_writer`` and ``receive_data_part``).
## Related issue number
Fixes #730
# Relevant Files Found
## mars/schedule... |
22 | null | albozes/shotbuddy | # Repository Context
Name: albozes/shotbuddy
Description:
# Pull Request
## Add ffmpeg video thumbnail generation
## Summary
- generate thumbnails for uploaded videos using ffmpeg instead of reusing image thumbnails
- propagate thumbnails for lip-sync assets too
## Testing
- `pytest -q`
------
https://chatgpt.com... |
595 | null | aixplain/aiXplain | # Repository Context
Name: aixplain/aiXplain
Description:
# Pull Request
## Development
# Relevant Files Found
## aixplain/modules/model/index_model.py
```
from aixplain.enums import EmbeddingModel, Function, Supplier, ResponseStatus, StorageType
from aixplain.modules.model import Model
from aixplain.utils impo... |
338 | null | bids-standard/pybids | # Repository Context
Name: bids-standard/pybids
Description:
# Pull Request
## Bump grabbit version
Bumps the pinned grabbit version to 0.2.6. This fixes a very minor bug when using `get` with `return_type='dir'`.
# Relevant Files Found
## bids/version.py
```
from __future__ import absolute_import, division, pri... |
935 | null | pallets-eco/flask-security | # Repository Context
Name: pallets-eco/flask-security
Description:
# Pull Request
## Try to fix some issues with readthedocs failing latex build.
Remove all the extra formats - latext, tex, epub. Don't add any additional formats for building.
In readthedocs.yml - add sphinx config as per flask
# Relevant Files ... |
171 | null | neo4j-contrib/neomodel | # Repository Context
Name: neo4j-contrib/neomodel
Description:
# Pull Request
## Integrating py2neo 2.x support
This PR looks to integrate the work that has been done to enable py2neo support and integrate it into master to allow for a new release.
The following issues shall be resolved:
- #136
- #152
- #153
- #16... |
837 | null | gee-community/geemap | # Repository Context
Name: gee-community/geemap
Description:
# Pull Request
## Added support for xyzservices basemaps #795
Added support for xyzservices basemaps and fixed ipyleaflet v0.15.0 basemap error
# Relevant Files Found
## geemap/basemaps.py
```
"""Module for basemaps. Each basemap is defined as item in ... |
1,345 | null | theupdateframework/python-tuf | # Repository Context
Name: theupdateframework/python-tuf
Description:
# Pull Request
## New metadata API: add support for ADR 0008
**Description of the changes being introduced by the pull request**:
In order to support ADR 0008 we would want to accept unrecognized
fields in all metadata classes.
Input that co... |
265 | null | oturns/geosnap | # Repository Context
Name: oturns/geosnap
Description:
# Pull Request
## add pooled classification to timeseries plot
# Relevant Files Found
## geosnap/_community.py
```
"""A Community is a thin wrapper around a long-form time-series geodataframe."""
from warnings import warn
import contextily as ctx
import ge... |
1,440 | null | NVIDIA-NeMo/Megatron-Bridge | # Repository Context
Name: NVIDIA-NeMo/Megatron-Bridge
Description:
# Pull Request
## feat: Pass custom srun args into Run
# What does this PR do ?
Add a one line overview of what this PR aims to accomplish.
# Changelog
- Add specific line by line info of high level changes in this PR.
# GitHub Actions ... |
16 | null | BBN-Q/Auspex | # Repository Context
Name: BBN-Q/Auspex
Description:
# Pull Request
## Define exp. name for all writers
Shortcut to define the filename for all writers.
@grahamrow this and https://github.com/BBN-Q/Auspex/pull/14 save files in a format familiar to me, but I'm not sure if that's what you had in mind
# Relevant Fil... |
145 | null | dfm/corner.py | # Repository Context
Name: dfm/corner.py
Description:
# Pull Request
## Adding ArviZ support
Closes #144
# Relevant Files Found
## demo.py
```
#!/usr/bin/env python
import numpy as np
from matplotlib import rcParams
import corner
rcParams["font.size"] = 16
rcParams["font.family"] = "sans-serif"
rcParams["fo... |
11,050 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## r-rhmmer: new package at 0.1.0
# Relevant Files Found
# Edits
This pull request adds a new R package, `r-rhmmer` version 0.1.0, to Spack's package repository, enabling users to install and manage this package alongside other software in Spa... |
481 | null | bcgov/aries-vcr | # Repository Context
Name: bcgov/aries-vcr
Description:
# Pull Request
## Improve slow queries
Addresses #474
This pull request removes some redundancy from client requests and improves query time. In some places, it goes around DRF completely.
# Relevant Files Found
## server/vcr-server/api/v2/serializers/re... |
3 | null | silviametelli/NMAstudio-app | # Repository Context
Name: silviametelli/NMAstudio-app
Description:
# Pull Request
## Add instruction icon
# Relevant Files Found
## app.py
```
# Title : Dash NMA app
# Objective : visualisation of network meta-analysis based on network interactivity
# Created by: Silvia Metelli
# Created on: 10/11/2020
... |
2,015 | null | Flexget/Flexget | # Repository Context
Name: Flexget/Flexget
Description:
# Pull Request
## Added ability to lookup with language in TMDB
### Motivation for changes:
People use languages other than English. Go figure...
### Detailed changes:
- Added ability to query TMDB using different languages
- Added support via `tmdb_lookup... |
4,622 | null | bridgecrewio/checkov | # Repository Context
Name: bridgecrewio/checkov
Description:
# Pull Request
## feat(dockerfile): Add CKV2_DOCKER_15 for yum-config-manager sslverify
**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 ... |
45,295 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## py-gevent: @:23.9.0 conflicts with py-cython@3.0.10 (#45257)
Adds a conflict statement for py-cython@3.0.10, which fails to build py-gevent.
@spackbot fix style
<!--
Remember that `spackbot` can help with your PR in multiple ways:
- `@spack... |
88 | null | pympler/pympler | # Repository Context
Name: pympler/pympler
Description:
# Pull Request
## Update asizeof.py
The `stats` now include a list of _up to_ 100 largest objects ranked by _total size_ and controlled by new options `above` and `cutoff` for all non-zero `stats` values.
Specify the `stats` and `cutoff` values separately. ... |
1,622 | null | boto/botocore | # Repository Context
Name: boto/botocore
Description:
# Pull Request
## Make tests pass after 2020
Without this patch, at least 2 tests failed in 2020 because their
'refreshed' credentials were still expired.
This PR was done while working on reproducible builds for openSUSE.
For that, we test that our packages ca... |
3,692 | null | PaddlePaddle/FastDeploy | # Repository Context
Name: PaddlePaddle/FastDeploy
Description:
# Pull Request
## Specify dtype as int32 for paddle.cumsum due to API Change
[Paddle#74625](https://github.com/PaddlePaddle/Paddle/pull/74625) **(合入时间8月20号9点)** 引入后,`paddle.cumsum` 输出值 `cum_offsets` 的默认 dtype 是 `int64`,不再是 `int32`
后面自定义算子中存在按照 int32... |
33,543 | null | zulip/zulip | # Repository Context
Name: zulip/zulip
Description:
# Pull Request
## zilencer: Log bouncer-side info when RemoteRealm creation fails.
The motivation for the first commit is obvious, it's just adding useful logging.
Reason for the second commit (from the commit message):
--------
When these exceptions are th... |
144 | null | django-extensions/django-extensions | # Repository Context
Name: django-extensions/django-extensions
Description:
# Pull Request
## print_settings: A super simple but useful Django management command to print the active project settings
print_settings: A super simple but useful Django management command to print the active project settings
```
$ djang... |
43 | null | NerdWalletOSS/terraformpy | # Repository Context
Name: NerdWalletOSS/terraformpy
Description:
# Pull Request
## Prep for open sourcing
This PR preps this repo to be open sourced and moved to the NerdWalletOSS org.
It disables all of the Jenkins wiring in prep for moving to Circle CI, which will happen in a followup PR after moving it to th... |
675 | null | The-OpenROAD-Project/OpenLane | # Repository Context
Name: The-OpenROAD-Project/OpenLane
Description:
# Pull Request
## Last Minute Fixes for MPW3
This updates the PDK and adds the report_cts command's output.
Additionally, _sta has been added as a suffix to reports from cts, fastroute, and replace.
# Relevant Files Found
## scripts/report/r... |
715 | null | gradients-ai/G.O.D | # Repository Context
Name: gradients-ai/G.O.D
Description:
# Pull Request
## New endpoint
# Relevant Files Found
## core/models/tournament_models.py
```
import secrets
from datetime import datetime
from enum import Enum
from uuid import UUID
from fiber.chain.models import Node
from pydantic import BaseModel
fr... |
403 | null | UKGovernmentBEIS/control-arena | # Repository Context
Name: UKGovernmentBEIS/control-arena
Description:
# Pull Request
## Stop prompting the agent to submit whenever it uploads some python code.
## Summary
Whenever the agent uploads some python code in the rogue_eval setting, it receives a message saying "Code uploaded successfully. You may now... |
159 | null | popsim-consortium/demes-python | # Repository Context
Name: popsim-consortium/demes-python
Description:
# Pull Request
## use new ruamel API for dump()
This avoids using the pyyaml-style dump(), which outputs truly
horrific YAML by default. The new API has its quirks though,
and we need to set some undocumented flags for it to behave.
Closes ... |
62 | null | amosproj/amos2025ss01-embark | # Repository Context
Name: amosproj/amos2025ss01-embark
Description:
# Pull Request
## Issue #41 - Abort running firmware analyses
**What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...)
* Feature
**What is the current behavior?** (You can also link to an open issue here)
* None
... |
3,315 | null | ethereum/web3.py | # Repository Context
Name: ethereum/web3.py
Description:
# Pull Request
## [V6] cancun tx field formatters
### What was wrong?
`v6` backport of #3314
### Todo:
- [x] Add entry to the [release notes](https://github.com/ethereum/web3.py/blob/main/newsfragments/README.md)
#### Cute Animal Picture
<img wid... |
14,444 | null | sgl-project/sglang | # Repository Context
Name: sgl-project/sglang
Description:
# Pull Request
## clean up gemlite usage
<!-- 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 assistance. Join our Slack community at https... |
293 | null | kevin218/Eureka | # Repository Context
Name: kevin218/Eureka
Description:
# Pull Request
## Closes #292 by fixing syntax for extras_require in setup.py
Installing Eureka! is currently failing due to a small error in `setup.py`. According to [PEP 508](https://peps.python.org/pep-0508/) syntax, the line
`'hst': ["git+https://githu... |
565 | null | pallets/flask | # Repository Context
Name: pallets/flask
Description:
# Pull Request
## List Flask-WeasyPrint in the extension registry.
# Relevant Files Found
## flask_website/listings/extensions.py
```
# -*- coding: utf-8 -*-
from urlparse import urlparse
from werkzeug import url_quote
from flask import Markup
class Extens... |
261 | null | tensorflow/model-optimization | # Repository Context
Name: tensorflow/model-optimization
Description:
# Pull Request
## Separate quantize_annotate_model and quantize_annotate_layer APIs for handling
Separate quantize_annotate_model and quantize_annotate_layer APIs for handling
"Quantize some layers" use case.
- `quantize_annotate_*` takes in Quan... |
5,867 | null | PennyLaneAI/pennylane | # Repository Context
Name: PennyLaneAI/pennylane
Description:
# Pull Request
## Fix `test_trotter_is_used_if_num_steps_is_defined`
1. Add `assert` to `qml.equal` such that the test case actually tests something.
2. Fix the expected params for the decomposed gates.
[sc-66336]
# Relevant Files Found
## tests/op... |
544 | null | RoboVerseOrg/RoboVerse | # Repository Context
Name: RoboVerseOrg/RoboVerse
Description:
# Pull Request
## [add] pi0 on RoboVerse
- add scripts to convert roboverse demos to lerobot format
- add configs for finetuning on roboverse
- add a README file with step-by-step instructions
# Relevant Files Found
# Edits
This pull request adds... |
205 | null | jupyter-server/jupyter_server | # Repository Context
Name: jupyter-server/jupyter_server
Description:
# Pull Request
## bump version to 0.3 for minor release
- [x] updates changelog
- [x] updates package version
# Relevant Files Found
## jupyter_server/_version.py
```
"""
store the current version info of the server.
"""
# Downstream maint... |
631 | null | BrickSchema/Brick | # Repository Context
Name: BrickSchema/Brick
Description:
# Pull Request
## Srr qudt 2 1 37
@gtfierro, here is what the QUDT imports graph should look like after the changes I suggested in email are done on your end.

- the y-axes upper l... |
790 | null | The-OpenROAD-Project/OpenLane | # Repository Context
Name: The-OpenROAD-Project/OpenLane
Description:
# Pull Request
## Fix Magic Manifest Version, Fix Klayout DEF to GDS, .bashrc
As a result of changes to the run file structure, Klayout gds has been failing. This updates the def2gds klayout script to be more robust.
# Relevant Files Found
## s... |
2,623 | null | ethereum/consensus-specs | # Repository Context
Name: ethereum/consensus-specs
Description:
# Pull Request
## pip no longer invoked by an old script wrapper.
while debugging an error I encountered while running setup.py I also saw pip.main was used to installed packages. installing packages through pip.main (pip.main(["install", RUAMEL_YAML_... |
526 | null | tox-dev/tox | # Repository Context
Name: tox-dev/tox
Description:
# Pull Request
## document environments for projects tox.ini
- also now all config values can be substituted (so e.g. basepython can be used inside the description)
- ignore IDEA project files
# Relevant Files Found
## tox/config.py
```
import argparse
import ... |
2,639 | null | huggingface/trl | # Repository Context
Name: huggingface/trl
Description:
# Pull Request
## 🌯 Fix context manager runtime error when gather is disabled
# What does this PR do?
The original PR for #2529 (#2557) introduced an runtime error, this PR fixes it.
Fixes: #2529
<!--
Congratulations! You've made it this far! You're ... |
9,905 | null | conan-io/conan-center-index | # Repository Context
Name: conan-io/conan-center-index
Description:
# Pull Request
## aws-c-cal: add version 0.5.13
Specify library name and version: **aws-c-cal/0.5.13**
---
- [x] I've read the [guidelines](https://github.com/conan-io/conan-center-index/blob/master/docs/how_to_add_packages.md) for contribut... |
2,171 | null | openreview/openreview-py | # Repository Context
Name: openreview/openreview-py
Description:
# Pull Request
## Fix: ARR registration stages missing due dates
Resolves
- #2103
# Relevant Files Found
## openreview/arr/helpers.py
```
import openreview
from enum import Enum
from datetime import datetime, timedelta
from openreview.venue import... |
1,673 | null | griptape-ai/griptape-nodes | # Repository Context
Name: griptape-ai/griptape-nodes
Description:
# Pull Request
## update: added width and height to Display Image node
adds width and height attributes to the Display Image node.
they're hidden by default, but can be enabled in the Properties Panel.
https://www.loom.com/share/1d76aa63f398446e... |
38 | null | umihico/pythonista-chromeless | # Repository Context
Name: umihico/pythonista-chromeless
Description:
# Pull Request
## fix
# Relevant Files Found
## sls/versions/server_ver_1.py
```
import types
from selenium import webdriver
from picklelib import dumps # imports in Dockerfile
import marshal
import textwrap
class ChromelessServer():
S... |
701 | null | avalan-ai/avalan | # Repository Context
Name: avalan-ai/avalan
Description:
# Pull Request
## Add to_json tests
## Summary
- add dataclass and Decimal tests for `to_json`
- remove unused import from CLI module
## Testing
- `make lint`
- `poetry run pytest --cov=avalan.utils`
------
https://chatgpt.com/codex/tasks/task_e_68c2f226e83... |
575 | null | exasol/script-languages | # Repository Context
Name: exasol/script-languages
Description:
# Pull Request
## #1268: Created template flavor template-Exasol-all-python-3.12-cuda-conda
# Relevant Files Found
# Edits
This pull request creates a new template flavor `template-Exasol-all-python-3.12-cuda-conda` to support Python 3.12 with CU... |
926 | null | MontrealAI/AGI-Alpha-Agent-v0 | # Repository Context
Name: MontrealAI/AGI-Alpha-Agent-v0
Description:
# Pull Request
## [alpha_factory] Add background_run unit test
## Summary
- add new test verifying `_background_run()` stores JSON results and sends progress over WebSocket
## Testing
- `python check_env.py --auto-install`
- `pytest -q` *(fails:... |
1,701 | null | Labelbox/labelbox-python | # Repository Context
Name: Labelbox/labelbox-python
Description:
# Pull Request
## Add more test for adding batch to live chat model eval projects
# Description
I have updated a test and added a new test to show that adding new batch to a live model chat evaluation project does not fail as expected
FYI the re... |
857 | null | open-contracting/kingfisher-collect | # Repository Context
Name: open-contracting/kingfisher-collect
Description:
# Pull Request
## update italy spider
Closes #822
# Relevant Files Found
## kingfisher_scrapy/spiders/italy.py
```
import scrapy
from kingfisher_scrapy.base_spider import SimpleSpider
from kingfisher_scrapy.util import components, hand... |
271 | null | brightwind-dev/brightwind | # Repository Context
Name: brightwind-dev/brightwind
Description:
# Pull Request
## iss #204 raise ValueError if not enough data for correlations
# Relevant Files Found
## brightwind/analyse/correlation.py
```
# brightwind is a library that provides wind analysts with easy to use tools for working with mete... |
35 | null | rykener/django-manifest-loader | # Repository Context
Name: rykener/django-manifest-loader
Description:
# Pull Request
## adds docs for api reference to stable docs
# Relevant Files Found
## docs/conf.py
```
# Configuration file for the Sphinx documentation builder.
#
# This file only contains a selection of the most common options. For a full... |
49 | null | ElementalAlchemist/txircd | # Repository Context
Name: ElementalAlchemist/txircd
Description:
# Pull Request
## A few fixes, most notably a fix for Issue #48
# Relevant Files Found
## txircd/modules/core/ratelimit.py
```
from twisted.plugin import IPlugin
from txircd.module_interface import IModuleData, ModuleData
from zope.interface impo... |
1,093 | null | getnikola/nikola | # Repository Context
Name: getnikola/nikola
Description:
# Pull Request
## Remove double negative settings (invert HIDE_* into SHOW_*).
This is #1076.
```
new = old = default
SHOW_SOURCELINK = not HIDE_SOURCELINK = True
SHOW_UNTRANSLATED_POSTS... |
101 | null | django-commons/django-simple-history | # Repository Context
Name: django-commons/django-simple-history
Description:
# Pull Request
## Basic code style cleanup
# Relevant Files Found
## simple_history/tests/tests/test_admin.py
```
from datetime import datetime, timedelta
from django_webtest import WebTest
from django import VERSION
from django.core.u... |
570 | null | ibm-watson-iot/functions | # Repository Context
Name: ibm-watson-iot/functions
Description:
# Pull Request
## 8.9.1 master build
# Relevant Files Found
## iotfunctions/metadata.py
```
# *****************************************************************************
# © Copyright IBM Corp. 2018, 2022 All Rights Reserved.
#
# This program a... |
332 | null | baler-collaboration/baler | # Repository Context
Name: baler-collaboration/baler
Description:
# Pull Request
## tests no longer remove workspaces directory
Running tests locally would delete the `workspaces` directory along with relevant files. Now isolates tests to specific folder.
# Relevant Files Found
## baler/modules/helper.py
```
# C... |
1,049 | null | BLSQ/iaso | # Repository Context
Name: BLSQ/iaso
Description:
# Pull Request
## IA-2639 Set `updated_at` at creation time for Change Requests
Set `updated_at` at creation time for Change Requests.
Related JIRA tickets : [IA-2639](https://bluesquare.atlassian.net/browse/IA-2639)
## Changes
I thought it was more logical... |
86 | null | Princeton-CDH/geniza | # Repository Context
Name: Princeton-CDH/geniza
Description:
# Pull Request
## Fix error in joins import
@rlskoeser Just some quick things to talk about
* I hamfisted a way to just get the latest 500 csvrows. Could we create a command-line flag like `--dev` or `--full`?
* There was quite a facepalm typo in line ... |
960 | null | MongoEngine/mongoengine | # Repository Context
Name: MongoEngine/mongoengine
Description:
# Pull Request
## Tox support for cross-versions testing
Mongoengine is tested on different PyMongo versions, different Python versions...
This pull-request add a `tox.ini` file allowing to run the test suite on every supported version composition .
Th... |
74 | null | OpenMind/unitree-sdk | # Repository Context
Name: OpenMind/unitree-sdk
Description:
# Pull Request
## Add sport mode switch
The agile mode is not stable with the payload, so switch the mode to classic mode.
# Relevant Files Found
## go2_sdk/go2_sdk/go2_sport_action.py
```
import rclpy
from rclpy.node import Node
from sensor_msgs.msg i... |
1,728 | null | netket/netket | # Repository Context
Name: netket/netket
Description:
# Pull Request
## Remove internal use of out triggering the deprecation warning
missed it in https://github.com/netket/netket/pull/1725
# Relevant Files Found
## netket/hilbert/doubled_hilbert.py
```
# Copyright 2021 The NetKet Authors - All rights reserved.
... |
4 | null | gkze/powerk8s | # Repository Context
Name: gkze/powerk8s
Description:
# Pull Request
## Add unit tests
# Relevant Files Found
## powerk8s.py
```
from __future__ import annotations
from dataclasses import asdict, dataclass, field
from enum import Enum
from pathlib import Path
from typing import Any, List, Mapping, Optional, Se... |
83 | null | cloudforet-io/plugin-aws-cloud-service-inven-collector | # Repository Context
Name: cloudforet-io/plugin-aws-cloud-service-inven-collector
Description:
# Pull Request
## Add iam access_key_age_status. Add lambda package type.
### Category
- [x] New feature
- [ ] Bug fix
- [ ] Improvement
- [ ] Refactor
- [ ] etc
### Description
feat: Add iam access_key_age_statu... |
1,226 | null | gitpython-developers/GitPython | # Repository Context
Name: gitpython-developers/GitPython
Description:
# Pull Request
## ci: check types with mypy
This is intended to (partially) address the CI concerns expressed in #1219 and #1223 and will result in _partial_ type checking of the type annotations by using mypy. Keep in mind though that mypy is p... |
1,707 | null | AcademySoftwareFoundation/OpenCue | # Repository Context
Name: AcademySoftwareFoundation/OpenCue
Description:
# Pull Request
## [cuegui] Prevent window open state from being overwritten during shutdown
- Added a check in `__saveSettings` to ensure window open/close state is only saved when at least one window is still open.
- Prevents overwriting al... |
20 | null | reswitched/robocop-ng | # Repository Context
Name: reswitched/robocop-ng
Description:
# Pull Request
## Update sdsetup guide links
Guide has a new link format. The old links will redirect but they should be swapped anyways.
# Relevant Files Found
## cogs/links.py
```
import discord
import config
from discord.ext import commands
class... |
75,306 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Change monoprice config flow to sync
<!--
You are amazing! Thanks for contributing to our project!
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
-->
## Breaking change
<!--
If your PR contains a break... |
85 | null | chembl/FPSim2 | # Repository Context
Name: chembl/FPSim2
Description:
# Pull Request
## add MANIFEST file, restore include folder
# Relevant Files Found
## setup.py
```
from setuptools import setup, Extension, distutils, find_packages
from setuptools.command.build_ext import build_ext
import platform
import codecs
import sys
i... |
13 | null | aff4/pyaff4 | # Repository Context
Name: aff4/pyaff4
Description:
# Pull Request
## Fixes
This pull request fixes two issues:
#11: `aff4.LogicalImage.__init__()` requires the container as first parameter. However, several functions in container.py (in `LogicalImageContainer.images()`, `PreStdLogicalImageContainer.images()` an... |
10,225 | null | sgl-project/sglang | # Repository Context
Name: sgl-project/sglang
Description:
# Pull Request
## feat(metrics): add scheduler and hiradix cache metrics (#10218)
<!-- 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 assi... |
154 | null | MIT-CAVE/cave_app | # Repository Context
Name: MIT-CAVE/cave_app
Description:
# Pull Request
## 2.2.0 dev external data example
Added a simple external API example to query for US State population densities, displaying states colored red through green based on population density.
Resolves #153
# Relevant Files Found
# Edits
... |
514 | null | modal-labs/modal-examples | # Repository Context
Name: modal-labs/modal-examples
Description:
# Pull Request
## Example fixes (Dec 5)
Fix all the examples currently failing in synmon.
# Relevant Files Found
## 06_gpu_and_ml/chatgpt/chatgpt_streaming.py
```
# ---
# runtimes: ["runc", "gvisor"]
# ---
#
# # Using the ChatGPT streaming API
#
#... |
16,182 | null | keras-team/keras | # Repository Context
Name: keras-team/keras
Description:
# Pull Request
## Fix typo in Returns Section
Updated `voculary` with `vocabulary`
# Relevant Files Found
## keras/layers/preprocessing/text_vectorization.py
```
# Copyright 2019 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache Li... |
809 | null | enkore/i3pystatus | # Repository Context
Name: enkore/i3pystatus
Description:
# Pull Request
## Fix teslacharge module
Tesla made changes to their API, which broke some pip modules. As such,
we need to switch to a new module and update some calls to properly
track the changes in module behaviour.
Signed-off-by: David Wahlstrom <d... |
3,010 | null | griptape-ai/griptape-nodes | # Repository Context
Name: griptape-ai/griptape-nodes
Description:
# Pull Request
## Add SeedVR Image and Video upscale API proxy nodes
* Add SeedVR Image and Video upscale API proxy nodes
Closes #2994
<img width="596" height="1011" alt="SeedVRVideoUpscale" src="https://github.com/user-attachments/assets/836... |
170 | null | MetaX-MACA/vLLM-metax | # Repository Context
Name: MetaX-MACA/vLLM-metax
Description:
# Pull Request
## update: support dcp
<!-- markdownlint-disable -->
PLEASE FILL IN THE PR DESCRIPTION HERE ENSURING ALL CHECKLIST ITEMS (AT THE BOTTOM) HAVE BEEN CONSIDERED.
## Purpose
support flashmla/flashattn dcp
## Test Plan
## Test Result... |
32,456 | null | scikit-learn/scikit-learn | # Repository Context
Name: scikit-learn/scikit-learn
Description:
# Pull Request
## MNT Clean-up deprecations for 1.8: Deprecation of copy_X in TheilSenRegressor
<!--
🙌 Thanks for contributing a pull request!
👀 Please ensure you have taken a look at the contribution guidelines:
https://github.com/scikit-lear... |
244 | null | phonopy/phonopy | # Repository Context
Name: phonopy/phonopy
Description:
# Pull Request
## Show more info when using random displacements at finite T
Improve command line interface to show more info when using random displacements at finite T.
# Relevant Files Found
## phonopy/cui/phonopy_script.py
```
"""Phonopy command user in... |
46,849 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## mapl: add v2.46.4, v2.49.1
<!--
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... |
2,841 | null | dials/dials | # Repository Context
Name: dials/dials
Description:
# Pull Request
## Fix bug introduced in #2801 for scanless experiment objects
Affects some image formats that default to still experiment models (no scan object), when processing step-wise on command line.
# Relevant Files Found
## src/dials/algorithms/indexing/... |
2,620 | null | redis/redis-py | # Repository Context
Name: redis/redis-py
Description:
# Pull Request
## Remove redundant assignment to RedisCluster.nodes_manager.
### Pull Request check-list
_Please make sure to review and check all of these items:_
- [ ] Does `$ tox` pass with this change (including linting)?
- [ ] Do the CI tests pass w... |
35 | null | ONSdigital/rdsa-utils | # Repository Context
Name: ONSdigital/rdsa-utils
Description:
# Pull Request
## Fix GitHub Workflow to Accurately Report pytest Failures
## Description
Removed the `|| true` condition from the `pytest` command in the GitHub workflow yaml: `pull_request_workflow.yaml`. This ensures that the workflow reports a fai... |
66 | null | jpadilla/pyjwt | # Repository Context
Name: jpadilla/pyjwt
Description:
# Pull Request
## Verify that decoded header and payload are json objects
Fixes #65.
# Relevant Files Found
## jwt/__init__.py
```
"""
JSON Web Token implementation
Minimum implementation based on this spec:
http://self-issued.info/docs/draft-jones-json-we... |
432 | null | langflow-ai/langflow | # Repository Context
Name: langflow-ai/langflow
Description:
# Pull Request
## Anthropic
Add basic support for Anthropic LLM and Chat model.
Not totally sure the Anthropic LLM needs support because the [docs](https://github.com/hwchase17/langchain/blob/20ec1173f40a13cba73d79cc0efa4653d2489d65/langchain/llms/a... |
85 | null | IBM/beeai-workshop | # Repository Context
Name: IBM/beeai-workshop
Description:
# Pull Request
## Fix missing import
# Relevant Files Found
## beeai_fw_tavily_redis/src/agent.py
```
import asyncio
import logging
from dotenv import load_dotenv
# Load environment variables from .env file
load_dotenv()
from redis_retriever import i... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.