pr_id
int64
repo_id
null
repo_name
string
text
string
47
null
meteofrance/mfai
# Repository Context Name: meteofrance/mfai Description: # Pull Request ## mypy ok on swinunetr mypy updates of model swinunetr # Relevant Files Found ## mfai/torch/models/half_unet.py ``` from collections import OrderedDict from dataclasses import dataclass from functools import reduce from math import ceil fro...
150
null
peak-solution/odsbox
# Repository Context Name: peak-solution/odsbox Description: # Pull Request ## feat: Added aggregate $nested to jaquel query This pull request introduces support for nested statements in Jaquel queries using a new `$nested` operator. The main changes add the ability to use a nested Jaquel query as a condition, up...
1,206
null
desihub/desispec
# Repository Context Name: desihub/desispec Description: # Pull Request ## More modifications to the exposurs and tile completeness table * FAPRGM instead of FAFLAVOR, ZDONE=false/true instead of ZSTATUS * new ordering of columns and rows * check for zbest and coadd file and sets ZDONE=true if a least 8 petals...
860
null
fitbenchmarking/fitbenchmarking
# Repository Context Name: fitbenchmarking/fitbenchmarking Description: # Pull Request ## Colourbar/key added to results table #### Description of Work Colourbars added to top of tables. Figure directory now passed into the creation of tables, png files are generated using a static method in the Table class and ...
47
null
lento234/pivuq
# Repository Context Name: lento234/pivuq Description: # Pull Request ## Implemented grid size for disparity ensemble calculation - implemented grid size for disparity ensemble calculation - bumped version - update example showing custom grid size # Relevant Files Found ## src/pivuq/disparity.py ``` import nump...
156
null
GIS4WRF/gis4wrf
# Repository Context Name: GIS4WRF/gis4wrf Description: # Pull Request ## Allow GRIB files with different vars in one folder This fixes #151. I reproduced/tested it manually by downloading two met datasets with different variables and then copying a file from one into the other dataset folder. # Relevant Files Fo...
2,521
null
geldata/gel
# Repository Context Name: geldata/gel Description: # Pull Request ## Make inittestdb take a -k argument to restrict which tests it uses This is useful because it is faster to only initialize the databases you care about in testing and because edgedb starts up faster when there are fewer databases. # Relevant File...
1,783
null
Arize-ai/openinference
# Repository Context Name: Arize-ai/openinference Description: # Pull Request ## chore: release main :robot: I have created a release *beep* *boop* --- <details><summary>python-openinference-instrumentation-bedrock: 0.1.25</summary> ## [0.1.25](https://github.com/Arize-ai/openinference/compare/python-openinferen...
13
null
chaostoolkit-incubator/chaostoolkit-azure
# Repository Context Name: chaostoolkit-incubator/chaostoolkit-azure Description: # Pull Request ## Refactor authentication functions Resolves: #12 Signed-off-by: Bugra Derre <bugra.derre@gmail.com> # Relevant Files Found ## chaosazure/__init__.py ``` # -*- coding: utf-8 -*- """Top-level package for chaostoolk...
87
null
TutteInstitute/toponymy
# Repository Context Name: TutteInstitute/toponymy Description: # Pull Request ## Richardmillson/84/feature/replace sentence transformers type Resolve #84 Some additional changes were required to run the tests: - The requirements specified in requirements.txt and tests-requirements.txt were unsatisfiable since ...
565
null
ai-shifu/ai-shifu
# Repository Context Name: ai-shifu/ai-shifu Description: # Pull Request ## fix: correct typo of avatar # Summary Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. <!-- This is an auto-...
1,288
null
PaddlePaddle/PaddleX
# Repository Context Name: PaddlePaddle/PaddleX Description: # Pull Request ## update picodet tutorial # Relevant Files Found ## paddlex/cv/models/detector.py ``` # Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use...
1,613
null
CTFd/CTFd
# Repository Context Name: CTFd/CTFd Description: # Pull Request ## 756 user field tests One more test # Relevant Files Found # Edits This pull request adds comprehensive tests for user-facing custom fields in CTFd, ensuring they function correctly across registration, user settings, and profile display. It in...
309
null
ynput/ayon-houdini
# Repository Context Name: ynput/ayon-houdini Description: # Pull Request ## Support publishing usd geo clip sequences ## Changelog Description Add support for publishing usd geo clip sequences along publishing usd products. ## Additional review information The behaviour of this publishing usd geo clip sequenc...
28,381
null
jax-ml/jax
# Repository Context Name: jax-ml/jax Description: # Pull Request ## fix: use backend to call xb.process_count in _raise_warnings_or_error… This CL just pass backend to xb.process_count in `_raise_warnings_or_errors_for_jit_of_pmap`. This changes fixed #28376. # Relevant Files Found ## jax/_src/interpreters/pxla....
35
null
amanda-f-ndsu/byte_le_royale_2023
# Repository Context Name: amanda-f-ndsu/byte_le_royale_2023 Description: # Pull Request ## First push # Relevant Files Found ## game/common/enums.py ``` class DebugLevel: none = 0 client = 1 controller = 2 engine = 3 class ObjectType: none = 0 action = 1 player = 2 item = 3 `...
213
null
dapper91/pydantic-xml
# Repository Context Name: dapper91/pydantic-xml Description: # Pull Request ## Dev - custom field xml serializer/validator support added. See https://github.com/dapper91/pydantic-xml/pull/212 # Relevant Files Found ## examples/computed-entities/model.py ``` import pathlib from ipaddress import IPv4Address from ...
10
null
manuelnaranjo/django-database-view
# Repository Context Name: manuelnaranjo/django-database-view Description: # Pull Request ## Fix default `DROP VIEW` syntax + introduce custom `drop_view_sql` property support. This addresses issue #6 and allows to apply custom DROP VIEW syntax. # Relevant Files Found ## dbview/helpers.py ``` import logging fr...
1
null
timerring/auto-slice-video
# Repository Context Name: timerring/auto-slice-video Description: # Pull Request ## feat: slice based on danmaku # Relevant Files Found # Edits This PR adds a feature to automatically slice high-energy video segments based on danmaku (comment) density from an ASS subtitle file. It introduces functions to par...
42
null
intel/vc-intrinsics
# Repository Context Name: intel/vc-intrinsics Description: # Pull Request ## Mangle intrinsic names # Relevant Files Found ## GenXIntrinsics/include/llvm/GenXIntrinsics/Intrinsics.py ``` #!/usr/bin/env python #===================== begin_copyright_notice ================================== #Copyright (c) 2020...
156
null
pygae/clifford
# Repository Context Name: pygae/clifford Description: # Pull Request ## Fix `Layout.blades_of_grade(0)` to return the right type Previously this returned a single float, but it should have returned a list of multivectors This also changes `clifford.bases` to include the scalar in its returned dictionary. This ...
1,414
null
Learning-and-Intelligent-Systems/predicators
# Repository Context Name: Learning-and-Intelligent-Systems/predicators Description: # Pull Request ## moving ground-truth options for a few more cover envs I forgot about these. after these, hopefully only the pybullet ones remain # Relevant Files Found ## predicators/envs/cover.py ``` """Toy cover domain. Th...
98
null
matsengrp/phippery
# Repository Context Name: matsengrp/phippery Description: # Pull Request ## removed ml # Relevant Files Found ## phippery/ml/__init__.py ``` ``` ## phippery/ml/analysis.py ``` """ @File: analysis.py @Author: Jared Galloway """ # dependencies import torch from torch import nn from torch.utils.data import ...
206
null
dagster-io/dagster
# Repository Context Name: dagster-io/dagster Description: # Pull Request ## Continuing work on dagstermill This adds tests that deal with pandas dataframe 1) dagstermill.Manager now optionally takes it's own solid definition as an argument. 2) It currently only uses this to know where the notebook is executin...
331
null
PSLmodels/OG-Core
# Repository Context Name: PSLmodels/OG-Core Description: # Pull Request ## Progressive vs constant rates This PR adds a boolean keyword argument for selecting either constant ATRs and MTRs and the progressive tax functions estimated from the Tax-Calculator output. Previously we had just been switching between the...
738
null
Azure/azure-linux-extensions
# Repository Context Name: Azure/azure-linux-extensions Description: # Pull Request ## increment version to 1.1.0.25 - increment version number prior to deployment # Relevant Files Found ## VMEncryption/main/Common.py ``` #!/usr/bin/env python # # Azure Disk Encryption For Linux extension # # Copyright 2016 Mic...
56,326
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## feat: add async jira notifier <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright owners...
242
null
sea-bass/pyrobosim
# Repository Context Name: sea-bass/pyrobosim Description: # Pull Request ## Add UI button to toggle collision polygon display (issue #200) - Refactored `show()` by creating `show_rooms()` function https://github.com/sea-bass/pyrobosim/blob/ea926bbdf736f5dbc2537dcc0d35789bb54e2d86/pyrobosim/pyrobosim/gui/world_ca...
18
null
fugle-dev/fugle-trade-python
# Repository Context Name: fugle-dev/fugle-trade-python Description: # Pull Request ## feat: add order memo property # Relevant Files Found ## fugle_trade/order.py ``` """ Define Order Objects """ import typing from fugle_trade.constant import ( Action, APCode, Trade, PriceFlag, BSFlag ) cl...
1,312
null
pyjanitor-devs/pyjanitor
# Repository Context Name: pyjanitor-devs/pyjanitor Description: # Pull Request ## get_join_indices function # PR Description Please describe the changes proposed in the pull request: - Allow only matching indices to be returned. These are positional indices. <!-- Doing so provides maintainers with conte...
87
null
mosdef-hub/foyer
# Repository Context Name: mosdef-hub/foyer Description: # Pull Request ## Extra unit tests and cleanup # Relevant Files Found ## foyer/atomtyper.py ``` from warnings import warn from oset import oset as OrderedSet from foyer.exceptions import FoyerError from foyer.rule import Rule RULE_NAME_TO_RULE = dict()...
4,673
null
ministryofjustice/operations-engineering
# Repository Context Name: ministryofjustice/operations-engineering Description: # Pull Request ## ✨ Add Script For DNS Delegation Metrics <!-- Explain the purpose of this pull request. Provide any relevant context or link related issues. --> ## :eyes: Purpose - In relation to https://github.com/ministryofjusti...
1,614
null
gpustack/gpustack
# Repository Context Name: gpustack/gpustack Description: # Pull Request ## chore: update evaluate message # Relevant Files Found ## gpustack/scheduler/scheduler.py ``` import asyncio from datetime import datetime, timedelta, timezone import logging import os import queue from typing import List, Tuple from sql...
6
null
blorm-network/ZerePy
# Repository Context Name: blorm-network/ZerePy Description: # Pull Request ## Easy agent config # Relevant Files Found ## src/agent.py ``` import json import random import time from src.connection_manager import ConnectionManager class ZerePyAgent: def __init__( self, name: str, ...
114
null
bieniu/ha-shellies-discovery-gen2
# Repository Context Name: bieniu/ha-shellies-discovery-gen2 Description: # Pull Request ## Auto install/update device script Closes #78 # Relevant Files Found ## python_scripts/shellies_discovery_gen2.py ``` """This script adds MQTT discovery support for Shellies Gen2 devices.""" ATTR_BATTERY_POWERED = "batte...
3,444
null
autogluon/autogluon
# Repository Context Name: autogluon/autogluon Description: # Pull Request ## PR to fix core platform tests *Description of changes:* This PR is to fix the floating point calculations which causes the core platform tests to fail on some operating systems due to the way floating point numbers are handled. By s...
290
null
miquido/draive
# Repository Context Name: miquido/draive Description: # Pull Request ## Add text generation streaming # Relevant Files Found ## src/draive/__init__.py ``` # exporting haiway symbols for easier usage from haiway import ( MISSING, AsyncQueue, AsyncStream, AttributePath, AttributeRequirement, ...
57
null
dwave-examples/3d-bin-packing
# Repository Context Name: dwave-examples/3d-bin-packing Description: # Pull Request ## Replace MIP with SciPy HiGHS This fixes the issue of MIP not supporting MacOS Note: Both MIP and HiGHS error on multi bin because of the quadratic interaction. Allows us to close https://github.com/dwave-examples/3d-bin-pa...
12
null
IATI/IATI-Standard-Website
# Repository Context Name: IATI/IATI-Standard-Website Description: # Pull Request ## Allow different URL path redirects for localization # Relevant Files Found ## iati/iati/settings/base.py ``` """ Django settings for iati project. Generated by 'django-admin startproject' using Django 2.0.3. For more informat...
80
null
happyleavesaoc/python-firetv
# Repository Context Name: happyleavesaoc/python-firetv Description: # Pull Request ## App-specific state detection # Relevant Files Found ## firetv/__init__.py ``` #!/usr/bin/env python """ Communicate with an Amazon Fire TV device via ADB over a network. ADB Debugging must be enabled. """ import logging im...
106
null
FFIG/ffig
# Repository Context Name: FFIG/ffig Description: # Pull Request ## Set libclang.dylib path on OS X in cppmodel tests. As we do in FFIG.py, set the path to the libclang.dylib library if we're running on OS X. # Relevant Files Found ## tests/cppmodel/util.py ``` # This file provides common utility functions for ...
12
null
athrvvvv/AppOpener
# Repository Context Name: athrvvvv/AppOpener Description: # Pull Request ## Added the ability to throw error with the throw_error argument I modified two files features.py and checks.py. In check.py I'm raising an exception instead of printing and in features.py I have modified two function: Open things : made ...
46,393
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Add tests for Netatmo sensor <!-- 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 your ch...
3,248
null
exercism/python
# Repository Context Name: exercism/python Description: # Pull Request ## [Maintenance]: Update dominoes_test # Relevant Files Found ## exercises/practice/dominoes/dominoes_test.py ``` import unittest from dominoes import ( can_chain, ) # Tests adapted from `problem-specifications//canonical-data.json` ...
4,185
null
infiniflow/ragflow
# Repository Context Name: infiniflow/ragflow Description: # Pull Request ## Added time to progress message ### What problem does this PR solve? Added time to progress message ### Type of change - [x] Refactoring # Relevant Files Found ## api/db/services/task_service.py ``` # # Copyright 2024 The I...
88
null
WISDEM/ORBIT
# Repository Context Name: WISDEM/ORBIT Description: # Pull Request ## ParametricManager without product # Relevant Files Found ## ORBIT/parametric.py ``` __author__ = ["Jake Nunemaker"] __copyright__ = "Copyright 2020, National Renewable Energy Laboratory" __maintainer__ = "Jake Nunemaker" __email__ = ["jake.n...
29,446
null
scikit-learn/scikit-learn
# Repository Context Name: scikit-learn/scikit-learn Description: # Pull Request ## DOC Add class link in `GroupShuffleSplit` docstring <!-- Thanks for contributing a pull request! Please ensure you have taken a look at the contribution guidelines: https://github.com/scikit-learn/scikit-learn/blob/main/CONTRIBUTI...
363
null
ghostty-org/discord-bot
# Repository Context Name: ghostty-org/discord-bot Description: # Pull Request ## Convert some tests to property tests This PR adds hypothesis and changes some tests that have random parametrized literals to property tests. Maybe I'll add more tests that use hypothesis, maybe not; I haven't yet looked around to ...
4,962
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Only report slowness warning once per entity **Description:** Only report slowness warning once per entity. **Related issue (if applicable):** fixes #4936 # Relevant Files Found ## homeassistant/helpers/entity.py ``` """An abstr...
33
null
ideabosque/suitetalk_connector
# Repository Context Name: ideabosque/suitetalk_connector Description: # Pull Request ## change function of get_record_id for SS3-2074 change function of get_record_id for SS3-2074 # Relevant Files Found ## suitetalk_connector/soapconnector.py ``` #!/usr/bin/python # -*- coding: utf-8 -*- from __future__ import ...
19,957
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Upgrade aiohttp to 3.5.3 ## Description: Changelog: https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst ## Example entry for `configuration.yaml` (if applicable): ```yaml http: ``` ## Checklist: - [x] The code change ...
95
null
Ouranosinc/xsdba
# Repository Context Name: Ouranosinc/xsdba Description: # Pull Request ## Prepare v0.3.0 <!-- Please ensure the PR fulfills the following requirements! --> <!-- If this is your first PR, make sure to add your details to the AUTHORS.rst! --> ### Pull Request Checklist: - [ ] This PR addresses an already opened i...
188
null
reef-technologies/cookiecutter-rt-django
# Repository Context Name: reef-technologies/cookiecutter-rt-django Description: # Pull Request ## fix asgi error # Relevant Files Found ## {{cookiecutter.repostory_name}}/app/src/{{cookiecutter.django_project_name}}/asgi.py ``` import os {% if cookiecutter.use_channels == "y" -%} from channels.routing import ...
2,995
null
bridgecrewio/checkov
# Repository Context Name: bridgecrewio/checkov Description: # Pull Request ## Add identifier to docker scan result file Add identifier to result file to avoid collisions when running async docker images By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 li...
19
null
thiagokokada/i3pyblocks
# Repository Context Name: thiagokokada/i3pyblocks Description: # Pull Request ## Improve example configuration file, clean-up # Relevant Files Found ## run.py ``` #!/usr/bin/env python3 import asyncio import logging import signal from pathlib import Path import psutil as ps from i3pyblocks import Runner, ty...
5,759
null
skypilot-org/skypilot
# Repository Context Name: skypilot-org/skypilot Description: # Pull Request ## [Login] Stripping ending slash <!-- Describe the changes in this PR --> When not stripped, it could cause `<endpoint-url>//token` which cannot be accessed. <!-- Describe the tests ran --> <!-- Unit tests (tests/test_*.py) are par...
185
null
ehpor/hcipy
# Repository Context Name: ehpor/hcipy Description: # Pull Request ## Remove codecov from dev requirements. Fixes #184. CodeCov removed their PyPI package (and profusely apologized for it, see https://about.codecov.io/blog/message-regarding-the-pypi-package/), so we have to drop that dependency. Apparently, they...
80
null
vaibhavsingh97/random-word
# Repository Context Name: vaibhavsingh97/random-word Description: # Pull Request ## feat: preparation for migration version # Relevant Files Found ## random_word/__init__.py ``` from .random_word import RandomWords __name__ = "Random Word" __author__ = "Vaibhav Singh <hi@vaibhavsingh97.com>" __version__ = "1....
1,352
null
okfn-brasil/querido-diario
# Repository Context Name: okfn-brasil/querido-diario Description: # Pull Request ## Atualiza raspador de Jundiaí-SP resolve #1342 [sp_jundiai_periodo_1mes.csv](https://github.com/user-attachments/files/18387016/sp_jundiai_periodo_1mes.csv) | [sp_jundiai_periodo_1mes.log](https://github.com/user-attachments/fil...
643
null
ministryofjustice/money-to-prisoners-api
# Repository Context Name: ministryofjustice/money-to-prisoners-api Description: # Pull Request ## Fixed duplicate parameter error in swagger without impacting production functionality Whilst developing against MTP-1805, I realized the `CheckAutoAcceptRuleView` endpoint had broken swagger because there were two `or...
57,901
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## Improve preparation and verification of source tarballs After testing with Alpha 2 ATR (Apache Trusted Releases) of airflow-ctl it turned out that our source tarballs were not perfectly according to what ATR expected. * The -source tarballs...
332
null
open-mmlab/mmengine
# Repository Context Name: open-mmlab/mmengine Description: # Pull Request ## [Fix] Fix load_checkpoint ## Motivation Fix param: map_location. ## Modification As above. ## Checklist 1. Pre-commit or other linting tools are used to fix the potential lint issues. 2. The modification is covered by comp...
16,687
null
PrefectHQ/prefect
# Repository Context Name: PrefectHQ/prefect Description: # Pull Request ## Remove DB interface from `_on_start` I've been investigating our DB connection / performance issues which has led me to looking at how and when we create engines and connection pools; in my investigations I realized that this db interface w...
32
null
ontodev/gizmos
# Repository Context Name: ontodev/gizmos Description: # Pull Request ## Sort obsolete classes last in tree Resolves #31 Example from MRO: ![image](https://user-images.githubusercontent.com/16750150/96009845-fd22d880-0df5-11eb-8814-25ccc11da230.png) And if you view a term: ![image](https://user-images.g...
865
null
Azure/azure-cli-extensions
# Repository Context Name: Azure/azure-cli-extensions Description: # Pull Request ## update table formatters --- This checklist is used to make sure that common guidelines for a pull request are followed. ### General Guidelines - [ ] Have you run `azdev style <YOUR_EXT>` locally? (`pip install azdev` requi...
14,239
null
PennyDreadfulMTG/Penny-Dreadful-Tools
# Repository Context Name: PennyDreadfulMTG/Penny-Dreadful-Tools Description: # Pull Request ## Prep for the first two seasons of 2026 # Relevant Files Found ## magic/decklist_test.py ``` import textwrap from magic import decklist def test_parse() -> None: s = """ 3 Barter in Blood 4 Cons...
570
null
tensorflow/quantum
# Repository Context Name: tensorflow/quantum Description: # Pull Request ## Bump working version to 0.6.0 # Relevant Files Found ## release/setup.py ``` # Copyright 2020 The TensorFlow Quantum Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use th...
359
null
pytest-dev/pluggy
# Repository Context Name: pytest-dev/pluggy Description: # Pull Request ## Proposed fix for issue #358 Switch to `inspect.signature` instead of `inspect.getfullargspec` to properly support wrapper chains (decorated functions) - see details in issue #358 . In the proposed change I tried to do the minimal require...
139
null
leukeleu/django-hidp
# Repository Context Name: leukeleu/django-hidp Description: # Pull Request ## HIDP-109 development setup fixup I did a clean setup of the HIdP dev environment and couldn't run tests, because `oauth2_provider` wasn't installed anymore. After installing `oauth2_provider` I ran into the checks (which work as intended...
13
null
bsc-quantic/tn4ml
# Repository Context Name: bsc-quantic/tn4ml Description: # Pull Request ## Docs update Updated/added docs and tutorials. # Relevant Files Found ## docs/source/conf.py ``` # Configuration file for the Sphinx documentation builder. # # For the full list of built-in configuration values, see the documentation: # h...
490
null
lukasturcani/stk
# Repository Context Name: lukasturcani/stk Description: # Pull Request ## Use rtd theme # Relevant Files Found ## docs/source/conf.py ``` # Configuration file for the Sphinx documentation builder. # # For the full list of built-in configuration values, see the documentation: # https://www.sphinx-doc.org/en/mas...
1,759
null
data-dot-all/dataall
# Repository Context Name: data-dot-all/dataall Description: # Pull Request ## Aurora upgrade cdk build ### Feature or Bugfix <!-- please choose --> - Feature ### Detail - Depending on CDK parameter CodeBuild project is created to copy data from one AuroraCluster to Another - Can be used for Aurora upgrade...
55
null
EnokiUN/voltage
# Repository Context Name: EnokiUN/voltage Description: # Pull Request ## Update message_checker.py grammar ## Summary <!-- What is this pull request for? Does it fix any issues? --> ## Checklist <!-- Put an x inside [ ] to check it, like so: [x] --> - [ ] If code changes were made then they have bee...
1,298
null
containerbuildsystem/atomic-reactor
# Repository Context Name: containerbuildsystem/atomic-reactor Description: # Pull Request ## pass buildargs to build container * OSBS-8134 Signed-off-by: Robert Cerven <rcerven@redhat.com> Maintainers will complete the following section: - [x] Commit messages are descriptive enough - [x] "Signed-off-by...
556
null
ag2ai/fastagency
# Repository Context Name: ag2ai/fastagency Description: # Pull Request ## 546 simple usernamepassword authentication # Description <!-- Please include a summary of the change and specify which issue is being addressed. Additionally, provide relevant motivation and context. --> <!-- Fixes # (issue number) -->...
292
null
entropicalabs/openqaoa
# Repository Context Name: entropicalabs/openqaoa Description: # Pull Request ## Merge main back into dev # Relevant Files Found ## _version.py ``` __version__ = "0.2.2" ``` ## src/openqaoa-azure/openqaoa_azure/_version.py ``` __version__ = "0.2.2" ``` ## src/openqaoa-braket/openqaoa_braket/_version.py ``...
6,459
null
ansys/pyaedt
# Repository Context Name: ansys/pyaedt Description: # Pull Request ## FIX: Observe specified output path for saving extension results (and minor improvements) This PR addresses the bug reported in #6450: Currently, the file generated by the point cloud extension does not observe the specified output name. Instead,...
34
null
byjlw/video-analyzer
# Repository Context Name: byjlw/video-analyzer Description: # Pull Request ## cleaned up frame selection code More efficient and readable and added details on how selection works in the docs/DESIGN.md # Relevant Files Found ## video_analyzer/frame.py ``` from dataclasses import dataclass from pathlib import Pat...
981
null
marshmallow-code/webargs
# Repository Context Name: marshmallow-code/webargs Description: # Pull Request ## Drop Python 3.8 Also remove Python 3.x min minor version in README and docs. Not so useful and needs to be updated on each release (which I tend to forget). # Relevant Files Found ## src/webargs/core.py ``` from __future__ import ...
50
null
ostis-ai/py-sc-client
# Repository Context Name: ostis-ai/py-sc-client Description: # Pull Request ## Decompose sc types # Relevant Files Found ## src/sc_client/constants/sc_types.py ``` """ This source file is part of an OSTIS project. For the latest info, see https://github.com/ostis-ai Distributed under the MIT License (See an ac...
4,129
null
mouredev/roadmap-retos-programacion
# Repository Context Name: mouredev/roadmap-retos-programacion Description: # Pull Request ## #06-Python Ejercicio 6: Recursividad # Relevant Files Found # Edits This pull request adds Python solutions for two exercises in the roadmap: one on recursion and another on stacks and queues. The key changes include...
7
null
JasonMWhite/gitlawca-scraper
# Repository Context Name: JasonMWhite/gitlawca-scraper Description: # Pull Request ## Linter Adding a linter to the repo, and failing tests on CI if linter reports anything # Relevant Files Found ## lawscraper/lawscraper/pipelines.py ``` # -*- coding: utf-8 -*- # Define your item pipelines here # # Don't forg...
150
null
cisagov/gophish-tools
# Repository Context Name: cisagov/gophish-tools Description: # Pull Request ## Make script executable again ## 🗣 Description ## This pull request makes a script executable again, fixing a bug introduced in #148. ## 💭 Motivation and context ## [cisagov/pca-gophish-composition](https://github.com/cisagov/...
6,772
null
sgl-project/sglang
# Repository Context Name: sgl-project/sglang Description: # Pull Request ## Fix one bug in the grouped-gemm triton kernel <!-- Thank you for your contribution! We appreciate it. The following guidelines will help improve your pull request and facilitate feedback. If anything is unclear, don't hesitate to submit yo...
74
null
umd-lib/plastron
# Repository Context Name: umd-lib/plastron Description: # Pull Request ## LIBFCREPO-777. Get total row count if import file handle is seekable. Otherwise, return None for the total (in JSON, null). https://issues.umd.edu/browse/LIBFCREPO-777 # Relevant Files Found ## plastron/commands/import.py ``` import cs...
48
null
szufix/mapel
# Repository Context Name: szufix/mapel Description: # Pull Request ## small tqdm improvments improved use of tqdm with multiprocessing during computing of election distances # Relevant Files Found ## mapel-elections/src/mapel/elections/distances_.py ``` #!/usr/bin/env python import copy import logging from time...
51
null
alibaba/footmark
# Repository Context Name: alibaba/footmark Description: # Pull Request ## improve (dns): support domain group manage # Relevant Files Found ## footmark/dns/connection.py ``` # encoding: utf-8 import time from footmark.connection import ACSQueryConnection from footmark.dns.regioninfo import RegionInfo from foot...
68
null
muatik/flask-profiler
# Repository Context Name: muatik/flask-profiler Description: # Pull Request ## Fix #30: No info in dashboard Also added a requirements.txt directly from pip freezing after installing necessary libraries to run the tests. Please ajust it once merge. # Relevant Files Found ## flask_profiler/flask_profiler.py ``...
9
null
johannahaffner/sif2jax
# Repository Context Name: johannahaffner/sif2jax Description: # Pull Request ## Early draft for constraint compatibility wrapper …and prioritised list of problems to test it on. # Relevant Files Found # Edits This pull request introduces an early draft of a compatibility wrapper to align constraint handling i...
15,844
null
oppia/oppia
# Repository Context Name: oppia/oppia Description: # Pull Request ## Fixed customization arg rename migration issue. ## Overview <!-- READ ME FIRST: Please answer *both* questions below and check off every point from the Essential Checklist! If there is no corresponding issue number, fill in N/A where it says ...
13
null
atopile/nonos
# Repository Context Name: atopile/nonos Description: # Pull Request ## Feature/amplifier # Relevant Files Found # Edits This pull request adds support for a Texas Instruments TAS5825M audio amplifier, including its component definition, power and signal interfaces, and integration with output stages featurin...
76
null
GazzolaLab/MiV-Simulator
# Repository Context Name: GazzolaLab/MiV-Simulator Description: # Pull Request ## Add miv_data package ## MiV-Data It turns out that the various HDF5 files for simulation construction, inputs, and results are becoming a useful IR since it is easy to share H5 files. However, installation of the MiV-Simulator to ...
2,190
null
pytorch/TensorRT
# Repository Context Name: pytorch/TensorRT Description: # Pull Request ## feat: Add support for device compilation setting # Description - Enables support for device compilation settings in Dynamo paths - Developed in a way such that extensions for multiple gpus can be made in a straightforward fashion - Defa...
550
null
googleapis/releasetool
# Repository Context Name: googleapis/releasetool Description: # Pull Request ## chore(master): release 2.1.0 :robot: I have created a release *beep* *boop* --- ## [2.1.0](https://github.com/googleapis/releasetool/compare/v2.0.1...v2.1.0) (2024-08-02) ### Features * Support ruby-core-libraries repository ([#55...
1
null
zhanghang1989/Fast-AutoAug-Torch
# Repository Context Name: zhanghang1989/Fast-AutoAug-Torch Description: # Pull Request ## Rand Aug # Relevant Files Found ## train.py ``` ##+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ## Created by: Hang Zhang ## Email: zhanghang0704@gmail.com ## Copyright (c) 2020 ## ## LICENSE f...
3,749
null
autogluon/autogluon
# Repository Context Name: autogluon/autogluon Description: # Pull Request ## [timeseries] Update time series preset configs for v1.0 *Description of changes:* - Rename hyperparameter settings to `default` (all "good" models), `light` and `very_light`, same as in Tabular. - Change the priority order to train loca...
7
null
hidrokit/hidrokit
# Repository Context Name: hidrokit/hidrokit Description: # Pull Request ## Add dlkit function Menambahkan module dlkit yang digunakan untuk membantu proses Deep Learning # Relevant Files Found ## hidrokit/__init__.py ``` from . import prepkit from . import viewkit ``` ## setup.py ``` # Setup files from https...
3
null
dcorre/pyGRBaglow
# Repository Context Name: dcorre/pyGRBaglow Description: # Pull Request ## Cython # Relevant Files Found ## pyGRBaglow/synchrotron_model.py ``` # -*- coding: utf-8 -*- """Main module.""" import numpy as np from collections import OrderedDict from astropy.cosmology import Planck15 as cosmo from pyGRBaglow imp...
56
null
titipata/penn-events-calendar
# Repository Context Name: titipata/penn-events-calendar Description: # Pull Request ## Update fetch CNI events, update whole dataset again for new functions - Update function to fetch CNI events - Update fetched events and vectors # Relevant Files Found ## backend/fetch_events.py ``` #!/usr/bin/python import o...
3,139
null
owid/etl
# Repository Context Name: owid/etl Description: # Pull Request ## 📊 Update exoplanets data Closes https://github.com/owid/owid-issues/issues/1568 Closes https://github.com/owid/etl/pull/3138 # Relevant Files Found # Edits This PR updates the exoplanets dataset in OWID's ETL pipeline to improve data consiste...