pr_id
int64
repo_id
null
repo_name
string
text
string
42
null
Mic92/nix-fast-build
# Repository Context Name: Mic92/nix-fast-build Description: # Pull Request ## fix race condition when nix-eval-jobs already terminated after timeout but before kill # Relevant Files Found ## nix_fast_build/__init__.py ``` import argparse import asyncio import json import logging import multiprocessing import o...
20
null
metacall/jupyter-kernel
# Repository Context Name: metacall/jupyter-kernel Description: # Pull Request ## Add support for Shell Commands # Description This PR adds support for Shell Commands. Shell Commands can now be executed via putting a `!` before regular shell commands. Fixes #19 ## Type of change - [ ] Bug fix (non-brea...
249
null
aws-deadline/deadline-cloud-worker-agent
# Repository Context Name: aws-deadline/deadline-cloud-worker-agent Description: # Pull Request ## fix: handle IMDS disruptions gracefully ### What was the problem/requirement? (What/Why) Worker agent does not gracefully handle IMDS disruptions ### What was the solution? (How) Gracefully continue looping in ca...
44,237
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## BUG: all-NaT TDI division with object dtype preserve td64 - [x] closes #39750 - [x] tests added / passed - [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-...
185
null
opencivicdata/pupa
# Repository Context Name: opencivicdata/pupa Description: # Pull Request ## forgot url in this method As per http://docs.opencivicdata.org/en/latest/proposals/0004.html#location # Relevant Files Found ## pupa/scrape/event.py ``` from .base import BaseModel, SourceMixin, AssociatedLinkMixin, LinkMixin from .sch...
7
null
m-haisham/novelsave_sources
# Repository Context Name: m-haisham/novelsave_sources Description: # Pull Request ## Remove initial import source loading Importing all the sources at once before they are needed can hinder initial library load times. As such some utility functions and exports have been removed in favor of replacements introduced ...
31
null
tomekzaw/ttss
# Repository Context Name: tomekzaw/ttss Description: # Pull Request ## Release 0.6.0 # Relevant Files Found ## setup.py ``` import setuptools # type: ignore with open('README.md', 'r', encoding='utf-8') as fh: long_description = fh.read() setuptools.setup( name='ttss', version='0.5.0', autho...
341
null
explosion/spacy-transformers
# Repository Context Name: explosion/spacy-transformers Description: # Pull Request ## Remove examples validation for Transformer.initialize `get_examples` is not used by the `transformer` initialization so remove the check that prevents you from initializing just a `transformer` with: ``` transformer.initiali...
4
null
x0rzavi/github-readme-terminal
# Repository Context Name: x0rzavi/github-readme-terminal Description: # Pull Request ## (feat) add configurable loop count option Adds a configurable `loop_count` property to the `gifos_settings.toml` and `gifos.py` Terminal class, with a setter function in the latter. I had a bit of trouble trying to generate ...
3,225
null
qtile/qtile
# Repository Context Name: qtile/qtile Description: # Pull Request ## Fix Systray bug in WidgetBox 9069a0e broke WidgetBox if there was a Systray widget in the box as tray icons were not removed correctly. This was due to renaming the list that contains the icons. This PR fixes the issue by ensuring that icons a...
5,362
null
kivy/kivy
# Repository Context Name: kivy/kivy Description: # Pull Request ## Raspbian stretch egl library fix Proposed fix for replacing the names of libraries EGL and GLESv2 to brcmEGL and brcmGLESv2 which seems like the correct way to get kivy to use the closed source broadcom ELG GLESv2 libs on raspian stretch. Only r...
133
null
toru-ver4/sample_code
# Repository Context Name: toru-ver4/sample_code Description: # Pull Request ## fixed alpha blending problem of font_control.py アルファブレンディングの係数かけ忘れを修正。 close #132 # Relevant Files Found ## ty_lib/font_control.py ``` # -*- coding: utf-8 -*- """ Compositeする =================== """ # import standard libraries ...
14,538
null
conan-io/conan
# Repository Context Name: conan-io/conan Description: # Pull Request ## Add support for Xcode 15.0, iOS 17, tvOS 17, watchOS 10, macOS 14 (Conan 2.x) Changelog: Feature: Support for Xcode 15, iOS 17, tvOS 17, watchOS 10, macOS 14. Docs: Omit - [x] I've read the [Contributing guide](https://github.com/conan-io/...
6
null
yadhukrishnam/docker-on-demand
# Repository Context Name: yadhukrishnam/docker-on-demand Description: # Pull Request ## RBAC # Relevant Files Found ## backend/server/api.py ``` from flask import Blueprint, jsonify, request, Flask from config import SECRET_KEY, IMAGES, HOST_IP, PORT_RANGE from sqlalchemy import text from deployer import deplo...
29
null
broadinstitute/gnomad_methods
# Repository Context Name: broadinstitute/gnomad_methods Description: # Pull Request ## New input meta resources Have a look and see if this arrangement of files makes sense # Relevant Files Found # Edits This pull request updates and organizes input metadata resources for sample quality control (QC) in the gn...
18,726
null
DataDog/integrations-core
# Repository Context Name: DataDog/integrations-core Description: # Pull Request ## [dbm] add keep_json_path to obfuscator_options ### What does this PR do? This PR adds `keep_json_path` to obfuscator_options to allow users to control whether JSON paths following JSON operators in SQL statements should be obfuscat...
1,986
null
elastic/elasticsearch-py
# Repository Context Name: elastic/elasticsearch-py Description: # Pull Request ## Update APIs to 8.3.0-SNAPSHOT # Relevant Files Found ## elasticsearch/_async/client/cat.py ``` # Licensed to Elasticsearch B.V. under one or more contributor # license agreements. See the NOTICE file distributed with # this wo...
631
null
SEACrowd/seacrowd-datahub
# Repository Context Name: SEACrowd/seacrowd-datahub Description: # Pull Request ## Closes #615 | Add Dataloader IDK-MRC-NLI **Title**: Add Dataloader IDK-MRC-NLI **First line PR Message**: Closes https://github.com/SEACrowd/seacrowd-datahub/issues/615 ### Notes - For the `_CITATION` field, I will add it lat...
2,068
null
mem0ai/mem0
# Repository Context Name: mem0ai/mem0 Description: # Pull Request ## fix VectorStoreBase abstract methods params ## Description Fixes #2067 ## Type of change Please delete options that are not relevant. - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change wh...
3,090
null
kedro-org/kedro
# Repository Context Name: kedro-org/kedro Description: # Pull Request ## [AUTO-MERGE] Merge main into develop via merge-main-to-develop A new change in main cannot be merged into develop as part of the regular sync job, hence this PR. Please resolve the conflicts manually, and make sure to obtain 2 approvals once ...
93
null
ChimeraOS/chimera
# Repository Context Name: ChimeraOS/chimera Description: # Pull Request ## Make authenticator passwords case insensitive. Fixes #86 Is there a reason it wasn't done this way before? Seems very trivial # Relevant Files Found ## steam_buddy/server.py ``` import os import pwd import subprocess import tempfile impo...
50
null
snobear/ezmomi
# Repository Context Name: snobear/ezmomi Description: # Pull Request ## Resourcepool Adds resource pool parameter for #12 # Relevant Files Found ## ezmomi/cli.py ``` ''' Command line definitions for ezmomi ''' import argparse from params import add_params from ezmomi import EZMomi def cli(): # Set up co...
5,305
null
sunpy/sunpy
# Repository Context Name: sunpy/sunpy Description: # Pull Request ## Remove runtime use of assert_quantity_allclose Introduces a runtime dep on pytest, so must be avoided # Relevant Files Found ## sunpy/coordinates/sun.py ``` """ Sun-specific coordinate calculations """ import numpy as np import astropy.units ...
1,313
null
dcos/dcos-e2e
# Repository Context Name: dcos/dcos-e2e Description: # Pull Request ## More testable brew # Relevant Files Found ## admin/homebrew.py ``` """ Tools for creating Homebrew recipes. """ import subprocess from pathlib import Path from textwrap import dedent from github import Repository def get_homebrew_formul...
172
null
iRNA-COSI/APAeval
# Repository Context Name: iRNA-COSI/APAeval Description: # Pull Request ## feat: specifications for utils directory and add GTF to BED12 utility Fixes #62 ## Checklist - [ ] I have performed a self-review of my own code - [ ] My code follows the templates/style guidelines of the repository - [ ] I have com...
16,199
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## ppOpen-APPL/AMR-FDM: New package # Relevant Files Found # Edits This pull request adds a new Spack package for ppOpen-APPL/AMR-FDM, a framework for developing 3D parallel finite-difference method applications with adaptive mesh refinement. ...
1,223
null
dstl/Stone-Soup
# Repository Context Name: dstl/Stone-Soup Description: # Pull Request ## Fix serialise plugin feature Also drops 3.9 support, with similar change as found in f643984 # Relevant Files Found ## stonesoup/serialise.py ``` """Provides an ability to serialise Stone Soup objects into and from YAML. Stone Soup utilis...
10,936
null
ibis-project/ibis
# Repository Context Name: ibis-project/ibis Description: # Pull Request ## docs(tutorials): reorganize the "Getting started" tab ## Description of changes Reorganizes the "Getting started" tab layout according to discussions in https://github.com/ibis-project/ibis/issues/8197. This required re-running most tut...
1,764
null
PyCQA/isort
# Repository Context Name: PyCQA/isort Description: # Pull Request ## Fix URLs for 5.0.0 upgrade guide Related to #1753, I fixed some more broken URLs. # Relevant Files Found ## isort/main.py ``` """Tool for sorting imports alphabetically, and automatically separated into sections.""" import argparse import func...
181
null
castorini/pyserini
# Repository Context Name: castorini/pyserini Description: # Pull Request ## Update extract_citation_graph scripts # Relevant Files Found ## scripts/cord19/extract_citation_graph.py ``` # # Pyserini: Python interface to the Anserini IR toolkit built on Lucene # # Licensed under the Apache License, Version 2.0 (...
37,090
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## update R: add version 4.3.0 # Relevant Files Found ## var/spack/repos/builtin/packages/r/package.py ``` # Copyright 2013-2023 Lawrence Livermore National Security, LLC and other # Spack Project Developers. See the top-level COPYRIGHT file for...
10
null
an0wen/MARDIGRAS
# Repository Context Name: an0wen/MARDIGRAS Description: # Pull Request ## Upgrading to v2 Upgrading mardigras to v2: - Steam World model changed from Aguichine+2021 to Aguichine+2024 (added time evolution) - Gas dwarf model changed from Lopez & Fortney 2014 to Tang+2024 (updated physics of the model) # Relevant...
89
null
CiscoSecurity/tr-05-api-module
# Repository Context Name: CiscoSecurity/tr-05-api-module Description: # Pull Request ## CCTRI-1759 If observable_type and observable_value fields are optional then the default should be `None`. (set default values for observable_type and observable_value) # Relevant Files Found ## threatresponse/api/response.py ...
104
null
DataFog/datafog-python
# Repository Context Name: DataFog/datafog-python Description: # Pull Request ## Fix segmentation fault in beta-release workflow and add sample notebook - Fix segmentation fault in GitHub Actions by optimizing test execution - Add memory management environment variables to prevent resource issues - Optimize bench...
7,275
null
jax-ml/jax
# Repository Context Name: jax-ml/jax Description: # Pull Request ## [sparse] support sparse arguments in xla_call This takes #7274 one step further and allows `xla_call` over functions with sparse arguments. ~I think to make this work in general, we may need to change the API for declaring sparse rules and pass...
842
null
pyvista/pyvista
# Repository Context Name: pyvista/pyvista Description: # Pull Request ## New probe filter and massively improve interpolate filter ### Overview This introduces a new `probe` filter based on `vtkProbeFilter` per https://github.com/pyvista/pyvista-support/issues/203 and has some massive improvements to the `inter...
16
null
micahhausler/container-transform
# Repository Context Name: micahhausler/container-transform Description: # Pull Request ## 0.5.0 Release # Relevant Files Found ## container_transform/compose.py ``` import uuid import six import yaml from .transformer import BaseTransformer class ComposeTransformer(BaseTransformer): """ A transform...
25
null
indico/indico-plugins-cern
# Repository Context Name: indico/indico-plugins-cern Description: # Pull Request ## CERNAccess: Consider ticket settings Closes #24 # Relevant Files Found ## cern_access/indico_cern_access/controllers.py ``` # This file is part of the CERN Indico plugins. # Copyright (C) 2014 - 2018 CERN # # The CERN Indico plu...
13,788
null
django/django
# Repository Context Name: django/django Description: # Pull Request ## Fixed isolation of test_migrate_fake_split_initial. Noticed in [the last build on Oracle](https://djangoci.com/job/django-oracle/database=oracle18,python=python3.7/lastCompletedBuild/testReport/). # Relevant Files Found ## tests/migrations/te...
526
null
proxystore/proxystore
# Repository Context Name: proxystore/proxystore Description: # Pull Request ## Mark `Connector.close()` as idempotent <!--- Please fill out the following template for the PR. Some parts may not apply to every PR type, so N/A can be used as necessary. ---> # Description <!--- Describe your changes in...
44
null
dapper91/pjrpc
# Repository Context Name: dapper91/pjrpc Description: # Pull Request ## request and response loggers separated. - request and response loggers separated. # Relevant Files Found ## pjrpc/server/dispatcher.py ``` import asyncio import collections import functools as ft import json import itertools as it import lo...
169
null
JECSand/yahoofinancials
# Repository Context Name: JECSand/yahoofinancials Description: # Pull Request ## Hardened retry Hardened retry # Relevant Files Found ## yahoofinancials/cache.py ``` import logging import time import peewee as _peewee from threading import Lock import os as _os import appdirs as _ad import atexit as _atexit im...
1,337
null
inveniosoftware/invenio-rdm-records
# Repository Context Name: inveniosoftware/invenio-rdm-records Description: # Pull Request ## Add invenio GitHub closes https://github.com/inveniosoftware/invenio-github/issues/98 # Relevant Files Found # Edits This pull request adds integration between InvenioRDM and GitHub, enabling GitHub releases to be pub...
27,028
null
dagster-io/dagster
# Repository Context Name: dagster-io/dagster Description: # Pull Request ## [components] Fix bug with reversed boolean for managed env ## Summary & Motivation Fix straightforward boolean with a flipped boolean in a conditional check. ## How I Tested These Changes Existing test suite (tests were failing). # Rel...
52
null
supriya-project/uqbar
# Repository Context Name: supriya-project/uqbar Description: # Pull Request ## Fixup uqbar.objects.get_vars() # Relevant Files Found ## tests/test_objects_get_vars.py ``` import collections import enum import uqbar.objects class MyObject: def __init__(self, arg1, arg2, *var_args, foo=None, bar=None, **k...
930
null
qiskit-community/qiskit-nature
# Repository Context Name: qiskit-community/qiskit-nature Description: # Pull Request ## delete getitem and iter from ElectronicIntegrals <!-- ⚠️ If you do not respect this template, your pull request will be closed. ⚠️ Your pull request title should be short detailed and understandable for all. ⚠️ Also, please ...
1,013
null
getmoto/moto
# Repository Context Name: getmoto/moto Description: # Pull Request ## Added DescribeAccountAttributes > ---------------------------------------------------------------------- > Ran 1356 tests in 207.346s > > OK # Relevant Files Found ## moto/ec2/responses/__init__.py ``` from __future__ import unicode_liter...
2,106
null
spacetelescope/jdaviz
# Repository Context Name: spacetelescope/jdaviz Description: # Pull Request ## get_data: rename statistic->function and exclude for non-cubeviz <!-- This comments are hidden when you submit the pull request, so you do not need to remove them! --> <!-- Please be sure to check out our code of conduct, https://g...
91
null
coganlab/IEEG_Pipelines
# Repository Context Name: coganlab/IEEG_Pipelines Description: # Pull Request ## Zac joint pca decoding # Relevant Files Found # Edits This PR adds functionality for joint PCA-based dimensionality reduction and cross-patient decoding of iEEG data, enabling shared latent space alignment across multiple subjec...
38,713
null
demisto/content
# Repository Context Name: demisto/content Description: # Pull Request ## RTIR - fixed digit escape error <!-- REMINDER: THIS IS A PUBLIC REPO DO NOT POST HERE SECRETS/SENSITIVE DATA --> ## Contributing to Cortex XSOAR Content Make sure to register your contribution by filling the [contribution registration form]...
504
null
Uninett/zino
# Repository Context Name: Uninett/zino Description: # Pull Request ## Reduce default SNMP BULK-GET `max-repetitions` value from 10 to 5 ## Scope and purpose It seems several Uninett routers have issues with IF-MIB walk operations with a max-repetitions of 10, causing many TimeoutErrors in Zino. This reduces th...
43,259
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Add an option to template delay_on/off in template binary sensor <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Proposed change <!-- ...
1,076
null
Graviti-AI/tensorbay-python-sdk
# Repository Context Name: Graviti-AI/tensorbay-python-sdk Description: # Pull Request ## feat(opendataset): add dataloader for SCUT_FBP5500 # Relevant Files Found ## tensorbay/opendataset/__init__.py ``` #!/usr/bin/env python3 # # Copyright 2021 Graviti. Licensed under MIT License. # """OpenDataset dataloader...
4
null
Fahmula/emby-telegram-notifier
# Repository Context Name: Fahmula/emby-telegram-notifier Description: # Pull Request ## Added to ability to make use of "Send Test Webhook". # Relevant Files Found ## main.py ``` import os import time import json import requests import threading import logging from requests.exceptions import HTTPError f...
21
null
unitaryfoundation/pyqrack
# Repository Context Name: unitaryfoundation/pyqrack Description: # Pull Request ## Qiskit interpretation This PR allows PyQrack to interpret Qiskit `QuantumCircuit` objects, with `run_qiskit_circuit()`. # Relevant Files Found ## pyqrack/qrack_simulator.py ``` # (C) Daniel Strano and the Qrack contributors 2017-...
503
null
stravalib/stravalib
# Repository Context Name: stravalib/stravalib Description: # Pull Request ## Remove backward compatibility mixin closes #498 ## Description Removes `BackwardCompatibilityMixin` and its related `_field_conversions` model attributes. As a result, all the previously "modified" types that, e.g., returned a pint ...
815
null
aleph-im/aleph-vm
# Repository Context Name: aleph-im/aleph-vm Description: # Pull Request ## ALEPH-435 Fix DBUS error when enabling controller Fix Jira ALEPH-435 Dbus error when enabling VM controller org.freedesktop.DBus.Error.ServiceUnknown: The name :1.612 was not provided by any .service files It seems to occur in some ca...
4,682
null
zauberzeug/nicegui
# Repository Context Name: zauberzeug/nicegui Description: # Pull Request ## Add context manager to the user fixture This PR fix https://github.com/zauberzeug/nicegui/discussions/4667 by making user a context manager. By implementing `__enter__` and `__exit__` for user, we can with user: and then use the `ElementFi...
103
null
567-labs/instructor
# Repository Context Name: 567-labs/instructor Description: # Pull Request ## Improve API Docs # Relevant Files Found ## instructor/__init__.py ``` from .function_calls import OpenAISchema, openai_function, openai_schema from .dsl import MultiTask, Maybe, Validator, llm_validator from .patch import patch __all...
3,380
null
saleor/saleor
# Repository Context Name: saleor/saleor Description: # Pull Request ## Fix calls to ngettext_lazy This makes all calls to `ngettext_lazy` explicitly name the `number` argument and fixes the missing `number` when formatting the message for oversold items. Not sure why but tests seemed to pass on CI yet they failed ...
33
null
johannfaouzi/pyts
# Repository Context Name: johannfaouzi/pyts Description: # Pull Request ## Lower bounds for Dynamic Time Warping This PR adds computation of lower bounds for Dynamic Time Warping. Available lower bounds are: * `lb_yi` * `lb_kim` * `lb_keogh` * `lb_improved` # Relevant Files Found ## pyts/metrics/__init__.py ...
34
null
Chia-Network/chia-blockchain
# Repository Context Name: Chia-Network/chia-blockchain Description: # Pull Request ## 16 t # Relevant Files Found ## src/consensus/block_rewards.py ``` from src.util.ints import uint32, uint64 def calculate_block_reward(height: uint32) -> uint64: """ Returns the coinbase reward at a certain block hei...
3,180
null
Qiskit/qiskit
# Repository Context Name: Qiskit/qiskit Description: # Pull Request ## Auto Scale PulseScheduler drawing <!-- ⚠️ If you do not respect this template, your pull request will be closed. ⚠️ Your pull request title should be short detailed and understandable for all. ⚠️ Also, please add it in the CHANGELOG file und...
412
null
ResonantGeoData/RD-WATCH
# Repository Context Name: ResonantGeoData/RD-WATCH Description: # Pull Request ## RD-WATCH/Smartflow Integration This PR adds some configuration needed to get RD-WATCH to communicate with SmartFlow. The bulk of the needed changes are done in the infrastructure repo (https://smartgitlab.com/kitware/rgd_aws_infrastr...
51,258
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## zsh: fix regression in spack env activate --prompt The `spack.llnl.util.tty.color._escape` function started to output the literal characters `\` and `e` instead of the escape character. That leads to: ``` \e[0;0;92m[default]\e[0;0m √ spac...
1,029
null
GluuFederation/community-edition-setup
# Repository Context Name: GluuFederation/community-edition-setup Description: # Pull Request ## fix: modification date of MANIFEST.MF in war file is build date closes #1028 # Relevant Files Found ## setup_app/utils/printVersion.py ``` #!/usr/bin/python3 from __future__ import print_function import re import zi...
2,614
null
kedro-org/kedro
# Repository Context Name: kedro-org/kedro Description: # Pull Request ## micropkg packaging improvements ## Description - Fix gh-2567. - Fix gh-2542. - Beginning of gh-2414 (still generates a `setup.py` on the fly, but the code is ready to use a `pyproject.toml` instead). - Obliterate any remaining usage of `p...
7
null
gdoumenc/coworks
# Repository Context Name: gdoumenc/coworks Description: # Pull Request ## odoo techms turned into blueprint Issue #, if available: Description of changes: Turn Odoo techmicroservice into a blueprint. By submitting this pull request, I confirm that my contribution is made under the terms of the MIT licen...
4
null
orisi/fastcast
# Repository Context Name: orisi/fastcast Description: # Pull Request ## Verify all messages at server side This commit let's us verify all messages for proper signatures on server side. Please do a review before accepting anything, let's be careful with crypto. # Relevant Files Found ## msg/serializers.py ``` ...
142
null
mercedes-benz/odxtools
# Repository Context Name: mercedes-benz/odxtools Description: # Pull Request ## diaglayer: refactor the communication parameter handling This continues the long quest to clean up `DiagLayer`: it turns out that the names of the communication parameters are not unambiguous: e.g., "CP_UniqueRespIdTable" parameter ...
528
null
argilla-io/argilla
# Repository Context Name: argilla-io/argilla Description: # Pull Request ## refactor: remove query_inputs alias for text-classification closes #510 # Relevant Files Found ## src/rubrix/client/sdk/text_classification/models.py ``` # coding=utf-8 # Copyright 2021-present, the Recognai S.L. team. # # Licensed ...
26
null
MountainLionAi/GenAI-Platform
# Repository Context Name: MountainLionAi/GenAI-Platform Description: # Pull Request ## fix voice # Relevant Files Found ## genaipf/controller/gptstrem.py ``` import asyncio from concurrent.futures import ThreadPoolExecutor import traceback import openai from sanic import Request, response from sanic.response i...
66
null
KatherLab/STAMP
# Repository Context Name: KatherLab/STAMP Description: # Pull Request ## fix atribbute access to new name fix access to feature attribute which has changed from `tile_size` to `tile_size_um` # Relevant Files Found ## src/stamp/heatmaps/__init__.py ``` import logging from collections.abc import Collection, Itera...
242
null
chatmail/relay
# Repository Context Name: chatmail/relay Description: # Pull Request ## fix some test and formatting/ruff issues addresses #235 a default `cmdeploy test` without the env-var passes on c1 Does not fully resolve test-runs as specifying CHATMAIL_DOMAIN2 to c1 or nine fails some tests because currently nine/c1 re...
4,845
null
google-parfait/tensorflow-federated
# Repository Context Name: google-parfait/tensorflow-federated Description: # Pull Request ## Add back support for `bfloat16` dtypes. Add back support for `bfloat16` dtypes. This adds a dependency on `ml_dtypes` package which provides the custom numpy dtype for `bfloat16` which is the implementation of `tf.bfloat1...
3,253
null
wandb/wandb
# Repository Context Name: wandb/wandb Description: # Pull Request ## [WB-8505] hot fix for footer Fixes WB-8505 Description ----------- What does the PR do? hot fix for the footer wrong use of `isinstance` Testing ------- How was this PR tested? tested locally the issue was resolved Checklist -----...
361
null
johntruckenbrodt/pyroSAR
# Repository Context Name: johntruckenbrodt/pyroSAR Description: # Pull Request ## [gamma] added file locking to convert2gamma and correctOSV # Relevant Files Found ## pyroSAR/gamma/util.py ``` ############################################################################### # universal core routines for processi...
573
null
CenterForOpenScience/SHARE
# Repository Context Name: CenterForOpenScience/SHARE Description: # Pull Request ## [SHARE- ][Feature] Allow filtering OAI harvests by setSpec # Relevant Files Found ## api/views/elasticsearch.py ``` import requests from furl import furl from django.conf import settings from django.http import HttpResponse...
239
null
PaddlePaddle/PGL
# Repository Context Name: PaddlePaddle/PGL Description: # Pull Request ## Fixed Load BatchedGraph # Relevant Files Found ## pgl/graph.py ``` # Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in ...
417
null
algorand/py-algorand-sdk
# Repository Context Name: algorand/py-algorand-sdk Description: # Pull Request ## Merge develop into `feature/v2.0.0-break` Update implementation against develop branch. **DO NOT SQUASH MERGE** # Relevant Files Found ## algosdk/atomic_transaction_composer.py ``` import base64 import copy from abc import ABC,...
2,068
null
PaddlePaddle/models
# Repository Context Name: PaddlePaddle/models Description: # Pull Request ## fix error when join thread in the end of data reading # Relevant Files Found ## PaddleCV/video/datareader/nonlocal_reader.py ``` # Copyright (c) 2019 PaddlePaddle Authors. All Rights Reserve. # #Licensed under the Apache License, Ver...
47
null
jupyter/nbgrader
# Repository Context Name: jupyter/nbgrader Description: # Pull Request ## Add tests for the nbgrader commands # Relevant Files Found ## nbgrader/tests/base.py ``` import os import glob from IPython.nbformat import current_nbformat from IPython.nbformat import read as read_nb from IPython.nbformat.v4 import new...
1,221
null
akfamily/akshare
# Repository Context Name: akfamily/akshare Description: # Pull Request ## fix(stock_wc_hot_rank): fix stock_wc_hot_rank interface fix stock_wc_hot_rank interface # Relevant Files Found ## akshare/__init__.py ``` """AkShare 是基于 Python 的开源财经数据接口库, 实现对股票, 期货, 期权, 基金, 债券, 外汇等金融产品的量价数据, 基本面数据和另类数据从数据采集, 数据清洗到数据下载的工具...
963
null
interactions-py/interactions.py
# Repository Context Name: interactions-py/interactions.py Description: # Pull Request ## chore: include command models for typehinting ## About This pull request includes command models `BaseResult` and `GroupResult` for typehinting. ## Checklist - [x] I've ran `pre-commit` to format and lint the change(s...
33
null
glmcdona/LuxPythonEnvGym
# Repository Context Name: glmcdona/LuxPythonEnvGym Description: # Pull Request ## Fix check on position. # Relevant Files Found ## luxai2021/game/actions.py ``` '''Implements /src/Actions/index.ts''' #from .game_objects import Player, Unit, City, CityTile from .constants import Constants UNIT_TYPES = Constan...
2,669
null
mem0ai/mem0
# Repository Context Name: mem0ai/mem0 Description: # Pull Request ## # feat: Add Group Chat Memory Feature support to Python SDK enhancing mem0 ## Description This pull request introduces foundational support for group chat scenarios within the Mem0 Python SDK. Previously, Mem0 primarily associated memories wi...
28
null
tonioo/sievelib
# Repository Context Name: tonioo/sievelib Description: # Pull Request ## Used sendall() instead of send() to make sure all bytes are sent. When sending a large sieve script with putscript the following error occured: "Failed to read data from the server" This was due to the fact that send() didn't sent all bytes,...
26,425
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## Fix the FORM package - The first commit aims to fetch the correct tarballs. - The second one fixes the dependency. --- The first one may need some explanation. Currently, `form` executables installed via Spack do not know revision informat...
1,805
null
IMAP-Science-Operations-Center/imap_processing
# Repository Context Name: IMAP-Science-Operations-Center/imap_processing Description: # Pull Request ## minor fixes for L2 # Change Summary More fixes for MAG L2 # Relevant Files Found ## imap_processing/cli.py ``` #!/usr/bin/env python3 """ Run the processing for a specific instrument & data level. This mo...
272
null
project-generator/project_generator
# Repository Context Name: project-generator/project_generator Description: # Pull Request ## Project - extension lower case # Relevant Files Found ## project_generator/project.py ``` # Copyright 2014-2015 0xc0170 # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file ex...
5,388
null
tobymao/sqlglot
# Repository Context Name: tobymao/sqlglot Description: # Pull Request ## fix(snowflake): transpile bigquery GENERATE_DATE_ARRAY with column access This PR adds support for the transpilation of `GENERATE_DATE_ARRAY` from BigQuery to Snowflake, when a column is an argument. In the previous implementation the follo...
271
null
cihai/unihan-etl
# Repository Context Name: cihai/unihan-etl Description: # Pull Request ## chore: Improve `merge_dict` typing # Relevant Files Found ## src/unihan_etl/util.py ``` """Utility and helper methods for script. util ~~~~ """ import re import sys import typing as t def ucn_to_unicode(ucn: str) -> str: """Retur...
1,226
null
betagouv/Aidants_Connect
# Repository Context Name: betagouv/Aidants_Connect Description: # Pull Request ## Annulation de la requête d'habilitation depuis la page habilitation ## 🌮 Objectif Annulation de la requête d'habilitation depuis la page habilitation ## :camera: Images ![](https://github.com/betagouv/Aidants_Connect/assets...
24
null
Bergvca/string_grouper
# Repository Context Name: Bergvca/string_grouper Description: # Pull Request ## Update documentation for added ID parameter & tutorial written Hi @Bergvca Documentation as discussed. I trust OK for you, it is a bit 'chatty' I see the audience though as people who are happy to _benefit_ from String Grouper — wi...
2,642
null
mikhailprivalov/l2
# Repository Context Name: mikhailprivalov/l2 Description: # Pull Request ## Load CSV ## Описание изменений _для ускорения проверки лучше заполнить описание изменений тут_ ---------------------------------------------------------------------------- Все обязательные проверки (с пометкой required) должны быт...
3,720
null
Azure/azure-sdk-for-python
# Repository Context Name: Azure/azure-sdk-for-python Description: # Pull Request ## [AutoPR web/resource-manager] Fix network trace API bugs (Retake) Created to sync https://github.com/Azure/azure-rest-api-specs/pull/4363 # Relevant Files Found ## azure-mgmt-web/azure/mgmt/web/operations/web_apps_operations.py ...
1,157
null
trojsten/web
# Repository Context Name: trojsten/web Description: # Pull Request ## Call update submit at poll info, mark protocol as corrupted Closes #1103 Vždy keď sa testovač pozerá, či už má výsledok, skontroluje nie len databázu, ale aj či náhodou nedostal súbor od testovača. Closes #1153 Closes #917 Keď sa pri pri...
76
null
samuelcolvin/watchfiles
# Repository Context Name: samuelcolvin/watchfiles Description: # Pull Request ## move to github actions and uprev test dependencies # Relevant Files Found ## setup.py ``` from importlib.machinery import SourceFileLoader from pathlib import Path from setuptools import setup THIS_DIR = Path(__file__).resolve()....
157
null
ai-safety-foundation/sparse_autoencoder
# Repository Context Name: ai-safety-foundation/sparse_autoencoder Description: # Pull Request ## Change reconstruction score to use change in means. The current method of calculating takes the average of the case-by-case reconstruction score. This seems wrong because it divides by the difference between the zer...
323
null
HumanCompatibleAI/tensor-trust
# Repository Context Name: HumanCompatibleAI/tensor-trust Description: # Pull Request ## Minor SEO optimization Fixes #322. Specifically: * Makes the favicon 96x96 rather than 128x128. This is a multiple of 48px on each dimension, which means Google will actually be able to display it (otherwise it always refuse...