pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
5,203 | null | googleapis/google-cloud-python | # Repository Context
Name: googleapis/google-cloud-python
Description:
# Pull Request
## BigQuery: Adds client.get_service_account_email()
Adds `Client.get_service_account_email()` per https://github.com/GoogleCloudPlatform/google-cloud-python/issues/4842
# Relevant Files Found
## bigquery/google/cloud/bigquery/c... |
67 | null | pecan/pecan | # Repository Context
Name: pecan/pecan
Description:
# Pull Request
## Convert readthedocs links for their .org -> .io migration for hosted projects
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’:
> Starting today, Read the Docs will start hosting... |
201 | null | apache/airflow | # Repository Context
Name: apache/airflow
Description:
# Pull Request
## Fixing jdbc bug, generalizing custom connection forms
You will have to recreate your jdbc connections
# Relevant Files Found
## airflow/hooks/jdbc_hook.py
```
__author__ = 'janomar'
import logging
import jaydebeapi
from airflow.hooks.dba... |
432 | null | vertica/VerticaPy | # Repository Context
Name: vertica/VerticaPy
Description:
# Pull Request
## Support of many DBLINK calls
- We use temp local table when there is many DBLINK calls.
- It finalises the DBLINK integration.
# Relevant Files Found
## verticapy/toolbox.py
```
# (c) Copyright [2018-2022] Micro Focus or one of its af... |
344 | null | product-definition-center/product-definition-center | # Repository Context
Name: product-definition-center/product-definition-center
Description:
# Pull Request
## Simplify _bulk_insert_resource func in create_release_components.py
Small refactoring of a function from pdc/scripts/create_release_components.py
# Relevant Files Found
## pdc/scripts/create_release_comp... |
19 | null | pgaref/HTTP_Request_Randomizer | # Repository Context
Name: pgaref/HTTP_Request_Randomizer
Description:
# Pull Request
## Added more request functionality
Added capability for HTTP methods other than get (E.G. Post). Also added the ability to attach own headers (appending the random User Agent and params) as well as own post data and url params. ... |
10 | null | henadzit/tortoise-pathway | # Repository Context
Name: henadzit/tortoise-pathway
Description:
# Pull Request
## Add support for CharEnumField and IntEnumField
# Relevant Files Found
## tests/e2e/test_model_changes/models.py
```
"""
Models for testing application with model changes after initial migration.
"""
from tortoise import fields,... |
1,991 | null | DemocracyClub/UK-Polling-Stations | # Repository Context
Name: DemocracyClub/UK-Polling-Stations
Description:
# Pull Request
## Import Daventry & update misc_fixes
UPRN added to misc_fixes
# Relevant Files Found
## polling_stations/apps/data_collection/management/commands/import_daventry.py
```
from data_collection.management.commands import Base... |
1,920 | null | squeaknode/squeaknode | # Repository Context
Name: squeaknode/squeaknode
Description:
# Pull Request
## Use python venv
# Relevant Files Found
## setup.py
```
# MIT License
#
# Copyright (c) 2020 Jonathan Zernik
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documenta... |
274 | null | Materials-Consortia/optimade-python-tools | # Repository Context
Name: Materials-Consortia/optimade-python-tools
Description:
# Pull Request
## Add `sortable=True` to all properties
Fixes #273
Since for MongoDB all properties can be sorted, it is done like this.
If one uses a different backend, one should overwrite the utility
function and use a differ... |
47,860 | null | pandas-dev/pandas | # Repository Context
Name: pandas-dev/pandas
Description:
# Pull Request
## Added improvements in to_datetime Error reporting message - incorrect field today/now shown in error
- closes #47495
Splitting changes from #47597, This PR aims to close the bug #47495
- Changes description
- For issue #47495- ... |
691 | null | single-cell-data/TileDB-SOMA | # Repository Context
Name: single-cell-data/TileDB-SOMA
Description:
# Pull Request
## Remove bdist_egg command & unused names from setup.py
Neaten #689; only the `build_ext` command has to be restored.
# Relevant Files Found
## apis/python/setup.py
```
# This file is enables building the libtiledbsoma external ... |
1,368 | null | googleapis/synthtool | # Repository Context
Name: googleapis/synthtool
Description:
# Pull Request
## build(nodejs): make default_version optional
As discussed in last yoshi meeting, make default_version optional.
# Relevant Files Found
## synthtool/languages/node.py
```
# Copyright 2018 Google LLC
#
# Licensed under the Apache Licens... |
19 | null | blazefl/blazefl | # Repository Context
Name: blazefl/blazefl
Description:
# Pull Request
## Fix Metrics Collection for Example Code
# Relevant Files Found
## examples/quickstart-fedavg/main.py
```
import argparse
from datetime import datetime
from pathlib import Path
import torch
import torch.multiprocessing as mp
from dataset ... |
87 | null | fetchai/jenesis | # Repository Context
Name: fetchai/jenesis
Description:
# Pull Request
## test: add complete integration tests
This just includes the tests from https://github.com/fetchai/jenesis/pull/79 that are fully functional. The others remain in progress.
# Relevant Files Found
## src/jenesis/cmd/add/contract.py
```
impor... |
626 | null | scikit-hep/pyhf | # Repository Context
Name: scikit-hep/pyhf
Description:
# Pull Request
## revert: Use TensorFlow Probability release compatible with TensorFlow v1.15
Revert upper bound on TensorFlow Probability introduced in PR #592 and instead use a release of tfp that is compatible with TensorFlow v1.15, as it is the last TF v1.... |
7,151 | null | great-expectations/great_expectations | # Repository Context
Name: great-expectations/great_expectations
Description:
# Pull Request
## [FEATURE] Update zep to use sqlalchemy_data_splitter.py
This refactors our sql zep splitters to use `sqlalchemy_data_splitter.py` which let's us simplify our code. We also add splitters for `year` and `year_and_month_and... |
3,231 | null | cfpb/consumerfinance.gov | # Repository Context
Name: cfpb/consumerfinance.gov
Description:
# Pull Request
## Enable the sortable tables scripting
Now that Capital Framework has been updated in this project, the scripting for sortable tables is available. Added an on-demand script that initializes the scripting when tables are used on a page... |
38 | null | BusySloths/mlox | # Repository Context
Name: BusySloths/mlox
Description:
# Pull Request
## Rename Ubuntu command helper module
## Summary
- rename the Ubuntu remote helper module to `ubuntu_commands` for clarity
- rename the base recorder to `ExecutionRecorder` and the Ubuntu helper to `UbuntuCommandExecutor` to better describe the... |
5,130 | null | gammapy/gammapy | # Repository Context
Name: gammapy/gammapy
Description:
# Pull Request
## Backport PR #5117 on branch v1.2.x (Fix `meta_table` times for `FixedPointingInfo`)
Backport PR #5117: Fix `meta_table` times for `FixedPointingInfo`
# Relevant Files Found
## gammapy/data/pointing.py
```
# Licensed under a 3-clause BSD st... |
1,051 | null | zulip/zulip-terminal | # Repository Context
Name: zulip/zulip-terminal
Description:
# Pull Request
## Improve Theme Structure
This PR transitions to a different structure for specifying themes. A new themes folder is created that contains all the themes and instructions on how to create a new one.
The commits are as follows:
* **Commit... |
330 | null | jazzband/Watson | # Repository Context
Name: jazzband/Watson
Description:
# Pull Request
## Use Arrows for_json for JSON output
Arrow provides a `for_json()` function encoding Arrow objects for JSON output.
Using the default-parameter of `json.dumps()`, this function is invoked on Arrow objects which can then be encoded for JSON ou... |
860 | null | widgetti/solara | # Repository Context
Name: widgetti/solara
Description:
# Pull Request
## docs: update code in cross_filter_dataframe-1
# Relevant Files Found
## solara/website/pages/documentation/api/cross_filter/cross_filter_dataframe.py
```
"""# CrossFilterDataFrame"""
import plotly
import solara
import solara.lab
from so... |
176 | null | patterns-app/patterns-devkit | # Repository Context
Name: patterns-app/patterns-devkit
Description:
# Pull Request
## Fix latest graph version bug
# Relevant Files Found
## patterns/cli/services/graph_versions.py
```
from __future__ import annotations
from patterns.cli.services.api import Endpoints, get_json
def get_graph_by_slug(organiza... |
87 | null | mobility-team/mobility | # Repository Context
Name: mobility-team/mobility
Description:
# Pull Request
## Add Swiss data
Adding Swiss data (at least Vaud and Neuchâtel, other cantons will need a small extra effort later)
# Relevant Files Found
## mobility/radiation_departments.py
```
from mobility.get_insee_data import get_insee_data
fr... |
128 | null | CEA-COSMIC/ModOpt | # Repository Context
Name: CEA-COSMIC/ModOpt
Description:
# Pull Request
## Release cleanup
## Summary
- Updated GPU dependency documentation to include TensorFlow
- Updated package version to v1.5.1
# Relevant Files Found
## setup.py
```
#! /usr/bin/env python
# -*- coding: utf-8 -*-
from setuptools import... |
7 | null | Shah91n/WeaviateDB-Cluster-WebApp | # Repository Context
Name: Shah91n/WeaviateDB-Cluster-WebApp
Description:
# Pull Request
## Remove the read api key that committed by accident
# Relevant Files Found
## streamlit_app.py
```
import streamlit as st
import pandas as pd
from utils.cluster.functions import initialize_client, disconnect_client
from ... |
4,359 | null | onepercentclub/bluebottle | # Repository Context
Name: onepercentclub/bluebottle
Description:
# Pull Request
## Change Lipisha live API
If applicable
- [ ] Added translatable strings to `server-deployment`
- [ ] Added translations to `sever-deployment`
# Relevant Files Found
## bluebottle/funding_lipisha/utils.py
```
import json
fro... |
115 | null | code42/incydr_python | # Repository Context
Name: code42/incydr_python
Description:
# Pull Request
## feature/actors
Support the actors V1 APIs in the SDK and CLI.
I very likely should've broke this into 2 tickets
# Relevant Files Found
## src/_incydr_cli/main.py
```
import os
import platform
import site
import sys
import click
f... |
4,891 | null | aws/aws-parallelcluster | # Repository Context
Name: aws/aws-parallelcluster
Description:
# Pull Request
## [develop] Refactor AZ setup for region and misc fix
Signed-off-by: Luca Carrogu <carrogu@amazon.com>
### Description of changes
* Refactor AZ setup for region
Refactor AZ setup, so that if a default AZ is set for a given regi... |
3,884 | null | mesonbuild/meson | # Repository Context
Name: mesonbuild/meson
Description:
# Pull Request
## Avoid concatenating two options in list
'c++17' and 'gnu++98' were concatenated due to a missing comma
# Relevant Files Found
## mesonbuild/compilers/cpp.py
```
# Copyright 2012-2017 The Meson development team
# Licensed under the Apache... |
597 | null | EastsidePreparatorySchool/epschedule | # Repository Context
Name: EastsidePreparatorySchool/epschedule
Description:
# Pull Request
## Crawl birthdays from Four11
"birthday" will be an additional parameter on each schedule object, like "grade" or "username"
# Relevant Files Found
## cron/schedules.py
```
import datetime
import json
import time
fr... |
860 | null | ROCm/aiter | # Repository Context
Name: ROCm/aiter
Description:
# Pull Request
## Fix mha gen_fake impl error and rope acc issue in torch.compile
## Motivation
Fix mha gen_fake impl error
## Technical Details
<!-- Explain the changes along with any relevant GitHub links. -->
## Test Plan
<!-- Explain any relevant... |
123 | null | AI4S2S/s2spy | # Repository Context
Name: AI4S2S/s2spy
Description:
# Pull Request
## Added input checks and tests for anchor kwarg
This PR adds tests for the anchor keyword argument of the BaseCalendar (and thus its children). The test tests for a set of correct inputs, and also a set of incorrect inputs that should be rejected.... |
100 | null | BitMind-AI/bitmind-subnet | # Repository Context
Name: BitMind-AI/bitmind-subnet
Description:
# Pull Request
## Sampling edge case fix
Edge case wherein if the sampled index == the length of a dataset, resulting localized index would provide an index error. Specifically, this line:
``` source_index = np.searchsorted(cumulative_sizes, inde... |
2,107 | null | openshift/openshift-tools | # Repository Context
Name: openshift/openshift-tools
Description:
# Pull Request
## use replace to do in-place updates when there are router changes
# Relevant Files Found
## ansible/roles/lib_openshift_3.2/build/src/oadm_router.py
```
# pylint: skip-file
import time
class RouterException(Exception):
''' ... |
40 | null | AI-sandbox/snputils | # Repository Context
Name: AI-sandbox/snputils
Description:
# Pull Request
## Admixture fixes
- Fix admixture plot boundary handling
- Fix some typos
- Make P optional for global ancestry. There is certain cases where you might want to analyze admixture proportions (e.g., do amixture plots, where P is not needed)... |
24,234 | null | commaai/openpilot | # Repository Context
Name: commaai/openpilot
Description:
# Pull Request
## Ford: detect reverse gear for manual transmissions
Inspired by @jyoung8607 (see [VW PR comments](https://github.com/commaai/openpilot/pull/20253/files#diff-764ad21a0896c363e716542267de410369ae44231abb4dbc8e1dddd81009074cR54) and further dis... |
65 | null | cockroachdb/sqlalchemy-cockroachdb | # Repository Context
Name: cockroachdb/sqlalchemy-cockroachdb
Description:
# Pull Request
## Update all the versions
We were only testing CRDB versions 1.0 and a beta of 1.1, and using
python 3.6, while the current release is 3.7. I decided to upgrade
python instead of installing python 3.6, which led to a yak sh... |
1,153 | null | sosy-lab/benchexec | # Repository Context
Name: sosy-lab/benchexec
Description:
# Pull Request
## Let MetaVal handle validation tasks correctly
The inner tool does not need to get the witness options
# Relevant Files Found
## benchexec/tools/metaval.py
```
# This file is part of BenchExec, a framework for reliable benchmarking:
# ht... |
1,341 | null | alphagov/notifications-admin | # Repository Context
Name: alphagov/notifications-admin
Description:
# Pull Request
## Add feature to mark a template as redacted
Works similarly to the delete template flow, because it’s a destructive, one-way action.
Not on the edit template page, because it’s not something you want to be considering every tim... |
187 | null | MSeal/dx | # Repository Context
Name: MSeal/dx
Description:
# Pull Request
## provide `user_variable_name` in display metadata
Quick hack to provide this to the frontend for now, but should be followed-up in a future PR to refactor the DXDataFrame properties and methods.
# Relevant Files Found
## src/dx/utils/formatting.py
... |
3 | null | ctxis/wsuspect-proxy | # Repository Context
Name: ctxis/wsuspect-proxy
Description:
# Pull Request
## Fix utf-8 encoding errors on update and file xmls.
Using the proxy on a machine with existing pending updates seems to break
when modifying the XML's with `__modify_extended_update_response()`,
specifically in the `content.replace()` met... |
96 | null | afeld/sodapy | # Repository Context
Name: afeld/sodapy
Description:
# Pull Request
## record live requests to API for tests
# Relevant Files Found
## tests/test_socrata.py
```
import inspect
import json
import logging
import os.path
import requests
import requests_mock
import pytest
from sodapy import Socrata
from sodapy.con... |
171 | null | fossasia/pslab-scripts | # Repository Context
Name: fossasia/pslab-scripts
Description:
# Pull Request
## Add script for CCS811 eCO2 and eTVOC sensor
# Relevant Files Found
## sensors/ccs811_co2.py
```
def measure_co2(psl):
""" Using the CCS811 sensor to measure the ppm of CO2 in the air. """
return None
```
# Edits
This p... |
226 | null | reef-technologies/cookiecutter-rt-django | # Repository Context
Name: reef-technologies/cookiecutter-rt-django
Description:
# Pull Request
## Make sentry ignore celery.receivers logger
The `celery.receivers` logger is used by celery for posting updates about task
state transitions. Thus, it will contain error log messages in case of task
failures. However, ... |
193 | null | domain-protect/terraform-aws-domain-protect | # Repository Context
Name: domain-protect/terraform-aws-domain-protect
Description:
# Pull Request
## Upgrade integration tests to use Python Cloudflare v4
## what
- Upgrade integration tests to use Python Cloudflare v4
- Call delete DNS record function directly
## why
- Keep dependencies up to date
- Fix an... |
2,921 | null | DataBiosphere/azul | # Repository Context
Name: DataBiosphere/azul
Description:
# Pull Request
## Update GitLab to 13.10.0 (#2889)
Author
- [x] PR title references issue
- [x] Title of main commit references issue
- [x] PR is linked to Zenhub issue
Author (reindex)
- [x] Added `r` tag to commit title ... |
574 | null | TeskaLabs/asab | # Repository Context
Name: TeskaLabs/asab
Description:
# Pull Request
## Removes OBSOLETE warning: multiple MongoDB providers
Related to: https://github.com/TeskaLabs/asab/issues/573
The new MongoDB Storage configuration (https://github.com/TeskaLabs/asab/pull/553) will raise OBSOLETE warning for any provider th... |
8,792 | null | pantsbuild/pants | # Repository Context
Name: pantsbuild/pants
Description:
# Pull Request
## [IntelliJ] Refactor some code in export-dep-as-jar goal
### Problem
As we are moving towards better defining the interface of export-dep-as-jar, I've extracted some parts of the code to make it easier to make changes to it. Changes made a... |
3,037 | null | nf-core/tools | # Repository Context
Name: nf-core/tools
Description:
# Pull Request
## Replace check_max function with resourceLimits directive
Closes #2923
## PR checklist
- [ ] This comment contains a description of changes (with reason)
- [ ] `CHANGELOG.md` is updated
- [ ] If you've fixed a bug or added code that sho... |
130 | null | autrainer/autrainer | # Repository Context
Name: autrainer/autrainer
Description:
# Pull Request
## v0.6.0
@ramppdev it's been a while since I've done a release in GitHub. Should I bump the package version via this and then make a new release via the GitHub Web Interface, or what's the recommended process?
# Relevant Files Found
## au... |
5,249 | null | numba/numba | # Repository Context
Name: numba/numba
Description:
# Pull Request
## fix target path for See also
As title
# Relevant Files Found
## numba/typed/typedlist.py
```
"""
Python wrapper that connects CPython interpreter to the Numba typed-list.
This is the code that is used when creating typed lists outside of a `@... |
7,547 | null | pypa/pip | # Repository Context
Name: pypa/pip
Description:
# Pull Request
## Remove redundant expect_error=False in tests
This is the default, so there is no need to specify it explicitly.
# Relevant Files Found
## tests/functional/test_install.py
```
import distutils
import glob
import os
import re
import shutil
import s... |
3,909 | null | allegro/ralph | # Repository Context
Name: allegro/ralph
Description:
# Pull Request
## Add external depot id
# Relevant Files Found
## src/ralph/back_office/models.py
```
# -*- coding: utf-8 -*-
import datetime
import logging
import re
from functools import partial
from ralph.lib.dj_choices import Choices, Country
from djang... |
82 | null | pecan/pecan | # Repository Context
Name: pecan/pecan
Description:
# Pull Request
## When a template renderer isn't supported, provide a better error message
Closes #81
# Relevant Files Found
## pecan/core.py
```
from inspect import Arguments
from itertools import chain, tee
from mimetypes import guess_type, add_type
from os.... |
149 | null | dmlc/gluon-cv | # Repository Context
Name: dmlc/gluon-cv
Description:
# Pull Request
## Doc fix
minor fixes for typos
# Relevant Files Found
## docs/tutorials/datasets/ade20k.py
```
"""Prepare ADE20K dataset.
========================
`ADE20K <http://sceneparsing.csail.mit.edu/>`_ is a scene-centric containing
20 thousands imag... |
23,943 | null | mozilla/addons-server | # Repository Context
Name: mozilla/addons-server
Description:
# Pull Request
## Fix NARC scanning for add-ons w/ multiple authors including one with display_name=None
Fixes https://github.com/mozilla/addons/issues/15856
### Testing
- Create one add-on with 2 authors
- Set a `display_name` as normal for one, ... |
24 | null | hypothesis/pip-sync-faster | # Repository Context
Name: hypothesis/pip-sync-faster
Description:
# Pull Request
## Apply updates from cookiecutter
This automated pull request applies the latest updates from [our cookiecutters](https://github.com/hypothesis/cookiecutters) to this repo.
We use our cookiecutter templates to automatically generate... |
952 | null | DigitalSlideArchive/HistomicsTK | # Repository Context
Name: DigitalSlideArchive/HistomicsTK
Description:
# Pull Request
## Optionally output bounding box annotations associated with superpixels
# Relevant Files Found
## histomicstk/cli/SuperpixelSegmentation/SuperpixelSegmentation.py
```
import json
import math
import os
import large_image
im... |
1,330 | null | pyscript/pyscript | # Repository Context
Name: pyscript/pyscript
Description:
# Pull Request
## Deprecate `py-mount` Attribute
As described in #1220, the `py-mount` attribute isn't a feature we really advertise, nor make use of anywhere else in the codebase. It was meant to mount HTML elements directly as pyscript `Element`s, but that... |
7,765 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## explicitly declare sw path
http://manage.dimagi.com/default.asp?155236
@anyone @sreddy
# Relevant Files Found
## corehq/apps/users/forms.py
```
from crispy_forms.bootstrap import FormActions, StrictButton
from crispy_forms.helper impor... |
1,874 | null | pytest-dev/pytest | # Repository Context
Name: pytest-dev/pytest
Description:
# Pull Request
## Testcase reports with a url attribute will now properly write this to…
Thanks for submitting a PR, your contribution is really appreciated!
Here's a quick checklist that should be present in PRs:
- [*] Target: for bug or doc fixes, target ... |
409 | null | ansible/event-driven-ansible | # Repository Context
Name: ansible/event-driven-ansible
Description:
# Pull Request
## feat [AAP-40577]: add support for edit activations
https://issues.redhat.com/browse/AAP-40577
This also covers enabling and disabling rulebook activations, as well
as updating other fields like name, log_level, credentials, a... |
5,777 | null | ceph/ceph-ansible | # Repository Context
Name: ceph/ceph-ansible
Description:
# Pull Request
## [skip ci] tests/library: rename ceph_dashboard_user class (bp #5776)
This is an automated backport of pull request #5776 done by Mergify
---
<details>
<summary>Mergify commands and options</summary>
<br />
More conditions and actions ca... |
116 | null | PrimeIntellect-ai/prime-rl | # Repository Context
Name: PrimeIntellect-ai/prime-rl
Description:
# Pull Request
## add disable toploc flag
# Relevant Files Found
## src/zeroband/inference.py
```
from functools import lru_cache
import os
import asyncio
import json
from pathlib import Path
from typing import Literal
import uuid
import numpy a... |
206 | null | aws-cloudformation/aws-cloudformation-templates | # Repository Context
Name: aws-cloudformation/aws-cloudformation-templates
Description:
# Pull Request
## Fixed Cloudformation Explode Macro to work with list items
*Issue #207 *
[Bugfix] Explode fails if used with a resource whose property values are of type List
*Description of changes:*
Updated Lambda funct... |
1,112 | null | adamchainz/django-mysql | # Repository Context
Name: adamchainz/django-mysql
Description:
# Pull Request
## Support Python 3.13
# Relevant Files Found
## tests/requirements/compile.py
```
#!/usr/bin/env python
from __future__ import annotations
import os
import subprocess
import sys
from functools import partial
from pathlib import Pat... |
286 | null | IFRCGo/go-api | # Repository Context
Name: IFRCGo/go-api
Description:
# Pull Request
## Improve labeling
- Add 3ws label to deployments application
- Update the admin site title
- [x] Updated/ran unit tests
- [x] Updated CHANGELOG.md
# Relevant Files Found
## deployments/__init__.py
```
```
## deployments/apps.py
```
fr... |
3 | null | aisk/pick | # Repository Context
Name: aisk/pick
Description:
# Pull Request
## Handle scroll if option list is larger than terminal height
fix #2
# Relevant Files Found
## pick/__init__.py
```
#-*-coding:utf-8-*-
import curses
__all__ = ['Picker', 'pick']
KEYS_ENTER = (curses.KEY_ENTER, ord('\n'), ord('\r'))
KEYS_UP... |
702 | null | microsoft/semantic-link-labs | # Repository Context
Name: microsoft/semantic-link-labs
Description:
# Pull Request
## M kovalsky/issue700
#700
# Relevant Files Found
## src/sempy_labs/tom/_model.py
```
import sempy
import sempy.fabric as fabric
import pandas as pd
import re
import json
from datetime import datetime
from sempy_labs._helper_fun... |
12,756 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## Move the provider definition into the driver
# Relevant Files Found
## salt/cloud/clouds/ec2.py
```
# -*- coding: utf-8 -*-
'''
The EC2 Cloud Module
====================
The EC2 cloud module is used to interact with the Amazon Elastic Clo... |
12,617 | null | ipython/ipython | # Repository Context
Name: ipython/ipython
Description:
# Pull Request
## skip test if ipykernel not there.
This is in particular useful for publishing on conda-forge when bumping
Python version, as ipykernel and ipython have circular dependencies when
running the full test suite.
# Relevant Files Found
## IPyt... |
7,713 | null | pyg-team/pytorch_geometric | # Repository Context
Name: pyg-team/pytorch_geometric
Description:
# Pull Request
## `HeteroData` support in `to_networkx`
# Relevant Files Found
## test/utils/test_convert.py
```
import pytest
import scipy.sparse
import torch
from torch_geometric.data import Data, HeteroData
from torch_geometric.testing impor... |
75 | null | alex-jung/ha-departures | # Repository Context
Name: alex-jung/ha-departures
Description:
# Pull Request
## move lint.yml to correct place
# Relevant Files Found
## custom_components/ha_departures/__init__.py
```
"""Custom integration to integrate Public Transport Departures with Home Assistant.
For more details about this integration,... |
3,071 | null | llamastack/llama-stack | # Repository Context
Name: llamastack/llama-stack
Description:
# Pull Request
## fix(tests): move llama stack client init back to fixture
See inline comments
# Relevant Files Found
## tests/integration/conftest.py
```
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source co... |
3,933 | null | numba/numba | # Repository Context
Name: numba/numba
Description:
# Pull Request
## Adds `.nbytes` property to CUDA device array objects.
Adding a property to device objects to return the size (in bytes) of the array
closes https://github.com/numba/numba/issues/3810
# Relevant Files Found
## numba/cuda/cudadrv/devicearray.p... |
161 | null | fermiPy/fermipy | # Repository Context
Name: fermiPy/fermipy
Description:
# Pull Request
## Update default bounds for beta parameter
This PR updates the default bounds of the beta parameter of the LogParabola model. This fixes an issue with the fit stability for some bright sources.
# Relevant Files Found
## fermipy/gtutils.py
`... |
11,474 | null | ipython/ipython | # Repository Context
Name: ipython/ipython
Description:
# Pull Request
## Updated path completion for long path names to display the completed …
…portion rather than the prefix. Will now elide for long file names as well as long object names.
https://github.com/ipython/ipython/issues/11441
This is my first PR... |
5 | null | novonordisk-research/MomentumPyClient | # Repository Context
Name: novonordisk-research/MomentumPyClient
Description:
# Pull Request
## fix issue 415
fixed the issue for Momentum version 7.2
# Relevant Files Found
## src/MomentumPyClient/ws.py
```
import datetime
import xml.etree.ElementTree as ET
import asyncio
import requests
from urllib3 import dis... |
8,808 | null | apache/tvm | # Repository Context
Name: apache/tvm
Description:
# Pull Request
## [BYOC][TensorRT] Add TensorRT own int8 calibration support to TensorRT BYOC integration
Hi, this commit is used to add calibration and tensorrt int8 mode in the original src/runtime/contrib/tensorrt (thanks for @trevor-m help). Currently, I tested... |
33,610 | null | pandas-dev/pandas | # Repository Context
Name: pandas-dev/pandas
Description:
# Pull Request
## TYP: type NDFrame.(_get_axis|_get_axis_name|_get_axis_number)
Gives return types to ``NDFrame._get_axis`` etc.
# Relevant Files Found
## pandas/core/generic.py
```
import collections
from datetime import timedelta
import functools
import... |
9,775 | null | pypa/pip | # Repository Context
Name: pypa/pip
Description:
# Pull Request
## Correctly resolve requirement requested both as non-extra URL and non-URL with extras
Fix #8785. This depends resolvelib 0.6.0 and needs #9771 to be merged first.
# Relevant Files Found
## src/pip/_internal/resolution/resolvelib/candidates.py
```... |
12 | null | amir-zeldes/DepEdit | # Repository Context
Name: amir-zeldes/DepEdit
Description:
# Pull Request
## V2.1.2
# Relevant Files Found
## depedit/depedit.py
```
#!/usr/bin/python
# -*- coding: utf-8 -*-
"""
DepEdit - A simple configurable tool for manipulating dependency trees
Input: CoNLL10 or CoNLLU (10 columns, tab-delimited, blank ... |
35 | null | YeoLab/outrigger | # Repository Context
Name: YeoLab/outrigger
Description:
# Pull Request
## WIP: Smart restart
If the `outrigger index` command was interrupted and restarted, currently this starts from scratch every time. This pull request aims to clarify when somethign is being overwritten, and specifically telling the user that c... |
16 | null | neo4j-contrib/gds-agent | # Repository Context
Name: neo4j-contrib/gds-agent
Description:
# Pull Request
## Support projection directionality as param
# Relevant Files Found
## mcp_server/src/mcp_server_neo4j_gds/centrality_algorithm_handlers.py
```
import logging
from typing import Any, Dict
from .algorithm_handler import AlgorithmHan... |
1,447 | null | nf-core/tools | # Repository Context
Name: nf-core/tools
Description:
# Pull Request
## New modules command: nf-core modules info <tool>
I know that there are more important issues, but it was the evening and I can't resist making a pretty thing ✨
This one is for you @jfy133 - closes #1427
<img width="1474" alt="Screenshot... |
523 | null | ARM-software/devlib | # Repository Context
Name: ARM-software/devlib
Description:
# Pull Request
## collector/perf: Run perf as root if the target is rooted
If you want to collect events by event id (eg. in simpleperf, "rNNN" with NNN a number), you must run it as root. Otherwise, simpleperf fails with a SIGABRT:
simpleperf F en... |
15,599 | null | Azure/azure-cli | # Repository Context
Name: Azure/azure-cli
Description:
# Pull Request
## {Auto Complete} Fix default completer
**Description<!--Mandatory-->**
<!--Why this PR? What is changed? What is the effect? etc. A high-quality description can accelerate the review process.-->
Fix #3807
The current default completer o... |
14,942 | null | Azure/azure-cli | # Repository Context
Name: Azure/azure-cli
Description:
# Pull Request
## [Network] Support more types and coverage level while creating Endpoint of Connection Monitor V2
**Description<!--Mandatory-->**
<!--Why this PR? What is changed? What is the effect? etc. A high-quality description can accelerate the revie... |
32 | null | kaelthasmanu/SquidStats | # Repository Context
Name: kaelthasmanu/SquidStats
Description:
# Pull Request
## update
update
# Relevant Files Found
## app.py
```
from flask import Flask, render_template, request, redirect, jsonify
from database.database import get_session, get_dynamic_models
from parsers.connections import parse_raw_data, g... |
267 | null | kids-first/kf-lib-data-ingest | # Repository Context
Name: kids-first/kf-lib-data-ingest
Description:
# Pull Request
## 🔧 Update dev settings - pass token in req header
Closes #264
# Relevant Files Found
## kf_lib_data_ingest/app/settings/development.py
```
"""
Testing settings for Kids First Ingest App
"""
import os
from kf_lib_data_ingest... |
549 | null | kymatio/kymatio | # Repository Context
Name: kymatio/kymatio
Description:
# Pull Request
## ENH Make 3D frontends aliases available
# Relevant Files Found
## kymatio/numpy.py
```
from .scattering1d.frontend.numpy_frontend import ScatteringNumPy1D as Scattering1D
from .scattering2d.frontend.numpy_frontend import ScatteringNumPy2D... |
16,518 | null | spyder-ide/spyder | # Repository Context
Name: spyder-ide/spyder
Description:
# Pull Request
## PR: Allow users to disable web widgets with a command line option
<!--- Make sure to read the Contributing Guidelines: --->
<!--- https://github.com/spyder-ide/spyder/blob/master/CONTRIBUTING.md --->
<!--- and follow PEP... |
4,795 | null | mesonbuild/meson | # Repository Context
Name: mesonbuild/meson
Description:
# Pull Request
## Disallow add_languages('vala') without 'c'
Move check for 'vala' appearing without 'c', so it applies to `add_languages()` as well as `project()`.
Noticed while looking into #2392 .
# Relevant Files Found
## mesonbuild/interpreter.py
`... |
365 | null | dice-group/Ontolearn | # Repository Context
Name: dice-group/Ontolearn
Description:
# Pull Request
## Tdl triplestore
# Relevant Files Found
## ontolearn/learners/tree_learner.py
```
import numpy as np
import owlapy.model
import pandas as pd
import requests
import json
from ontolearn.knowledge_base import KnowledgeBase
from ontolearn... |
102 | null | google/adk-python | # Repository Context
Name: google/adk-python
Description:
# Pull Request
## Fix empty list in content on tool calls causing ollama parse error
This is related to google/adk-python#49
```
litellm.exceptions.APIConnectionError: litellm.APIConnectionError: Ollama_chatException - {"error":"json: cannot unmarshal ar... |
21 | null | scrapinghub/shub-workflow | # Repository Context
Name: scrapinghub/shub-workflow
Description:
# Pull Request
## allow to add task after workflow definition, provided parent one is not already in process (locked)
# Relevant Files Found
## shub_workflow/graph/__init__.py
```
"""
Meta manager. Defines complex workflow in terms of lower level... |
13 | null | wdm0006/DummyRDD | # Repository Context
Name: wdm0006/DummyRDD
Description:
# Pull Request
## Aligning implementation and README (method reoder and so on)
# Relevant Files Found
## dummy_spark/context.py
```
# -*- coding: utf-8 -*-
from __future__ import print_function
import time
import sys
from threading import Lock
from rd... |
382 | null | HabanaAI/vllm-hpu-extension | # Repository Context
Name: HabanaAI/vllm-hpu-extension
Description:
# Pull Request
## roundup values not covered by current buckets
# Relevant Files Found
## vllm_hpu_extension/bucketing.py
```
import itertools
import operator
import os
import copy
from dataclasses import dataclass, field
from typing import Dic... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.