pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
14 | null | ferreirafabio/video2tfrecord | # Repository Context
Name: ferreirafabio/video2tfrecord
Description:
# Pull Request
## Fixes OpenCV(3.4.3) /io/opencv/modules/imgproc/src/color.cpp:181: error: (-215:Assertion failed) !_src.empty() in function 'cvtColor'
#6
Don't process empty frames
Include video argument in image retrieval
Fix infinite loop... |
2,255 | null | flyteorg/flytekit | # Repository Context
Name: flyteorg/flytekit
Description:
# Pull Request
## Rewrite test to work better on all platforms
## Tracking issue
NA
<!-- If your PR fixes an open issue, use `Closes #999` to link your PR with the issue. #999 stands for the issue number you are fixing -->
<!-- Remove this section if ... |
211 | null | alteryx/evalml | # Repository Context
Name: alteryx/evalml
Description:
# Pull Request
## Adding basic pipeline visualization
Closes #173
# Relevant Files Found
## evalml/pipelines/pipeline_base.py
```
from collections import OrderedDict
import pandas as pd
from sklearn.model_selection import train_test_split
from .components... |
9 | null | pyomeca/pyorerun | # Repository Context
Name: pyomeca/pyorerun
Description:
# Pull Request
## perf(getting faster by using transform3d on meshes)
<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/pyomeca/pyorer... |
10 | null | xakepnz/enterpriseattack | # Repository Context
Name: xakepnz/enterpriseattack
Description:
# Pull Request
## Feature/0.1.6
### Description
* Add more tests for code coverage (#9) - 380cec3
* Implement MITRE ATT&CK campaigns (#8) - 1f5630e
* Add software & groups to campaigns (#8) - cc9a6f9
* Alter the GitHub templates (#7) - 327b98d
* ... |
19 | null | exaloop/codon | # Repository Context
Name: exaloop/codon
Description:
# Pull Request
## @codon Python decorator and Python interop fixes
Reopening #14 (that one got closed because base branch got deleted; should be OK now).
# Relevant Files Found
# Edits
This pull request reintroduces and refines the `@codon` Python decorator... |
812 | null | google/meridian | # Repository Context
Name: google/meridian
Description:
# Pull Request
## Modify `optimal_freq()` to take in `rf_impressions` instead of `reach` and `frequency` in `new_data` and introduce a `max_frequency` argument to avoid setting the max frequency from `new_data.frequency` indirectly. By default, the max frequen... |
11 | null | MTES-MCT/acceslibre | # Repository Context
Name: MTES-MCT/acceslibre
Description:
# Pull Request
## [Elm + API] Expose accessibility data
# Relevant Files Found
## api/serializers.py
```
from django.contrib.auth.models import User
from rest_framework import serializers
from rest_framework_gis.serializers import GeoFeatureModelSerial... |
1,763 | null | teemtee/tmt | # Repository Context
Name: teemtee/tmt
Description:
# Pull Request
## Bump pre-commit linters - Flake8, Mypy, JSON schema, YAML lint & pygrep
This improves coverage of some corner cases in tmt & Click integration, and reveals a few more minor issues that were fixed by very small refactoring or proper waivers.
# Re... |
10 | null | antoniorv6/SMT | # Repository Context
Name: antoniorv6/SMT
Description:
# Pull Request
## Update data.py
Changed data loading to prevent loading the whole dataset to RAM memory.
# Relevant Files Found
## data.py
```
import random
import re
import cv2
import torch
import numpy as np
import cv2
import datasets
from ExperimentConf... |
8 | null | philipoedi/segmentation_tools | # Repository Context
Name: philipoedi/segmentation_tools
Description:
# Pull Request
## test, bup
bottom up segmentsboders
new tests
# Relevant Files Found
## segmentation_tools/core.py
```
# -*- coding: utf-8 -*-
"""
Created on Fri Jan 24 11:41:27 2020
@author: OediP
"""
import numpy as np
import matplotlib.... |
1,135 | null | elastic/apm-agent-python | # Repository Context
Name: elastic/apm-agent-python
Description:
# Pull Request
## update a bunch of requirements
Most importantly, pytest 6.2.4 restores compatibility with Python 3.10 Beta
## What does this pull request do?
<!-- Comment:
Here you can explain the changes made on the PR.
-->
## Related is... |
388 | null | Bachmann1234/diff_cover | # Repository Context
Name: Bachmann1234/diff_cover
Description:
# Pull Request
## Standardized the path to a Linux format to address the issue reported…
Fix for the issue reported on the sqlfluff GitHub: https://github.com/sqlfluff/sqlfluff/issues/5531
As part of the fix, I have used the os module to standardize t... |
69 | null | superstar54/weas-widget | # Repository Context
Name: superstar54/weas-widget
Description:
# Pull Request
## Serialize array to list
Support Google colab
# Relevant Files Found
## src/weas_widget/plugins/species.py
```
from ..base_class import WidgetWrapper, ChangeTrackingDict
from ase.data import atomic_numbers
from weas_widget.data impo... |
1,055 | null | Azure/azure-functions-python-worker | # Repository Context
Name: Azure/azure-functions-python-worker
Description:
# Pull Request
## Enabled dependency isolation by default
<!-- DO NOT DELETE THIS TEMPLATE -->
## Description
Enabling dependency isolation by default for all python versions.
<!-- please list issues, if any -->
Fixes #
---
<!--... |
492 | null | kreshuklab/plant-seg | # Repository Context
Name: kreshuklab/plant-seg
Description:
# Pull Request
## chore: clean gpu memory
# Relevant Files Found
## plantseg/functionals/prediction/prediction.py
```
import logging
from pathlib import Path
from typing import assert_never
import numpy as np
import torch
from bioimageio.core.axis im... |
572 | null | mesop-dev/mesop | # Repository Context
Name: mesop-dev/mesop
Description:
# Pull Request
## (experimental) Generate prompt context for Mesop
Example system prompt:
https://gist.github.com/wwwillchen/3b7a0e412f614d704030964ea392d980
This is an early exploration for generating a system prompt so that an LLM like Gemini can respond... |
53 | null | posit-dev/rsconnect-python | # Repository Context
Name: posit-dev/rsconnect-python
Description:
# Pull Request
## Jsk productize info write manifest
### Description
This change provides polish to the `info` and `write-manifest` commands. All commands now have both short and long help text. See the testing notes below for more detail.
S... |
17,949 | null | run-llama/llama_index | # Repository Context
Name: run-llama/llama_index
Description:
# Pull Request
## fix: respect max_depth in KnowledgeBaseWebReader
# Description
With #17360 we introduced a recursion limit for the crawler, but the limit was never actually used.
## Version Bump?
Did I bump the version in the `pyproject.tom... |
2,142 | null | chaoss/augur | # Repository Context
Name: chaoss/augur
Description:
# Pull Request
## update materialized view patch with current version of dev
# Relevant Files Found
## augur/tasks/github/events/tasks.py
```
import time
import logging
from augur.tasks.init.celery_app import celery_app as celery, engine
from augur.applicat... |
10,937 | null | langchain-ai/langchain | # Repository Context
Name: langchain-ai/langchain
Description:
# Pull Request
## Remove python eval from vector sql db chain
<!-- Thank you for contributing to LangChain!
Replace this entire comment with:
- **Description:** a description of the change,
- **Issue:** the issue # it fixes (if applicable),
... |
79 | null | Zeecka/AperiSolve | # Repository Context
Name: Zeecka/AperiSolve
Description:
# Pull Request
## Fix #78
# Relevant Files Found
## aperisolve/cleanup.py
```
"""Cleanup old entries in the database and file system."""
import shutil
import time
from datetime import datetime, timezone
from os import getenv
from pathlib import Path
fr... |
143 | null | solarwinds/apm-python | # Repository Context
Name: solarwinds/apm-python
Description:
# Pull Request
## NH-34752 Add sw.span_name attribute at export
Add `sw.span_name` attribute at export as per [acceptance criteria](https://swicloud.atlassian.net/wiki/spaces/NIT/pages/3538485339/Transaction+Filtering+aka+per-request+tracing+mode#Accepta... |
50 | null | owasp-dep-scan/dep-scan | # Repository Context
Name: owasp-dep-scan/dep-scan
Description:
# Pull Request
## Adds OSV datasource
# Relevant Files Found
## depscan/cli.py
```
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import argparse
import os
import sys
from rich.panel import Panel
from vdb.lib import config as config
from vdb.lib ... |
62 | null | andizimmerer/research-paper-graph | # Repository Context
Name: andizimmerer/research-paper-graph
Description:
# Pull Request
## Frontend filters (Issue #54)
I guess there are still some bugs we need have a look at:
e.g. when setting the distance to 1, no papers are displayed. Also I am not sure if the citation limit works correct. But it might just ... |
6,958 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## ps: new docstring format; add username filter to pkill and pgrep
Updated docstrings per discussion with @thatch45. Note that the text "CLI Example" has been dropped, which may cause integration test failures.
Support for filtering pkill and p... |
885 | null | ansible/django-ansible-base | # Repository Context
Name: ansible/django-ansible-base
Description:
# Pull Request
## AAP-56795 feat: Fix AuthenticatorMap OpenAPI schema by making triggers field required
# AAP-56795
## Description
Update base AuthenticatorMapSerializer to explicitly define triggers as a
required JSONField, which generate... |
1,427 | null | Pycord-Development/pycord | # Repository Context
Name: Pycord-Development/pycord
Description:
# Pull Request
## Resolve issues with `discord.Thread` and `discord.ThreadOption` when used in `discord.Option`
## Summary
This PR resolves issues when using `discord.Thread` as a `discord.Option` input type. Previously, doing so raised an error: ... |
100 | null | googlefonts/gftools | # Repository Context
Name: googlefonts/gftools
Description:
# Pull Request
## gftools-fix-vf-meta: make py3 compatible
# Relevant Files Found
## bin/gftools-fix-vf-meta.py
```
"""
Fontmake can only generate a single variable font. It cannot generate a
family of variable fonts, that are related to one another.
... |
190 | null | cmarqu/cocotb | # Repository Context
Name: cmarqu/cocotb
Description:
# Pull Request
## [pull] master from cocotb:master
See [Commits](/cmarqu/cocotb/pull/190/commits) and [Changes](/cmarqu/cocotb/pull/190/files) for more details.
-----
Created by [<img src="https://prod.download/pull-18h-svg" valign="bottom"/> **pull[bot]**](htt... |
17 | null | idocx/dara | # Repository Context
Name: idocx/dara
Description:
# Pull Request
## Modified teil
# Relevant Files Found
## src/dara/eflech_worker.py
```
from __future__ import annotations
import os
import re
import subprocess
import tempfile
from pathlib import Path
from typing import Literal
import numpy as np
import pand... |
7,362 | null | ray-project/ray | # Repository Context
Name: ray-project/ray
Description:
# Pull Request
## [tune][minor] Avoid throwing error when gpu check fails
<!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. -->
## Why are these changes needed?
... |
99 | null | broadinstitute/cromwell-tools | # Repository Context
Name: broadinstitute/cromwell-tools
Description:
# Pull Request
## Switch to GitHub actions
### Purpose
<!-- Please explain the purpose of this PR and include links to any GitHub issues that it fixes: -->
- https://github.com/broadinstitute/cromwell-tools/issues/98
### Changes
<!-- Plea... |
98 | null | crypkit/blockapi | # Repository Context
Name: crypkit/blockapi
Description:
# Pull Request
## fix: fix solana contract address and ignore using coingecko ids for c…
…w20 tokens
# Relevant Files Found
## blockapi/v2/api/solana.py
```
import json
from typing import Dict, Iterable, Optional
from cytoolz import reduceby
from requests... |
15,268 | null | frappe/frappe | # Repository Context
Name: frappe/frappe
Description:
# Pull Request
## fix: remove bench path from traceback
This is mostly useless for debugging and clutters the error message.
before:
```
Traceback (most recent call last):
File "/Users/ankush/benches/develop/apps/frappe/frappe/app.py", line 66, in app... |
30,702 | null | dagster-io/dagster | # Repository Context
Name: dagster-io/dagster
Description:
# Pull Request
## [docs] Update tableau docs to use tableau_assets decorator
## Summary & Motivation
Update Tableau docs to use decorator introduced in https://github.com/dagster-io/dagster/pull/30689
## How I Tested These Changes
## Changelog
>... |
2 | null | pytest-dev/pytest-testinfra | # Repository Context
Name: pytest-dev/pytest-testinfra
Description:
# Pull Request
## fix typo
found by aspell.
`Serverspec` is originated from `Server` + `RSpec`, not `Server` + `Spec`.
So 2nd `s` is not need to be capitalized.
# Relevant Files Found
## testinfra/modules/command.py
```
# -*- coding: utf8 -*-
... |
28,406 | null | jax-ml/jax | # Repository Context
Name: jax-ml/jax
Description:
# Pull Request
## [Pallas TPU] Add better support for BoundedSlice and other BlockDim types to emit_pipeline and fusions
[Pallas TPU] Add better support for BoundedSlice and other BlockDim types to emit_pipeline and fusions
# Relevant Files Found
## jax/_src/pal... |
152 | null | dymmond/lilya | # Repository Context
Name: dymmond/lilya
Description:
# Pull Request
## use monkay instance feature for better instance tracking
### Checklist
- [ ] The code has 100% test coverage.
- [ ] The documentation was properly created or updated (if applicable) following the correct guidelines and appropriate language.... |
821 | null | dbt-labs/dbt-adapters | # Repository Context
Name: dbt-labs/dbt-adapters
Description:
# Pull Request
## handle null result from backend_pid check
resolves #
[docs](https://github.com/dbt-labs/docs.getdbt.com/issues/new/choose) dbt-labs/docs.getdbt.com/#
<!---
Include the number of the issue addressed by this PR above if applicable.... |
470 | null | ssl-hep/ServiceX_frontend | # Repository Context
Name: ssl-hep/ServiceX_frontend
Description:
# Pull Request
## Resolves the progress bar final count not updating
Resolves #464
#### Bug:

The marching ants seems to take the first number back from SX ... |
3 | null | ankushbhardwxj/codemon | # Repository Context
Name: ankushbhardwxj/codemon
Description:
# Pull Request
## global done
# Relevant Files Found
## codemon/codemon.py
```
#!/usr/bin/python
import sys
import commands
import os
from clint.textui import colored
def main():
command = sys.argv[0]
argument = sys.argv[1]
if argument == "init"... |
11,334 | null | readthedocs/readthedocs.org | # Repository Context
Name: readthedocs/readthedocs.org
Description:
# Pull Request
## Release 10.25.0
<!-- readthedocs-preview docs start -->
---
:books: Documentation previews :books:
- User's documentation (`docs`): https://docs--11334.org.readthedocs.build/en/11334/
<!-- readthedocs-preview docs end -->
... |
576 | null | emcie-co/parlant | # Repository Context
Name: emcie-co/parlant
Description:
# Pull Request
## Feature/mc 1329 add journey description section to journey node selection
Two small journey-related changes:
1. Added the journey description to the journey node selection prompt
2. Added support for manually setting a journey node as "age... |
44 | null | Integration-Automation/AutoControlGUI | # Repository Context
Name: Integration-Automation/AutoControlGUI
Description:
# Pull Request
## Dev
# Relevant Files Found
## dev_setup.py
```
import setuptools
with open("README.md", "r") as README:
long_description = README.read()
setuptools.setup(
name="je_auto_control_dev",
version="0.0.25",
... |
2,282 | null | elastic/elasticsearch-py | # Repository Context
Name: elastic/elasticsearch-py
Description:
# Pull Request
## Document type hints individually
The bulk() method used to be documented with an unreadable list of types in the signature:

... |
239 | null | fizyr/keras-retinanet | # Repository Context
Name: fizyr/keras-retinanet
Description:
# Pull Request
## Extend the error message when there is an invalid classname.
This PR extends the error message when an invalid classname is found. In addition, it adds quotation marks around the classname. I had an additional space somewhere, so it was... |
18,076 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## Smoke tests: Preliminary tests for the HDF package
Added preliminary HDF smoke tests consisting of:
- version checks for a small subset of installed binaries;
- sequence of image conversion and differences commands; and
- output checks from th... |
66 | null | laixintao/flameshow | # Repository Context
Name: laixintao/flameshow
Description:
# Pull Request
## Fix click usage
$ python3 flameshow/main.py /tmp/.tmpClEErN
Traceback (most recent call last):
File "/src/python/flameshow/flameshow/main.py", line 105, in <module>
main(True, 3, "lucky.log")
File "/usr/lib... |
87 | null | PierreRochard/bitcoin-acks | # Repository Context
Name: PierreRochard/bitcoin-acks
Description:
# Pull Request
## Dockerize
# Relevant Files Found
## src/bitcoin_acks/data_schemas/pull_request_schema.py
```
from marshmallow import Schema, fields
from bitcoin_acks.data_schemas.project_schema import ProjectCardsSchema
class AuthorSchema(S... |
5,729 | null | pydata/xarray | # Repository Context
Name: pydata/xarray
Description:
# Pull Request
## Xfail failing test on main
<!-- Feel free to remove check-list items aren't relevant to your change -->
ref https://github.com/pydata/xarray/issues/5654
I vote to always do this when a dependency changes, if we can't immediately fix the code.... |
764 | null | Netflix/metaflow | # Repository Context
Name: Netflix/metaflow
Description:
# Pull Request
## handling exceptions for non-picklizable artifacts
This resolves #763
# Relevant Files Found
## metaflow/datastore/exceptions.py
```
from ..exception import MetaflowException
class DataException(MetaflowException):
headline = "Data ... |
308 | null | faucetsdn/NetworkML | # Repository Context
Name: faucetsdn/NetworkML
Description:
# Pull Request
## Update scikit-learn to 0.20.3
This PR updates [scikit-learn](https://pypi.org/project/scikit-learn) from **0.20.2** to **0.20.3**.
*The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/cha... |
97 | null | marcosschroh/dataclasses-avroschema | # Repository Context
Name: marcosschroh/dataclasses-avroschema
Description:
# Pull Request
## fix: dependencies updated
# Relevant Files Found
## setup.py
```
#!/usr/bin/env python
# -*- coding: utf-8 -*-
""" setup.py for dataclasses-avroschema."""
from setuptools import find_packages, setup
__version__ = "0... |
169 | null | InternLM/InternEvo | # Repository Context
Name: InternLM/InternEvo
Description:
# Pull Request
## fix(optimizer): skip param with requires grad is False
# Relevant Files Found
## internlm/solver/optimizer/hybrid_zero_optim.py
```
#!/usr/bin/env python
# -*- encoding: utf-8 -*-
import math
from functools import partial
from itertoo... |
11 | null | gitkaz/mlx_gguf_server | # Repository Context
Name: gitkaz/mlx_gguf_server
Description:
# Pull Request
## update get_max_position_embeddings in llm_process/llm_model.py
# Relevant Files Found
## llm_process/llm_model.py
```
import json
import mlx.core as mx
import mlx_lm
import glob
import os
import time
import uuid
from llama_cpp impo... |
33 | null | re0wiki/wiki-bot | # Repository Context
Name: re0wiki/wiki-bot
Description:
# Pull Request
## Dev
# Relevant Files Found
## jobs/starts_.py
```
def ns2start(ns: str):
return f"-start:{ns}:!"
def nss2starts(nss):
return [ns2start(ns) for ns in nss]
ns_base = ["", "project", "template", "category", "file"]
ns_more = ns_... |
1,192 | null | quantumlib/Cirq | # Repository Context
Name: quantumlib/Cirq
Description:
# Pull Request
## For circuit diagram exponents equal to 0, output "^0" instead of "^(0)"
Fixes: https://github.com/quantumlib/Cirq/issues/1180
# Relevant Files Found
## cirq/circuits/circuit.py
```
# Copyright 2018 The Cirq Developers
#
# Licensed under th... |
659 | null | sunnypilot/sunnypilot | # Repository Context
Name: sunnypilot/sunnypilot
Description:
# Pull Request
## Car interface: custom safety params
<!-- Please copy and paste the relevant template -->
<!--- ***** Template: Fingerprint *****
**Car**
Which car (make, model, year) this fingerprint is for
**Route**
A route with the fingerp... |
5 | null | zmoon/blpd | # Repository Context
Name: zmoon/blpd
Description:
# Pull Request
## Binning functions
New function `bin_ds` bins a particles dataset in 3 dims or any 2. Currently doesn't work for trajectory runs, which have a time dimension. In support of this, the auto binning function also works for the same set of dim choices.... |
33 | null | RedHatProductSecurity/osidb | # Repository Context
Name: RedHatProductSecurity/osidb
Description:
# Pull Request
## AlertMixin and small flake8 invocation improvement
This PR introduces two changes:
* The addition of `AlertMixin` which allows the usage of alerts on any model that inherits from said mixin.
* A small fix to `flake8` so that f... |
26,749 | null | zulip/zulip | # Repository Context
Name: zulip/zulip
Description:
# Pull Request
## requirements: Upgrade Python requirements
## `pip.txt` upgrades
* setuptools: 68.2.0 → 68.2.2
## `prod.txt` upgrades
* boto3: 1.28.44 → 1.28.48
* botocore: 1.31.44 → 1.31.48
* greenlet: 3.0.0rc1 → 3.0.0rc3
* openapi-core: 0.18.0 → 0.1... |
211 | null | meta-pytorch/torchtune | # Repository Context
Name: meta-pytorch/torchtune
Description:
# Pull Request
## Add reproducibility test for GenerationUtils
#### Changelog
- Set manual seed before calling GenerationUtils generate and see if outputs remain the same
#### Test plan
- Added unit test: `pytest test/torchtune/generation/test_gene... |
232 | null | Jammy2211/PyAutoLens | # Repository Context
Name: Jammy2211/PyAutoLens
Description:
# Pull Request
## Residual Flux Fraction
This PR allows one to compute and plot the residual flux fraction [(data - model)/data] for an imaging fit.
# Relevant Files Found
## autolens/analysis/analysis.py
```
import os
import json
import logging
imp... |
489 | null | Flickr-Foundation/flickypedia | # Repository Context
Name: Flickr-Foundation/flickypedia
Description:
# Pull Request
## Add the Backfillr class as the core backfillr logic
This presents a class that takes a filename, and does any backfilling for that file (if possible).
# Relevant Files Found
## src/flickypedia/backfillr/actions.py
```
import ... |
295 | null | dask-contrib/dask-awkward | # Repository Context
Name: dask-contrib/dask-awkward
Description:
# Pull Request
## feat: add `Array.__awkward_function__` method
Adds support for using `ak.XXX` functions with `dask_awkward.Array` objects.
# Relevant Files Found
## src/dask_awkward/lib/core.py
```
from __future__ import annotations
import insp... |
8,616 | null | langflow-ai/langflow | # Repository Context
Name: langflow-ai/langflow
Description:
# Pull Request
## refactor: replace hardcoded serialization constants with getter functions
Closes #8577
related to #8606
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
- **New Features**
- Add... |
17,758 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## updates to list all prepayments
Allow pulling all prepayments; also include prepayments on Dec 31 of a specified year
@proteusvacuum
# Relevant Files Found
## corehq/apps/accounting/management/commands/list_prepayments_by_year.py
``... |
5,157 | null | betagouv/ma-cantine | # Repository Context
Name: betagouv/ma-cantine
Description:
# Pull Request
## fix(ETL): Gérer le cas où la cantine d un diagnostic à renseignée un yearly_meal_count à 0
# Relevant Files Found
## macantine/etl/analysis.py
```
import json
import logging
import re
import time
import numpy as np
import pandas as p... |
558 | null | es-ude/elastic-ai.creator | # Repository Context
Name: es-ude/elastic-ai.creator
Description:
# Pull Request
## refactor(test): put ir graph tests into same module
# Relevant Files Found
## elasticai/creator/ir/graph.py
```
from collections.abc import Callable, Iterable, Iterator, Mapping
from typing import Any, Generic, TypeVar
from .co... |
587 | null | broadinstitute/gnomad_methods | # Repository Context
Name: broadinstitute/gnomad_methods
Description:
# Pull Request
## Fix `merge_freq_arrays` for cases with more than two arrays
If there are more than two freq/freq_meta arrays passed and one of the later arrays has an entry in freq_meta that is not found in one of the first two, it currently re... |
43 | null | emo-bon/MetaGOflow | # Repository Context
Name: emo-bon/MetaGOflow
Description:
# Pull Request
## I've added a conda env file with the deps and corresponding docs.
Remove the pyyaml dep, with ruamel it's possible to read the YAML too. (create_yml.py).
edit-ro-crate.py -> remove unused imports
# Relevant Files Found
## utils/create... |
807 | null | GoogleCloudPlatform/cloud-sql-python-connector | # Repository Context
Name: GoogleCloudPlatform/cloud-sql-python-connector
Description:
# Pull Request
## chore: add py.typed marker
The library is fully typed, so add a marker to allow linters like mypy to pick this up as specified in PEP561.
# Relevant Files Found
## setup.py
```
# Copyright 2019 Google LLC
#
#... |
3,474 | null | ansys/pyaedt | # Repository Context
Name: ansys/pyaedt
Description:
# Pull Request
## Fix version message in emit_core/results/revision.py
# Relevant Files Found
## pyaedt/emit_core/results/revision.py
```
import warnings
from pyaedt.emit_core.emit_constants import EmiCategoryFilter
from pyaedt.emit_core.emit_constants impor... |
2 | null | LDAR-Sim/LDAR_Sim | # Repository Context
Name: LDAR-Sim/LDAR_Sim
Description:
# Pull Request
## Fixed paths, beyond parent path
# Relevant Files Found
## LDAR_Sim/src/initialization/args.py
```
# ------------------------------------------------------------------------------
# Program: The LDAR Simulator (LDAR-Sim)
# File: ... |
5,117 | null | sunpy/sunpy | # Repository Context
Name: sunpy/sunpy
Description:
# Pull Request
## [Backport 2.0] Shortcut adding zero timedelta in parse_time()
Backport #5108.
# Relevant Files Found
## sunpy/time/time.py
```
"""
This module provies a collection of time handing functions.
"""
import re
import textwrap
from datetime import d... |
339 | null | torchbox/torchbox.com | # Repository Context
Name: torchbox/torchbox.com
Description:
# Pull Request
## TWE-16 - BE - Optional intro & button fields for blog/work chooser blocks
[Link to Ticket](https://torchbox.atlassian.net/browse/TWE-16)
### Description of Changes Made
This PR introduces an `intro` rich text field, a `primary_but... |
10 | null | Sublime-Instincts/CommandsBrowser | # Repository Context
Name: Sublime-Instincts/CommandsBrowser
Description:
# Pull Request
## Create CommandsBrowser33.sublime-package
This PR proposes create a packed CommandsBrowser33.sublime-package to handle python 3.3 related functions as a replacement for the unpacked package.
# Relevant Files Found
## comman... |
878 | null | crewAIInc/crewAI | # Repository Context
Name: crewAIInc/crewAI
Description:
# Pull Request
## updating dependencies and fixing tests
# Relevant Files Found
## tests/task_test.py
```
"""Test Agent creation and execution basic functionality."""
import json
from unittest.mock import MagicMock, patch
import pytest
from pydantic imp... |
550 | null | robotika/osgar | # Repository Context
Name: robotika/osgar
Description:
# Pull Request
## subt.main: publish pose3d in artifact coord. system only
I suggest to review commit by commit since there are some refactorings which might be easier to grasp.
The main part of this PR is not publishing `pose3d` until `origin` and `orientat... |
9,475 | null | RasaHQ/rasa | # Repository Context
Name: RasaHQ/rasa
Description:
# Pull Request
## Fix #9302: Featurised slots sometimes appear in general rules
Over in #9302, I identified a bug in the `CategoricalSlot` featurisation code: If the slot `influences_conversation` but is currently unset (i.e. set to `None`), it can still get featu... |
9,506 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## Filter valid `--list` arguments as soon as possible.
# Relevant Files Found
## salt/key.py
```
# -*- coding: utf-8 -*-
'''
The Salt Key backend API and interface used by the CLI. The Key class can be
used to manage salt keys directly witho... |
164 | null | HarrisonKramer/optiland | # Repository Context
Name: HarrisonKramer/optiland
Description:
# Pull Request
## Feature/huygens psf
## Huygens PSF
- This PR adds support for the Huygens PSF.
- Closes #55.
Example:
```python
from optiland.samples.objectives import CookeTriplet
from optiland.psf import HuygensPSF
lens = CookeTripl... |
86 | null | waditu/tushare | # Repository Context
Name: waditu/tushare
Description:
# Pull Request
## newsinfobytime 把newsPublishDate 写了两次,这里接口报错
File "/Library/Python/2.7/site-packages/tushare/datayes/subject.py", line 57, in NewsInfoByTime
code, result = self.client.getData(vs.NEWSINFOBYTIME%(newsPublishDate, beginTime, endTime, field)... |
6 | null | iheartradio/Henson | # Repository Context
Name: iheartradio/Henson
Description:
# Pull Request
## Restructure the Application class
This is a first step to simplifying how `Application` instances are
created and used, with the ultimate goal being to simplify how they're
tested. Rather than instantiating the application with a handful o... |
205 | null | python-discord/bot-core | # Repository Context
Name: python-discord/bot-core
Description:
# Pull Request
## Centralize error handling
Closes #198
This is the first implementation of all the needed abstractions for the error handling in our bots.
All the necessary details will be found in the linked issue's description.
# Relevant Fil... |
23 | null | LtGlahn/nvdbapi-V3 | # Repository Context
Name: LtGlahn/nvdbapi-V3
Description:
# Pull Request
## LØST trafikantgruppe for vegobjekter
# Relevant Files Found
## nvdbapiV3qgis3.py
```
"""
Klasser og funksjoner for å føye NVDB vegnett og fagdata til QGIS 3
"""
import urllib.parse
from qgis.core import QgsProject, QgsVectorLayer,... |
2,435 | null | jupyterhub/jupyterhub | # Repository Context
Name: jupyterhub/jupyterhub
Description:
# Pull Request
## Rework handling of /hub/user/:name
... to do less.
This mostly serves to simplify things and avoid implicit spawns, especially when it comes to API requests to a not-running server
- [x] entirely avoid implicit spawn on /hub/user/... |
168 | null | CodeForAfrica/gmmp | # Repository Context
Name: CodeForAfrica/gmmp
Description:
# Pull Request
## [Feature] Special questions yes/no count
## Description
Improve queries 107 - 111 to show count for answers i.e. yes / no count
## Type of change
- [x] New feature (non-breaking change which adds functionality)
- [x] Breaking cha... |
644 | null | GridTools/gt4py | # Repository Context
Name: GridTools/gt4py
Description:
# Pull Request
## Use pathlib to determine location of module
## Description
Allows for relocatable caches.
Thanks to @mcgibbon for the contribution!
Blocked by: #647.
# Relevant Files Found
## docs/eve/conf.py
```
# -*- coding: utf-8 -*-
#
# Confi... |
472 | null | bashtage/linearmodels | # Repository Context
Name: bashtage/linearmodels
Description:
# Pull Request
## TYP: Small typing fix
# Relevant Files Found
## linearmodels/iv/data.py
```
"""
A data abstraction that allow multiple input data formats
"""
from __future__ import annotations
import copy
from typing import Any, Union
import num... |
105 | null | trinodb/trino-python-client | # Repository Context
Name: trinodb/trino-python-client
Description:
# Pull Request
## Fix bug when the query result is returned in first HTTP call
If Trino returns the query result in the first HTTP call, the `columns` property is not set so the library throws the` Cursor must be loaded before call TrinoResultMetaD... |
2 | null | carver/ensauction.py | # Repository Context
Name: carver/ensauction.py
Description:
# Pull Request
## Update readme for web3.py v4, remove ens docs
# Relevant Files Found
## tests/registrar/test_start.py
```
import pytest
from unittest.mock import Mock
from web3 import Web3
from ens.exceptions import OversizeTransaction
from ensau... |
849 | null | qBraid/qBraid | # Repository Context
Name: qBraid/qBraid
Description:
# Pull Request
## load pg typing + plot conv seed shown
<!--
Before submitting a pull request, please complete the following checklist:
1. Read PR Guidelines: https://github.com/qBraid/qBraid/blob/main/CONTRIBUTING.md#pull-requests
2. Link Issues: Please li... |
10 | null | foundation-model-stack/train-conductor | # Repository Context
Name: foundation-model-stack/train-conductor
Description:
# Pull Request
## Keep snake_case for vars when writing to DB
# Relevant Files Found
## train_conductor/training_servicer.py
```
# Copyright The Train Conductor Authors
#
# Licensed under the Apache License, Version 2.0 (the "License... |
235 | null | miquido/draive | # Repository Context
Name: miquido/draive
Description:
# Pull Request
## Fix ollama leftovers
# Relevant Files Found
## src/draive/ollama/api.py
```
from haiway import getenv_str
from ollama import AsyncClient
__all__ = [
"OllamaAPI",
]
class OllamaAPI:
def __init__(
self,
server_url:... |
136 | null | huggingface/lerobot | # Repository Context
Name: huggingface/lerobot
Description:
# Pull Request
## Rename Diffusion Policy model repository
# Relevant Files Found
## examples/2_evaluate_pretrained_policy.py
```
"""
This scripts demonstrates how to evaluate a pretrained policy from the HuggingFace Hub or from your local
training out... |
1,581 | null | vmware/versatile-data-kit | # Repository Context
Name: vmware/versatile-data-kit
Description:
# Pull Request
## vdk-jupyter: add create job command to jupyter
What:
Added front-end components of Create Job option to the VDK menu in JupyterLab, requests to the server extension for creating a job and handling the operation in the server. Curre... |
57 | null | tenstorrent/tt-tools-common | # Repository Context
Name: tenstorrent/tt-tools-common
Description:
# Pull Request
## support configurable reset delay for M3 on blackhole
Some M3 resets may take longer to complete, so allow the M3 reset delay to be controlled via an optional parameter for blackhole
# Relevant Files Found
## tt_tools_common/rese... |
111 | null | dwavesystems/dwave-inspector | # Repository Context
Name: dwavesystems/dwave-inspector
Description:
# Pull Request
## Drop py35 and add windows tests
# Relevant Files Found
## setup.py
```
import os
from setuptools import setup
# Load package info, without importing the package
basedir = os.path.dirname(os.path.abspath(__file__))
package_i... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.