pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
504 | null | mkdocstrings/mkdocstrings | # Repository Context
Name: mkdocstrings/mkdocstrings
Description:
# Pull Request
## feat: add plugin `enabled` config option
Fixes #478.
For the docs entry I guessed that it will be released in version 0.20, this might have to be adjusted.
I considered adding a test but I couldn't see some obvious way to exte... |
81 | null | OpenQuantumDesign/oqd-core | # Repository Context
Name: OpenQuantumDesign/oqd-core
Description:
# Pull Request
## Refactor type reflection
* **Please check if the PR fulfills these requirements**
- [x] The commit message follows our guidelines
- [x] Tests for the changes have been added (for bug fixes / features)
- [x] Docs have been added ... |
10 | null | conijnio/pull-request-codecommit | # Repository Context
Name: conijnio/pull-request-codecommit
Description:
# Pull Request
## refactor: introduce pull request class
**Issue #, if available:** #8
## Description of changes:
By using an object it makes the code easier to read. It also moves the logic to create pull request proposals to its own cl... |
744 | null | marshmallow-code/apispec | # Repository Context
Name: marshmallow-code/apispec
Description:
# Pull Request
## Bump sphinx from 4.3.2 to 4.4.0
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.3.2 to 4.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/sphinx-doc/sphinx/releases">sphinx's... |
354 | null | compas-dev/compas_fab | # Repository Context
Name: compas-dev/compas_fab
Description:
# Pull Request
## Fix ROSmsg import on pub/sub components
### What type of change is this?
- [x] Bug fix in a **backwards-compatible** manner.
- [ ] New feature in a **backwards-compatible** manner.
- [ ] Breaking change: bug fix or new feature that... |
2,039 | null | fonttools/fonttools | # Repository Context
Name: fonttools/fonttools
Description:
# Pull Request
## [feaLib] Add support for STAT table
Add STAT table support as discussed in https://github.com/adobe-type-tools/afdko/issues/176
One issue not yet updated in afdko is discussed here: https://github.com/adobe-type-tools/afdko/issues/1197... |
6,560 | null | iterative/dvc | # Repository Context
Name: iterative/dvc
Description:
# Pull Request
## project: formalize extra dependencies
Resolves #6559
# Relevant Files Found
## setup.py
```
import importlib.util
import os
from pathlib import Path
from setuptools import find_packages, setup
from setuptools.command.build_py import build_... |
1,656 | null | chimera-linux/cports | # Repository Context
Name: chimera-linux/cports
Description:
# Pull Request
## contrib/wofi: update to 1.4.1
# Relevant Files Found
## contrib/wofi/template.py
```
pkgname = "wofi"
pkgver = "1.3"
pkgrel = 0
build_style = "meson"
hostmakedepends = ["meson", "pkgconf"]
makedepends = ["gtk+3-devel", "wayland-devel... |
31 | null | McGill-NLP/weblinx | # Repository Context
Name: McGill-NLP/weblinx
Description:
# Pull Request
## Adding basic tests
# Relevant Files Found
# Edits
This pull request adds basic unit tests for core functionality in the WebLINX library, including the `format_repr`, `_validate_json_backend`, and `Demonstration` classes. It introduce... |
39 | null | newrelic-experimental/ml-performance-monitoring | # Repository Context
Name: newrelic-experimental/ml-performance-monitoring
Description:
# Pull Request
## fix: Use batch_client instead of eventClient and metricClient
# Relevant Files Found
## src/ml_performance_monitoring/monitor.py
```
import atexit
import datetime
import logging
import os
import uuid
import... |
260 | null | simonsobs/sodetlib | # Repository Context
Name: simonsobs/sodetlib
Description:
# Pull Request
## increase attempts and sleep time for getting session_id
Addresses #217
Because it's been 4 months with no better solution and this came up again in LATR testing.
Since implementing this I don't think I've ever seen session_id returned... |
97 | null | macrocosm-os/data-universe | # Repository Context
Name: macrocosm-os/data-universe
Description:
# Pull Request
## Update vali to handle entities with no specified datetime as utc.
# Relevant Files Found
## tests/vali_utils/test_vali_utils.py
```
from calendar import c
import bittensor as bt
import datetime as dt
import unittest
from common... |
161 | null | firebolt-db/firebolt-python-sdk | # Repository Context
Name: firebolt-db/firebolt-python-sdk
Description:
# Pull Request
## fix: engine incorrect auto_stop update in case it is 0
# Relevant Files Found
## src/firebolt/model/engine.py
```
from __future__ import annotations
import functools
import logging
import time
from datetime import datetim... |
91 | null | vitaliisili/petoshield-rest | # Repository Context
Name: vitaliisili/petoshield-rest
Description:
# Pull Request
## Irina
# Relevant Files Found
## petoshield_api/apps/tickets/filters.py
```
from django_filters import rest_framework as filters
from .models import Ticket
class TicketFilter(filters.FilterSet):
class Meta:
model ... |
224 | null | vllm-project/compressed-tensors | # Repository Context
Name: vllm-project/compressed-tensors
Description:
# Pull Request
## Accelerate Utilities Follow-up
## Purpose ##
* Add more utilities not covered by #193
* Add tests for offloading functions
* Reduce code complexity by using utility functions
* Fix bug in `update_offload_data` and expand c... |
340 | null | getsentry/responses | # Repository Context
Name: getsentry/responses
Description:
# Pull Request
## Allow coverage 5.x
All tests pass here with coverage 5.2.
# Relevant Files Found
## setup.py
```
#!/usr/bin/env python
"""
responses
=========
A utility library for mocking out the `requests` Python library.
:copyright: (c) 2015 Davi... |
123 | null | niaid/image_portal_workflows | # Repository Context
Name: niaid/image_portal_workflows
Description:
# Pull Request
## Fix recon movie
recon movie should have been using z dimension from the _rec mrc file
# Relevant Files Found
## em_workflows/brt/flow.py
```
#!/usr/bin/env python3
import glob
from em_workflows.file_path import FilePath
import... |
11,540 | null | mlflow/mlflow | # Repository Context
Name: mlflow/mlflow
Description:
# Pull Request
## Reset singleton during tracing test
### Related Issues/PRs
<!-- Uncomment 'Resolve' if this PR can close the linked items. -->
<!-- Resolve --> #xxx
### What changes are proposed in this pull request?
Rigorously reset singleton instan... |
10 | null | moldyn/msmhelper | # Repository Context
Name: moldyn/msmhelper
Description:
# Pull Request
## Improve docs
# Relevant Files Found
## src/msmhelper/iotext.py
```
# -*- coding: utf-8 -*-
"""Input and output text files.
BSD 3-Clause License
Copyright (c) 2019-2020, Daniel Nagel
All rights reserved.
"""
import sys
import numpy as ... |
51 | null | opendilab/DI-engine | # Repository Context
Name: opendilab/DI-engine
Description:
# Pull Request
## feature(crb): update multi discrete policy(dqn, ppo, rainbow)
## Description
Add DQN, OffPolicy PPO, Rainbow Multi-discrete Policy. Tested with sumo env
## Related Issue
## TODO
Finish test
## Check List
- [x] merge the ... |
3,156 | null | reframe-hpc/reframe | # Repository Context
Name: reframe-hpc/reframe
Description:
# Pull Request
## [feat] Allow ReFrame to pass the access options in command line instead of the script for Slurm
~Right now I am only changing this for Slurm. I leave these options in the slurm script, mostly to remind whoever might be checking the script... |
2,561 | null | scverse/scanpy | # Repository Context
Name: scverse/scanpy
Description:
# Pull Request
## Back to scanpydoc
TODO:
- [x] check if that git_ref extension is even necessary
*yes*, see e.g. the source button on https://sphinx-book-theme--728.org.readthedocs.build/en/728/
- [x] check if `rtd_github_links` breaks doc caching
*n... |
217 | null | ImagingDataCommons/highdicom | # Repository Context
Name: ImagingDataCommons/highdicom
Description:
# Pull Request
## Add Python 3.11 to unit tests matrix
Add tests using Python 3.11 for all future pull requests using GitHub workflows
# Relevant Files Found
## setup.py
```
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import io
import re
imp... |
1,881 | null | pyro-ppl/pyro | # Repository Context
Name: pyro-ppl/pyro
Description:
# Pull Request
## Add code to generate multi mnist dataset.
As discussed in #1875. This reintroduces code to generate the multi-mnist dataset to Pyro as a step towards removing the dependency on the observations library. This also fixes #1871.
# Relevant Files ... |
3,801 | null | GafferHQ/gaffer | # Repository Context
Name: GafferHQ/gaffer
Description:
# Pull Request
## Miscellaneous Context fixes
Another prerequisite for #3661.
# Relevant Files Found
## python/GafferSceneTest/SceneAlgoTest.py
```
##########################################################################
#
# Copyright (c) 2014, Image Eng... |
62 | null | pwwang/python-varname | # Repository Context
Name: pwwang/python-varname
Description:
# Pull Request
## Update version and change log for 0.7.3
# Relevant Files Found
## setup.py
```
# -*- coding: utf-8 -*-
# DO NOT EDIT THIS FILE!
# This file has been autogenerated by dephell <3
# https://github.com/dephell/dephell
try:
from s... |
75 | null | opengisch/qfieldcloud-sdk-python | # Repository Context
Name: opengisch/qfieldcloud-sdk-python
Description:
# Pull Request
## Add support for the teams endpoints that were added recently
# Relevant Files Found
## qfieldcloud_sdk/cli.py
```
import collections
import platform
from enum import Enum
from typing import Any, Dict, List, Optional, Prot... |
57 | null | openvax/neoantigen-vaccine-pipeline | # Repository Context
Name: openvax/neoantigen-vaccine-pipeline
Description:
# Pull Request
## More pipeline changes
- Adding a Python entrypoint to the Dockerfile
- By default, the pipeline will run Vaxrank with MuTect and Strelka VCFs
- Making indel realigner parallelization optional; defaulting to not parallel
... |
28 | null | iommirocks/iommi | # Repository Context
Name: iommirocks/iommi
Description:
# Pull Request
## Rename field_name -> model_field_name
# Relevant Files Found
## examples/examples/views.py
```
import json
from collections import defaultdict
from datetime import (
date,
datetime,
)
from pathlib import Path
from django.contrib... |
637 | null | GalacticDynamics/galax | # Repository Context
Name: GalacticDynamics/galax
Description:
# Pull Request
## ✨ feat(dynamics): cluster radii
# Relevant Files Found
## src/galax/dynamics/__init__.py
```
""":mod:`galax.dynamics`."""
__all__ = [
# Modules
"fields",
"solve",
"integrate", # TODO: deprecate
"mockstream",
... |
41 | null | funkybob/django-classy-settings | # Repository Context
Name: funkybob/django-classy-settings
Description:
# Pull Request
## Fail when no arguments given
# Relevant Files Found
## cbs/__init__.py
```
import os
from functools import partial
from django.utils.functional import cached_property
from . import cast
from .urls import parse_dburl
cl... |
15 | null | amorehead/alphafold3-pytorch-lightning-hydra | # Repository Context
Name: amorehead/alphafold3-pytorch-lightning-hydra
Description:
# Pull Request
## Add full MSA pairing support
## What does this PR do?
Adds full MSA pairing support
## Before submitting
- [x] Did you make sure **title is self-explanatory** and **the description concisely explains the ... |
2,225 | null | DataDog/datadog-api-client-python | # Repository Context
Name: DataDog/datadog-api-client-python
Description:
# Pull Request
## Add code 512 to retry status codes
<!--
** Requirements for Contributing to this repository **
* Fill out the template below. Any pull request that does not include enough information to be reviewed in a timely
manner m... |
8 | null | aiformula-support/aiformula | # Repository Context
Name: aiformula-support/aiformula
Description:
# Pull Request
## Modify/add common submodule
## 開発内容
* commonパッケージのsubmodule化
## 動作確認
- [x] 動作確認(foxyインストール済みOrin)
- [x] 実機確認
動作確認済みです。
レビューをお願いいたします。
# Relevant Files Found
## common/common_python/common_python/__init__.py
```
```
... |
170 | null | crossplane/function-sdk-python | # Repository Context
Name: crossplane/function-sdk-python
Description:
# Pull Request
## Fix get_credentials, and move it to request
<!--
Thank you for helping to improve Crossplane!
Please read through https://git.io/fj2m9 if this is your first time opening a
Crossplane pull request. Find us in https://slack.... |
1,192 | null | OasisLMF/OasisLMF | # Repository Context
Name: OasisLMF/OasisLMF
Description:
# Pull Request
## Track pid of gulcalc processes and wait on them in `run_ktools.sh`
When running a JBA analysis using Oasis, it is possible for a custom gulcalc process to run out of RAM and for a process to be killed by the OS. This is not always correctly... |
103 | null | MasoniteFramework/orm | # Repository Context
Name: MasoniteFramework/orm
Description:
# Pull Request
## Fix the increments column to use the "UNSIGNED"
@josephmancuso
Changing the increments column type to use the UNSIGNED on its column typing in mysql_grammar.
Closes #101
# Relevant Files Found
## src/masonite/orm/grammar/mysql_g... |
29 | null | inmcm/micropyGPS | # Repository Context
Name: inmcm/micropyGPS
Description:
# Pull Request
## Add utility function for easier GPGSV sentence parsing
# Relevant Files Found
## micropyGPS.py
```
"""
# MicropyGPS - a GPS NMEA sentence parser for Micropython/Python 3.X
# Copyright (c) 2017 Michael Calvin McCoy (calvin.mccoy@protonmai... |
6,231 | null | scrapy/scrapy | # Repository Context
Name: scrapy/scrapy
Description:
# Pull Request
## Added tests for check command
Added tests for the check command to increase coverage.
# Relevant Files Found
## tests/test_command_check.py
```
from tests.test_commands import CommandTest
class CheckCommandTest(CommandTest):
command = ... |
96 | null | sepandhaghighi/samila | # Repository Context
Name: sepandhaghighi/samila
Description:
# Pull Request
## Add transparency parameter
Implements #90
This pull request implements the transparency parameter for plotting, through the `alpha` parameter.
# Relevant Files Found
## samila/functions.py
```
# -*- coding: utf-8 -*-
"""Sam... |
37 | null | sbi-dev/pyknos | # Repository Context
Name: sbi-dev/pyknos
Description:
# Pull Request
## bump version, update readme
# Relevant Files Found
## pyknos/__version__.py
```
# This file is part of pyknos, a library for conditional density estimation.
# pyknos is licensed under the Affero General Public License v3,
# see <https://ww... |
73 | null | gbouras13/phold | # Repository Context
Name: gbouras13/phold
Description:
# Pull Request
## add mask_threshold
# Relevant Files Found
## src/phold/__init__.py
```
#!/usr/bin/env python3
import gzip
from pathlib import Path
import click
from Bio import SeqIO
from Bio.SeqFeature import FeatureLocation, SeqFeature
from loguru imp... |
95 | null | moonstream-to/api | # Repository Context
Name: moonstream-to/api
Description:
# Pull Request
## Add update subscription.
<!-- Thank you for your contribution. -->
<!-- Filling in the sections below will provide us with some context when we are reviewing your pull request. -->
## Changes
Add endpoint for update subscription.
<!--... |
212 | null | Jiganesh/Loads-Of-Logic | # Repository Context
Name: Jiganesh/Loads-Of-Logic
Description:
# Pull Request
## solved design hashmap question
# Relevant Files Found
# Edits
This pull request adds a solution to the "Design HashMap" LeetCode problem, implementing a basic hash map using a fixed-size list. The key operations—`put`, `get`, an... |
3,220 | null | conan-io/conan-center-index | # Repository Context
Name: conan-io/conan-center-index
Description:
# Pull Request
## flann: patch in build() instead of source()
Specify library name and version: **flann/all**
- [x] I've read the [guidelines](https://github.com/conan-io/conan-center-index/blob/master/docs/how_to_add_packages.md) for contribut... |
3,668 | null | great-expectations/great_expectations | # Repository Context
Name: great-expectations/great_expectations
Description:
# Pull Request
## [BUGFIX] Update prefix attr assignment in cloud-based DataConnector constructors
Please annotate your PR title to describe what the PR does, then give a brief bulleted description of your PR below. PR titles should begin... |
120 | null | MolarVerse/PQAnalysis | # Repository Context
Name: MolarVerse/PQAnalysis
Description:
# Pull Request
## Release: v1.2.3
# Relevant Files Found
## PQAnalysis/atomic_system/atomic_system.py
```
"""
A module containing the AtomicSystem class
"""
import itertools
import logging
import sys
import numpy as np
from scipy.spatial.transform ... |
14,244 | null | Opentrons/opentrons | # Repository Context
Name: Opentrons/opentrons
Description:
# Pull Request
## feat(hardware-testing): Improve liquid-height accuracy by using lookup tables during volumetric tests
<!--
Thanks for taking the time to open a pull request! Please make sure you've read the "Opening Pull Requests" section of our Contrib... |
2,271 | null | googleapis/python-bigquery | # Repository Context
Name: googleapis/python-bigquery
Description:
# Pull Request
## feat: modifies the BigQueryClient proof-of-concept
Adds a proof of concept centralized `BigQueryClient` for review and experimentation.
This version is not yet fully compliant with the design doc. Additional PRs will come to bring... |
16,229 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## prune synclogs task
@snopoke buddy @calellowitz
Adds the celery task.
I looked at the break down of synclogs on icds and it seems like more than half of them were created in the past 2 weeks (almost 1 million). and this task won't d... |
4,958 | null | cython/cython | # Repository Context
Name: cython/cython
Description:
# Pull Request
## Fix arguments like `init=False` being ignored in dataclasses
Part of https://github.com/cython/cython/issues/4956
Currently a draft because it's based on https://github.com/cython/cython/pull/4955
# Relevant Files Found
## Cython/Compiler/... |
334 | null | animemoeus/mono-backend | # Repository Context
Name: animemoeus/mono-backend
Description:
# Pull Request
## Improve Instagram
# Relevant Files Found
## instagram/admin.py
```
from django.contrib import admin, messages
from django.http import HttpResponseRedirect
from rest_framework import status
from .models import Instaloader, Story, ... |
750 | null | IAMconsortium/pyam | # Repository Context
Name: IAMconsortium/pyam
Description:
# Pull Request
## Remove stickler due to termination of service
# Description of PR
Stickler-CI terminated its service, switching to Black via GitHub Actions workflow.
# Relevant Files Found
## pyam/__init__.py
```
import logging
from pathlib import... |
1,698 | null | flyteorg/flytekit | # Repository Context
Name: flyteorg/flytekit
Description:
# Pull Request
## Add requirements to imageSpec
# TL;DR
Add support passing requirements.txt to image spec.
## Type
- [ ] Bug Fix
- [x] Feature
- [ ] Plugin
## Are all requirements met?
- [x] Code completed
- [x] Smoke tested
- [ ] Unit ... |
11 | null | nf1973/Spotify-2-AppleMusic | # Repository Context
Name: nf1973/Spotify-2-AppleMusic
Description:
# Pull Request
## fix: Handle 400 Bad Request
## Improved error handling
Printing out error response messages from **HTTP 400 Bad Request**. Falling back to a default text if an error occure while parsing.
_Example response body:_
```json
{
... |
2,455 | null | music-assistant/server | # Repository Context
Name: music-assistant/server
Description:
# Pull Request
## Fix 403 error on podcast playback
Fixes https://github.com/music-assistant/support/issues/4249
# Relevant Files Found
## music_assistant/providers/podcastfeed/__init__.py
```
"""
Podcast RSS Feed Music Provider for Music Assistant.
... |
686 | null | scverse/pertpy | # Repository Context
Name: scverse/pertpy
Description:
# Pull Request
## Fix jax random array
Fixes #685
# Relevant Files Found
## pertpy/tools/_cinemaot.py
```
from __future__ import annotations
from typing import TYPE_CHECKING
import matplotlib.pyplot as plt
import numpy as np
import pandas as pd
import sca... |
40 | null | Rickyxrc/at-cli | # Repository Context
Name: Rickyxrc/at-cli
Description:
# Pull Request
## Update translation
# Relevant Files Found
## atcodercli/__main__.py
```
"""
Main Module of atcli
"""
import argparse
import rich
from .commands.add_problem import handle as handleAddProblem
from .commands.init_contest import handle as h... |
19 | null | toggle-corp/alacritty-colorscheme | # Repository Context
Name: toggle-corp/alacritty-colorscheme
Description:
# Pull Request
## Change argparse to tap
- Add commands for status, list, apply and toggle
- Add type hints
- Add config for pyright
- Add config for flake8
- Handle OSExceptions
- Reload nvim sessions automatically
Closes https://git... |
18,406 | null | Azure/azure-sdk-for-python | # Repository Context
Name: Azure/azure-sdk-for-python
Description:
# Pull Request
## update per_call_policies & per_retry_policies
# Relevant Files Found
## sdk/core/azure-core/azure/core/_pipeline_client.py
```
# --------------------------------------------------------------------------
#
# Copyright (c) Micro... |
233 | null | neuralgcm/neuralgcm | # Repository Context
Name: neuralgcm/neuralgcm
Description:
# Pull Request
## Added chex.set_n_cpu to conftest to fix issues with running tests that simulate multiple devices.
Added chex.set_n_cpu to conftest to fix issues with running tests that simulate multiple devices.
# Relevant Files Found
## conftest.py
... |
6,663 | null | mozilla/kitsune | # Repository Context
Name: mozilla/kitsune
Description:
# Pull Request
## Classify questions
# Relevant Files Found
## kitsune/llm/__init__.py
```
from functools import cache
from langchain_google_vertexai import ChatVertexAI
@cache
def get_llm(
model_name: str, temperature: int = 1, max_tokens: int | No... |
1,222 | null | arenadata/adcm | # Repository Context
Name: arenadata/adcm
Description:
# Pull Request
## ADCM-2052 Added line checking for occurrence of line feed character
# Relevant Files Found
## python/cm/models.py
```
# pylint: disable=too-many-lines,unsupported-membership-test,unsupported-delete-operation
# pylint could not understand... |
68 | null | abrignoni/iLEAPP | # Repository Context
Name: abrignoni/iLEAPP
Description:
# Pull Request
## dark mode and sorted plugin names in gui
# Relevant Files Found
## ileappGUI.py
```
import ileapp
import os
import PySimpleGUI as sg
import sys
import webbrowser
from scripts.ilapfuncs import *
from scripts.version_info import aleapp_ve... |
1,462 | null | NVIDIA/NVFlare | # Repository Context
Name: NVIDIA/NVFlare
Description:
# Pull Request
## Fix jupyter notebook FLARE API path issue
### Description
Fix jupyter notebook FLARE API path issue
Add codes to set username in jupyter notebook at provisioning time
### Types of changes
<!--- Put an `x` in all the boxes that apply, a... |
30 | null | hodgerpodger/staketaxcsv | # Repository Context
Name: hodgerpodger/staketaxcsv
Description:
# Pull Request
## Sort imports
# Relevant Files Found
## src/common/Exporter.py
```
import csv
import io
import logging
from datetime import datetime
import pandas as pd
import pytz
from common.ExporterTypes import (
ACCOINT_FIELDS,
CALC_... |
5 | null | recite/autosum | # Repository Context
Name: recite/autosum
Description:
# Pull Request
## Automatic citation styles matching added
Removed searchpdf script as no longer necessary.
Implemented automatic citation matching supporting a list of common styles using citation information (author(s), year) provided by the user.
Updated REA... |
3,979 | null | chimera-linux/cports | # Repository Context
Name: chimera-linux/cports
Description:
# Pull Request
## user/unrar: update to 7.1.6
## Checklist
- [X] I have read [CONTRIBUTING.md](https://github.com/chimera-linux/cports/blob/master/CONTRIBUTING.md)
# Relevant Files Found
## user/unrar/template.py
```
pkgname = "unrar"
pkgver = "7.1.... |
71 | null | bird-house/birdy | # Repository Context
Name: bird-house/birdy
Description:
# Pull Request
## Cancel button
## Overview
This PR starts to fix #65. Note that there is still a big problem. The current version does not return the output because to get the interaction between the cancel button and the progress bar, I put the monitorin... |
55 | null | jankrepl/deepdow | # Repository Context
Name: jankrepl/deepdow
Description:
# Pull Request
## Addition of metadata
# Relevant Files Found
## setup.py
```
from setuptools import find_packages, setup
import deepdow
DESCRIPTION = "Portfolio optimization with deep learning"
LONG_DESCRIPTION = DESCRIPTION
INSTALL_REQUIRES = [
"... |
112 | null | ansys/pysystem-coupling | # Repository Context
Name: ansys/pysystem-coupling
Description:
# Pull Request
## keep precommit black in sync with pyproject.toml
A dependabot PR was merged recently that upgraded black as a `pyproject.toml` dependency. However, it is a dependency there as we use it as an API in code generation. We need to keep th... |
6 | null | hayward2007/SCONE | # Repository Context
Name: hayward2007/SCONE
Description:
# Pull Request
## feat: keyboard threading implmented
# Relevant Files Found
## main.py
```
import threading;
import queue;
import time;
import cv2;
from getkey import getkey;
# __CHANGE = 'f';
# __INFO = 'i';
# __HELP = 'h';
__EXIT = 'q';
def onKeyIn... |
2,279 | null | marshmallow-code/marshmallow | # Repository Context
Name: marshmallow-code/marshmallow
Description:
# Pull Request
## Simplify Hooks
- Replace slow tuple-keyed dicts with string-keyed dicts
- Load the hook config into `cls._hook` at setup rather than searching `fn.__marshmallow_hook__` at run-time
- Skip mismatched `many` hooks while iterating... |
65 | null | nodejs/gyp-next | # Repository Context
Name: nodejs/gyp-next
Description:
# Pull Request
## win: auto-include marmasm sections for Windows on ARM
This removes the msvs_enable_marmasm configuration option that becomes
unnecessary.
Closes: https://github.com/nodejs/gyp-next/issues/64
# Relevant Files Found
## pylib/gyp/generator... |
93 | null | Netcracker/KubeMarine | # Repository Context
Name: Netcracker/KubeMarine
Description:
# Pull Request
## [PSUPCLPL-8487] Prevent Kubemarine from getting stuck
### Description
Please include a summary of the change and describe issue. Please also include relevant motivation and context.
* Kubemarine execution may hang for a long time due ... |
251 | null | huggingface/optimum | # Repository Context
Name: huggingface/optimum
Description:
# Pull Request
## Fix compose for computing the reverse composition
# What does this PR do?
- Fixes the way the reverse composition is performed
# Relevant Files Found
## optimum/fx/optimization/transformations.py
```
# coding=utf-8
# Copyright 2022 ... |
108 | null | ROCm/omnistat | # Repository Context
Name: ROCm/omnistat
Description:
# Pull Request
## Consistent use of Omnistat port 8001
# Relevant Files Found
## omnistat/monitor.py
```
# -------------------------------------------------------------------------------
# MIT License
#
# Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc... |
857 | null | mingrammer/diagrams | # Repository Context
Name: mingrammer/diagrams
Description:
# Pull Request
## Add Grafana Mimir and Tempo
Add Grafana Mimir to resources, onprem, monitoring and add Grafana Tempo to resources, onprem, tracing.
# Relevant Files Found
## diagrams/onprem/monitoring.py
```
# This module is automatically generated b... |
530 | null | dwavesystems/dimod | # Repository Context
Name: dwavesystems/dimod
Description:
# Pull Request
## Remove jsonschema dependency
`jsonschema` was only used for a legacy serialisation method, since that functionality is deprecated it makes sense to remove the dependency.
# Relevant Files Found
## dimod/serialization/json.py
```
# Copyr... |
7,059 | null | PaddlePaddle/PaddleNLP | # Repository Context
Name: PaddlePaddle/PaddleNLP
Description:
# Pull Request
## [Bug fixes] update inference-model generation-utils
<!-- Demo: https://github.com/PaddlePaddle/PaddleNLP/pull/26 -->
### PR types
<!-- One of [ New features | Bug fixes | Function optimization | Performance optimization | Breaking ch... |
137 | null | mne-tools/mne-installers | # Repository Context
Name: mne-tools/mne-installers
Description:
# Pull Request
## Include yasa
# Relevant Files Found
## tests/test_imports.py
```
import platform
import mne
import mne_bids
import mne_connectivity
import mne_faster
import mne_nirs
import mne_realtime
import mne_features
import mne_rsa
import ... |
143 | null | NVIDIA-NeMo/Skills | # Repository Context
Name: NVIDIA-NeMo/Skills
Description:
# Pull Request
## More docs + fix logs in convert pipeline + add log_dir to all scripts + data explorer demo
# Relevant Files Found
## nemo_skills/evaluation/metrics.py
```
# Copyright (c) 2024, NVIDIA CORPORATION. All rights reserved.
#
# Licensed und... |
44 | null | open-mmlab/mmfewshot | # Repository Context
Name: open-mmlab/mmfewshot
Description:
# Pull Request
## [Enhancement] Upgrade isort in pre-commit hook
# Modification
1. Remove seed-isort-config in pre-commit hook
2. Upgrade isort to v5.10.1 (latest version)
3. Replace known_standard_library with extra_standard_library
# Relevant File... |
25,323 | null | apache/airflow | # Repository Context
Name: apache/airflow
Description:
# Pull Request
## Add `operator` and `has_outlet_datasets` to `/grid_data`
Closes: #25241
There was nearly no performance impact on /grid_data when using 25 runs of 2k tasks split across 100 task groups. Response size increased a little bit (more data after ... |
156 | null | private-octopus/ithitools | # Repository Context
Name: private-octopus/ithitools
Description:
# Pull Request
## Date in metric line
# Relevant Files Found
## src/m5ingest.py
```
#!/usr/bin/python
import sys
import os
import json
from os import walk
#from os import path
class m5_summary:
def __init__(self):
self.counters = []
... |
209 | null | python-control/python-control | # Repository Context
Name: python-control/python-control
Description:
# Pull Request
## Sisotool and dynamic root locus zoom
This pull request introduces two new features to the python-control package. A matlab inspired sisotool and dynamic recomputing of the root locus plot when zooming.
**Sisotool**
In the pi... |
3 | null | DigitalHarborFoundation/FlexEval | # Repository Context
Name: DigitalHarborFoundation/FlexEval
Description:
# Pull Request
## added some tests, removed old files
# Relevant Files Found
## src/llm-evals/CustomChatCompletion.py
```
from typing import Any, Union
from evals.api import CompletionResult
from evals.base import CompletionFnSpec
from eva... |
32 | null | NRWLDev/fastapi-problem | # Repository Context
Name: NRWLDev/fastapi-problem
Description:
# Pull Request
## feat: Add support for generating specific error responses for swagger.
closes #31
# Relevant Files Found
## src/fastapi_problem/handler.py
```
from __future__ import annotations
import json
import typing as t
import rfc9457
from... |
9,729 | null | RasaHQ/rasa | # Repository Context
Name: RasaHQ/rasa
Description:
# Pull Request
## Success markers: read config
**Proposed changes**:
- implemented "success markers: read config" according to #9664
- followed a similar way of reading the yaml file to [Domain.py](https://github.com/RasaHQ/rasa/blob/main/rasa/shared/core/domain... |
20 | null | ankitaggarwal011/PyCNN | # Repository Context
Name: ankitaggarwal011/PyCNN
Description:
# Pull Request
## Rename 'isvalid' to 'validate'. Remove side effects from it.
# Relevant Files Found
## pycnn.py
```
#!/usr/bin/python
# -*- coding: utf-8 -*-
"""
The MIT License (MIT)
Copyright (c) 2014 Ankit Aggarwal <ankitaggarwal011@gmail.com... |
383 | null | burningmantech/ranger-ims-server | # Repository Context
Name: burningmantech/ranger-ims-server
Description:
# Pull Request
## [requires.io] dependency update on master branch
# Relevant Files Found
## setup.py
```
#!/usr/bin/env python
##
# See the file COPYRIGHT for copyright information.
#
# Licensed under the Apache License, Version 2.0 (the... |
60 | null | CarmineOptions/derisk-solana | # Repository Context
Name: CarmineOptions/derisk-solana
Description:
# Pull Request
## Feature/mango v3
# Relevant Files Found
## db/__init__.py
```
"""
Module containing functionality related to Postgres DB used throughout the repo.
"""
import os
from enum import Enum
from sqlalchemy import (
create_engin... |
85 | null | demisto/demisto-sdk | # Repository Context
Name: demisto/demisto-sdk
Description:
# Pull Request
## Support API modules
Support importing API modules from the Modules pack and ignore the pack when creating content.
fixes: https://github.com/demisto/etc/issues/19965
# Relevant Files Found
## demisto_sdk/dev_tools/linter.py
```
impo... |
2,225 | null | ResearchHub/researchhub-backend | # Repository Context
Name: ResearchHub/researchhub-backend
Description:
# Pull Request
## Create all comments for feed
# Relevant Files Found
## src/feed/signals/comment_signals.py
```
import logging
from functools import partial
from django.contrib.contenttypes.models import ContentType
from django.db import ... |
637 | null | etna-team/etna | # Repository Context
Name: etna-team/etna
Description:
# Pull Request
## [BUG] `Optuna` converts tuple into list in `RobustScalerTransform`
## Before submitting (must do checklist)
- [x] Did you read the [contribution guide](https://github.com/etna-team/etna/blob/master/CONTRIBUTING.md)?
- [x] Did you update th... |
649 | null | SpiNNakerManchester/SpiNNFrontEndCommon | # Repository Context
Name: SpiNNakerManchester/SpiNNFrontEndCommon
Description:
# Pull Request
## Binary from machine
From now on Only MachineVertex should implement AbstractHasAssociatedBinary
Must be done at after:
https://github.com/SpiNNakerManchester/sPyNNaker/pull/866
tested by:
https://github.com/Spi... |
2,740 | null | NVIDIA-NeMo/NeMo | # Repository Context
Name: NVIDIA-NeMo/NeMo
Description:
# Pull Request
## [DOCS] Updating adobe and copyright for docs
# Relevant Files Found
## docs/source/conf.py
```
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved.
#
# Licensed under the Apache ... |
1,605 | null | all-of-us/curation | # Repository Context
Name: all-of-us/curation
Description:
# Pull Request
## [DC-2716] Update Identical_labs_modification table with new duplicates found in Measurement table.
* Added StoreNewDuplicateMeasurementConceptIds to update the Identical_labs_modification table every time a combined dataset is generated.
... |
563 | null | aimclub/FEDOT | # Repository Context
Name: aimclub/FEDOT
Description:
# Pull Request
## Pareto front fix
Corrected Pareto front visualization, also made minor edits
# Relevant Files Found
## examples/advanced/multiobj_optimisation.py
```
import pandas as pd
from fedot.api.main import Fedot
from fedot.core.utils import fedot_pr... |
44 | null | yagays/ja-timex | # Repository Context
Name: yagays/ja-timex
Description:
# Pull Request
## 漢数字を変換しない`ignore_kansuji`パラメータを追加
# Relevant Files Found
## ja_timex/number_normalizer.py
```
import re
from dataclasses import dataclass
from typing import Tuple
import mojimoji
zero = {"零": 0}
char2int = {"〇": 0, "一": 1, "二": 2, "三": ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.