pr_id
int64
repo_id
null
repo_name
string
text
string
251
null
pytorch/tensordict
# Repository Context Name: pytorch/tensordict Description: # Pull Request ## [BugFix] Uncaught wrong instance check in update_at_ ## Description `Update_at_` was not tested and a wrong instance check was found in it. # Relevant Files Found ## tensordict/tensordict.py ``` # Copyright (c) Meta Platforms, Inc. ...
197
null
sunnypilot/opendbc
# Repository Context Name: sunnypilot/opendbc Description: # Pull Request ## mads: cleanup invalid super().init() - Cleans up redundant `super().__init__()` call. ## Summary by Sourcery Enhancements: - Remove redundant super().__init__() invocation from MadsCarController constructor # Relevant Files Found ## op...
9
null
ntua-unit-of-control-and-informatics/jaqpotpy
# Repository Context Name: ntua-unit-of-control-and-informatics/jaqpotpy Description: # Pull Request ## feat:(JAQPOT-68) Let user handle nan values. If convert_nan=True, convert them to -1000. Otherwise keep them nan. # Relevant Files Found ## jaqpotpy/descriptors/molecular/mordred.py ``` from typing import Call...
20,842
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## Get case properties from all apps If you have more than one app in your domain, this function would only get case properties for case types in the first app it finds. Surprised this hasn't been an issue elsewhere... # Relevant Files Fou...
17,448
null
ray-project/ray
# Repository Context Name: ray-project/ray Description: # Pull Request ## [dataset] Implement random_shuffle() and split(equal=True) This implements random shuffling, and also the ability to perform equal-sized splits (useful after a random shuffle to ensure balanced data across splits). Closes https://github.co...
826
null
mpmath/mpmath
# Repository Context Name: mpmath/mpmath Description: # Pull Request ## mpf.__round__() returns mpf Probably this will look non-intuitive, but underlying floating-point arithmetic is binary, not decimal. Thus, round(x, n) sometimes will pick up a decimal representation with more than n digits. This is something c...
26,215
null
vllm-project/vllm
# Repository Context Name: vllm-project/vllm Description: # Pull Request ## [Misc] Remove unused `executor.apply_model` <!-- markdownlint-disable --> ## Purpose V0 has been removed, so this method is just dead code. ## Test Plan ## Test Result --- <details> <summary> Essential Elements of an Effective PR Descr...
51
null
triton-inference-server/perf_analyzer
# Repository Context Name: triton-inference-server/perf_analyzer Description: # Pull Request ## Mock file creation during image retrieval unit testing The function create_llm_inputs creates the inputs JSON file. Mock the file creation call in the unit testing so that it does not actually create the file and to enab...
62
null
pytube/pytube
# Repository Context Name: pytube/pytube Description: # Pull Request ## Changed print statement to logging This fixes this issue: https://github.com/nficano/pytube/issues/61 # Relevant Files Found ## pytube/models.py ``` #!/usr/bin/env python # -*- coding: utf-8 -*- from __future__ import unicode_literals, prin...
77
null
alibaba/loongsuite-python-agent
# Repository Context Name: alibaba/loongsuite-python-agent Description: # Pull Request ## Add extended handler for genai util # Description 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...
1,737
null
F5Networks/f5-openstack-agent
# Repository Context Name: F5Networks/f5-openstack-agent Description: # Pull Request ## Support websocket profile @<reviewer_id> #### What issues does this address? Fixes #<issueid> WIP #<issueid> ... #### What's this change do? #### Where should the reviewer start? #### Any background context? # Re...
20,938
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## DEPR: deprecated `sheetname` from ExcelFile.parse * ExcelFile.parse * Made to raise FutureWarning and TypeError when using `sheetname` * ExcelFile._parse_excel * Changed parameter name from `sheetname` to `sheet_name` - [ ] closes...
28
null
OpenMind/unitree-sdk
# Repository Context Name: OpenMind/unitree-sdk Description: # Pull Request ## Fix turbo button Fix turbo button for xbox controller # Relevant Files Found ## go2_sdk/launch/base_control_launch.py ``` from ament_index_python.packages import get_package_share_directory from launch import LaunchDescription from la...
76
null
olist/olist-loafer
# Repository Context Name: olist/olist-loafer Description: # Pull Request ## feat: allow to pass a custom client # Relevant Files Found ## src/loafer/ext/aws/bases.py ``` import logging from aiobotocore.session import get_session logger = logging.getLogger(__name__) session = get_session() class _BotoClien...
595
null
insight-platform/Savant
# Repository Context Name: insight-platform/Savant Description: # Pull Request ## 549 savant pytorch integration # Relevant Files Found # Edits This pull request adds support for PyTorch GPU inference within Savant's PyFunc framework by integrating a YOLOP model for panoptic driving perception. It introduces ...
25
null
BobAnkh/auto-generate-changelog
# Repository Context Name: BobAnkh/auto-generate-changelog Description: # Pull Request ## feature(join): join header and body if necessary <!--- Provide a general summary of your changes in the Title above --> <!--- Please do remember to follow the contributing guidelines --> ## Description <!--- Why is this c...
34,201
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## debug: move "nonexistent config path" message to higher verbosity level We currently report that searched config paths don't exist at debug level 1, which clutters the output quite a bit: ```console > spack -d solve --fresh --show asp hdf5 > ...
144
null
BAMRU-Tech/bamru_net
# Repository Context Name: BAMRU-Tech/bamru_net Description: # Pull Request ## Devc merge # Relevant Files Found ## main/models/base.py ``` # # Base Model # from django.db import models class BaseModel(models.Model): created_at = models.DateTimeField(auto_now_add=True) updated_at = models.Dat...
688
null
conda-forge/conda-forge-repodata-patches-feedstock
# Repository Context Name: conda-forge/conda-forge-repodata-patches-feedstock Description: # Pull Request ## ENH add add_track_features and weigh down cos8 sysroots Checklist * [x] Used a static YAML file for the patch if possible ([instructions](https://github.com/conda-forge/conda-forge-repodata-patches-feedst...
2,765
null
PaddlePaddle/PaddleX
# Repository Context Name: PaddlePaddle/PaddleX Description: # Pull Request ## Fix sth # Relevant Files Found ## paddlex/inference/results/seg.py ``` # copyright (c) 2024 PaddlePaddle Authors. All Rights Reserve. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file exc...
695
null
isaac-sim/IsaacLab
# Repository Context Name: isaac-sim/IsaacLab Description: # Pull Request ## Fixes the render interval for reach environments # Description The render interval was not equal to the decimation, resulting in unnecessary render steps. ## Type of change - Bug fix (non-breaking change which fixes an issue) #...
10,816
null
tinygrad/tinygrad
# Repository Context Name: tinygrad/tinygrad Description: # Pull Request ## move type verify to codegen [pr] # Relevant Files Found ## tinygrad/codegen/__init__.py ``` from typing import Any, Callable import functools from dataclasses import dataclass from tinygrad.helpers import QUANTIZE, DEVECTORIZE, TRANSCEN...
232
null
pymzml/pymzML
# Repository Context Name: pymzml/pymzML Description: # Pull Request ## fix bug when accessing scan_time_in_minutes multiple times in a row # Relevant Files Found ## pymzml/spec.py ``` #!usr/bin/env python3 # -*- coding: latin-1 -*- """ The spectrum class offers a python object for mass spectrometry data. The s...
19
null
joncage/ed-scout
# Repository Context Name: joncage/ed-scout Description: # Pull Request ## 0010 add colour cusomisation # Relevant Files Found ## EDScoutWebUI/EDScout.py ``` import json import os import sys import logging import argparse from flask import Flask, render_template from flask_socketio import SocketIO from...
1
null
princeton-vl/attach-juxtapose-parser
# Repository Context Name: princeton-vl/attach-juxtapose-parser Description: # Pull Request ## Add support for parsing user-provided texts # Relevant Files Found ## beam_search.py ``` """ Beam search for evaluation """ from transition_systems import AttachJuxtapose import hydra from omegaconf.dictconfig import ...
6,570
null
DemocracyClub/UK-Polling-Stations
# Repository Context Name: DemocracyClub/UK-Polling-Stations Description: # Pull Request ## Import script for South Tyneside (2024-05-02) (closes #6569) PR triggered by upload at https://github.com/DemocracyClub/UK-Polling-Stations/issues/6569 # Relevant Files Found ## polling_stations/apps/data_importers/managem...
2,935
null
open-mmlab/mmcv
# Repository Context Name: open-mmlab/mmcv Description: # Pull Request ## [Feature] Add the support for group_points ops with Ascend Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand so...
1,869
null
ytdl-org/youtube-dl
# Repository Context Name: ytdl-org/youtube-dl Description: # Pull Request ## [youtube] Add support for downloading top lists (fixes #1868) It needs to know the channel and the title of the list, because the ids change every time you browse the channels and are attached to a 'VISITOR_INFO1_LIVE' cookie. It's not t...
89
null
labmlai/labml
# Repository Context Name: labmlai/labml Description: # Pull Request ## UI settings # Relevant Files Found ## app/server/labml_app/settings.sample.py ``` SERVER_URL = 'http://localhost:5000' WEB_URL = 'http://localhost:5000' SLACK_BOT_TOKEN = 'XXX' SLACK_CHANNEL = 'XXX' AUTH0_DOMAIN = 'XXX' SENTRY_DSN = 'XXX' F...
641
null
qutip/qutip
# Repository Context Name: qutip/qutip Description: # Pull Request ## ENH: Updated Cython sparse structs - Can now convert from COO to CSR structs inplace with inplace indices sort - zcsr_mult now has the option to sort indices or not. - sp_reshape now calls zcsr_reshape that does an in-place reshape. - Handy fu...
38
null
withceleste/celeste-python
# Repository Context Name: withceleste/celeste-python Description: # Pull Request ## chore: bump version to 0.2.6 Bump version to 0.2.6 and update package versions. ## Changes - Bump main package version: 0.2.5 → 0.2.6 - Bump text-generation package version: 0.2.1 → 0.2.2 - Bump image-generation package version: 0...
378
null
pallets/markupsafe
# Repository Context Name: pallets/markupsafe Description: # Pull Request ## release version 2.1.3 # Relevant Files Found ## src/markupsafe/__init__.py ``` import functools import re import string import sys import typing as t if t.TYPE_CHECKING: import typing_extensions as te class HasHTML(te.Protoco...
33
null
team-crescendo/Crenata
# Repository Context Name: team-crescendo/Crenata Description: # Pull Request ## refactor: auto discovery commands 직접 commands에 커맨드를 추가하지 않아도 커맨드가 자동으로 등록됩니다 # Relevant Files Found ## crenata/__main__.py ``` from argparse import ArgumentParser from sys import argv from crenata.argparser import parse_args from c...
416
null
modelscope/FunASR
# Repository Context Name: modelscope/FunASR Description: # Pull Request ## update infer recipe # Relevant Files Found ## egs_modelscope/asr/TEMPLATE/infer.py ``` import os import shutil import argparse from modelscope.pipelines import pipeline from modelscope.utils.constant import Tasks def modelscope_infer(a...
3,105
null
deepchem/deepchem
# Repository Context Name: deepchem/deepchem Description: # Pull Request ## Minor patches This PR fixes: - docs ci by updating torch-geometric import - making models requiring torch-geometric import under an separate try-except block, so that torch-geometric import fail does not block import of other models (pote...
4
null
nikq/mathFormer
# Repository Context Name: nikq/mathFormer Description: # Pull Request ## Auto Regressive Transformer - add autoregressive transformer ( Decoder-only, "GPT"-style transformer ) - fix evaluation bugs for redundant factorials - a lot of small fixes # Relevant Files Found ## src/evaluate.py ``` import torch impor...
4,707
null
mlrun/mlrun
# Repository Context Name: mlrun/mlrun Description: # Pull Request ## [Model Monitoring] Fix the controller windows loop - continue, don't return While iterating over time windows, we should not return or raise exceptions. The loop is expected to continue for the sake of marking the current time window as complete...
17,008
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Fix check_cmd behavior for file.managed state Resolves #16926. I'd like to get some additional eyes on this as I am not 100% sure that this is the correct fix. I haven't done anything with mod_run_check_cmd before. The one major change that I...
280
null
Thriftpy/thriftpy2
# Repository Context Name: Thriftpy/thriftpy2 Description: # Pull Request ## Bump version 0.5.1 # Relevant Files Found ## thriftpy2/__init__.py ``` # -*- coding: utf-8 -*- import sys from .hook import install_import_hook, remove_import_hook from .parser import load, load_module, load_fp __version__ = '0.5.1r...
9,378
null
red-hat-storage/ocs-ci
# Repository Context Name: red-hat-storage/ocs-ci Description: # Pull Request ## RDR+CNV app deployment and failover/relocate Added tests to verify CNV based application (Subscription and ApplicationSet) deployment and failover/relocate between managed clusters on a RDR setup CNV workload added in ocs-workloads:...
949
null
SeldonIO/MLServer
# Repository Context Name: SeldonIO/MLServer Description: # Pull Request ## Allow for mixed requests with raw and normal inputs # Relevant Files Found ## mlserver/raw.py ``` import struct from functools import reduce from operator import mul from typing import List, Tuple from .codecs.string import encode_str...
316
null
openshift-eng/art-tools
# Repository Context Name: openshift-eng/art-tools Description: # Pull Request ## ART-8472: make in fight not required Use release schedule API to get the release date and determine in fight release test job: gen-assembly job: https://saml.buildvm.hosts.prod.psi.bos.redhat.com:8888/job/hack/job/ximhan/job/buil...
9,883
null
tinygrad/tinygrad
# Repository Context Name: tinygrad/tinygrad Description: # Pull Request ## increase bert max train_steps submission candidate, can do 10 back to back runs with 3.05M average examples to converge with this ``` INFO - Submission mean epochs: 3055272.0000 INFO - RCP Test Passed: RCP not found but slower converg...
1,051
null
googleapis/gapic-generator-python
# Repository Context Name: googleapis/gapic-generator-python Description: # Pull Request ## fix: add 'dict' type annotation to 'request' for async_client Applies fix from https://github.com/googleapis/gapic-generator-python/pull/966 to async_client. # Relevant Files Found ## tests/integration/goldens/asset/google...
1,737
null
pytorch/rl
# Repository Context Name: pytorch/rl Description: # Pull Request ## [BugFix, Feature] Fix DDQN implementation # Relevant Files Found ## test/test_cost.py ``` # Copyright (c) Meta Platforms, Inc. and affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root direc...
1,765
null
open-mmlab/mmaction2
# Repository Context Name: open-mmlab/mmaction2 Description: # Pull Request ## [Fix] the wrong url for pertaining models The url of the pertaining checkpoint in the AVA detection model is invalid. Just fix the url. # Relevant Files Found ## configs/detection/ava/slowfast_kinetics_pretrained_r50_8x8x1_20e_ava_rgb....
135
null
NeuralEnsemble/libNeuroML
# Repository Context Name: NeuralEnsemble/libNeuroML Description: # Pull Request ## Make info return list/dict if required, move common functions to generatedssupersuper CC: @irahulsonkar # Relevant Files Found ## neuroml/nml/helper_methods.py ``` import sys import re # # You must include the following class de...
22,075
null
dagster-io/dagster
# Repository Context Name: dagster-io/dagster Description: # Pull Request ## [serdes] use whitelist_map dicts directly these function calls show up in profiling, similar to the PRs below in this stack avoid the extra function invocation and directly access the dicts ## How I Tested These Changes no longer shows u...
59
null
stefan-grafberger/mlinspect
# Repository Context Name: stefan-grafberger/mlinspect Description: # Pull Request ## CompletenessOfColumns (Issue #58) *Issue #, if available:* #58 *Description of changes:* * Implemented an inspection that computes the completeness of columns whenever they are present in the output of an operator. By sub...
1,239
null
tenstorrent/tt-forge-fe
# Repository Context Name: tenstorrent/tt-forge-fe Description: # Pull Request ## Operator repository for Forge and Torch ### Ticket Link to Github Issue ### Problem description Provide context for the problem. ### What's changed Describe the approach used to solve the problem. Summarize the changes made ...
32
null
horejsek/python-fastjsonschema
# Repository Context Name: horejsek/python-fastjsonschema Description: # Pull Request ## Be more flexible in email validation There is no magic regex that works 100% of the time, therefore the validation should lean towards allowing most strings rather than blocking valid email addresses. jsonschema is using `if...
1,673
null
basetenlabs/truss
# Repository Context Name: basetenlabs/truss Description: # Pull Request ## Release 0.9.96 Updating Truss from [0.9.95](https://pypi.org/pypi/truss/json) to 0.9.96. **PLEASE ENSURE YOU MERGE, NOT SQUASH** # Relevant Files Found ## truss/contexts/image_builder/serving_image_builder.py ``` from __future__ import a...
188
null
PaddlePaddle/PaddleTS
# Repository Context Name: PaddlePaddle/PaddleTS Description: # Pull Request ## fix analysis init # Relevant Files Found ## paddlets/analysis/__init__.py ``` # !/usr/bin/env python3 # -*- coding:utf-8 -*- """ analysis """ from paddlets.analysis.base_analyzers import Summary, Max from paddlets.analysis.base_ana...
95
null
rethinkdb/rethinkdb-python
# Repository Context Name: rethinkdb/rethinkdb-python Description: # Pull Request ## Fix/setup py install ## Description Fixing the setup.py install for `pip` and `python setup.py install`. Please note that I also removed paramiko and digitalocean as dependencies, due to they are not required and only needed for t...
34
null
cairn-dev/cairn
# Repository Context Name: cairn-dev/cairn Description: # Pull Request ## New frontend ## Description A nicer frontend. Has all the functionality of the old fastapi app, but with a slightly nicer UI. ## Related Issue Closes #27 ## Type of Change <!-- Check relevant options by placing an x in the brackets...
131
null
ai-dynamo/aiconfigurator
# Repository Context Name: ai-dynamo/aiconfigurator Description: # Pull Request ## fix: moe memory fix, nvfp4 gemm fix for 1.x trtllm fix: moe memory fix, nvfp4 gemm fix for 1.x trtllm # Relevant Files Found ## collector/collect.py ``` # SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES....
251
null
pbs/pycaption
# Repository Context Name: pbs/pycaption Description: # Pull Request ## Don't force <3.10, instead force 3.x (<4.x) Almost every other package does this, as they don't want to restrict or make updates to newer python minor releases any difficult if the package isn't updated fast enough. There's no current reason t...
8
null
Bihaqo/t3f
# Repository Context Name: Bihaqo/t3f Description: # Pull Request ## Fix variable attributes # Relevant Files Found ## variables.py ``` import re import tensorflow as tf import tensor_train from initializers import random_tensor def get_variable(name, dtype=None, initializer...
1,521
null
osism/ansible-collection-services
# Repository Context Name: osism/ansible-collection-services Description: # Pull Request ## openstack_health_monitor: remove tests & mark as tech preview # Relevant Files Found ## molecule/delegated/tests/openstack_health_monitor.py ``` from .util.util import get_ansible, get_variable testinfra_runner, testinf...
3,924
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Add DELETE method to S3 This completes adding all REST methods for S3. Now we just need to bulk up the actions for PUT and DELETE. # Relevant Files Found ## salt/modules/s3.py ``` ''' Connection module for Amazon S3 :configuration: This m...
2,009
null
openreview/openreview-py
# Repository Context Name: openreview/openreview-py Description: # Pull Request ## Feat: Pass at least one necessary param to query references This PR passes a required referent param to GET/references. Needed for: https://github.com/openreview/openreview-api-v1/pull/2988 # Relevant Files Found ## tests/test_t...
13
null
lan496/dsenum
# Repository Context Name: lan496/dsenum Description: # Pull Request ## Develop # Relevant Files Found ## dsenum/tests/test_superlattice.py ``` import unittest import numpy as np from pymatgen.core import Structure, Lattice from dsenum.superlattice import ( generate_all_superlattices, generate_symmetr...
33
null
xlab-si/xopera-opera
# Repository Context Name: xlab-si/xopera-opera Description: # Pull Request ## Add duplicate imports management Currently opera throws duplicate key error when importing one template multiple times. This can be fixed by remembering which files have been already imported into the main TOSCA service template. # Rele...
62,819
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Do not create a number LED brightness entity for Xiaomi Miio devices that do not support it <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ...
30
null
mhrivnak/radiotherm
# Repository Context Name: mhrivnak/radiotherm Description: # Pull Request ## add 'model' parameter to `get_thermostat()` Providing an optional 'model' parameter to `get_thermostat()` eliminates the need to make initial call to device to get this information (slow). # Relevant Files Found ## radiotherm/__init__.p...
6
null
schireson/pytest-mock-resources
# Repository Context Name: schireson/pytest-mock-resources Description: # Pull Request ## Allow user to supply a sqlalchemy.MetaData object as an argument to the create_fixture methods. … # Relevant Files Found ## setup.py ``` #!/usr/bin/env python # -*- coding: utf-8 -*- import sys from setuptools import find_...
17,672
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Making salt.states.blockdev python3 compatible # Relevant Files Found ## salt/states/blockdev.py ``` # -*- coding: utf-8 -*- ''' Management of Block Devices =================================== A state module to manage blockdevices .. cod...
75
null
the-vampiire/hacktoberithms
# Repository Context Name: the-vampiire/hacktoberithms Description: # Pull Request ## Solve multiple cash registers This one was actually quite the challenge to brainstorm, fun problem. For issue #68. # Relevant Files Found # Edits This pull request solves the "multiple cash registers" problem by implementi...
50
null
bsgip/cactus-runner
# Repository Context Name: bsgip/cactus-runner Description: # Pull Request ## Fixed multiple errors that can happen during PDF gen # Relevant Files Found ## src/cactus_runner/app/finalize.py ``` import logging import os import shutil import subprocess # nosec B404 import tempfile from datetime import datetime,...
163
null
tensorflow/data-validation
# Repository Context Name: tensorflow/data-validation Description: # Pull Request ## TFDV 0.29.0 Release # Relevant Files Found ## tensorflow_data_validation/version.py ``` # Copyright 2018 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compl...
62
null
scikit-build/ninja-python-distributions
# Repository Context Name: scikit-build/ninja-python-distributions Description: # Pull Request ## Update to ninja 1.10.2.g51db2.kitware.jobserver 1 Created by running `nox -s bump -- --commit` Depends on #61 # Relevant Files Found ## scripts/update_ninja_version.py ``` #!/usr/bin/env python3 # -*- coding: ut...
116
null
open-v2x/dandelion
# Repository Context Name: open-v2x/dandelion Description: # Pull Request ## fix: change the length of camera stream_url # Relevant Files Found ## dandelion/models/camera.py ``` # Copyright 2022 99Cloud, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not ...
126
null
mlcommons/mlperf-automations
# Repository Context Name: mlcommons/mlperf-automations Description: # Pull Request ## Sync Dev # Relevant Files Found ## script/push-mlperf-inference-results-to-github/customize.py ``` from cmind import utils import cmind as cm import os from giturlparse import parse def preprocess(i): os_info = i['os_i...
3,826
null
mlrun/mlrun
# Repository Context Name: mlrun/mlrun Description: # Pull Request ## [Feature Store] Fix get offline result when the source of the feature set is scheduled and `passthrough=True`. [ML-4057](https://jira.iguazeng.com/browse/ML-4057) # Relevant Files Found ## mlrun/feature_store/feature_set.py ``` # Copyright 20...
9
null
tmu-research-project-2020/google-scholar-scraper
# Repository Context Name: tmu-research-project-2020/google-scholar-scraper Description: # Pull Request ## Fix get_title_and_url, get_writer_and_year url取得の例外処理、 year取得の例外処理の追加をしました。 正しくデータ取れてるかの面で、軽くテストしていただけると幸いです。 # Relevant Files Found ## scraping_utils.py ``` from bs4 import BeautifulSoup import argpars...
41
null
wesm/moneyflow
# Repository Context Name: wesm/moneyflow Description: # Pull Request ## fix: Remove broken gql v3.5+ branching logic in monarchmoney.py ## Summary Fixes GraphQL API calls failing with incorrect gql library version detection. This PR builds on the authentication fixes in #40 and corrects the gql version branching ...
1,016
null
huggingface/peft
# Repository Context Name: huggingface/peft Description: # Pull Request ## FIX stale.py uses timezone-aware datetime At first, I was happy that we didn't have any stale issues anymore because I thought we became better at solving them. In reality, it's just an error with our `stale.py` script: > can't subtract o...
4,721
null
conan-io/conan
# Repository Context Name: conan-io/conan Description: # Pull Request ## conan_basic_setup() same interface for cmake_multi Changelog: Bugfix: Use the same interface in ``conan_basic_setup()`` for the ``cmake_multi`` generator Docs: https://github.com/conan-io/docs/pull/1121 - [x] Refer to the issue that suppor...
8,448
null
pyg-team/pytorch_geometric
# Repository Context Name: pyg-team/pytorch_geometric Description: # Pull Request ## Add support for `torch.flip` in `EdgeIndex` # Relevant Files Found ## test/data/test_edge_index.py ``` import torch from torch import Tensor from torch_geometric.data.edge_index import EdgeIndex from torch_geometric.testing im...
79
null
Bonface-Osoro/saleos
# Repository Context Name: Bonface-Osoro/saleos Description: # Pull Request ## aggregated traffic results Calculated opex, capex and TCO as a function of monthly traffic # Relevant Files Found ## scripts/process_mission_emission_results.py ``` from __future__ import division import configparser import os import ...
168
null
triton-inference-server/model_analyzer
# Repository Context Name: triton-inference-server/model_analyzer Description: # Pull Request ## Fix YAML load security issue # Relevant Files Found ## model_analyzer/config/input/config_command.py ``` # Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version ...
75
null
skaslev/gl3w
# Repository Context Name: skaslev/gl3w Description: # Pull Request ## Fix HTTP error 403 when downloading headers The download function was throwing an HTTPError. The Khronos website rejected the request because of the default User-Agent in the header. Changing it to "Mozilla/5.0" fixes the issue. # Relevant File...
33,496
null
frappe/frappe
# Repository Context Name: frappe/frappe Description: # Pull Request ## fix: check if df exist before accessing its properties fix: As explained in the issue "https://github.com/frappe/frappe/issues/28039" there is the need to apply a double control to the variable "df" at line 1263 (before 1157), so to resolve th...
339
null
microsoft/python-type-stubs
# Repository Context Name: microsoft/python-type-stubs Description: # Pull Request ## Fix all reportAssertTypeFailure+reportGeneralTypeIssues The last pyright errors left ! # Relevant Files Found ## stubs/matplotlib/figure.pyi ``` from io import BufferedWriter, BytesIO from typing import Callable, Literal, overl...
153
null
IntelPython/dpnp
# Repository Context Name: IntelPython/dpnp Description: # Pull Request ## REFACTOR: added python layer for random module * added python layer for `random` module * moved python declared funcs to python srcs # Relevant Files Found ## dpnp/random/__init__.py ``` # -*- coding: utf-8 -*- # ************************...
2,565
null
deepchem/deepchem
# Repository Context Name: deepchem/deepchem Description: # Pull Request ## Update FASTA Loader to accept arbitrary featurizers # Update FASTA Loader to accept arbitrary featurizers ## Description Currently, the FASTALoader class only uses one hot encoding to featurize FASTA files. It would be useful if th...
457
null
openedx/repo-tools
# Repository Context Name: openedx/repo-tools Description: # Pull Request ## Python Requirements Update Python requirements update. Please review the [changelogs](https://openedx.atlassian.net/wiki/spaces/TE/pages/1001521320/Python+Package+Changelogs) for the upgraded packages. Deleted obsolete pull_requests: http...
5,938
null
huggingface/datasets
# Repository Context Name: huggingface/datasets Description: # Pull Request ## Make get_from_cache use custom temp filename that is locked This PR ensures that the temporary filename created is the same as the one that is locked, while writing to the cache. This PR stops using `tempfile` to generate the temporar...
189
null
RedisLabsModules/RLTest
# Repository Context Name: RedisLabsModules/RLTest Description: # Pull Request ## Python: added 3.11, dropped 3.6; Picked up redis-py 4.5.1 # Relevant Files Found ## RLTest/__main__.py ``` from __future__ import print_function import argparse import os import cmd import traceback import sys import shutil impor...
396
null
lemonade-sdk/lemonade
# Repository Context Name: lemonade-sdk/lemonade Description: # Pull Request ## Update Llama.cpp+ROCm to use ROCWMMA # Description This PR updates ROCm to use ROCWMMA and syncs all Llama.cpp versions to commit 703f9e3. # Relevant Files Found ## src/lemonade/tools/llamacpp/utils.py ``` import logging import os...
284
null
modal-labs/modal-examples
# Repository Context Name: modal-labs/modal-examples Description: # Pull Request ## initial demo of stable lm Initial demo of running zero-shot text generation with Stability AI's [stablelm-tuned-alpha-7b](https://huggingface.co/stabilityai/stablelm-tuned-alpha-7b). Converted model checkpoints to `safetensors` form...
2,281
null
AppScale/gts
# Repository Context Name: AppScale/gts Description: # Pull Request ## Update Go support to 1.6 This removes all of the Go source files from the repository. It downloads (and caches) the App Engine Go SDK and uses the binaries from that to build Go applications. # Relevant Files Found ## AppManager/app_manager_se...
46
null
nathanmarlor/foxess_em
# Repository Context Name: nathanmarlor/foxess_em Description: # Pull Request ## Bumped version # Relevant Files Found ## custom_components/foxess_em/const.py ``` """Constants for foxess_em.""" # Base component constants NAME = "foxess_em" DOMAIN = "foxess_em" DOMAIN_DATA = f"{DOMAIN}_data" VERSION = "1.1.1" I...
33,286
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## add version 1.12.3 of parallel-netcdf Update to latest parallel-netcdf release # Relevant Files Found ## var/spack/repos/builtin/packages/parallel-netcdf/package.py ``` # Copyright 2013-2022 Lawrence Livermore National Security, LLC and other ...
202
null
apache/tvm
# Repository Context Name: apache/tvm Description: # Pull Request ## [INTRINSIC] Add sqrt # Relevant Files Found ## python/tvm/intrin.py ``` """Intrinsics and math functions in TVM.""" from __future__ import absolute_import as _abs from ._ffi.function import register_func as _register_func from . import make a...
394
null
creativecommons/cc-legal-tools-app
# Repository Context Name: creativecommons/cc-legal-tools-app Description: # Pull Request ## App: Add `hreflang` links ## Fixes Fixes #268 - #268 ## Description App: Add `hreflang` links Also see related Data PR: - creativecommons/cc-legal-tools-data#165 <!-- ## Technical details <!-- Add any other...
405
null
earthobservations/wetterdienst
# Repository Context Name: earthobservations/wetterdienst Description: # Pull Request ## Improve project dependencies to resolve errors with MAC ARM64 With this patch we want to improve the situation about working with mac arm64. We have some dependencies with additional markers, so that they wont be installed on t...
214
null
spacetelescope/catkit2
# Repository Context Name: spacetelescope/catkit2 Description: # Pull Request ## Add stages models to the thorlabs kinesis motors service Add the Z806 and Z812 to the list of accepted stages for the Thorlabs Kinesis motors. # Relevant Files Found ## catkit2/services/thorlabs_cube_motor_kinesis/thorlabs_cube_motor...
1,874
null
KhronosGroup/glTF-Blender-IO
# Repository Context Name: KhronosGroup/glTF-Blender-IO Description: # Pull Request ## Fix #542 attributes change hook # Relevant Files Found ## addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_primitive_attributes.py ``` # Copyright 2018-2021 The glTF-Blender-IO authors. # # Licensed under the Apache Lic...
741
null
GlacioHack/xdem
# Repository Context Name: GlacioHack/xdem Description: # Pull Request ## Fix `DEM` casting to `Mask` by removing `from_array` overloading Replaces #740 This is an easier fix than #740: Simply an `if` statement depending on the output of `Raster.from_array`. Another way to do this for a future re-work (if w...