pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
27 | null | licit-lab/symupy | # Repository Context
Name: licit-lab/symupy
Description:
# Pull Request
## 🔧 Adding configurator + documentation
This PR fixes #26 .
Other functionalities include:
* Now `Scenarios` and `Simulator` are separated in different modules.
* Small documentation has been added for each one of them.
* Internal c... |
3,410 | null | quantumlib/Cirq | # Repository Context
Name: quantumlib/Cirq
Description:
# Pull Request
## Add SerializableGateSet.is_supported
This method checks if a given object containing operations (a circuit, moment, or other arbitrary op tree) is supported by a gateset. Note that this does not address separating the notions of belonging to ... |
553 | null | deepspeedai/DeepSpeed-MII | # Repository Context
Name: deepspeedai/DeepSpeed-MII
Description:
# Pull Request
## Update references due to DeepSpeed* GH repo move
DeepSpeed (and related projects) have moved to the deepspeedai org on GitHub, this updates their references.
# Relevant Files Found
## mii/aml_related/templates.py
```
# Copyright ... |
949 | null | PokeAPI/pokeapi | # Repository Context
Name: PokeAPI/pokeapi
Description:
# Pull Request
## Fix: Sprites URL in GraphQL
<!-- Thank you for submitting a Pull Request. Please:
* Ensure that the code is up-to-date with the `master` branch.
* Include a description of the proposed changes and how to test them.
* Consider adding the `... |
84 | null | PerfectFit-project/virtual-coach-rasa | # Repository Context
Name: PerfectFit-project/virtual-coach-rasa
Description:
# Pull Request
## 338 review general activity
Fixes: https://github.com/PerfectFit-project/virtual-coach-issues/issues/338
It works in combination with the changes implemented in [this PR](https://github.com/PerfectFit-project/virtual-... |
66 | null | rubisco-sfa/ilamb3 | # Repository Context
Name: rubisco-sfa/ilamb3
Description:
# Pull Request
## CHANGE: Transforms expanded
# Relevant Files Found
## ilamb3/__init__.py
```
"""A library of functions used to benchmark earth system models."""
# import these packages so that units via pint will be possible once anything
# from ilam... |
751 | null | usethis-python/usethis-python | # Repository Context
Name: usethis-python/usethis-python
Description:
# Pull Request
## Don't create `pyproject.toml` via `add_readme`
# Relevant Files Found
## src/usethis/_core/readme.py
```
from __future__ import annotations
from usethis._config import usethis_config
from usethis._console import box_print, ... |
40 | null | Imageomics/cautious-robot | # Repository Context
Name: Imageomics/cautious-robot
Description:
# Pull Request
## Change set required for functionality with Cornell Birds CSV
This new functionality is designed to handle input like:
```
id,source_url
22552061,https://cdn.download.ams.birds.cornell.edu/api/v1/asset/22552061/1200
```
The is... |
3 | null | pqaidevteam/pqai-encoder | # Repository Context
Name: pqaidevteam/pqai-encoder
Description:
# Pull Request
## Introduce pylint
# Relevant Files Found
## core/encoders.py
```
import re
from pathlib import Path
import numpy as np
from core import utils
from core.representations import BagOfEntities
BASE_DIR = str(Path(__file__).parent.par... |
471 | null | galaxyproject/planemo | # Repository Context
Name: galaxyproject/planemo
Description:
# Pull Request
## Fix cwltool version.
https://github.com/common-workflow-language/cwltool/pull/75 broke API consumed by Galaxy.
# Relevant Files Found
## setup.py
```
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import ast
import os
import re
impo... |
1,202 | null | deepspeedai/DeepSpeed | # Repository Context
Name: deepspeedai/DeepSpeed
Description:
# Pull Request
## [zero.Init] post_init partitining is to be run only by a child module
Originally the zero partitioning `post_init` was run only by the top `super` class, missing out on the children. Then we fixed it to run on all classes. Which was sti... |
253 | null | ynput/ayon-maya | # Repository Context
Name: ynput/ayon-maya
Description:
# Pull Request
## AY-7594 Render Settings: Refactor setting of Redshift GI engine - do not ever set value of `0`
## Changelog Description
Refactor setting of Redshift GI engine - do not ever set value of `0`
- After this PR if a GI engine setting is `Non... |
56 | null | SocketDev/socket-python-cli | # Repository Context
Name: SocketDev/socket-python-cli
Description:
# Pull Request
## Doug/fix manifest issue
Issue where `manifestFiles` can be non-existent with `top_level` packages. This can cause the CLI to error out incorrectly.
## Root Cause
<!-- Concise explanation of what caused the bug ⬇️ -->
Some res... |
1,105 | null | nod-ai/AMD-SHARK-Studio | # Repository Context
Name: nod-ai/AMD-SHARK-Studio
Description:
# Pull Request
## Fix call to Torch Inductor
Updates call to enable Torch Inductor.
To get Torch Inductor working, first update the version of Torch being run:
```
pip install numpy --pre torch[dynamo] --force-reinstall --extra-index-url https:/... |
113 | null | exafmm/pyexafmm | # Repository Context
Name: exafmm/pyexafmm
Description:
# Pull Request
## CLN: Modern setup
# Relevant Files Found
## fmm/__init__.py
```
# API
from fmm.fmm import Fmm
# Info
import fmm.__version__ as _version
__version__ = _version.__version__
__description__ = _version.__description__
__title__ = _version._... |
291 | null | nod-ai/amd-shark-ai | # Repository Context
Name: nod-ai/amd-shark-ai
Description:
# Pull Request
## Fix reshaping of split sharded tensor
Some cases of inserting dimensions of size 1 were buggy. Added some more tests.
# Relevant Files Found
## sharktank/sharktank/ops/sharded_impls.py
```
# Copyright 2024 Advanced Micro Devices, Inc.
... |
204 | null | SmartFlowAI/EmoLLM | # Repository Context
Name: SmartFlowAI/EmoLLM
Description:
# Pull Request
## Dev
# Relevant Files Found
# Edits
This pull request adds support for fine-tuning the Llama-3-8B-Instruct model on mental health-related datasets, specifically focusing on self-cognition data for the EmoLLM psychological assistant. I... |
277 | null | Princeton-CDH/ppa-django | # Repository Context
Name: Princeton-CDH/ppa-django
Description:
# Pull Request
## Functionality to add new items (metadata+data) from HathiTrust
# Relevant Files Found
## ppa/archive/hathi.py
```
'''
Utilities for working with HathiTrust materials and APIs.
'''
from datetime import datetime
import logging
impo... |
12,371 | null | Azure/azure-cli | # Repository Context
Name: Azure/azure-cli
Description:
# Pull Request
## [Network] az network vnet list-available-ips: support list available ips in a vnet
Fix #6876
**History Notes:**
(Fill in the following template if multiple notes are needed, otherwise PR title will be used for history note.)
[Compo... |
94 | null | baidubce/app-builder | # Repository Context
Name: baidubce/app-builder
Description:
# Pull Request
## 修复SSE流式调用时,请求错误不报错的问题
# Relevant Files Found
## appbuilder/core/agent.py
```
# Copyright (c) 2023 Baidu, Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except... |
81 | null | nickw444/flask-ldap3-login | # Repository Context
Name: nickw444/flask-ldap3-login
Description:
# Pull Request
## Make the code Black compliant. Take 2.
- Enable Black in linting.
- Make sure all code is Black compliant.
# Relevant Files Found
## docs/source/conf.py
```
#
# flask-ldap3-login documentation build configuration file, created ... |
18,277 | null | conan-io/conan-center-index | # Repository Context
Name: conan-io/conan-center-index
Description:
# Pull Request
## pbtools: add version 0.47.0, support conan v2
Specify library name and version: **pbtools/***
---
- [x] I've read the [contributing guidelines](https://github.com/conan-io/conan-center-index/blob/master/CONTRIBUTING.md).
-... |
85 | null | IBM/tnz | # Repository Context
Name: IBM/tnz
Description:
# Pull Request
## fix SGR normal
This PR corrects a missing SGR normal code by adding the `[`.
# Relevant Files Found
## tnz/_termlib.py
```
"""tnz terminal library
Provided curses function for tnz.
USAGE
from ._termlib import Term as curses
REFERENCES:
... |
92 | null | canonical/grafana-agent-k8s-operator | # Repository Context
Name: canonical/grafana-agent-k8s-operator
Description:
# Pull Request
## Class split
## Issue
Make the codebase less muddy.
## Solution
Move machine agent stuff (`*_primary`) out of the main class, sync up config locations/generation so it's not a series of appended dicts from different p... |
2,197 | null | GoogleCloudPlatform/PerfKitBenchmarker | # Repository Context
Name: GoogleCloudPlatform/PerfKitBenchmarker
Description:
# Pull Request
## Update AWS EFA version to 1.8.3
Update AWS EFA version to 1.8.3
# Relevant Files Found
## perfkitbenchmarker/providers/aws/aws_network.py
```
# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved.
#
# Lic... |
176 | null | hello-robot/stretch_ai | # Repository Context
Name: hello-robot/stretch_ai
Description:
# Pull Request
## Change the "golden path" to use a Docker + Python Virt Env install
## Description
The "golden path" to install *stretch-ai* has been a Docker + Docker install, where Docker is installed on both the robot and the user's GPU-enabled c... |
1,022 | null | KristopherKubicki/glimpser | # Repository Context
Name: KristopherKubicki/glimpser
Description:
# Pull Request
## Add all-group navigation and camera menu
## Summary
- add `all` option in group navigation
- show camera dropdown when viewing a group or camera
- redirect `/group/all` to the dashboard
- expose all groups via `/groups`
- document ... |
16 | null | coursera/courseraprogramming | # Repository Context
Name: coursera/courseraprogramming
Description:
# Pull Request
## Release version 0.5.0
Release notes:
- The brand new upload subcommand
- A new OAuth2 subsystem for communicating with Coursera
- A number of minor bugfixes
# Relevant Files Found
## setup.py
```
from setuptools import setup
... |
1,039 | null | commitizen-tools/commitizen | # Repository Context
Name: commitizen-tools/commitizen
Description:
# Pull Request
## Resolve tempfile path spaces issue in git commit function
<!--
Thanks for sending a pull request!
Please fill in the following content to let us know better about this change.
-->
## Description
<!-- Describe what the cha... |
50 | null | alichtman/shallow-backup | # Repository Context
Name: alichtman/shallow-backup
Description:
# Pull Request
## Clean up empty package list files
+ fixed syntax error
+ fixed documentation
Fixes #41
# Relevant Files Found
## shallow_backup.py
```
# shallow_backup
# alichtman
import os
from os.path import expanduser
import sys
import gl... |
554 | null | mlrun/mlrun | # Repository Context
Name: mlrun/mlrun
Description:
# Pull Request
## [SDK] Raise exception on major/minor mismatch with API version
# Relevant Files Found
## mlrun/db/httpdb.py
```
# Copyright 2018 Iguazio
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in... |
107 | null | aridevelopment-de/datetimeparser | # Repository Context
Name: aridevelopment-de/datetimeparser
Description:
# Pull Request
## Changed return type of AbsoluteDateFormats
`AbsoluteDateFormats` now returns `AbsoluteDateTime` instead of `List[AbsoluteDateTime]`
# Relevant Files Found
## datetimeparser/parsermethods.py
```
import re
import datetime
fr... |
185 | null | innogames/igvm | # Repository Context
Name: innogames/igvm
Description:
# Pull Request
## Ensure disk_size of VM is at least as big as snapshot
# Relevant Files Found
## igvm/settings.py
```
"""igvm - Settings
Copyright (c) 2018 InnoGames GmbH
"""
from os import environ
from sys import stdout
from libvirt import (
VIR_MI... |
374 | null | Climate-REF/climate-ref | # Repository Context
Name: Climate-REF/climate-ref
Description:
# Pull Request
## Save series outputs as part of a execution
## Description
Implement the saving of series from ESMValTool
This build on top of @bouweandela's work in #363
## Checklist
Please confirm that this pull request has done the foll... |
324 | null | PyFstat/PyFstat | # Repository Context
Name: PyFstat/PyFstat
Description:
# Pull Request
## make black 21.4b2 happy: no extra whitespace in one-line docstrings
- closes #323
# Relevant Files Found
## examples/mcmc_vs_grid_simple_example/PyFstat_example_simple_mcmc_vs_grid_comparison.py
```
"""
MCMC search v.s. grid search
======... |
311 | null | manytask/manytask | # Repository Context
Name: manytask/manytask
Description:
# Pull Request
## fix: Redirect to signup page when oath token might need updating
When exception was raised in create_project, user was redirected to the page that asks secret. This page can not update the token and hence user was stuck on it. This change r... |
38 | null | p-fruck/python-contabo | # Repository Context
Name: p-fruck/python-contabo
Description:
# Pull Request
## API-Update: add status and add_on_ids to InstancesApi
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action.
Make sure to review the changes before approving and merging. Provide ... |
4,798 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## Repalce ftp:// with http:// for gdbm, mesa-glu and udunits2.
Repalce ftp:// with http:// for easier package downloading behind the firewall. One plus benefit is that `spack checksum` works for them now.
# Relevant Files Found
## var/spack/repos... |
3,991 | null | teemtee/tmt | # Repository Context
Name: teemtee/tmt
Description:
# Pull Request
## Apply `sudo` for reboot command when `become` set
While working on #3791 I was connecting to host via the `connect` provisioner and I found out that the `reboot` fails because `sudo` is missing when running it.
Add tests to cover the fix.
P... |
915 | null | spacetelescope/jwql | # Repository Context
Name: spacetelescope/jwql
Description:
# Pull Request
## Release [develop]
# Relevant Files Found
## setup.py
```
import numpy as np
from setuptools import setup
from setuptools import find_packages
VERSION = '1.0.0'
AUTHORS = 'Matthew Bourque, Lauren Chambers, Misty Cracraft, Mike Engess... |
3,255 | null | cfpb/consumerfinance.gov | # Repository Context
Name: cfpb/consumerfinance.gov
Description:
# Pull Request
## Moving /students into cfgov-refresh
Moving /students into cfgov-refresh
## Changes
- Created Jinja template and modified css code to move `/students` into cfgov-refresh. I had to modify the header / footer css to use the new ... |
356 | null | vlad17/mve | # Repository Context
Name: vlad17/mve
Description:
# Pull Request
## reporting separate from timestep advancing
# Relevant Files Found
## cmpc/main_cmpc.py
```
"""Generate possibly constrained MPC rollouts."""
from contextlib import closing
# import mujoco for weird dlopen reasons
import mujoco_py # pylint: ... |
23 | null | UnitapApp/unitap-backend | # Repository Context
Name: UnitapApp/unitap-backend
Description:
# Pull Request
## Fix/has enough fee
# Relevant Files Found
## faucet/faucet_manager/fund_manager.py
```
from eth_account.signers.local import LocalAccount
from web3 import Web3
from web3.exceptions import TimeExhausted
from web3.gas_strategies.rp... |
306 | null | PaddlePaddle/PARL | # Repository Context
Name: PaddlePaddle/PARL
Description:
# Pull Request
## Travis CI: Discover undefined names in Python code
~Blocked by #304 and #305~
https://flake8.pycqa.org/en/latest/user/error-codes.html
On the flake8 test selection, this PR does _not_ focus on "_style violations_" (the majority of fla... |
424 | null | desihub/desispec | # Repository Context
Name: desihub/desispec
Description:
# Pull Request
## QA frame script
Introduces a desi_qa_frame script to generate QA for an input frame file.
Adds new get_nights() and search_for_framefile() methods with tests.
Adds documentation on QA scripts (qa.rst)
Tested successfully on 2% challen... |
14 | null | LucaOne/LucaPCycle | # Repository Context
Name: LucaOne/LucaPCycle
Description:
# Pull Request
## feature: optimized code for multi-gpu training
# Relevant Files Found
## src/trainer.py
```
#!/usr/bin/env python
# encoding: utf-8
'''
@author: Hey
@email: sanyuan.**@**.com
@tel: 137****6540
@datetime: 2022/11/28 19:13
@project: Luca... |
970 | null | pyjanitor-devs/pyjanitor | # Repository Context
Name: pyjanitor-devs/pyjanitor
Description:
# Pull Request
## [ENH] Deprecate bin_numeric params and allow kwargs
# PR Description
This PR pertains to the [`bin_numeric`](https://pyjanitor-devs.github.io/pyjanitor/api/functions/#janitor.functions.bin_numeric.bin_numeric) function.
- Depreca... |
17 | null | YarynaRachkevych1/python-logo | # Repository Context
Name: YarynaRachkevych1/python-logo
Description:
# Pull Request
## refactor: make dirs path private in backend, create Icon component in frontend
# Relevant Files Found
## app.py
```
import subprocess
from pathlib import Path
from python_logo import create_app, socketio
from python_logo.ex... |
139 | null | atlanhq/application-sdk | # Repository Context
Name: atlanhq/application-sdk
Description:
# Pull Request
## Fix/minor refactoring changes
## Pull Request Template
### JIRA Ticket
<!-- MANDATORY: Link to associated JIRA ticket -->
- **Ticket Number**: [PROJ-XXX]
- [ ] Ticket is linked and referenced in the PR title
- [ ] PR descriptio... |
33 | null | smarie/python-pytest-cases | # Repository Context
Name: smarie/python-pytest-cases
Description:
# Pull Request
## Eliminate need for returning fixtures as arguments for param_fixture
I thought that it was redundant to repeat the argnames twice as the string argument and in the variable assignment.
So just use
`param_fixtures("arg1, arg2", ... |
27 | null | facebookincubator/submitit | # Repository Context
Name: facebookincubator/submitit
Description:
# Pull Request
## encoding
# Relevant Files Found
## setup.py
```
#!/usr/bin/env python
#
# Copyright (c) Facebook, Inc. and its affiliates.
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory... |
6,367 | null | tinygrad/tinygrad | # Repository Context
Name: tinygrad/tinygrad
Description:
# Pull Request
## qcom cache flush
# Relevant Files Found
## test/external/external_benchmark_openpilot.py
```
import time, sys, hashlib
from pathlib import Path
import onnx
from onnx.helper import tensor_dtype_to_np_dtype
from extra.onnx import get_run_... |
58,822 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Improve part metadata in stream
<!--
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 yo... |
1,984 | null | TileDB-Inc/TileDB-Py | # Repository Context
Name: TileDB-Inc/TileDB-Py
Description:
# Pull Request
## Update HISTORY for TileDB-Py 0.30.0 against TileDB 2.24.0
# Relevant Files Found
## setup.py
```
import glob
import multiprocessing
import os
import shutil
import subprocess
import sys
from ctypes import CDLL, POINTER, Structure, byr... |
51 | null | GoogleCloudPlatform/dagify | # Repository Context
Name: GoogleCloudPlatform/dagify
Description:
# Pull Request
## Link dependent tasks using ExternalTaskMarker
Fix issue #25
Added logic to write internal task dependencies in same dag and write external task dependencies using ExternalTaskMarker
# Relevant Files Found
## dagify/converter/... |
802 | null | opensupplyhub/open-supply-hub | # Repository Context
Name: opensupplyhub/open-supply-hub
Description:
# Pull Request
## [OSDEV-2260] Update the logic about saving extended fields for the Claim flow
Removed the unnecessary `facility_type` checks in the `facilities_view_set.py` to support proper saving of the data. The function assumed that the val... |
59 | null | awslabs/amazon-s3-find-and-forget | # Repository Context
Name: awslabs/amazon-s3-find-and-forget
Description:
# Pull Request
## Support only versioned buckets
*Description of changes:*
- remove safe mode
- enforce versioned buckets
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
... |
22 | null | kangig94/torch-firewood | # Repository Context
Name: kangig94/torch-firewood
Description:
# Pull Request
## FW-19-fix: mod tests message
# Relevant Files Found
## firewood/utils/torch_op.py
```
from typing import Any, Optional, Sequence, Tuple, Union
import torch
import torch.nn as nn
from torch import Tensor
from torch.nn.modules.util... |
399 | null | Vaskivskyi/ha-asusrouter | # Repository Context
Name: Vaskivskyi/ha-asusrouter
Description:
# Pull Request
## Simplify code for static buttons
# Relevant Files Found
## custom_components/asusrouter/button.py
```
"""AsusRouter buttons."""
from __future__ import annotations
import logging
from typing import Any
from homeassistant.compon... |
36 | null | thenewboston-developers/Core | # Repository Context
Name: thenewboston-developers/Core
Description:
# Pull Request
## Dockerization
# Relevant Files Found
## core/config/settings/base.py
```
SECRET_KEY = NotImplemented
DEBUG = False
ALLOWED_HOSTS = []
INSTALLED_APPS = [
'django.contrib.admin',
'django.contrib.auth',
'django.con... |
438 | null | pyccel/psydac | # Repository Context
Name: pyccel/psydac
Description:
# Pull Request
## Fixes in `test_3d_commuting_pro_1`
Changed `IdentityLinearOperator` to `IdentityOperator` and `e0 @ e0` to `e0.dot(e0)`
# Relevant Files Found
## psydac/feec/tests/test_commuting_projections.py
```
# -*- coding: UTF-8 -*-
from psydac.feec.g... |
75 | null | raspberrypi/picamera2 | # Repository Context
Name: raspberrypi/picamera2
Description:
# Pull Request
## Change the default logging level
The default logging level is set to zero (off). Actually it's now
taken from an environment variable (PICAMERA2_LOG_LEVEL) which defaults
to zero if not found.
Signed-off-by: David Plowman <david.pl... |
15 | null | ctalkington/python-ipp | # Repository Context
Name: ctalkington/python-ipp
Description:
# Pull Request
## Improve Name Parsing
Default to printer-name, then printer-make-and-model then generic IPP Printer
# Relevant Files Found
## pyipp/ipp.py
```
"""Asynchronous Python client for IPP."""
import asyncio
from socket import gaierror as S... |
35 | null | open-mpic/aws-lambda-python | # Repository Context
Name: open-mpic/aws-lambda-python
Description:
# Pull Request
## refactored configuration of perspectives
Now perspectives are expected to be a dict of dicts of dicts and the way endpoint information relates to perspective codes is clearer.
Basically like this:
```
perspectives_as_dict = {
... |
3,003 | null | aws/aws-parallelcluster | # Repository Context
Name: aws/aws-parallelcluster
Description:
# Pull Request
## 3.0: Clean up test_api_client resources in case of test failures
### Notes
This patch introduces two fixtures to handle the clean up of clusters of images in case the API tests fail half way.
Note that we have another patch changi... |
1,068 | null | DaleStudy/leetcode-study | # Repository Context
Name: DaleStudy/leetcode-study
Description:
# Pull Request
## [KwonNayeon] Week 13
## 답안 제출 문제
<!--
자신의 수준이나 일정에 맞게 👉금주에 푸시기로 정한 문제들👈만 나열해주세요.
리뷰어들이 검토와 PR 승인 여부를 결정할 때 큰 도움이 됩니다.
-->
- [x] #231
- [x] #249
- [x] #252
- [x] #277
<!-- - [ ] #289
- [ ] 문제 4 풀고싶지 않은 문제는 이렇게 주석처리... |
24 | null | nplinden/ndmanager | # Repository Context
Name: nplinden/ndmanager
Description:
# Pull Request
## renaming basis to base
# Relevant Files Found
## ndmanager/API/data_library.py
```
import yaml
import multiprocessing as mp
import shutil
from tqdm import tqdm
from openmc.data import Evaluation, get_thermal_name, DataLibrary
from path... |
34,733 | null | Azure/azure-sdk-for-python | # Repository Context
Name: Azure/azure-sdk-for-python
Description:
# Pull Request
## [AutoRelease] t2-datafactory-2024-03-12-12086(can only be merged by SDK owner)
https://github.com/Azure/sdk-release-request/issues/4988
Live test success
https://dev.azure.com/azure-sdk/internal/_build?definitionId=987
# Relevan... |
6 | null | Azure-Samples/on-the-road-copilot | # Repository Context
Name: Azure-Samples/on-the-road-copilot
Description:
# Pull Request
## chore: cleanup local dev setup
# Relevant Files Found
## src/app/app.py
```
import logging
import os
from pathlib import Path
import time
import json
from aiohttp import web
from azure.core.credentials import AzureKeyCre... |
10 | null | cleanlab/cleanlab | # Repository Context
Name: cleanlab/cleanlab
Description:
# Pull Request
## Add sparse support
There's only one test that fails on my environment: "test_fit_psx", regardless of the addition of sparse support. I believe it has to do with rounding floating point numbers.
# Relevant Files Found
## cleanlab/models/mn... |
966 | null | facebookresearch/spdl | # Repository Context
Name: facebookresearch/spdl
Description:
# Pull Request
## Mark pipeline definitions as frozen
# Relevant Files Found
## src/spdl/pipeline/defs/_defs.py
```
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the BSD-style licen... |
57 | null | saifhaq/alma | # Repository Context
Name: saifhaq/alma
Description:
# Pull Request
## Tensort rt via compile
Fixed TensorRT: turns out we can use torch.compile, instead of the "native" tensorrt.dynamo path. The backends are converging around torch compile!
Also moved `get_compile_settings` into its own file in `options/utils/c... |
18 | null | Python-Yarn/Yarn | # Repository Context
Name: Python-Yarn/Yarn
Description:
# Pull Request
## Develop
# Relevant Files Found
## yarn/api.py
```
import os
import sys
import getpass
import logging
import paramiko
import multiprocessing
if sys.version_info.major == 2:
from environment import Environment
else:
from yarn.envir... |
282 | null | con/duct | # Repository Context
Name: con/duct
Description:
# Pull Request
## remove development artifact
# Relevant Files Found
## src/con_duct/__main__.py
```
#!/usr/bin/env python3
from __future__ import annotations
import argparse
from collections import Counter
from collections.abc import Iterable, Iterator
from data... |
9 | null | MERA-Evaluation/MERA_CODE | # Repository Context
Name: MERA-Evaluation/MERA_CODE
Description:
# Pull Request
## Dataset hf upload
# Relevant Files Found
# Edits
This pull request adds automation scripts to generate and validate dataset metadata and README files for the MERA_CODE benchmark, ensuring consistency and completeness. It intro... |
161 | null | briis/affalddk | # Repository Context
Name: briis/affalddk
Description:
# Pull Request
## Release 2.1.19
Hotfix release
# Relevant Files Found
## custom_components/affalddk/images.py
```
"""This module contains the embedded images for Entity Pictures.
This file has been auto generated from a template, images.py.template, so do ... |
26 | null | CAREamics/careamics-ui | # Repository Context
Name: CAREamics/careamics-ui
Description:
# Pull Request
## Fix: Forces max pred batches to be an int
Following https://github.com/CAREamics/careamics-napari/issues/24:
Number of prediction batches is used by the callback to set the maximum of the prediction progress bar. However, PyTorch Li... |
199 | null | oslokommune/okdata-cli | # Repository Context
Name: oslokommune/okdata-cli
Description:
# Pull Request
## Improve output from `datasets cp`
# Relevant Files Found
## okdata/cli/commands/datasets/datasets.py
```
import sys
from okdata.sdk.data.dataset import Dataset
from okdata.sdk.data.download import Download
from okdata.sdk.data.upl... |
11,134 | null | pandas-dev/pandas | # Repository Context
Name: pandas-dev/pandas
Description:
# Pull Request
## BUG: nested construction with timedelta #11129
Closes #11129
Per discussion in issue this adds similar hash equality to `_Timedelta` / `datetime.timedelta`
that exists for `_Timestamp` / `datetime.datime`.
I tried inlining `_Timedelta._en... |
62,526 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Add tests that exercise nest dhcp discovery behavior
<!--
You are amazing! Thanks for contributing to our project!
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
-->
## Proposed change
<!--
Describe ... |
341 | null | Qiskit/qiskit-ibm-runtime | # Repository Context
Name: Qiskit/qiskit-ibm-runtime
Description:
# Pull Request
## Poll status API after stream closes in wait_for_final_state until it is final
<!--
⚠️ The pull request title should be short detailed and understandable for all.
⚠️ Also, please add a release note file using reno if the change nee... |
5,375 | null | red-hat-storage/cephci | # Repository Context
Name: red-hat-storage/cephci
Description:
# Pull Request
## Fix IBM build repo URL, and improve SSH key setup
# Description
This PR fixes IBM build repository URL handling for datacenter (eu-du) mirrored repos, and improves SSH key setup robustness.
**Changes**
**1. cli/utilities/confi... |
3,114 | null | wemake-services/wemake-python-styleguide | # Repository Context
Name: wemake-services/wemake-python-styleguide
Description:
# Pull Request
## Normalize paths in formatter output
Closes https://github.com/wemake-services/wemake-python-styleguide/issues/3111
# Relevant Files Found
## wemake_python_styleguide/formatter.py
```
"""
Our very own ``flake8`` for... |
67 | null | aiokitchen/aiomisc | # Repository Context
Name: aiokitchen/aiomisc
Description:
# Pull Request
## TCP proxy for tests and cancel tasks for SimpleServer
# Relevant Files Found
## aiomisc/service/base.py
```
import asyncio
from aiomisc.context import Context, get_context
class ServiceMeta(type):
def __new__(cls, name, bases, n... |
15 | null | pulp-platform/nemo | # Repository Context
Name: pulp-platform/nemo
Description:
# Pull Request
## v0.0.5
v0.0.5 introduces new equalization strategies, and switches from floor-based to round-based quantization for weights. Notice this *breaks compatibility* with networks that were fine-tuned with quantization in previous versions. Comp... |
22,844 | null | pantsbuild/pants | # Repository Context
Name: pantsbuild/pants
Description:
# Pull Request
## Go: compile with trimpath for reproducible output (Cherry-pick of #22749)
Adds `-trimpath` on go compilation to strip sandbox paths from the output binary.
It would be great to cherry-pick this as currently builds are not reproducible whi... |
29 | null | marlon-sousa/EnhancedFindDialog | # Repository Context
Name: marlon-sousa/EnhancedFindDialog
Description:
# Pull Request
## feat/add linting and checks
In this pr we perform the following:
* Create vscode configuration so that navigating to nvda sources from addon sources is possible
* Inplement flake8 checking
* Include pr checks to make sure lin... |
2,780 | null | jina-ai/serve | # Repository Context
Name: jina-ai/serve
Description:
# Pull Request
## refactor(hub): get hub url from api.jina.ai
┆Issue is synchronized with this [Asana task](https://app.asana.com/0/1200479679796904/1200528431353124) by [Unito](https://www.unito.io)
# Relevant Files Found
## jina/hubble/helper.py
```
"""M... |
613 | null | sanderslab/magellanmapper | # Repository Context
Name: sanderslab/magellanmapper
Description:
# Pull Request
## Restore image settings during refresh
Refreshing the image has reset the image to default settings, but the user often wishes to keep adjusted settings, such as when viewing the same image. Now these settings are restored except whe... |
1 | null | philgei/mcp_server_filesystem | # Repository Context
Name: philgei/mcp_server_filesystem
Description:
# Pull Request
## Add append functionality to FilesystemManager
Added- append_to_file
# Relevant Files Found
## src/mcp_server_filesystem/server.py
```
import asyncio
import logging
from logging.handlers import RotatingFileHandler
from context... |
48 | null | StorjOld/dataserv-client | # Repository Context
Name: StorjOld/dataserv-client
Description:
# Pull Request
## Refactoring out a client web API wrapper
Splitting out a client API wrapper for the Client class so that we can improve
testability by unit testing the Client code separately from a live server and
more easily test the API code witho... |
22 | null | ansys/pyedb-core | # Repository Context
Name: ansys/pyedb-core
Description:
# Pull Request
## T646704: Add Point Terminal API
This adds:
- PointTerminal.GetParams() -> LayerRef, Point
- PointTerminal.SetParams(LayerRef, Point) -> bool
# Relevant Files Found
## src/ansys/edb/core/interfaces/grpc/messages.py
```
"""Protobuf in... |
160 | null | lotus-data/lotus | # Repository Context
Name: lotus-data/lotus
Description:
# Pull Request
## Liana/patch
Fix Litellm error handling from computing cost stats for new models
# Relevant Files Found
## lotus/models/lm.py
```
import hashlib
import logging
from typing import Any
import litellm
import numpy as np
from litellm import b... |
96 | null | oshaughn/research-projects-RIT | # Repository Context
Name: oshaughn/research-projects-RIT
Description:
# Pull Request
## Tabular EOS project: Plotting Utilities and a script for making the plots + typo fix
New files:
* `TabularEOSPlotUtilities.py` - function library for loading data from Landry format files, and posterior samples files (RIFT out... |
22 | null | ybrs/pydisque | # Repository Context
Name: ybrs/pydisque
Description:
# Pull Request
## Add parameter `withcounters=False` into function get_job, confirm to disque latest API.
# Relevant Files Found
## pydisque/client.py
```
"""Pydisque makes Disque easy to access in python."""
import redis
from redis.exceptions import Connec... |
1,106 | null | slackapi/python-slack-sdk | # Repository Context
Name: slackapi/python-slack-sdk
Description:
# Pull Request
## Fix WebClient#files_upload does not send channels since v3.10.0
## Summary
This pull request fixes a regression bug by https://github.com/slackapi/python-slack-sdk/pull/1099
### Category (place an `x` in each of the `[ ]`)
... |
30,335 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## mvapich2 MPI_ROOT needed in modules
We've found that when using mvapich2 via modules, we need to set the MPI_ROOT
environment variable.
# Relevant Files Found
## var/spack/repos/builtin/packages/mvapich2/package.py
```
# Copyright 2013-2022 L... |
128 | null | marcelwa/aigverse | # Repository Context
Name: marcelwa/aigverse
Description:
# Pull Request
## :sparkles: Read/Write Verilog to/from AIGs
## Description
Add verilog support for aig.
Related #126
## Checklist:
<!---
This checklist serves as a reminder of a couple of things that ensure your pull request will be merged swif... |
1,310 | null | datachain-ai/datachain | # Repository Context
Name: datachain-ai/datachain
Description:
# Pull Request
## Fix for delta with retry when multiple error rows with same `id`
Currently, if there are multiple error rows generated with same `id` (name of the column for matching) then, for some unexplained reason, subtract filters out "duplicates... |
435 | null | aevri/mel | # Repository Context
Name: aevri/mel
Description:
# Pull Request
## Ensure smoke tests are complete
This PR ensures that all non-interactive mel commands are covered in the smoke tests.
## Changes
- Added `timelog` command to smoke tests
- Added `uuid`, `rm`, `guess-missing`, and `montage-single` rotomap comma... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.