pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
2 | null | PaloAltoNetworks/Prisma-Enhanced-Remediation | # Repository Context
Name: PaloAltoNetworks/Prisma-Enhanced-Remediation
Description:
# Pull Request
## new release
## Description
new release
## Motivation and Context
<!--- Why is this change required? What problem does it solve? -->
<!--- If it fixes an open issue, please link to the issue here. -->
... |
30,885 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## Allow adding case property descriptions from form settings
## Product Description
https://dimagi-dev.atlassian.net/browse/USH-1437

## Type of change
-... |
411 | null | coinbase/cdp-sdk | # Repository Context
Name: coinbase/cdp-sdk
Description:
# Pull Request
## fix: throw user validation error when providing wrong smart account owner
## Description
Added owner validation to smart account operations to prevent mismatches between provided owners and existing account owners. This change helps users a... |
73 | null | MIT-CAVE/cave_app | # Repository Context
Name: MIT-CAVE/cave_app
Description:
# Pull Request
## 1.3.2
# Relevant Files Found
## cave_api/cave_api/serialization_model/serializers/serialize_data.py
```
import json
from cave_api.serialization_model.serializers.keys import specified_keys, data_location
from cave_api.serialization_mode... |
33,325 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## mpich: enable building when @3.4~cuda
This a fix-up for #30766.
`mpich@3.4` cannot handle `--without-cuda` but satisfies `@:3.3,3.4.4:`.
@alalazo @haampie this looks like a bug in Spack to me.
# Relevant Files Found
## var/spack/repos/bui... |
986 | null | mlco2/codecarbon | # Repository Context
Name: mlco2/codecarbon
Description:
# Pull Request
## report mean of cpu,gpu,ram from samples instead of just the latest
## Description
resolve #985
keep track of power sample numbers and sum cpu,gpu,ram from each sample in order to report mean average from all samples
# Relevant Files ... |
5,947 | null | oppia/oppia | # Repository Context
Name: oppia/oppia
Description:
# Pull Request
## Hide Playthrough Issues on Exploration Editor Stats Tab if Exploration is not Whitelisted
Playthroughs should only be visible and recorded when a particular exploration is whitelisted. This allows us to continue working on changes and avoid recor... |
39 | null | samirelanduk/atomium | # Repository Context
Name: samirelanduk/atomium
Description:
# Pull Request
## Adds atomic numbers
Adds atomic number information accessible as a property in AtomStructure, just like the mass.
It also fixes some incorrect atomic masses for some synthetic elements.
# Relevant Files Found
## atomium/data.py
```... |
568 | null | DistrictDataLabs/yellowbrick | # Repository Context
Name: DistrictDataLabs/yellowbrick
Description:
# Pull Request
## [MRG] Add FeatureCorrelation to Documentation
#553
# Relevant Files Found
## yellowbrick/target/feature_correlation.py
```
# yellowbrick.classifier.feature_correlation
# Feature correlation to dependent variable visualizer.
#
... |
441 | null | joblib/joblib | # Repository Context
Name: joblib/joblib
Description:
# Pull Request
## [MRG] Remove nose dependency completely from project.
#### Checkpoint PR on #411 ( Succeeds PR #433 )
With this PR **joblib** finally drops `nose` as its own dependency.
```shell
kd@dragonstone:~/Documents/joblib$ git grep nose
CHANGES.... |
65 | null | ModelCloud/Device-SMI | # Repository Context
Name: ModelCloud/Device-SMI
Description:
# Pull Request
## prepare for 0.4.0-dev cycle
# Relevant Files Found
## setup.py
```
from setuptools import setup, find_packages
from pathlib import Path
__version__ = "0.3.3"
setup(
name="device-smi",
version=__version__,
author="Model... |
815 | null | insightfinder/InsightAgent | # Repository Context
Name: insightfinder/InsightAgent
Description:
# Pull Request
## Zabbix - Fix metric disallow filtering logic
# Relevant Files Found
## zabbix/getmessages_zabbix.py
```
import configparser
import glob
import http.client
import json
import logging
import multiprocessing
import os
impor... |
181 | null | askui/vision-agent | # Repository Context
Name: askui/vision-agent
Description:
# Pull Request
## add askui controller client settings
# Relevant Files Found
## src/askui/tools/askui/askui_controller.py
```
import logging
import pathlib
import subprocess
import sys
import time
import types
import uuid
from typing import Lite... |
20 | null | pmazurek/aws-fuzzy-finder | # Repository Context
Name: pmazurek/aws-fuzzy-finder
Description:
# Pull Request
## Add instance Id to fuzzy list finder.
This PR adds the instance ID to the fuzzy list.
# Relevant Files Found
## aws_fuzzy_finder/aws_utils.py
```
import boto3
from botocore.exceptions import (
NoRegionError,
PartialCred... |
486 | null | sdv-dev/SDMetrics | # Repository Context
Name: sdv-dev/SDMetrics
Description:
# Pull Request
## Add `DataValidity` property
CU-86ayg9qx7
Resolve #467
The visualization is:
<img width="994" alt="Screenshot 2023-10-31 at 08 28 07" src="https://github.com/sdv-dev/SDMetrics/assets/116157184/7fdaa2c0-2e50-4de7-b8dd-2066969aa5c2">
@... |
81 | null | etingof/pyasn1-modules | # Repository Context
Name: etingof/pyasn1-modules
Description:
# Pull Request
## Add support for RFC 7229
Add module and test for RFC 7229
# Relevant Files Found
## tests/__main__.py
```
#
# This file is part of pyasn1-modules software.
#
# Copyright (c) 2005-2019, Ilya Etingof <etingof@gmail.com>
# License: htt... |
1,114 | null | rapid7/insightconnect-plugins | # Repository Context
Name: rapid7/insightconnect-plugins
Description:
# Pull Request
## URLScan - MC-881 fix issue with not compatible types in output for ge…
…t scan res… (#1097)
* MC-881 fix issue with not compatible types in output for get scan result action. Prepare unit test for action get scan. Refactor ex... |
9 | null | jgorset/facepy | # Repository Context
Name: jgorset/facepy
Description:
# Pull Request
## Added ability to pass in file-like objects
I've added the ability to pass file-like objects into `POST` and `PUT` requests.
# Relevant Files Found
## facepy/graph_api.py
```
import requests
from exceptions import *
from signed_request imp... |
32,348 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## Case List Explorer case property labels
## Product Description
This feature adds user-defined labels for each selected case property.These display labels would allow users to view the report data in a more readable format and provide a be... |
99 | null | iprak/yahoofinance | # Repository Context
Name: iprak/yahoofinance
Description:
# Pull Request
## Added more crumb logging
Added more logging around crumb requests. The crumb response content will also be saved to YahooFinanceCrumbContent.log for failed case when Info level logging is enabled.
# Relevant Files Found
## custom_compone... |
2,084 | null | Flagsmith/flagsmith | # Repository Context
Name: Flagsmith/flagsmith
Description:
# Pull Request
## Silently fail email for ChangeRequests
## Changes
Ensure that emails silently fail when approving / assigning change requests.
## How did you test this code?
Updated an existing unit test.
# Relevant Files Found
## api/feat... |
234 | null | haosulab/ManiSkill | # Repository Context
Name: haosulab/ManiSkill
Description:
# Pull Request
## Pull cube and Lift peg tasks with demo videos
# Relevant Files Found
## mani_skill/envs/tasks/__init__.py
```
from .dexterity import RotateSingleObjectInHand, RotateValveEnv
from .empty_env import EmptyEnv
from .fmb import FMBAssembly1... |
18 | null | ironcladgeek/prAIce | # Repository Context
Name: ironcladgeek/prAIce
Description:
# Pull Request
## Incorporate `mlflow` into `Trainer` class
# Relevant Files Found
## notebooks/01.7__.py
```
# ---
# jupyter:
# jupytext:
# formats: ipynb,py:light
# text_representation:
# extension: .py
# format_name: light
# ... |
365 | null | hyperledger/indy-plenum | # Repository Context
Name: hyperledger/indy-plenum
Description:
# Pull Request
## Fix validator info tool
# Relevant Files Found
## plenum/server/node.py
```
import json
import os
import time
from binascii import unhexlify
from collections import deque, defaultdict
from contextlib import closing
from functools ... |
1,095 | null | newrelic/newrelic-python-agent | # Repository Context
Name: newrelic/newrelic-python-agent
Description:
# Pull Request
## Add new TiDBVectorStore vectorstore
# Relevant Files Found
## newrelic/config.py
```
# Copyright 2010 New Relic, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in... |
166 | null | kodsnack/advent_of_code | # Repository Context
Name: kodsnack/advent_of_code
Description:
# Pull Request
## Day 2
# Relevant Files Found
## 2025/Dyr-El-python/d2025_02.py
```
from aoc_prepare import PrepareAoc
def part1(inp):
pass
def part2(inp):
pass
def test_1_1():
pass
def test_1_2():
pass
def main(inp):
... |
47 | null | keleshev/schema | # Repository Context
Name: keleshev/schema
Description:
# Pull Request
## Update the version of python supported in the setup.py
# Relevant Files Found
## setup.py
```
from setuptools import setup
import schema
setup(
name=schema.__name__,
version=schema.__version__,
author="Vladimir Keleshev",
... |
20 | null | pathintegral-institute/mcp.science | # Repository Context
Name: pathintegral-institute/mcp.science
Description:
# Pull Request
## Rong/tech 85 add matplotlib support
- allow image to be sent to client
- allow scipy
# Relevant Files Found
## servers/python-code-execution/src/python_code_execution/local_python_executor.py
```
#!/usr/bin/env python
#... |
91 | null | efeone/beams | # Repository Context
Name: efeone/beams
Description:
# Pull Request
## fix: Update Purchase Invoice & Sales Invoice
## Is this a Feature, Chore or Bug?
- chore
## Solution description
- Removed space from selectbox Invoice Type in Purchase Invoice.
- Clear filters for Item table and Supplier field in Purchase... |
1,172 | null | python-discord/site | # Repository Context
Name: python-discord/site
Description:
# Pull Request
## Enable tracing and include source for slow queries
# Relevant Files Found
## pydis_site/apps/api/views.py
```
import json
import logging
import urllib.request
from collections.abc import Mapping
from http import HTTPStatus
from rest_... |
126 | null | travispavek/testrail-python | # Repository Context
Name: travispavek/testrail-python
Description:
# Pull Request
## Fix: return case from test
Fix: return case from test
The case method from the Test class looked for Case in the default suite(suite_id = 10)
# Relevant Files Found
## testrail/api.py
```
from __future__ import division
impor... |
330 | null | oxheadalpha/tezos-k8s | # Repository Context
Name: oxheadalpha/tezos-k8s
Description:
# Pull Request
## Fixed up some things when the activation account is missing.
We deal with two cases: (1) we're generating accounts, in which case we just add it to the list of accounts to generate, and (2) we aren't in which case we make the error mess... |
1,171 | null | blablatdinov/tg-quranbot | # Repository Context
Name: blablatdinov/tg-quranbot
Description:
# Pull Request
## Clear handlers
# Relevant Files Found
## src/handlers/prayer_time_answer.py
```
# The MIT License (MIT).
#
# Copyright (c) 2018-2024 Almaz Ilaletdinov <a.ilaletdinov@yandex.ru>
#
# Permission is hereby granted, free of charge, to... |
7,951 | null | skypilot-org/skypilot | # Repository Context
Name: skypilot-org/skypilot
Description:
# Pull Request
## timeout based flush + batch flush in `passthrough_stream_handler`
<!-- Describe the changes in this PR -->
> I noticed a problem while running the jupyter lab example (a task that spins up a jupyter lab server, the task stays running... |
29 | null | PrimeIntellect-ai/prime-rl | # Repository Context
Name: PrimeIntellect-ai/prime-rl
Description:
# Pull Request
## Fix activation checkpointing
# Relevant Files Found
## src/zeroband/models.py
```
from typing import Literal, TypeAlias
from transformers import (
AutoTokenizer,
LlamaConfig,
LlamaForCausalLM,
Qwen2Config,
Q... |
10 | null | MarcSkovMadsen/holoviz-mcp | # Repository Context
Name: MarcSkovMadsen/holoviz-mcp
Description:
# Pull Request
## Fix issues
# Relevant Files Found
## src/holoviz_mcp/panel_mcp/server.py
```
"""[Panel](https://panel.holoviz.org/) MCP Server.
This MCP server provides tools, resources and prompts for using Panel to develop quick, interactiv... |
55 | null | venthur/python-debianbts | # Repository Context
Name: venthur/python-debianbts
Description:
# Pull Request
## added mypy (strict) support
# Relevant Files Found
## debianbts/__init__.py
```
from debianbts.debianbts import * # noqa
from debianbts.version import __version__ # noqa
```
## debianbts/__main__.py
```
import logging
logge... |
11 | null | yunojuno/django-utm-tracker | # Repository Context
Name: yunojuno/django-utm-tracker
Description:
# Pull Request
## Add support for facebook, twitter, and microsoft ad tracking parameters
Hi! I love the gclid support - it makes working with segment & google ads super easy. I've added support for other ad trackers as well with this PR - take a l... |
1,360 | null | Yelp/paasta | # Repository Context
Name: Yelp/paasta
Description:
# Pull Request
## Pysensu is not py36 compatible until 0.3.4
Got errors like:
```
Jul 12 17:27:05 mesos1-uswest1cdevc cron_check_chronos_jobs: soa_dir=soa_dir,
Jul 12 17:27:05 mesos1-uswest1cdevc cron_check_chronos_jobs: File "/opt/venvs/paasta-tools/lib/pyth... |
1,059 | null | apache/datafusion-python | # Repository Context
Name: apache/datafusion-python
Description:
# Pull Request
## Renaming Internal Structs
# Which issue does this PR close?
<!--
We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to... |
695 | null | mongomock/mongomock | # Repository Context
Name: mongomock/mongomock
Description:
# Pull Request
## Lock OrderedDict loop aswell to avoid mutation errors. #694
Had a threaded test in order to catch the issue but couldn't come up with an unit test for it.
At least fixes #694 for now.
# Relevant Files Found
## mongomock/collection.py... |
80 | null | kaitai-io/kaitai_struct_python_runtime | # Repository Context
Name: kaitai-io/kaitai_struct_python_runtime
Description:
# Pull Request
## Adopt a system of exceptions derived from KaitaiStructError
* Resolves https://github.com/kaitai-io/kaitai_struct_python_runtime/issues/40
* Resolves https://github.com/kaitai-io/kaitai_struct_python_runtime/issues/41
... |
8 | null | anges-ai/anges | # Repository Context
Name: anges-ai/anges
Description:
# Pull Request
## Tweaking
Some tweaks of UI and frontend engineering.
# Relevant Files Found
## anges/agents/orchestrator.py
```
from anges.utils.agent_call_agent import parse_call_child_agent_content_json
from anges.agents.agent_utils.events import Event, ... |
131 | null | plugwise/plugwise-beta | # Repository Context
Name: plugwise/plugwise-beta
Description:
# Pull Request
## Add to #130 (wasn't ready for merge)
# Relevant Files Found
## custom_components/plugwise/binary_sensor.py
```
"""Plugwise Binary Sensor component for Home Assistant."""
import logging
import voluptuous as vol
from homeassistant... |
35 | null | mairas/hysen | # Repository Context
Name: mairas/hysen
Description:
# Pull Request
## Updated to support away_mode and update intervals
# Relevant Files Found
## custom_components/hysen/climate.py
```
"""
Platform for Hysen Electronic heating Thermostats power by broadlink.
(Beok, Floureon, Decdeal)
As discussed in https://co... |
699 | null | cmu-delphi/covidcast-indicators | # Repository Context
Name: cmu-delphi/covidcast-indicators
Description:
# Pull Request
## Convert Google Symptoms pipeline to pull data from BigQuery
### Description
Switch from pulling Google Symptoms data from GitHub (now deprecated) to pulling directly from the relevant tables in BigQuery.
To reduce BigQuery... |
29 | null | reportportal/client-Python | # Repository Context
Name: reportportal/client-Python
Description:
# Pull Request
## Fix issue of "No handlers could be found for logger"
Refer https://github.com/websocket-client/websocket-client/commit/67e195a474ea2a434f443740e3d7e2e8b0bc2a7b
# Relevant Files Found
## reportportal_client/service.py
```
import ... |
2,158 | null | virtool/virtool | # Repository Context
Name: virtool/virtool
Description:
# Pull Request
## Log a message each time a legacy sample is compressed
During `CompressReadsProcess`, log sample ID and compressed count versus total.
# Relevant Files Found
## virtool/samples/db.py
```
from typing import Any, Dict
import aiohttp.web
impo... |
59 | null | thatlittleboy/lgtm-db | # Repository Context
Name: thatlittleboy/lgtm-db
Description:
# Pull Request
## feat: allow specification of width via CLI args
**Note:** I originally considered supporting `-ht / --height` as well, but decided against it for now. I don't really want to allow non-conforming aspect-ratio images.
But in theory it ... |
132 | null | clearpathrobotics/clearpath_common | # Repository Context
Name: clearpathrobotics/clearpath_common
Description:
# Pull Request
## Fix test errors
* Skip any additional tests if there's an unsupported platform or accessory
* Fix URDF arguments for axis cameras
# Relevant Files Found
## clearpath_generator_common/test/test_generator_description.py
`... |
147 | null | scalyr/dataset-addon-for-splunk | # Repository Context
Name: scalyr/dataset-addon-for-splunk
Description:
# Pull Request
## [MAPPS-4078] Fixed upgrade readiness python3 issues
Jira Link: <https://sentinelone.atlassian.net/browse/MAPPS-4078>
# 🥅 Goal
Need to fix the python scan issues which are raised on the upgrade readiness application in s... |
1,300 | null | F5Networks/f5-common-python | # Repository Context
Name: F5Networks/f5-common-python
Description:
# Pull Request
## Bump version for release
# Relevant Files Found
## f5/__init__.py
```
# Copyright 2016 F5 Networks Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with ... |
64 | null | JetBrains/teamcity-messages | # Repository Context
Name: JetBrains/teamcity-messages
Description:
# Pull Request
## Add twisted framework plugin for trial support
This commit allows to run trial script with teamcity reporter option e.g:
``` bash
trial --reporter=teamcity tests.py
```
zip_safe=False prevent twisted.plugin dropin.cache from fai... |
23,339 | null | Azure/azure-sdk-for-python | # Repository Context
Name: Azure/azure-sdk-for-python
Description:
# Pull Request
## 【relay 】Update test
# Relevant Files Found
## sdk/relay/azure-mgmt-relay/tests/conftest.py
```
# --------------------------------------------------------------------------
#
# Copyright (c) Microsoft Corporation. All rights res... |
2,580 | null | DataDog/integrations-core | # Repository Context
Name: DataDog/integrations-core
Description:
# Pull Request
## Fix flake8 for openstack_controller
### What does this PR do?
Remove extra lines to fix flake8 tests.
### Motivation
CI was failing
### Review checklist
- [ ] PR has a [meaningful title](https://github.com/DataDog/in... |
1,280 | null | open-mmlab/mmdetection3d | # Repository Context
Name: open-mmlab/mmdetection3d
Description:
# Pull Request
## [Fix] Fix the wrong index of coor in middle_encoder.pillar_scatter.forward_single
Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedb... |
31,591 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## One phone number in multiple domains: apply leniency consistently
## Product Description
Tests and bug fix for channel claim logic when using the 'one phone number, multiple contacts' feature flag.
Jira: https://dimagi-dev.atlassian.n... |
537 | null | codegen-sh/codegen | # Repository Context
Name: codegen-sh/codegen
Description:
# Pull Request
## nit: do not raise on codebase parse
# Motivation
This is to allow the server to keep running even after failure to parse such that modal cleanup_runner cron job can detect failure and alert team on slack
# Content
<!-- Please incl... |
1,692 | null | mabel-dev/opteryx | # Repository Context
Name: mabel-dev/opteryx
Description:
# Pull Request
## #1684
Thank you for opening a Pull Request!
Before submitting your PR, there are a few things you can do to help make sure it goes smoothly:
- [ ] Raise a [bug/feature request](https://github.com/mabel-dev/opteryx/issues/new/choose) o... |
17 | null | azavea/python-omgeo | # Repository Context
Name: azavea/python-omgeo
Description:
# Pull Request
## Return address components in some geocoders
This returns addresses split into components from the Esri WGS and US Census geocoders. The component version is optional since we can't guarantee that all geocoders will make the same component... |
14,568 | null | astropy/astropy | # Repository Context
Name: astropy/astropy
Description:
# Pull Request
## TST: Ensure we use minversion of pyerfa in oldestdeps, skip URL in linkcheck
<!-- This comments are hidden when you submit the pull request,
so you do not need to remove them! -->
<!-- Please be sure to check out our contributing guidelin... |
69 | null | chatchat-space/LangGraph-Chatchat | # Repository Context
Name: chatchat-space/LangGraph-Chatchat
Description:
# Pull Request
## Dev
# Relevant Files Found
## chatchat-server/chatchat/server/agent/graphs_factory/text_to_sql.py
```
from langchain_core.prompts import ChatPromptTemplate
from langchain_openai.chat_models import ChatOpenAI
from langcha... |
229 | null | canonical/charm-relation-interfaces | # Repository Context
Name: canonical/charm-relation-interfaces
Description:
# Pull Request
## feat: Update certificate-transfer v1 to add version field
This updates the documentation for certificate-transfer v1 to add the version field.
# Relevant Files Found
## interfaces/certificate_transfer/v1/schema.py
```
"... |
493 | null | InfiniTensor/InfiniCore | # Repository Context
Name: InfiniTensor/InfiniCore
Description:
# Pull Request
## issue/492: 修复 `infinicore.Tensor.dtype` 和 `infinicore.Tensor.device` 返回类型的问题
# Relevant Files Found
## python/infinicore/__init__.py
```
from infinicore.device import device
from infinicore.dtype import (
bfloat16,
bool,
... |
995 | null | Altinity/clickhouse-sink-connector | # Repository Context
Name: Altinity/clickhouse-sink-connector
Description:
# Pull Request
## 2.5.1
Release 2.5.1
# Relevant Files Found
## sink-connector-lightweight/tests/integration/helpers/argparser.py
```
import os
def argparser(parser):
"""Default argument parser for regressions."""
parser.add_arg... |
8 | null | google/tunix | # Repository Context
Name: google/tunix
Description:
# Pull Request
## Add doc-strings for GRPO
Add doc-strings for GRPO
# Relevant Files Found
## tunix/rl/grpo/grpo_trainer.py
```
# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except ... |
64,634 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Add unique_id to modbus entities
<!--
You are amazing! Thanks for contributing to our project!
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
-->
## Proposed change
<!--
Describe the big picture of you... |
104 | null | qiboteam/qibocal | # Repository Context
Name: qiboteam/qibocal
Description:
# Pull Request
## David/fix fittings
This PR contains fixes for:
- Some fitting methods
- Some Plotting methods
- Plot units
- Calibrate qubit states
- allXY
All methods has been tested with qibolab/transpilers5q and the new runcard for 5q device.
... |
6,247 | null | modin-project/modin | # Repository Context
Name: modin-project/modin
Description:
# Pull Request
## FIX-#6218: Fix `read_excel` and unpin `openpyxl`
<!--
Thank you for your contribution!
Please review the contributing docs: https://modin.readthedocs.io/en/latest/development/contributing.html
if you have questions about contributing.
... |
38 | null | 54yyyu/zotero-mcp | # Repository Context
Name: 54yyyu/zotero-mcp
Description:
# Pull Request
## Make setup-info arg more safe/effective for error reports
Update setup-info to:
1. Obfuscate the user's API-KEY and LIBRARY-ID in the output (from the Claude Desktop Config.)
2. Deliver Database statistics just like the db-status comman... |
544 | null | dice-group/Ontolearn | # Repository Context
Name: dice-group/Ontolearn
Description:
# Pull Request
## General fixes
- Added new argument `max_pos_neg_examples_per_lp` for LP generator classes to limit the number of lp examples.
- Updated docs/examples
# Relevant Files Found
## examples/concept_learning_with_evolearner.py
```
import j... |
282 | null | instaloader/instaloader | # Repository Context
Name: instaloader/instaloader
Description:
# Pull Request
## New Format Specifier: {pcaption}
I saw the abbreviated caption output from save_caption and realized it was perfect for `--filename-pattern`. Even if this pull request is not accepted, please do not abandon the idea within. The abil... |
7 | null | amazon-science/amazon-alexa-language-assisted-product-search | # Repository Context
Name: amazon-science/amazon-alexa-language-assisted-product-search
Description:
# Pull Request
## Provide an example evaluation submission file
This commit made following changes:
1. Add warning when the downloading cup thread is larger than 8. We
found it may lead to connection issues.
... |
82 | null | payu-org/payu | # Repository Context
Name: payu-org/payu
Description:
# Pull Request
## Changed default FMS collate flags
- Format is netCDF4 (-n4)
- Compress outputs (-z)
- Fill masked processor tiles with FillValue (-m)
# Relevant Files Found
## payu/models/fms.py
```
# coding: utf-8
"""payu.models.fms
===============
... |
3 | null | getpelican/feedgenerator | # Repository Context
Name: getpelican/feedgenerator
Description:
# Pull Request
## Fix support for a couple Atom features
`<content>` was unsupported, and the published date was incorrectly being added as `<updated>` rather than `<published>`.
Also added the last couple 3.x releases to tox, and updated `setup.py` ... |
33 | null | epam/ai-dial-rag-eval | # Repository Context
Name: epam/ai-dial-rag-eval
Description:
# Pull Request
## fix: do not write na in aggregated metrics
### Description of changes
- Do not write metrics with NA values in aggregated metrics. Rag eval UI does not understand NA, so it is better to skip these values.
### Checklist
<!-- [Pl... |
2 | null | jjasghar/ai-airport-simulation | # Repository Context
Name: jjasghar/ai-airport-simulation
Description:
# Pull Request
## Fixing OpenAI endpoint
this fixes #1
# Relevant Files Found
## ai/openai_ai.py
```
"""
OpenAI ChatGPT integration for the AI Airport Simulation.
This module provides integration with OpenAI's ChatGPT API for intelligent
air... |
1,096 | null | netket/netket | # Repository Context
Name: netket/netket
Description:
# Pull Request
## Fix PauliStrings when openfermion has constant term
Small bug fix: when openfermion has a constant term, the conversion failed at counting the number of fermions.
Will also need this function for the fermion2nd implementation, for example.
Ad... |
3,654 | null | swarmauri/swarmauri-sdk | # Repository Context
Name: swarmauri/swarmauri-sdk
Description:
# Pull Request
## fix auto_authn hook registration import
## Summary
- introduce `PHASE` enum in autoapi and re-export through `autoapi.v3`
- use `PHASE.PRE_TX_BEGIN` for principal injection hook in auto_authn
- update hook test to rely on the new enum... |
858 | null | spotDL/spotify-downloader | # Repository Context
Name: spotDL/spotify-downloader
Description:
# Pull Request
## replace fuzzywuzzy
FuzzyWuzzy is GPLv2 licensed which would force you to licence the whole project under GPLv2.
For this reason this Pullrequest replaces FuzzyWuzzy with [rapidfuzz](https://github.com/maxbachmann/rapidfuzz) which ... |
436 | null | numalariamodeling/covid-chicago | # Repository Context
Name: numalariamodeling/covid-chicago
Description:
# Pull Request
## minor edits in processing plotters for simulations
- updated load capacity function to use latest data file (note names need to match)
- added function for indicator plots to plot_split_by_param
- adjusted process for civis ... |
93 | null | CellProfiling/cam_acq | # Repository Context
Name: CellProfiling/cam_acq
Description:
# Pull Request
## Add template functions
* Move helper module to package.
* Add test helper package.
* Move helper tests to package.
* Add template helper module.
* Move make and render template to helper.
* Add next well x and y template functions.... |
465 | null | gradients-ai/G.O.D | # Repository Context
Name: gradients-ai/G.O.D
Description:
# Pull Request
## reverse the order for grpo
# Relevant Files Found
## validator/evaluation/scoring.py
```
import math
import os
import re
from datetime import datetime
import numpy as np
from fiber.chain.models import Node
import validator.core.const... |
29 | null | fedejaure/cookiecutter-modern-pypackage | # Repository Context
Name: fedejaure/cookiecutter-modern-pypackage
Description:
# Pull Request
## Fix docs config style
Fix docs style
# Relevant Files Found
## {{cookiecutter.project_slug}}/docs/conf.py
```
"""Sphinx configuration."""
# Configuration file for the Sphinx documentation builder.
#
# This file on... |
10 | null | nickwimer/ytScripts | # Repository Context
Name: nickwimer/ytScripts
Description:
# Pull Request
## More contours
# Relevant Files Found
## quick_vis/slice_plot.py
```
"""2D slice down the middle of the domain."""
import os
import sys
import numpy as np
import yt
from skimage.measure import find_contours
from yt.units.yt_array impo... |
3 | null | BurntSushi/nflgame | # Repository Context
Name: BurntSushi/nflgame
Description:
# Pull Request
## Toward event-based play data
So, if you try the following:
``` python
import nflgame
game = nflgame.game.Game(eid='2012090500')
drives = list(game.drives)
plays = list(drives[0].plays)
for e in plays[0].events: e
```
...then you should... |
1,746 | null | laminlabs/lamindb | # Repository Context
Name: laminlabs/lamindb
Description:
# Pull Request
## 🎨 Accept lists of records in `feature.add_values()`
# Relevant Files Found
## lamindb/core/_feature_manager.py
```
from __future__ import annotations
from collections import defaultdict
from collections.abc import Iterable
from iterto... |
116 | null | u2d-ai/msaDocModels | # Repository Context
Name: u2d-ai/msaDocModels
Description:
# Pull Request
## 0.0.110
- add svcEngineUtils models, update pyproject.toml
# Relevant Files Found
## msaDocModels/sdu.py
```
import os
import uuid
from datetime import datetime
from enum import Enum
from typing import Any, Dict, List, Optional, Tuple,... |
2,294 | null | MTES-MCT/acceslibre | # Repository Context
Name: MTES-MCT/acceslibre
Description:
# Pull Request
## [Backend] Report YWH-PGM10356-79 vulnerability fixes
# Description
- Added package dompurify
- Cookie HTTPOnly set to true
- Purified generated HTML content that are used to populate leaflet marker popups
# Ticket
- https://trello.... |
13 | null | mltrip/ccf | # Repository Context
Name: mltrip/ccf
Description:
# Pull Request
## horizon added to pred
# Relevant Files Found
## src/ccf/predict.py
```
import sys
from datetime import datetime, timedelta, timezone
from pathlib import Path
import time
from copy import deepcopy
import hydra
from omegaconf import DictConfig,... |
6 | null | olitheolix/blender-convex-decomposition | # Repository Context
Name: olitheolix/blender-convex-decomposition
Description:
# Pull Request
## Rename alpha to transparency
Rename internal variables from `alpha` to `transparency` for consistency.
# Relevant Files Found
## convex_decomposition.py
```
import pathlib
import random
import subprocess
import temp... |
152 | null | ahodges9/LedFx | # Repository Context
Name: ahodges9/LedFx
Description:
# Pull Request
## Fix webserver not displaying on macos and linux
# Relevant Files Found
## ledfx/consts.py
```
import pathlib
__author__ = "Austin Hodges"
__copyright__ = "Austin Hodges"
__license__ = "mit"
REQUIRED_PYTHON_VERSION = (3, 7, 0)
REQUIRED_PY... |
88 | null | ThreatResponse/aws_ir | # Repository Context
Name: ThreatResponse/aws_ir
Description:
# Pull Request
## Pass case profile in to Connection constructor
Fixes problem with 'default' profile being used with "session" variable
later in host.py
This call to the Connection instructor did not specify a value for "profile" (AWS connection pro... |
197 | null | bklynhlth/openwillis | # Repository Context
Name: bklynhlth/openwillis
Description:
# Pull Request
## Vocal Acoustics Summary Bug
Bug for selecting column in series
# Relevant Files Found
## openwillis-face/setup.py
```
from setuptools import setup, find_namespace_packages
with open("requirements.txt", "r") as fp:
install_require... |
66 | null | hopeit-git/hopeit.engine | # Repository Context
Name: hopeit-git/hopeit.engine
Description:
# Pull Request
## fix(setup): Fix/aiohttp dependency
Fixes #62
MOTIVATION:
==========
Since the introduction of PreprocessHook for multipart reading HTTP requests,
import EventContext withouth installing web dependencies was impossible.
SOLU... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.