pr_id
int64
repo_id
null
repo_name
string
text
string
377
null
mit-ll-responsible-ai/hydra-zen
# Repository Context Name: mit-ll-responsible-ai/hydra-zen Description: # Pull Request ## Fix pyright scanning and consolidate typecheck action logic - The presence of a `# type: ignore` in the file header in [tests/annotations/declarations.py](https://github.com/mit-ll-responsible-ai/hydra-zen/compare/improve-ci?e...
38
null
den4uk/andriller
# Repository Context Name: den4uk/andriller Description: # Pull Request ## 3.5.3 adb improvements # Relevant Files Found ## andriller/__init__.py ``` __version__ = '3.5.2' __app_name__ = 'Andriller CE' __package_name__ = 'andriller' __website__ = "https://github.com/den4uk/andriller" # "https://www.andriller.c...
52,956
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## Fix example dag example_external_task_parent_deferrable.py imports While testing RC 3.0.3 noticied one of the example dag broken with import from test_common in standard provider. Ideally these are exposed to users, i think we can remove thes...
1,272
null
convexengineering/gpkit
# Repository Context Name: convexengineering/gpkit Description: # Pull Request ## better error msg on addition of dimless qty to dimensioned qty closes #1269. Thanks to @Lewis-Lu for pointing this out on the [gitter](https://gitter.im/gpkit-users/Lobby)! # Relevant Files Found ## gpkit/nomials/map.py ``` "Implem...
574
null
megvii-research/megfile
# Repository Context Name: megvii-research/megfile Description: # Pull Request ## perf:skip abort when closed # Relevant Files Found ## megfile/interfaces.py ``` import os from abc import ABC, abstractmethod from io import IOBase, UnsupportedOperation from logging import getLogger as get_logger from typing impo...
2,421
null
conan-io/conan-center-index
# Repository Context Name: conan-io/conan-center-index Description: # Pull Request ## add tinygltf/2.4.0 + bump dependencies Specify library name and version: **tinygltf/2.4.0** - [x] I've read the [guidelines](https://github.com/conan-io/conan-center-index/wiki#how-to-submit-a-pull-request) for contributing. ...
675
null
chimera-linux/cports
# Repository Context Name: chimera-linux/cports Description: # Pull Request ## main/python-babel: update to 2.13.0 https://github.com/python-babel/babel/releases/tag/v2.13.0 # Relevant Files Found ## main/python-babel/template.py ``` pkgname = "python-babel" pkgver = "2.12.1" pkgrel = 0 build_style = "python_mod...
9,602
null
Azure/azure-cli
# Repository Context Name: Azure/azure-cli Description: # Pull Request ## undo #9431 test preparer update. undo #9431 and fix #9591 --- This checklist is used to make sure that common guidelines for a pull request are followed. - [ ] The PR has modified HISTORY.rst describing any customer-facing, function...
380
null
sparckles/Robyn
# Repository Context Name: sparckles/Robyn Description: # Pull Request ## fix: return 404 status code when route isn't found **Description** This PR fixes #376 # Relevant Files Found ## integration_tests/test_status_code.py ``` import requests BASE_URL = "http://127.0.0.1:8080" def test_404_status_code(se...
422
null
Trustpoint-Project/trustpoint
# Repository Context Name: Trustpoint-Project/trustpoint Description: # Pull Request ## Help section <!-- related issue number, remove if n/a --> Related to # **Description of changes** - Added a new `Help & Support` section in the Trustpoint UI - Created `help.html` template with links to feature request and...
30
null
Zenlytic/metrics_layer
# Repository Context Name: Zenlytic/metrics_layer Description: # Pull Request ## Feature/cli improvements # Relevant Files Found ## metrics_layer/cli/seeding.py ``` import os from metrics_layer.core.model.definitions import Definitions class SeedMetricsLayer: def __init__(self, profile, connection=None, ...
3
null
GeoStat-Framework/AnaFlow
# Repository Context Name: GeoStat-Framework/AnaFlow Description: # Pull Request ## Bugfix 1.0.1 - `ModuleNotFoundError` not present in py35. - add logo to documentation - replace `np.asscalar` - update changelog # Relevant Files Found ## anaflow/__init__.py ``` # -*- coding: utf-8 -*- """ Purpose ======= An...
14
null
devolo/adaptavist
# Repository Context Name: devolo/adaptavist Description: # Pull Request ## Mark package as typed # Relevant Files Found ## setup.py ``` from setuptools import setup setup( name="adaptavist", description="python package providing functionality for Jira Test Management (tm4j)", long_description=open...
386
null
cloudify-cosmo/cloudify-system-tests
# Repository Context Name: cloudify-cosmo/cloudify-system-tests Description: # Pull Request ## Cfy 5115 celery does not pulling tasks after it restarts # Relevant Files Found ## cosmo_tester/framework/testenv.py ``` ######## # Copyright (c) 2014 GigaSpaces Technologies Ltd. All rights reserved # # Licensed unde...
145
null
MountainLionAi/GenAI-Platform
# Repository Context Name: MountainLionAi/GenAI-Platform Description: # Pull Request ## update news analyze # Relevant Files Found ## genaipf/controller/gptstream.py ``` import asyncio from concurrent.futures import ThreadPoolExecutor import traceback import openai from sanic import Request, response from sanic...
1,053
null
IBM/unitxt
# Repository Context Name: IBM/unitxt Description: # Pull Request ## Add flores101 Adding the flores101 dataset, currently, the cards pushed are the following languages: langs_to_include = [ "ara", "fra", "deu", "jpn", "kor", "por", "ron", "spa", ] from and to english ...
195
null
ArtFXDev/silex_client
# Repository Context Name: ArtFXDev/silex_client Description: # Pull Request ## Return the selected publish in the setup # Relevant Files Found ## silex_client/commands/select_publish.py ``` from __future__ import annotations import logging import typing from typing import Any, Dict import jsondiff from sile...
1,581
null
blaze/blaze
# Repository Context Name: blaze/blaze Description: # Pull Request ## Correctly reconstruct SQL Selects with Joins Ensure that if a select statement is a JOIN, calling `reconstruct_select` correctly reconstructs the JOIN statement instead of dropping it into a multi-table select. # Relevant Files Found ## blaze/...
452
null
DataJunction/dj
# Repository Context Name: DataJunction/dj Description: # Pull Request ## The DataJunction API Specification ### Summary This adds a page to the docs, `The DataJunction API Specification` that generates API docs from the openapi.json file. We'll need a complementary page that describes the server side behavior (...
30
null
openGemini/opengemini-client-python
# Repository Context Name: openGemini/opengemini-client-python Description: # Pull Request ## fix: the instantiated series object is empty Signed-off-by: heiliuchao <heiliuchao110@163.com> # Relevant Files Found ## opengemini_client/client_impl.py ``` import base64 import datetime import gzip import io from abc ...
407
null
wrangleworks/WranglesPY
# Repository Context Name: wrangleworks/WranglesPY Description: # Pull Request ## Allow create.column value to be a list or other complex object # Relevant Files Found ## tests/recipes/wrangles/test_create.py ``` import wrangles import pandas as pd import pytest import numpy as np # # Column # def test_create...
199
null
drivendataorg/zamba
# Repository Context Name: drivendataorg/zamba Description: # Pull Request ## Release time distributed model trained with new frame selection This PR updates the official time distributed model to one trained on the same dataset but using the new frame selection model (from https://github.com/drivendataorg/zamba/pu...
76
null
Cornerstone-OnDemand/modelkit
# Repository Context Name: Cornerstone-OnDemand/modelkit Description: # Pull Request ## Fix lint CI Linting in the CI did not fail if one of the commands failed (here, flake8). Adding `set -e` makes the whole script fail if a command fails. I let the lint after the first commit run to expose the issue, then I re...
62
null
cnmetlab/cnmaps
# Repository Context Name: cnmetlab/cnmaps Description: # Pull Request ## docs[skip ci]: update docs # Relevant Files Found ## cnmaps/maps.py ``` """地图类模块.""" import os import sqlite3 import copy from itertools import product import numpy as np import shapely.geometry as sgeom from shapely.geometry import map...
3,220
null
mem0ai/mem0
# Repository Context Name: mem0ai/mem0 Description: # Pull Request ## fix: Inconsistent `created` and `updated` properties on graph ## Description This PR aims to fix what described over https://github.com/mem0ai/mem0/issues/3156 , to patch all insert / update queries for Neptune Analytics integration, to guaran...
59
null
Health-RI/img2catalog
# Repository Context Name: Health-RI/img2catalog Description: # Pull Request ## Implements integration tests with XNAT using xnat4tests The changes in this pull request include: - Implementation of integration tests with XNAT using xnat4tests, which only trigger on pull request. The regular unit tests still trigge...
122
null
Y-oHr-N/OptGBM
# Repository Context Name: Y-oHr-N/OptGBM Description: # Pull Request ## Fixing check_cv for sklearn 1.0 The current check_cv throws an error complaining about 3 positional parameters. Not totally clear to me honestly why the existing syntax fails sklearn's positional checks, but this fixes the issue. # Relevant F...
395
null
okube-ai/laktory
# Repository Context Name: okube-ai/laktory Description: # Pull Request ## Enhanced user lookup and fix for group lookup Added ability to lookup users by their user_name (displayName/email) instead of only using their user id. Also fixed the id lookup so it works when an integer is specified. Fixed group lookup ...
42
null
neuralinternet/SN27
# Repository Context Name: neuralinternet/SN27 Description: # Pull Request ## feat: wandb integration # Relevant Files Found ## neurons/Validator/calculate_score.py ``` # The MIT License (MIT) # Copyright © 2023 Crazydevlegend # Permission is hereby granted, free of charge, to any person obtaining a copy of th...
243
null
Cyberjusticelab/JusticeAI
# Repository Context Name: Cyberjusticelab/JusticeAI Description: # Pull Request ## [#162] Adds fact removal endpoint [#162] - [X] Adds backend endpoint to remove a fact that has been resolved previously during the conversation - [X] Adds the fact entity id to the json data from the various endpoints that retur...
18
null
yoyocoin/yoyocoin
# Repository Context Name: yoyocoin/yoyocoin Description: # Pull Request ## Remove chain singleton Use chain without singleton settings update code and tests to not use the singleton option and remove it. # Relevant Files Found ## src/blockchain/actor.py ``` """ Actor is a class that expose simple api for worki...
712
null
uw-it-aca/myuw
# Repository Context Name: uw-it-aca/myuw Description: # Pull Request ## handling the case where term RegistrationPeriods dates are null https://jira.cac.washington.edu/browse/MUWM-3821 # Relevant Files Found ## myuw/dao/card_display_dates.py ``` """ Generates the booleans to determine card visibility, based on ...
1,386
null
didx-xyz/acapy-cloud
# Repository Context Name: didx-xyz/acapy-cloud Description: # Pull Request ## :art: Distinguish reconnect logs and connection errors Differentiate SOP reconnects logs and connection errors Adds new env vars: ```py # State tracking for connection issues RECONNECT_THRESHOLD = int( os.getenv("NATS_RECONNEC...
34
null
nissymori/JAX-CORL
# Repository Context Name: nissymori/JAX-CORL Description: # Pull Request ## [IQL] Modify update logic # Relevant Files Found ## algo/iql.py ``` from typing import Any, Callable, Dict, Optional, Sequence, Tuple, Union, NamedTuple import numpy as np import jax.numpy as jnp import jax import flax import flax.line...
147
null
business-science/pytimetk
# Repository Context Name: business-science/pytimetk Description: # Pull Request ## future docstring PEP8 Aligned future docstring with PEP8, making it more readable # Relevant Files Found ## src/pytimetk/core/future.py ``` import pandas as pd import numpy as np import pandas_flavor as pf from typing import Unio...
1,038
null
qiboteam/qibolab
# Repository Context Name: qiboteam/qibolab Description: # Pull Request ## Qubit creation helpers Closes #1022. Originally planned for 0.2.1, I just implemented it because it was easy and is expected to simplify platform creation, so it is slightly interface facing (even though it is a new feature). If we need t...
980
null
googleapis/python-firestore
# Repository Context Name: googleapis/python-firestore Description: # Pull Request ## chore(main): release 2.20.0 :robot: I have created a release *beep* *boop* --- ## [2.20.0](https://github.com/googleapis/python-firestore/compare/v2.19.0...v2.20.0) (2025-01-13) ### Features * Support not_equal queries for no...
253
null
RobotLocomotion/director
# Repository Context Name: RobotLocomotion/director Description: # Pull Request ## ImageWidget: Follow up to #212, #252 Thanks for the comments and fix in #212 @patmarion - this PR addresses these comments and cleans up the aspect ratio. # Relevant Files Found ## src/python/director/cameraview.py ``` import dir...
1,088
null
camptocamp/c2cwsgiutils
# Repository Context Name: camptocamp/c2cwsgiutils Description: # Pull Request ## Be able to login with GitHub in the c2c interface GSGMF-1645 # Relevant Files Found ## c2cwsgiutils/auth.py ``` import hashlib from typing import Optional, cast import pyramid.request from pyramid.httpexceptions import HTTPForbidd...
48
null
loherangrin/o3tanks
# Repository Context Name: loherangrin/o3tanks Description: # Pull Request ## Option to set monolithic build Closes #44 # Relevant Files Found ## recipes/o3tanks/builder.py ``` # Copyright 2021-2022 Matteo Grasso # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file exc...
704
null
open-compass/VLMEvalKit
# Repository Context Name: open-compass/VLMEvalKit Description: # Pull Request ## [Model] Update TeleMM - fix confusing image width&height - 修复图像resize 中 width,height 错误问题 # Relevant Files Found ## vlmeval/api/siliconflow.py ``` import math from vlmeval.smp import * from vlmeval.api.base import BaseAPI from vlme...
909
null
terrapower/armi
# Repository Context Name: terrapower/armi Description: # Pull Request ## Use b.core instead of b.r.core. ## Description Blocks have an `r` property and a core property. Both functions just look up the chain of ancestors of the block to find the `core` and `reactor`. It's unnecessary to go all the way up to the ...
147
null
hackupc/myhackupc
# Repository Context Name: hackupc/myhackupc Description: # Pull Request ## Fix <!-- Thanks for sending a pull request! Here are some tips for you: 1. If this is your first time, read our contributor guidelines https://github.com/HackAssistant/registration/blob/master/.github/CONTRIBUTING.md --> ## Patch No...
4,405
null
DIAGNijmegen/grand-challenge
# Repository Context Name: DIAGNijmegen/grand-challenge Description: # Pull Request ## Add graceful pagination to notifications Also uses a red dot to mark unread notifications, matches the nav bar and forums Closes https://github.com/comic/grand-challenge.org/issues/4142 Closes https://github.com/comic/grand-c...
1,496
null
schemathesis/schemathesis
# Repository Context Name: schemathesis/schemathesis Description: # Pull Request ## chore: Update pre-commit # Relevant Files Found ## src/schemathesis/service/client.py ``` from typing import Any, Dict from urllib.parse import urljoin import attr import requests from requests.adapters import HTTPAdapter, Retr...
139
null
moralmunky/Home-Assistant-Mail-And-Packages
# Repository Context Name: moralmunky/Home-Assistant-Mail-And-Packages Description: # Pull Request ## 0.2.x ## Proposed change <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be s...
2,162
null
teemtee/tmt
# Repository Context Name: teemtee/tmt Description: # Pull Request ## Recommend needs different option for dnf5 # Relevant Files Found ## tmt/steps/prepare/install.py ``` import dataclasses import re import shutil import sys from typing import List, Optional, Tuple, cast import fmf import fmf.utils import tmt...
132
null
TGSAI/segy
# Repository Context Name: TGSAI/segy Description: # Pull Request ## Fix typo in segyio -> segy aliases The `SourceEnergyDirectionExponent` field was incorrectly mapped to `trace.Rev1.SOURCE_ENERGY_DIR_MANTISSA`. This PR fixes that. # Relevant Files Found ## src/segy/alias/segyio.py ``` """Segyio binary and trac...
7
null
brunchstudio/pytvpaint
# Repository Context Name: brunchstudio/pytvpaint Description: # Pull Request ## Docs: Scene - Tweak docstring grammar Cosmetic docstring tweak. # Relevant Files Found ## pytvpaint/scene.py ``` """Scene class.""" from __future__ import annotations from collections.abc import Iterator from pytvpaint import geo...
4
null
lord63/choosealicense-cli
# Repository Context Name: lord63/choosealicense-cli Description: # Pull Request ## 20190601 update api, #3 in this pr: * update to latest github api, because the api change breaks our app, #3 ; * drop python 3.3 and add 3.6 support; * format test json; # Relevant Files Found ## choosealicense/test/responses...
155
null
AI-Hypercomputer/maxdiffusion
# Repository Context Name: AI-Hypercomputer/maxdiffusion Description: # Pull Request ## rollback device put error/regression in unet state and text encoder 2 state and update orbax This pr fixes e2e test failure 1. Device put error in create unet state and create text 2 encoder state by 2. Orbax and jax incompat...
143
null
larinam/vacal
# Repository Context Name: larinam/vacal Description: # Pull Request ## chore: reorganize backend tests ## Summary - centralize backend tests under `backend/tests` to declutter source packages - update test imports and instructions to reflect new layout ## Testing - `pip install -r backend/requirements.txt` - `pip...
4,952
null
iterative/dvc
# Repository Context Name: iterative/dvc Description: # Pull Request ## git: add support for working with refspecs and stashes * [x] ❗ I have followed the [Contributing to DVC](https://dvc.org/doc/user-guide/contributing/core) checklist. * [x] 📖 If this PR requires [documentation](https://dvc.org/doc) updates, ...
183
null
web2py/pydal
# Repository Context Name: web2py/pydal Description: # Pull Request ## Fix like() for MongoDB MongoDB: Enable/Add test cases for like() and fix like() wildcards. # Relevant Files Found ## pydal/adapters/mongo.py ``` # -*- coding: utf-8 -*- import datetime import re from .._globals import IDENTITY from .._compa...
16,148
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Always save current position if payload is numeric value Currently if payload is even with var state_open or state_close HA save only position open or close without saving current_position. Without current_position value, slider is hidde...
3,435
null
InternLM/lmdeploy
# Repository Context Name: InternLM/lmdeploy Description: # Pull Request ## fix awq tp for pytorch engine ## Motivation Fix tp>1 for awq models in pt engine ## Modification Please briefly describe what modification is made in this PR. ## BC-breaking (Optional) Does the modification introduce change...
8,734
null
DataDog/integrations-core
# Repository Context Name: DataDog/integrations-core Description: # Pull Request ## Wait for index Some times the index metrics are missing in tests (and it fails) # Relevant Files Found ## couch/tests/conftest.py ``` # (C) Datadog, Inc. 2018-present # All rights reserved # Licensed under a 3-clause BSD style li...
2,225
null
towhee-io/towhee
# Repository Context Name: towhee-io/towhee Description: # Pull Request ## Add ops Signed-off-by: shiyu22 <shiyu.chen@zilliz.com> # Relevant Files Found # Edits This PR adds a new `ops` module to the Towhee runtime that enables dynamic operator loading and instantiation through a clean, property-based syntax. ...
8,397
null
scipy/scipy
# Repository Context Name: scipy/scipy Description: # Pull Request ## ENH: Add `fs=` parameter to filter design functions This is just a more convenient way of specifying normalized frequencies for digital filters. Instead of having to remember that `butter` uses `fc/(fs/2)`, while `freqz` uses `fc/(fs/(2*pi))`, f...
8
null
ctuning/ck-env
# Repository Context Name: ctuning/ck-env Description: # Pull Request ## Make detect platform.cpu work on MacOS Hi, This PR makes the `ck detect platform.cpu` command work on OS X. **!!! This PR depends on this kernel PR https://github.com/ctuning/ck/pull/51 and will not work without it !!!** Before the patch, ...
15,420
null
conan-io/conan-center-index
# Repository Context Name: conan-io/conan-center-index Description: # Pull Request ## arrow/10.0.0: link re2 to `libparquet` and `libarrow` fixes #15413 Specify library name and version: **arrow/10.0.0** --- - [x] I've read the [contributing guidelines](https://github.com/conan-io/conan-center-index/blob/master...
183
null
robotika/osgar
# Repository Context Name: robotika/osgar Description: # Pull Request ## Add --gui and --margin, show area. For eduro logs I recommend to run it with `2>/dev/null` to dump the `Corrupt JPEG data: 11 extraneous bytes before marker 0xd9` messages. Continue to the next detection by pressing any key, exit by pressin...
46
null
jobvk/Home-Assistant-Windcentrale
# Repository Context Name: jobvk/Home-Assistant-Windcentrale Description: # Pull Request ## Remove logger error # Relevant Files Found ## custom_components/windcentrale/wind.py ``` import logging import json import requests import boto3 import datetime from pycognito.aws_srp import AWSSRP from http import HTTPS...
341
null
Disfactory/Disfactory
# Repository Context Name: Disfactory/Disfactory Description: # Pull Request ## feat(factory): add rangefilter to filter factory by `updated_at` ## Summary - 加上第三方套件 rangefilter,可以根據 `updated_at` 來 filter factory 資料 - 重新排序 factory 的顯示 # Relevant Files Found ## backend/api/admin/factory.py ``` from datetime i...
536
null
ReaLLMASIC/ReaLLM-Forge
# Repository Context Name: ReaLLMASIC/ReaLLM-Forge Description: # Pull Request ## Add saving of stats csv and viewer script for deltas # Relevant Files Found ## train.py ``` # train.py from contextlib import nullcontext import csv import json import math import os import random import pickle import shutil impor...
92
null
fastmachinelearning/qonnx
# Repository Context Name: fastmachinelearning/qonnx Description: # Pull Request ## Add rudimentary support for "arbitrary" dimensions in MultiThreshold This allows node execution of MultiThreshold operators with arbitrary number of dimensions, as long as the channel dimension is last. This is necessary to run some...
18
null
ianlini/dagian
# Repository Context Name: ianlini/dagian Description: # Pull Request ## Fix @require with the same data key and accept all hashable types of variable in @will_generate arguments # Relevant Files Found ## dagian/data_definition.py ``` from __future__ import print_function, division, absolute_import, unicode_lit...
120
null
PaddlePaddle/PaddleScience
# Repository Context Name: PaddlePaddle/PaddleScience Description: # Pull Request ## `psci.solver` support CINN <!-- Demo: https://github.com/PaddlePaddle/PaddleScience/pull/96 --> ### PR types <!-- One of [ New features | Bug fixes | Function optimization | Performance optimization | Breaking changes | Others ] ...
452
null
dyvenia/viadot
# Repository Context Name: dyvenia/viadot Description: # Pull Request ## Added rollback feature, improved comments formatting <!-- Thanks for contributing to viadot! 🙏--> ## Summary <!-- A sentence summarizing the PR --> Added the rollback feature to the Databricks source. ## Importance <!-- Why is this...
54
null
Tivix/django-rest-auth
# Repository Context Name: Tivix/django-rest-auth Description: # Pull Request ## Mark email as read only for user details We should not allow users to change email directly via PUT/PATCH in /rest-auth/user/. This will break allauth email handling. # Relevant Files Found ## rest_auth/serializers.py ``` from djan...
687
null
phospho-app/text-analytics-legacy
# Repository Context Name: phospho-app/text-analytics-legacy Description: # Pull Request ## feat: Add event_source in the endpoint FlattenedTask - Add event_source in the endpoint FlattenedTask # Relevant Files Found ## backend/app/services/mongo/explore.py ``` """ Explore metrics service """ import datetime im...
45
null
appsembler/figures
# Repository Context Name: appsembler/figures Description: # Pull Request ## Updated documentation & added Sphinx build This PR is primarily to sanity check the production/cloud installation instructions. Also, we're now one step closer to getting Figures docs into readthedocs: * Created Sphinx project for ...
402
null
robotika/osgar
# Repository Context Name: robotika/osgar Description: # Pull Request ## Implement load testing for cloud sim. - Allow iteration count setting from cmdline. - Sleep at the end. Don't call /subt/finish immediately, sleep for a while to give a chance to parallel runs to finish as well. Intended for cloudsim tests....
77
null
delvtech/pypechain
# Repository Context Name: delvtech/pypechain Description: # Pull Request ## Add tests to examples Add tests to examples, add dataclass_to_tuple conversions - convert dataclasses to tuples - update example with tests - update types and snapshots - fix typo # Relevant Files Found ## example/test_example.py...
10
null
opendatacube/odc-stats
# Repository Context Name: opendatacube/odc-stats Description: # Pull Request ## Remove dependency on odc-stac `odc.index.*` is being removed from `odc-stac` package, and this package does not use any STAC features. - duplicate `odc_uuid` method here - grab all the dataset streaming/grouping methods from `odc-d...
44
null
OALabs/hashdb
# Repository Context Name: OALabs/hashdb Description: # Pull Request ## Added ror8_add_xor variant So, this is a first try for adding a "ror8 add xor" variant with the initial state of `0x832E83AB`. Hope this works! :) # Relevant Files Found # Edits This pull request adds a new hashing algorithm variant called...
641
null
Police-Data-Accessibility-Project/data-sources-app
# Repository Context Name: Police-Data-Accessibility-Project/data-sources-app Description: # Pull Request ## Dev ### Fixes * #634 * #545 * #454 * #361 # Relevant Files Found # Edits This pull request resolves several issues by splitting a combined locality ("Cheswick Springdale East Deer") into three ...
5,707
null
betagouv/ma-cantine
# Repository Context Name: betagouv/ma-cantine Description: # Pull Request ## improve(Diagnostics): API : une fois le diagnostic télédéclaré, le mettre en lecture-seule [1TD1Site] suite de #5706 On adapte la logique API pour le basculement de Teledeclaration vers Diagnostic # Relevant Files Found ## api/permis...
353
null
dwavesystems/dwave-system
# Repository Context Name: dwavesystems/dwave-system Description: # Pull Request ## Update for DQM This is to close https://github.com/dwavesystems/dwave-system/issues/350 # Relevant Files Found ## dwave/system/samplers/clique.py ``` # Copyright 2020 D-Wave Systems Inc. # # Licensed under the Apache License,...
9,902
null
ibis-project/ibis
# Repository Context Name: ibis-project/ibis Description: # Pull Request ## feat(selectors): allow naming in the `across` selector and support non-expression methods Test method calls in across selector; allow naming to work in across calls. Closes #9900. # Relevant Files Found ## ibis/common/tests/test_deferr...
2,095
null
Textualize/rich
# Repository Context Name: Textualize/rich Description: # Pull Request ## Add missing `end` keyword argument to `Text.from_markup` ## Type of changes - [x] Bug fix - [ ] New feature - [ ] Documentation / docstrings - [ ] Tests - [ ] Other ## Checklist - [x] I've run the latest [black](https://github.co...
128
null
turbopuffer/turbopuffer-python
# Repository Context Name: turbopuffer/turbopuffer-python Description: # Pull Request ## release: 0.5.8 Automated Release PR --- ## 0.5.8 (2025-06-20) Full Changelog: [v0.5.7...v0.5.8](https://github.com/turbopuffer/turbopuffer-python/compare/v0.5.7...v0.5.8) ### Features * **api:** introduce dedicated Query m...
191
null
FAIRmat-NFDI/nomad-measurements
# Repository Context Name: FAIRmat-NFDI/nomad-measurements Description: # Pull Request ## Extend support for xrd scans on other position axes The data for other position axes is already available in the results section. This PR refactors the code to generate plots of `omega`, `chi`, and `phi` scans (tried in that o...
23,407
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## adding rsync unit test case Implemented rsync_test unit test case. # Relevant Files Found # Edits This pull request adds a unit test suite for the `rsync` module in SaltStack to improve test coverage and ensure reliable functionality. It...
62
null
aaronkurz/hitl-ab-bpm
# Repository Context Name: aaronkurz/hitl-ab-bpm Description: # Pull Request ## Clean up ## Notes for Reviewers **Clean up includes:** - Delete outdated test bpmn files - Delete outdated and useless rl results - Delete process_bandit folder (duplicate of contextual_bandit folder) - Update .gitignore - U...
2
null
birocoles/matcomp
# Repository Context Name: birocoles/matcomp Description: # Pull Request ## slow DFT/IDFT algorithms # Relevant Files Found ## code/functions.py ``` import numpy as np from numba import jit def dot_product_dumb(x, y): ''' Compute the dot product of x and y, where x, y are elements of R^n. The...
317
null
PennyLaneAI/qml
# Repository Context Name: PennyLaneAI/qml Description: # Pull Request ## Fix `tutorial_unitary_designs.py` indexing Akin to https://github.com/PennyLaneAI/qml/pull/306, such that the `master` CI check passes. # Relevant Files Found ## demonstrations/tutorial_unitary_designs.py ``` r""".. role:: html(raw) :fo...
3
null
uc-cdis/metadata-service
# Repository Context Name: uc-cdis/metadata-service Description: # Pull Request ## Add `/_status` health check endpoint * also stop pushing to Quay.io * updated dependencies * don't send coverage report in PR * add tests for wait-for-db ### Deployment changes * Add `/_status` health check point # Relevant F...
138
null
emissions-api/emissions-api
# Repository Context Name: emissions-api/emissions-api Description: # Pull Request ## Mutually exclusive Location Query Parameter This patches changes the API endpoints to exactly allow a single query parameter filtering the result after the geo location. This should make constructing the URL more clear, since ...
33
null
pytroll/trollimage
# Repository Context Name: pytroll/trollimage Description: # Pull Request ## Fix crude stretch not calculating min/max per-band Doing `data_arr.min()` computes the min/max across all bands together. We want this separated out so we end up with a minimum value for each band separately. - [x] Tests added (for all...
1,027
null
mesonbuild/meson
# Repository Context Name: mesonbuild/meson Description: # Pull Request ## cc.has_header: Allow specifying a prefix for headers Fixes #1026 The test is a placeholder because I want to test if it works on Windows. # Relevant Files Found ## mesonbuild/compilers.py ``` # Copyright 2012-2014 The Meson developmen...
9,684
null
ray-project/ray
# Repository Context Name: ray-project/ray Description: # Pull Request ## [RLlib] Enhance reward clipping test; add action_clipping tests. <!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. --> This PR: - enhances th...
32
null
hongquanli/octopi-research
# Repository Context Name: hongquanli/octopi-research Description: # Pull Request ## Adding x/y/z-state caching to gui_6060, gui_malaria, and gui_hcs Tested and it works # Relevant Files Found ## software/control/core.py ``` # set QT_API environment variable import os os.environ["QT_API"] = "pyqt5" import qtpy ...
32
null
Lekuruu/snowflake
# Repository Context Name: Lekuruu/snowflake Description: # Pull Request ## fix looping issue on win animations for water and snow ninjas *note: technically not accurate to the original, however there's already a few minor changes so i dont believe it matters # Relevant Files Found ## app/objects/ninjas.py ``...
1,603
null
IMAP-Science-Operations-Center/imap_processing
# Repository Context Name: IMAP-Science-Operations-Center/imap_processing Description: # Pull Request ## L2a processing updates # Change Summary closes #1097 ## Overview Add chi square and chi square reduced values for emg fits. Use waveforms in PC for target fits. Use angular frequency in sine fit. ...
6,812
null
apache/tvm
# Repository Context Name: apache/tvm Description: # Pull Request ## [CI] Update to latest - Fix Keras related regression. # Relevant Files Found ## tutorials/frontend/from_keras.py ``` # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file...
716
null
onnx/onnx
# Repository Context Name: onnx/onnx Description: # Pull Request ## Fix the shape inference python API Take ModelProto instead of str # Relevant Files Found ## onnx/shape_inference.py ``` """onnx shape inference. Shape inference is not guaranteed to be complete. """ from __future__ import absolute_import from _...
30,836
null
Azure/azure-cli
# Repository Context Name: Azure/azure-cli Description: # Pull Request ## [App Service] Fix #26920: `az webapp deployment slot create`: Make the created new slot has same VNet integration settings of source slot as Portal behavior **Related command** <!--- Please provide the related command with az {command} if yo...
1,622
null
commaai/openpilot
# Repository Context Name: commaai/openpilot Description: # Pull Request ## Model + camerad test # Relevant Files Found ## selfdrive/test/openpilotci_upload.py ``` #!/usr/bin/env python3 import os import sys import subprocess def upload_file(path, name): from azure.storage.blob import BlockBlobService sas...
215
null
Pocket/data-flows
# Repository Context Name: Pocket/data-flows Description: # Pull Request ## feat: use max submission_timestamp for updated_at ## Goal To allow us to monitor and alert on the engagement pipeline latency, write timestamp we get from GCP to the Feature Store. Recommendation API will fetch this timestamp from the ...