pr_id
int64
repo_id
null
repo_name
string
text
string
10,189
null
Lightning-AI/pytorch-lightning
# Repository Context Name: Lightning-AI/pytorch-lightning Description: # Pull Request ## Fix sigterm signal handling ## What does this PR do? Fixes #10154 and #9566 Before #9566, the special signal handler was only added for SLURM. Now, sigterm will be ignored by Lightning. only sigint can currently terminate...
4,757
null
facebookresearch/fairseq
# Repository Context Name: facebookresearch/fairseq Description: # Pull Request ## drop apex/megatron in CI (not used) ## What does this PR do? Don't install Apex and Meagtron in GPU CI. The GPU CI is spending most of its time compiling megatron and apex and they copying binaries from/to the cache. Then it onl...
7
null
k2sebeom/pyplayscii
# Repository Context Name: k2sebeom/pyplayscii Description: # Pull Request ## Merge new release # Relevant Files Found ## setup.py ``` from setuptools import setup, find_packages from os import path import os def get_readme(): here = path.dirname(__file__) with open(path.join(here, 'README.md'), encod...
880
null
encode/httpcore
# Repository Context Name: encode/httpcore Description: # Pull Request ## Safe async cancellations. Closes https://github.com/encode/httpcore/issues/830 Closes #785 Closes #861 Closes https://github.com/encode/httpx/issues/1171 Let's talk about what's going on here. We've got an issue with handling async c...
2,021
null
Flagsmith/flagsmith
# Repository Context Name: Flagsmith/flagsmith Description: # Pull Request ## Remove default filtered domains ## Changes Remove default filtered domains when sending leads to Pipedrive. ## How did you test this code? Existing tests cover functionality and do not rely on defaults. # Relevant Files Foun...
79
null
ReX-XAI/ReX
# Repository Context Name: ReX-XAI/ReX Description: # Pull Request ## fix: fix multi-explanation tests tests that were written before `calculate_responsibility` changed to return a tuple rather than an Explanation # Relevant Files Found ## rex_xai/database.py ``` #!/usr/bin/env python from datetime import dateti...
11,889
null
mne-tools/mne-python
# Repository Context Name: mne-tools/mne-python Description: # Pull Request ## [BUG, MRG] Remove check on `mne.viz.Brain.add_volume_labels` Freesurfer now has a nice `wmparc.mgz` that doesn't fit the `aseg` naming conventions. I think maybe just removing this check is easiest. # Relevant Files Found ## mne/viz/_b...
1,143
null
OGGM/oggm
# Repository Context Name: OGGM/oggm Description: # Pull Request ## Make the test suite a bit faster <!-- Thank you for your pull request! Below are a few things we ask you kindly to self-check before (or during) the process! Remove checks that are not relevant. --> This mostly adds some `slow` marke...
96
null
thumbor/thumbor-plugins
# Repository Context Name: thumbor/thumbor-plugins Description: # Pull Request ## chore(master): release thumbor-plugins-gifv 0.1.5 :robot: I have created a release *beep* *boop* --- ## [0.1.5](https://github.com/thumbor/thumbor-plugins/compare/thumbor-plugins-gifv-v0.1.4...thumbor-plugins-gifv-v0.1.5) (2024-01-0...
189
null
statisticsnorway/datadoc-editor
# Repository Context Name: statisticsnorway/datadoc-editor Description: # Pull Request ## Add tests for accepting variable metadata - Implement general date validation function - Add tests for accepting variable metadata Ref: DPMETA-93 # Relevant Files Found ## src/datadoc/frontend/callbacks/dataset.py ```...
322
null
data-dot-all/dataall
# Repository Context Name: data-dot-all/dataall Description: # Pull Request ## Add cross-region sharing error message/exception ### Feature or Bugfix - Feature/Bugfix ### Detail - Cross-region sharing is not possible for table sharing because Lake Formation does not allow (yet) cross region sharing. - Cross-...
255
null
laminlabs/nbproject
# Repository Context Name: laminlabs/nbproject Description: # Pull Request ## 🚸 Allow to not display metadata # Relevant Files Found ## nbproject/_header.py ``` import re from datetime import datetime, timezone from typing import List, Union from ._logger import logger from .dev._frontend_commands import _rel...
2
null
ZhuYaoHui1998/lerobot
# Repository Context Name: ZhuYaoHui1998/lerobot Description: # Pull Request ## Fix wandb logging (#730) this allows training for diffusion policy # Relevant Files Found ## lerobot/scripts/train.py ``` #!/usr/bin/env python # Copyright 2024 The HuggingFace Inc. team. All rights reserved. # # Licensed under the ...
155
null
fga-eps-mds/2018.2-NaturalSearch
# Repository Context Name: fga-eps-mds/2018.2-NaturalSearch Description: # Pull Request ## Merge pull request #154 from fga-eps-mds/development Development <!--Antes de enviar este PR certifique-se de ter lido o documento CONTRIBUTING(CONTRIBUTING.md). Preencha o que é pedido a seguir e exclua ou acrescente trec...
220
null
brightbandtech/ExtremeWeatherBench
# Repository Context Name: brightbandtech/ExtremeWeatherBench Description: # Pull Request ## Variables in metric instances # EWB Pull Request ## Description To help improve the API for EWB, the metrics now can have their own forecast and target variables declared in their instantiation. Example: ```python ......
59
null
scikit-tda/kepler-mapper
# Repository Context Name: scikit-tda/kepler-mapper Description: # Pull Request ## Update release notes # Relevant Files Found ## setup.py ``` #!/usr/bin/env python from distutils.core import setup setup(name='kmapper', version='1.1.0', description='Python implementation of mapper algorithm for To...
195
null
sqlfluff/sqlfluff
# Repository Context Name: sqlfluff/sqlfluff Description: # Pull Request ## Add output format option for linter, json support. This is very much a discussion starter! Fixes #100 . ## Adding JSON support to the linter. I set up an output format conditional in `lint_string()`, and propagated an `out_format` fla...
1,463
null
opendatacube/datacube-core
# Repository Context Name: opendatacube/datacube-core Description: # Pull Request ## mark ingestion as deprecated ### Reason for this pull request Ingestion has already been informally deprecated in the documentation; it should be properly marked as deprecated in the code in preparation for being removed in v1.9...
3,372
null
cloudify-cosmo/cloudify-manager
# Repository Context Name: cloudify-cosmo/cloudify-manager Description: # Pull Request ## RD-3507 List all agent details # Relevant Files Found ## rest-service/manager_rest/rest/resources_v3_1/agents.py ``` ######### # Copyright (c) 2018 Cloudify Platform Ltd. All rights reserved # # Licensed under the Apache L...
349
null
Princeton-CDH/ppa-django
# Repository Context Name: Princeton-CDH/ppa-django Description: # Pull Request ## Use solr KeywordRepeatFilterFactory instead of unstemmed field copies Simpler solution for unstemmed search — instead of creating duplicate fields with and without stemming, we use Solr's keyword repeat filter to duplicate the unstem...
478
null
tenstorrent/tt-exalens
# Repository Context Name: tenstorrent/tt-exalens Description: # Pull Request ## Adding test for default risc start address Adding test to verify that default risc start address is correct. # Relevant Files Found ## test/ttexalens/unit_tests/core_simulator.py ``` # SPDX-FileCopyrightText: © 2024 Tenstorrent AI U...
13
null
royerlab/trackedit
# Repository Context Name: royerlab/trackedit Description: # Pull Request ## Get shape from metadata.toml # Relevant Files Found ## scripts/demo_neuromast.py ``` import sys import warnings from pathlib import Path import napari import numpy as np # Databases saved with numpy>2 need np._core.numeric, which is ...
417
null
canonical/mysql-operator
# Repository Context Name: canonical/mysql-operator Description: # Pull Request ## [DPE-3702] Add snap aliases for MySQL server / Router ## Issue Missing snap aliases (ie using <snap> instead of charmed-msql.<snap>) for better tool usability inside VM. ## Solution Heavily inspired by [ticket DPE-2090](http...
434
null
nextstrain/cli
# Repository Context Name: nextstrain/cli Description: # Pull Request ## util: Fetch our own latest version via nextstrain.org instead of pypi.org This gives us insights into usage and also more flexibility to shift how we're releasing and distributing it. Related-to: <https://github.com/nextstrain/nextstrain.or...
4
null
matcom/dashboard
# Repository Context Name: matcom/dashboard Description: # Pull Request ## Mechanism pdf thesis added ### Cambios - Se añadió un botón para subir la tesis (__solo en formato pdf__). - En la parte de edición se puede subir una nueva versión de la tesis. - La tesis en pdf es guardada con formato`UUID_version.pdf...
114
null
oracle/dbt-oracle
# Repository Context Name: oracle/dbt-oracle Description: # Pull Request ## Bugfix/110 Fixes #110 Updated dbt profile to support `session_info` provided by user. User scan track active sessions in v$session using these values: ```yaml session_info: action: "dbt run" client_identifier: "abhiso...
1,480
null
microsoft/presidio
# Repository Context Name: microsoft/presidio Description: # Pull Request ## Unlock numpy after dropping 3.8 ## Change Description We needed to lock a numpy version for it to be built on 3.8. Now that it is deprecated, we can remove the locking. ## Checklist - [x] I have reviewed the [contribution guidelin...
93
null
asapdiscovery/asapdiscovery
# Repository Context Name: asapdiscovery/asapdiscovery Description: # Pull Request ## Add multiple poses ## Description For some reason the `POSIT` algorithm doesn't seem to be performing sufficient conformer enumeration, so this PR adds the ability to manually enumerate conformations using `Omega` and pass those ...
336
null
snowflakedb/SnowAlert
# Repository Context Name: snowflakedb/SnowAlert Description: # Pull Request ## Cloudtrail Try Cast Boolean Value for MFA We are getting some values of 'unavailable' for our `value:userIdentity.sessionContext.attributes.mfaAuthenticated` column which is creating an error. TYPE_CAST helps prevent an error from occur...
10,053
null
streamlit/streamlit
# Repository Context Name: streamlit/streamlit Description: # Pull Request ## Adopt new normalize file type API for chat input ## Describe your changes * Used the new normalize file type API introduced in #9986 * Cleaned up tests covered by `file_uploader_utils_test.py` ## GitHub Issue Link (if applicable)...
727
null
pushingkarmaorg/python-plexapi
# Repository Context Name: pushingkarmaorg/python-plexapi Description: # Pull Request ## Fix spelling error for container_start value check # Relevant Files Found ## plexapi/library.py ``` # -*- coding: utf-8 -*- import re from datetime import datetime from urllib.parse import quote, quote_plus, urlencode from...
76
null
WeaveAnalytics/needlr
# Repository Context Name: WeaveAnalytics/needlr Description: # Pull Request ## Fix multiple PrincipalType default values This allows the easy creation of different type of Principals without having to explicitly defined their type. It should be implicit based on the sub class used # Relevant Files Found ## needl...
3,121
null
uw-it-aca/myuw
# Repository Context Name: uw-it-aca/myuw Description: # Pull Request ## Qa https://jira.cac.washington.edu/browse/MUWM-5346?jql=project%20%3D%20MUWM%20AND%20fixVersion%20%3D%209.14 # Relevant Files Found ## myuw/dao/student_profile.py ``` # Copyright 2024 UW-IT, University of Washington # SPDX-License-Identifie...
176
null
strinking/futaba
# Repository Context Name: strinking/futaba Description: # Pull Request ## Add warning of staff using mod actions manually Resolves: #155 This adds the command: 'warnmanual' for configuring the state of warning about using mod actions manually. This adds a field to the guild_settings table. # Relevant Files Fou...
1,570
null
SwissDataScienceCenter/renku-notebooks
# Repository Context Name: SwissDataScienceCenter/renku-notebooks Description: # Pull Request ## fix(app): parse old server options in request /deploy #persist # Relevant Files Found ## renku_notebooks/api/classes/crc.py ``` from dataclasses import dataclass, field from typing import Any, Dict, List, Optional i...
1,406
null
jlowin/fastmcp
# Repository Context Name: jlowin/fastmcp Description: # Pull Request ## Fix performance test threshold to prevent flaky failures The `test_server_initialization_performance` test was routinely failing due to an overly strict 50ms threshold. Server initialization times were consistently around 50-51ms, causing fals...
177
null
yashaka/selene
# Repository Context Name: yashaka/selene Description: # Pull Request ## get_screenshot_as_png() is not abstract get_screenshot_as_png() has no @abstractmethod so no screenshots actually made # Relevant Files Found ## selene/abctypes/webdriver.py ``` from _ast import Dict, List from _ctypes import Union from abc...
57
null
reubano/meza
# Repository Context Name: reubano/meza Description: # Pull Request ## Mark Windows tests as failing Allows test suite to pass while #56 is investigated. # Relevant Files Found ## tests/test_io.py ``` # -*- coding: utf-8 -*- # vim: sw=4:ts=4:expandtab """ tests.test_io ~~~~~~~~~~~~~ Provides main unit tests. ""...
146
null
FJNR-inc/Blitz-API
# Repository Context Name: FJNR-inc/Blitz-API Description: # Pull Request ## Add model to admin site | Q | R | ------------------------------------------ | ------------------------------------------- | Type of contribution ? | Enhancement | Tickets (_...
352
null
ministryofjustice/money-to-prisoners-common
# Repository Context Name: ministryofjustice/money-to-prisoners-common Description: # Pull Request ## Add extra flake8 rules This adds: - `flake8-bugbear` to catch likely bugs and design problems - `flake8-quotes` to make the use of quotes consistent - `flake8-blind-except` to catch blind, catch-all except: st...
45
null
BioPandas/biopandas
# Repository Context Name: BioPandas/biopandas Description: # Pull Request ## add deprecation warning for backwards compatib # Relevant Files Found ## biopandas/pdb/pandas_pdb.py ``` """ Class for working with PDB files""" # BioPandas # Author: Sebastian Raschka <mail@sebastianraschka.com> # License: BSD 3 cla...
55
null
xbrianh/gs-chunked-io
# Repository Context Name: xbrianh/gs-chunked-io Description: # Pull Request ## Fix AsyncQueue bug # Relevant Files Found ## gs_chunked_io/async_collections.py ``` """ Provide objects to manage results from concurrent operations using ThreadPoolExecutor. """ import multiprocessing from concurrent.futures import...
921
null
GoogleCloudPlatform/professional-services-data-validator
# Repository Context Name: GoogleCloudPlatform/professional-services-data-validator Description: # Pull Request ## feat: Snowflake support Closes Issue #907 Support for all validation types for Snowflake. The TIMESTAMP WITH TIME ZONE data type is not yet supported, but tracked by #916 This also adds suppo...
64
null
common-workflow-language/workflow-service
# Repository Context Name: common-workflow-language/workflow-service Description: # Pull Request ## fix a py3 compat issue # Relevant Files Found ## test/test_client_util.py ``` from __future__ import absolute_import import unittest import os import logging import subprocess import sys pkg_root = os.path.absp...
57
null
ftnext/python-as-pyconjp-staff
# Repository Context Name: ftnext/python-as-pyconjp-staff Description: # Pull Request ## [mtg_secretary] Enable to listup upcoming zoom mtgs Resolve #44 1つのスクリプトだと実装しづらかったのでクラスを定義。 クラス定義する中で #45 にハマったが、まとまった時間を確保して再挑戦して突破。 独自定義したクラスを使う形でlistサブコマンドを実装した # Relevant Files Found ## mtg_secretary/schedule_zoom_m...
1,278
null
canonical/postgresql-operator
# Repository Context Name: canonical/postgresql-operator Description: # Pull Request ## [DPE-8615] Wait for storage to become available * Remove restart on missing storage mount * Retry for missing storage * Disable PITR tests on arm ## Checklist - [ ] I have added or updated any relevant documentation. - [ ...
77
null
JBKahn/django-sharding
# Repository Context Name: JBKahn/django-sharding Description: # Pull Request ## fix requirements to allow for 2, which we test for # Relevant Files Found ## setup.py ``` from setuptools import setup, find_packages version = '2.1.0' def get_requirements(file_path): with open(file_path) as f: retu...
1,338
null
DaleStudy/leetcode-study
# Repository Context Name: DaleStudy/leetcode-study Description: # Pull Request ## [shinsj4653] Week 04 Solutions ## 답안 제출 문제 <!-- 자신의 수준이나 일정에 맞게 👉금주에 푸시기로 정한 문제들👈만 나열해주세요. 리뷰어들이 검토와 PR 승인 여부를 결정할 때 큰 도움이 됩니다. --> - [x] #224 - [x] #227 - [x] #245 - [x] #255 - [x] #269 <!-- - [ ] 문제 4 풀고싶지 않은 문...
114
null
mixedbread-ai/mixedbread-python
# Repository Context Name: mixedbread-ai/mixedbread-python Description: # Pull Request ## release: 0.1.0-alpha.25 Automated Release PR --- ## 0.1.0-alpha.25 (2025-02-14) Full Changelog: [v0.1.0-alpha.24...v0.1.0-alpha.25](https://github.com/mixedbread-ai/mixedbread-python/compare/v0.1.0-alpha.24...v0.1.0-alpha.2...
196
null
Quantipy/quantipy
# Repository Context Name: Quantipy/quantipy Description: # Pull Request ## ExcelPainter - table_properties argument & XLSX_Formats class. The new table_properties argument allows the user to control the format of the tables by passing a dict of the properties to amend, to the ExcelPainter. The new XLSX_Formats cla...
57
null
mrjsj/msfabricutils
# Repository Context Name: mrjsj/msfabricutils Description: # Pull Request ## feat: expose `delta_merge_options` and `delta_write_options` in delta loader functions closes #55 - Adds `upsert_cdf` delta table loader - Exposes `delta_write_options` and `delta_merge_options` in delta loader functions to allow to ...
160
null
canonical/indico-operator
# Repository Context Name: canonical/indico-operator Description: # Pull Request ## Fix prometheus metrics scrape Fix prometheus metrics scrape. `localhost` is not working as hostname for the targets #153 Remove repeated panel as it is incompatible with the injected filters # Relevant Files Found ## src/charm.p...
2,281
null
hpcaitech/ColossalAI
# Repository Context Name: hpcaitech/ColossalAI Description: # Pull Request ## [autoparallel] fix runtime apply memory estimation # What's New? In this PR, I modify the runtime apply memory estimation so that it could be more reasonable. # Relevant Files Found ## colossalai/tensor/shape_consistency.py ``` imp...
102
null
PySport/kloppy
# Repository Context Name: PySport/kloppy Description: # Pull Request ## Add missing statsbomb shot outcome values I did a run of `load_statsbomb_event_data` of all the events data files in the open statsbomb dataset and ran into a couple of issues: - Missing shot outcome possible values: - `115`: saved of...
1,112
null
writer/writer-framework
# Repository Context Name: writer/writer-framework Description: # Pull Request ## fix: feature flag for web search block Enable a `"web_search_block"` feature flag for the relevant block due to backend issues with web search endpoint on test environment. <!-- This is an auto-generated comment: release notes by cod...
296
null
iterative/dvc-objects
# Repository Context Name: iterative/dvc-objects Description: # Pull Request ## [pre-commit.ci] pre-commit autoupdate <!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.8 → v0.5.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.8...v0.5.0) <!--pre-commit.ci end--> # Releva...
5,801
null
geldata/gel
# Repository Context Name: geldata/gel Description: # Pull Request ## Cherry pick #5792 to 3.x # Relevant Files Found ## edb/pgsql/metaschema.py ``` # # This source file is part of the EdgeDB open source project. # # Copyright 2016-present MagicStack Inc. and the EdgeDB authors. # # Licensed under the Apache Li...
872
null
getsentry/sentry-python
# Repository Context Name: getsentry/sentry-python Description: # Pull Request ## fix(tracing): Make unsampled transactions findable on the scope Currently, when trying to find the transaction on the scope (if any), we look for a span on the scope (which could be the transaction itself, or could be one of its desce...
177
null
luxonis/modelconverter
# Repository Context Name: luxonis/modelconverter Description: # Pull Request ## Fix: OOM ## Purpose <!-- Clearly describe why this change is needed and what problem it solves. --> ## Specification <!-- Briefly describe what’s changing and any relevant details. Replace the default or keep if not applicable (ex...
1,434
null
amaranth-lang/amaranth
# Repository Context Name: amaranth-lang/amaranth Description: # Pull Request ## Add `payload_init=` argument to `lib.stream.Signature()` Fixes #1404. # Relevant Files Found ## amaranth/lib/stream.py ``` from ..hdl import * from .._utils import final from . import wiring from .wiring import In, Out @final clas...
556
null
learningequality/studio
# Repository Context Name: learningequality/studio Description: # Pull Request ## Added language direction to export/language db # Relevant Files Found ## contentcuration/contentcuration/management/commands/exportchannel.py ``` import ast import collections import datetime import os import itertools import zipf...
8,804
null
tinygrad/tinygrad
# Repository Context Name: tinygrad/tinygrad Description: # Pull Request ## am: unset CGCG override # Relevant Files Found ## tinygrad/runtime/support/am/ip.py ``` import ctypes, time, contextlib from typing import Literal from tinygrad.runtime.autogen.am import am, smu_v13_0_0 from tinygrad.helpers import to_m...
1,250
null
3b1b/manim
# Repository Context Name: 3b1b/manim Description: # Pull Request ## Fix typo in scene.py Thanks for contributing to manim! **Please ensure that your pull request works with the latest version of manim.** You should also include: 1. The motivation for making this change (or link the relevant issues) 2. How ...
15
null
CLOUDLAB-URV/dataplug
# Repository Context Name: CLOUDLAB-URV/dataplug Description: # Pull Request ## avoid sts use for S3-like object storage Hi @aitorarjona, Please review this change. With this small PR, users can connect to S3-like object storage systems without the need to use STS (Security Token Service); in this place, users c...
1
null
adafruit/Adafruit_CircuitPython_FRAM
# Repository Context Name: adafruit/Adafruit_CircuitPython_FRAM Description: # Pull Request ## Initial FRAM I2C Here it be. Fixes Part 1 of [CircuitPython Issue #665](https://github.com/adafruit/circuitpython/issues/665) I assume RTD sub-project will need to be created, but that can wait until I finish the SPI v...
9,727
null
tinygrad/tinygrad
# Repository Context Name: tinygrad/tinygrad Description: # Pull Request ## record unittest location in process replay [pr] Test with logging locations: https://github.com/tinygrad/tinygrad/actions/runs/14242039304/job/39913970095#step:7:251 traceback.extract_stack is pretty slow https://stackoverflow.com/questi...
23
null
clearcare/cc_dynamodb3
# Repository Context Name: clearcare/cc_dynamodb3 Description: # Pull Request ## Version bump # Relevant Files Found ## setup.py ``` from setuptools import setup, find_packages setup( name = 'cc_dynamodb3', packages=find_packages(), install_requires=[ 'bunch>=1.0.1', 'boto3>=1.2.2',...
14
null
kscalelabs/ksim
# Repository Context Name: kscalelabs/ksim Description: # Pull Request ## Add basic Tensorboard logging functionality to RL Task I am using the builder pattern so for example the logic to compute episode length can be in the episode length log class, this helps keep rl.py clean. Each logging class expects a Logg...
28
null
Curts0/PyTabular
# Repository Context Name: Curts0/PyTabular Description: # Pull Request ## 0.1.1 - Readme Overhaul. Includes some "Use Cases" - Is_Process method to Tabular Class - Refresh now returns pandas DataFrame with info on what was refreshed - Query_DMV_For_Event_Categories method in Trace class moved to internal # Rel...
1
null
ubidefeo/YT2mp3
# Repository Context Name: ubidefeo/YT2mp3 Description: # Pull Request ## Implemented Poetry. The project can now be configured, installed and run via [Poetry](https://python-poetry.org). A refactor has been carried out to also allow running using regular Python from the command line if the user's host is properly...
297
null
MODSetter/SurfSense
# Repository Context Name: MODSetter/SurfSense Description: # Pull Request ## fix: azure litellm <!--- Provide a general summary of your changes in the Title above --> ## Description <!--- Describe your changes in detail --> Fix Azure provider string ## Motivation and Context <!--- Why is this change requi...
1
null
CircleCI-Public/aws-ecs-orb
# Repository Context Name: CircleCI-Public/aws-ecs-orb Description: # Pull Request ## PR for promotion to circleci/aws-ecs:0.0.1 I would like to have this PR reviewed for a 0.0.1 version of the aws-ecs orb under the circleci namespace for the orb launch, if feasible. Currently this orb is published as sandbox/aws-e...
51
null
Net-ng/kansha
# Repository Context Name: Net-ng/kansha Description: # Pull Request ## add set_options to ReIndex `kansha-admin create-index -h` now displays: ``` Usage: kansha-admin create-index [application] Options: -h, --help show this help message and exit ``` # Relevant Files Found ## kansha/batch/create_index.py `...
15
null
UCL-ShippingGroup/pyrate
# Repository Context Name: UCL-ShippingGroup/pyrate Description: # Pull Request ## ReadTheDocs - Added conda environment file for read the docs to accelerate generation of docs - Added docstring to command line interface # Relevant Files Found ## pyrate/cli.py ``` import logging from pyrate import loader import...
27,465
null
frappe/frappe
# Repository Context Name: frappe/frappe Description: # Pull Request ## fix: extract translatable headings and paragraphs from workspaces (backport #27464) Companion to #27278. We need to automatically extract these texts, so people are able to translate them. <hr>This is an automatic backport of pull request #2746...
121
null
MoonLadderStudios/MoonMind
# Repository Context Name: MoonLadderStudios/MoonMind Description: # Pull Request ## Fix gemini prompt formatting ### **User description** ## Summary - convert planning messages to Gemini-compatible format in `_call_llm` - parse JSON responses inside code blocks - test JSON extraction from code-fenced replies ## T...
15
null
ShintaroMinami/GCNdesign
# Repository Context Name: ShintaroMinami/GCNdesign Description: # Pull Request ## numpy worning was solved - np.float, np.int, np.bool -> float, int, bool # Relevant Files Found ## gcndesign/dataset.py ``` import sys from os import path import torch from torch.utils.data import Dataset import numpy as np from ....
403
null
biorack/metatlas
# Repository Context Name: biorack/metatlas Description: # Pull Request ## warn on no matching data files # Relevant Files Found ## metatlas/datastructures/metatlas_dataset.py ``` """ object oriented interface to metatlas_dataset """ # pylint: disable=too-many-lines import datetime import getpass import glob i...
91
null
dcppc/centillion
# Repository Context Name: dcppc/centillion Description: # Pull Request ## Merge datetime into disqus This merges changes from #88 into #86 # Relevant Files Found ## centillion_search.py ``` import shutil import html.parser from github import Github, GithubException import base64 from gdrive_util import GDriv...
32,823
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## UCR/Generic Inbound API regular expression filter ## Product Description Adds regular expressions as `regex` to UCR boolean filter options. For example: ```json { "type": "boolean_expression", "operator": "regex", "expression":...
220
null
reef-technologies/cookiecutter-rt-django
# Repository Context Name: reef-technologies/cookiecutter-rt-django Description: # Pull Request ## Fix unix socket healthcheck + add alive endpoint - **Add missing host header to unix domain socket healthcheck** - **Remove backups container from dev docker-compose** - **Introduce dedicated /alive/ endpoint for heal...
329
null
GamesDoneQuick/donation-tracker
# Repository Context Name: GamesDoneQuick/donation-tracker Description: # Pull Request ## correctly parse partial seconds in timestamp fields [#175787753] # Contributing to the Donation Tracker - [X] I've added tests or modified existing tests for the change. - [X] I've humanly end-to-end tested the change by r...
8,563
null
Qiskit/qiskit
# Repository Context Name: Qiskit/qiskit Description: # Pull Request ## Fix typo in qasm3 exporter docstring (backport #8557) This is an automatic backport of pull request #8557 done by [Mergify](https://mergify.com). --- <details> <summary>Mergify commands and options</summary> <br /> More conditions and act...
867
null
elastic/rally
# Repository Context Name: elastic/rally Description: # Pull Request ## Fix W0143 Open false positive, see https://github.com/PyCQA/pylint/issues/2306 Using workaround. Relates #838. # Relevant Files Found ## esrally/driver/runner.py ``` # Licensed to Elasticsearch B.V. under one or more contributor # licens...
1,128
null
cta-observatory/ctapipe
# Repository Context Name: cta-observatory/ctapipe Description: # Pull Request ## Use astropys own version of quantity_approx This would probably better have been an issue, but i found that astropy units provide a `u.isclose` function for comparing quantities. I think there are many more places in the tests wher...
18
null
glrs/StackedDAE
# Repository Context Name: glrs/StackedDAE Description: # Pull Request ## Vm eclipse import # Relevant Files Found ## Train_SDAE/run.py ``` from __future__ import print_function import os import shutil import time import stacked_dae as SDAE from os.path import join as pjoin import numpy as np from tools.conf...
16
null
eggai-tech/EggAI
# Repository Context Name: eggai-tech/EggAI Description: # Pull Request ## chore: monorepo management # Relevant Files Found # Edits This PR introduces a comprehensive test management system to support monorepo development by enabling unified testing across the SDK and all examples. It adds two new scripts: `...
320
null
biorack/metatlas
# Repository Context Name: biorack/metatlas Description: # Pull Request ## auto update mz measured and ppm labels in gui # Relevant Files Found ## metatlas/plots/dill2plots.py ``` from __future__ import absolute_import from __future__ import print_function import sys import os import os.path import multiprocess...
707
null
huggingface/diffusers
# Repository Context Name: huggingface/diffusers Description: # Pull Request ## [Support PyTorch 1.8] Remove inference mode Let's try to not force high PyTorch versions if we can avoid it. Inference mode was only introduced in PyTorch 1.9. The safety checker is used in many different other libraries (mainly `ComVi...
13,778
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## plain text description for conn type Add a plaintext description to add/edit conn_type to make sure people remember to install necessary provider packages. Closes https://github.com/astronomer/issues/issues/2520 <img width="814" alt="Scr...
21
null
ncxlib/NeuralNetwork
# Repository Context Name: ncxlib/NeuralNetwork Description: # Pull Request ## Tanh and leakyReLU activations added # Relevant Files Found ## ncxlib/neuralnetwork/__init__.py ``` from .activations import ( Activation, ReLU, Sigmoid, Softmax, ) from .layers import ( FullyConnectedLayer, InputLayer, Layer, Output...
95
null
mcvickerlab/GenVarLoader
# Repository Context Name: mcvickerlab/GenVarLoader Description: # Pull Request ## Reference property # Relevant Files Found ## python/genvarloader/_dataset/_impl.py ``` from __future__ import annotations import json from pathlib import Path from typing import ( Any, Callable, Generic, Iterable...
54
null
spacetelescope/drizzlepac
# Repository Context Name: spacetelescope/drizzlepac Description: # Pull Request ## Fix incorrect indent introduced when fixing the 'input' bug # Relevant Files Found ## lib/drizzlepac/processInput.py ``` """ Process input to MultiDrizzle/PyDrizzle. :Authors: Warren Hack :License: `<http://www.stsci.edu/resou...
6,798
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## Include fixture attribute values for vellum Kriti's comment here: http://manage.dimagi.com/default.asp?168793 Fixture attributes weren't included in autocomplete @esoergel # Relevant Files Found ## corehq/apps/fixtures/fixturegenera...
50
null
liftbridge-io/liftbridge-api
# Repository Context Name: liftbridge-io/liftbridge-api Description: # Pull Request ## Update generated code # Relevant Files Found ## py/api_pb2.py ``` # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: api.proto """Generated protocol buffer code.""" from google.protob...
12
null
kako-nawao/python-sonarqube-api
# Repository Context Name: kako-nawao/python-sonarqube-api Description: # Pull Request ## Fixed #11 Use session in handler to reuse common data. # Relevant Files Found ## setup.py ``` """A setuptools based setup module. See: https://packaging.python.org/en/latest/distributing.html https://github.com/pypa/sample...
5,903
null
cupy/cupy
# Repository Context Name: cupy/cupy Description: # Pull Request ## Add docs for ``scipy.sparse.csgraph`` module cc/ @rlratzel @anaruse # Relevant Files Found ## cupyx/scipy/sparse/csgraph/_traversal.py ``` import cupy import cupyx.scipy.sparse try: import pylibcugraph pylibcugraph_available = True exc...
39
null
SuffolkLITLab/docassemble-ALToolbox
# Repository Context Name: SuffolkLITLab/docassemble-ALToolbox Description: # Pull Request ## Phone validation: Fix issue #38 @plocket - I didn't change `phone-number-validation.yml `to conform to the name convention, just so that you can see what's changed in the file itself. Feel free to change the name yourself ...
413
null
xdit-project/xDiT
# Repository Context Name: xdit-project/xDiT Description: # Pull Request ## fix flux on diffusers version 0.32 # Relevant Files Found ## xfuser/core/distributed/runtime_state.py ``` from abc import ABCMeta import random from typing import List, Optional import numpy as np import torch from diffusers import Dif...
305
null
praekeltfoundation/molo
# Repository Context Name: praekeltfoundation/molo Description: # Pull Request ## Temporarily disable next and recommended article functionality # Relevant Files Found ## molo/core/models.py ``` from itertools import chain from django.utils import timezone from django.conf import settings from django.db import...