pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
4,344 | null | DataBiosphere/toil | # Repository Context
Name: DataBiosphere/toil
Description:
# Pull Request
## Bump cwltool from 3.1.20221201130942 to 3.1.20230127121939
Bumps [cwltool](https://github.com/common-workflow-language/cwltool) from 3.1.20221201130942 to 3.1.20230127121939.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <... |
48 | null | lsst-sqre/documenteer | # Repository Context
Name: lsst-sqre/documenteer
Description:
# Pull Request
## DM-15777: Directive that summarizes a Task's Python API
This PR adds a directive that generates a summary of the Python API for a task class. This is meant to be used in task topic pages to bridge task documentation to the autodoc-gener... |
1,981 | null | dials/dials | # Repository Context
Name: dials/dials
Description:
# Pull Request
## Only show format if not null
i.e. not Format or FormatMultiImage - used to just check was not Format.
Avoids confusion in looking at dials.show output.
Fixes #1980
# Relevant Files Found
## command_line/show.py
```
import os
import sys
im... |
43 | null | evil-mad/plotink | # Repository Context
Name: evil-mad/plotink
Description:
# Pull Request
## 1.4
Improve support for percentage units in certain cases: `unitsToUserUnits()` now takes an optional argument for what "100%" means.
Fail gracefully if `parseLengthWithUnits()` is called with no argument.
Add two new scripts: a basic ... |
13,310 | null | mne-tools/mne-python | # Repository Context
Name: mne-tools/mne-python
Description:
# Pull Request
## BUG: Fix bug with sys_info on Windows
Fixed a little bug I hit on Windows where not having permissions to call a command-line function caused a ValueError
Closes #13154
# Relevant Files Found
## mne/_fiff/meas_info.py
```
# Authors... |
509 | null | watson-developer-cloud/python-sdk | # Repository Context
Name: watson-developer-cloud/python-sdk
Description:
# Pull Request
## fix(stt): Support different streaming endpoint for stt web socket
# Relevant Files Found
## watson_developer_cloud/speech_to_text_v1.py
```
# coding: utf-8
# Copyright 2018 IBM All Rights Reserved.
#
# Licensed under th... |
1,158 | null | RadioAstronomySoftwareGroup/pyuvdata | # Repository Context
Name: RadioAstronomySoftwareGroup/pyuvdata
Description:
# Pull Request
## Cleanup `read` parameters and other minor cleanup
<!--- Provide a general summary of your changes in the Title above -->
## Description
<!--- Describe your changes in detail -->
- This re-organizes the large number o... |
162 | null | pyRiemann/pyRiemann | # Repository Context
Name: pyRiemann/pyRiemann
Description:
# Pull Request
## Display animated figures in the documentation, 2nd part
This PR completes the too quickly merged PR #161.
I have not found how to avoid figure to be plotted twice in the documentation.
However, I think that it is better to have a doub... |
6,704 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## GDB: Adds version 8.0
This PR adds version 8.0 to the GDB builtin package.
# Relevant Files Found
## var/spack/repos/builtin/packages/gdb/package.py
```
##############################################################################
# Copyright... |
6 | null | SpatialTranscriptomicsResearch/st_analysis | # Repository Context
Name: SpatialTranscriptomicsResearch/st_analysis
Description:
# Pull Request
## Merging from base
# Relevant Files Found
## scripts/st_data_plotter.py
```
#! /usr/bin/env python
"""
Script that creates a quality scatter plot from a ST-data file in matrix format
(genes as columns and coordi... |
1,959 | null | Opentrons/opentrons | # Repository Context
Name: Opentrons/opentrons
Description:
# Pull Request
## fix (api): Fix the database migration script geometry logic
## overview
Closes #1931 and #1849 .
## changelog
- Adds the origin offset to all of the coordinates in the container
- Changes origin location to correct corner and then... |
13 | null | dontnod/nimp | # Repository Context
Name: dontnod/nimp
Description:
# Pull Request
## Allow filesets to be non-root based
This will let us use built-in directories such as {ue4_dir} etc. in filesets.
# Relevant Files Found
## nimp/base_commands/fileset.py
```
# -*- coding: utf-8 -*-
# Copyright (c) 2014-2019 Dontnod Entertainm... |
96 | null | peeringdb/django-peeringdb | # Repository Context
Name: peeringdb/django-peeringdb
Description:
# Pull Request
## Modernize
# Relevant Files Found
## src/django_peeringdb/migrations/0007_add_verbose_names.py
```
# Generated by Django 2.2.12 on 2020-05-01 16:17
import django.db.models.deletion
import django_countries.fields
import django_i... |
9,978 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## Exports analytics tests
# Relevant Files Found
## corehq/ex-submodules/couchforms/analytics.py
```
import datetime
from corehq.util.quickcache import quickcache
from dimagi.utils.parsing import json_format_datetime
from corehq.util.co... |
286 | null | pymovements/pymovements | # Repository Context
Name: pymovements/pymovements
Description:
# Pull Request
## Feature: add `pymovements.utils.asc2csv`
convert ascii file to csv
tests both created dataframes and sent messages
# Relevant Files Found
## src/pymovements/utils/__init__.py
```
# Copyright (c) 2022-2023 The pymovements Project... |
1,049 | null | beer-garden/beer-garden | # Repository Context
Name: beer-garden/beer-garden
Description:
# Pull Request
## Adding timeout field to scheduled jobs
Fixes #1046. Adds a timeout field to the job model. Depends on beer-garden/brewtils#329.
# Relevant Files Found
## src/app/beer_garden/db/mongo/models.py
```
# -*- coding: utf-8 -*-
import dat... |
11,001 | null | astropy/astropy | # Repository Context
Name: astropy/astropy
Description:
# Pull Request
## Simplify transformation to true ecliptic coordinates
As noted by @mkbrewer in #11000, if one looks in detail at the erfa functions called, one can simplify the calculation, avoiding twice doing the (expensive) nutation calculation. EDIT: ~In ... |
8,361 | null | django/django | # Repository Context
Name: django/django
Description:
# Pull Request
## Refs #27795 -- Removed unneeded force_text calls from the Oracle backend.
# Relevant Files Found
## django/db/backends/oracle/base.py
```
"""
Oracle database backend for Django.
Requires cx_Oracle: http://cx-oracle.sourceforge.net/
"""
imp... |
6,118 | null | onepercentclub/bluebottle | # Repository Context
Name: onepercentclub/bluebottle
Description:
# Pull Request
## Demo/custom gtm
# Relevant Files Found
## bluebottle/clients/tests/test_api.py
```
from decimal import Decimal
import mock
from django.contrib.auth.models import Group, Permission
from django.core.files.base import File
from dj... |
648 | null | alphagov/notifications-admin | # Repository Context
Name: alphagov/notifications-admin
Description:
# Pull Request
## Redirect to single template view after edit
When you edit a template, you’re probably going to do something with it straight afterwards, eg send yourself a test.
We could make it easy to find the template you’ve just saved by pu... |
12 | null | kchristensen/slappd | # Repository Context
Name: kchristensen/slappd
Description:
# Pull Request
## Bump configparser from 6.0.0 to 6.0.1
Bumps [configparser](https://github.com/jaraco/configparser) from 6.0.0 to 6.0.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/jaraco/configparser/blob/main/N... |
418 | null | ministryofjustice/fala | # Repository Context
Name: ministryofjustice/fala
Description:
# Pull Request
## EL-1973: Match the Welsh words to English words
## What does this pull request do?
- I’m putting this ticket into review, based on the translations available. I’ve highlighted the missing translations & changes on a Google Doc for t... |
7,202 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## Fix for building METIS 4.0.3 with '~shared'.
Fix for installing `metis@4.0.3~shared`.
# Relevant Files Found
## var/spack/repos/builtin/packages/metis/package.py
```
#############################################################################... |
500 | null | hhursev/recipe-scrapers | # Repository Context
Name: hhursev/recipe-scrapers
Description:
# Pull Request
## Update get_minutes method to handle fractions and decimals, closes #499
# Relevant Files Found
## recipe_scrapers/_utils.py
```
import html
import re
from ._exceptions import ElementNotFoundInHtml
TIME_REGEX = re.compile(
r"... |
174 | null | dialogue-evaluation/factRuEval-2016 | # Repository Context
Name: dialogue-evaluation/factRuEval-2016
Description:
# Pull Request
## ID объектов в выводе компаратора
ID объектов в выводе компаратора
# Relevant Files Found
## scripts/dialent/objects/entity.py
```
# Entity from the .coref layer of the standard markup
################################... |
4 | null | ysugimoto/webassembly-lua | # Repository Context
Name: ysugimoto/webassembly-lua
Description:
# Pull Request
## Support output file
Enable to determine output file name.
```yml
# defnition.yml
...
output_file: output.html
```
Now we only support `.html` or `.js` because WASM binary which is created by emscripen, it requires glue cod... |
167 | null | potpie-ai/potpie | # Repository Context
Name: potpie-ai/potpie
Description:
# Pull Request
## Add signoz to demo repos
# Relevant Files Found
## app/core/config_provider.py
```
import os
from dotenv import load_dotenv
load_dotenv()
class ConfigProvider:
def __init__(self):
self.neo4j_config = {
"uri": ... |
871 | null | Crown-Commercial-Service/digitalmarketplace-admin-frontend | # Repository Context
Name: Crown-Commercial-Service/digitalmarketplace-admin-frontend
Description:
# Pull Request
## Show errors when editing declaration
Sourcing admins are able to edit supplier declarations. The page has no error handling, so any errors will result in an unhelpful 500 page. Update the error handl... |
5,488 | null | googleapis/google-cloud-python | # Repository Context
Name: googleapis/google-cloud-python
Description:
# Pull Request
## Drop running 'error_reporting' tests for changes in 'logging'.
'logging' is GA.
# Relevant Files Found
## test_utils/scripts/get_target_packages.py
```
# Copyright 2017 Google LLC
#
# Licensed under the Apache License, Versi... |
4,132 | null | log2timeline/plaso | # Repository Context
Name: log2timeline/plaso
Description:
# Pull Request
## Renamed mactime parser to bodyfile #4131
# Relevant Files Found
## plaso/parsers/__init__.py
```
# -*- coding: utf-8 -*-
"""This file imports Python modules that register parsers."""
from plaso.parsers import asl
from plaso.parsers im... |
7 | null | dask/zict | # Repository Context
Name: dask/zict
Description:
# Pull Request
## Fix Buffer error with overweight values
# Relevant Files Found
## zict/buffer.py
```
from itertools import chain
from .common import ZictBase, close
from .lru import LRU
class Buffer(ZictBase):
""" Buffer one dictionary on top of another... |
15,626 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## add shell option to global unless and onlyif
This should close #1777
# Relevant Files Found
## salt/state.py
```
# -*- coding: utf-8 -*-
'''
The module used to execute states in salt. A state is unlike a module
execution in that instead of... |
471 | null | aleju/imgaug | # Repository Context
Name: aleju/imgaug
Description:
# Pull Request
## Fix SnowflakesLayer intermittent crash on gate noise size of 0.
Found that `SnowFlakesLayer` will occasionally crash as a result of the `gate_noise` size being zero (ultimately deriving from a value sampled from `flake_size`). The fix in this PR... |
352 | null | uber/petastorm | # Repository Context
Name: uber/petastorm
Description:
# Pull Request
## Adds two more builds that check pytho 2.7/3.6 with the newest dependencies installed
# Relevant Files Found
## petastorm/tests/test_unischema.py
```
# Copyright (c) 2017-2018 Uber Technologies, Inc.
#
# Licensed under the Apache License, ... |
6,741 | null | CenterForOpenScience/osf.io | # Repository Context
Name: CenterForOpenScience/osf.io
Description:
# Pull Request
## [Fix] Fix Personal Access Token Authentication [#OSF-7332]
This issue is caused by CAS returns `username` instead of `GUID` for OSF during PAT authentication.
This is the second (and the last) part of https://openscience.atlas... |
1,448 | null | keras-team/keras | # Repository Context
Name: keras-team/keras
Description:
# Pull Request
## Remove cv2 dependency and use scipy.misc
How about removing cv2 dependency and use scipy.misc function instead?
I haven't used opencv so far so I have no idea if there would be any performance difference. If they are not that different from ... |
8,831 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## Add unzip runtime dependency to lua package
I ended up on an [Ubuntu] system that hadn't had unzip employed
and discovered lua-luaposix requires it (while buildig Lmod).
Closes #8533
# Relevant Files Found
## var/spack/repos/builtin/package... |
1,250 | null | beancount/fava | # Repository Context
Name: beancount/fava
Description:
# Pull Request
## Print fava version on help index page
Closes https://github.com/beancount/fava/issues/1181
# Relevant Files Found
## src/fava/application.py
```
"""Fava's main WSGI application.
when using Fava's WSGI app, make sure to set ``app.config['BE... |
2,800 | null | CTFd/CTFd | # Repository Context
Name: CTFd/CTFd
Description:
# Pull Request
## Add default values of None to UserAttrs and TeamAttrs
* Update UserAttrs and TeamAttrs to default values to None instead of erroring
# Relevant Files Found
## CTFd/constants/teams.py
```
from collections import namedtuple
TeamAttrs = namedtuple... |
131 | null | sparkgeo/stac-fastapi-indexed | # Repository Context
Name: sparkgeo/stac-fastapi-indexed
Description:
# Pull Request
## fix(#128): schema json as text type
Closes #128
# Relevant Files Found
## src/stac_fastapi/indexed/app.py
```
from logging import Logger, getLogger
from typing import Final
from asgi_correlation_id import CorrelationIdMiddl... |
4,532 | null | getredash/redash | # Repository Context
Name: getredash/redash
Description:
# Pull Request
## Add redshift role use option
## What type of PR is this? (check all applicable)
- [x] Refactor
- [x] Feature
## Description
This is to add the ability to use IAM Roles and Users for Redshift access. It supports specifying a role an... |
316 | null | prophyle/prophyle | # Repository Context
Name: prophyle/prophyle
Description:
# Pull Request
## Fix tie-lca option
Closes #315
# Relevant Files Found
## prophyle/__commit.py
```
BRANCH = "arg_list"
SHORTHASH = "1f8ce50"
REVCOUNT = 1709
LATESTTAG = "0.3.1.0"
```
## prophyle/prophyle_assignment.py
```
#! /usr/bin/env python3
"""Pr... |
7,713 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## ILS: Make sure that denominator isn't equal to 0
# Relevant Files Found
## custom/ilsgateway/tanzania/reports/stock_on_hand.py
```
from collections import defaultdict
from casexml.apps.stock.models import StockTransaction
from datetime... |
2,413 | null | beeware/toga | # Repository Context
Name: beeware/toga
Description:
# Pull Request
## Add `toga.App.app` to docs
<!--- Describe your changes in detail -->
<!--- What problem does this change solve? -->
<!--- If this PR relates to an issue, include Refs #XXX or Fixes #XXX -->
## PR Checklist:
<!--- Go over all the following ... |
1,474 | null | WikipediaLibrary/TWLight | # Repository Context
Name: WikipediaLibrary/TWLight
Description:
# Pull Request
## Add dir attribute to collection tile descriptions
## Description
Added `dir="ltr"` and `dir="rtl"` attributes to the `p.card-text` element.
## Rationale
Fixes issues where the user's language is RTL and the directionality of par... |
38 | null | boto/s3transfer | # Repository Context
Name: boto/s3transfer
Description:
# Pull Request
## Fix deadlock isssue with concurrent.futures.wait()
Ran into this issue with using concurrent.futures.wait(): https://bugs.python.org/issue20319. To avoid this bug, wait() is reimplemented by iterating over futures and calling result().
We ra... |
903 | null | containerbuildsystem/osbs-client | # Repository Context
Name: containerbuildsystem/osbs-client
Description:
# Pull Request
## Fix build plugin name in inner
* OSBS-8040
Signed-off-by: Martin Bašti <mbasti@redhat.com>
Maintainers will complete the following section:
- [x] Commit messages are descriptive enough
- [x] "Signed-off-by:" line ... |
11,313 | null | ipython/ipython | # Repository Context
Name: ipython/ipython
Description:
# Pull Request
## Fix magic directive and role.
We were directly modifying state instead of using blessed API (also some
api will change so be future proof with sphinx master).
This should restore some ability of the :magic: and :cellmagic:
directive to b... |
74 | null | chmp/ipytest | # Repository Context
Name: chmp/ipytest
Description:
# Pull Request
## Feature/71 extend run options
# Relevant Files Found
## ipytest/_config.py
```
"""Add syntatic sugar for configuration"""
import inspect
import warnings
import sys
default_clean = "[Tt]est*"
defaults = dict(
rewrite_asserts=True,
m... |
15,461 | null | scikit-learn/scikit-learn | # Repository Context
Name: scikit-learn/scikit-learn
Description:
# Pull Request
## DOC Improved docstrings validation in MiniBatchKMeans
Improving doctstrings in MiniBatchKMeans, fixes #15440
# Relevant Files Found
## sklearn/cluster/_k_means.py
```
"""K-means clustering"""
# Authors: Gael Varoquaux <gael.va... |
92 | null | codeforamerica/comport | # Repository Context
Name: codeforamerica/comport
Description:
# Pull Request
## Clarify start extraction
Better UX for setting an extraction start date.
Closes #58
# Relevant Files Found
## comport/department/views.py
```
# -*- coding: utf-8 -*-
from flask import Blueprint, render_template, request, redirect,... |
2,451 | null | Ericsson/codechecker | # Repository Context
Name: Ericsson/codechecker
Description:
# Pull Request
## [test] Upgrade tests to run with Clang 9.0.0
# Relevant Files Found
## web/tests/functional/diff_local/test_diff_local.py
```
#
# -----------------------------------------------------------------------------
# The... |
1,068 | null | chainer/chainer | # Repository Context
Name: chainer/chainer
Description:
# Pull Request
## Add support for SMORMS3 optimizer
This PR adds support for the SMORMS3 optimizer described here:
http://sifter.org/~simon/journal/20150420.html
This optimizer yields faster convergence on certain workloads. The cost is higher memory requireme... |
28 | null | pyupio/pyup | # Repository Context
Name: pyupio/pyup
Description:
# Pull Request
## Update setuptools to 20.3
There's a new version of [setuptools](https://pypi.python.org/pypi/setuptools) available.
You are currently using **20.2.2**. I have updated it to **20.3**
### Changelog
> ### 20.3
> ---
> - Pull Request 179: `pkg_resou... |
861 | null | ipython/ipykernel | # Repository Context
Name: ipython/ipykernel
Description:
# Pull Request
## process_one only accepts coroutines for dispatch
closes #860
alternately: make the `await dispatch` check `inspect.isawaitable` before awaiting.
# Relevant Files Found
## ipykernel/kernelbase.py
```
"""Base class for a kernel that tal... |
6,449 | null | getmoto/moto | # Repository Context
Name: getmoto/moto
Description:
# Pull Request
## DynamoDB: correct no table error
Closes https://github.com/getmoto/moto/issues/6441
# Relevant Files Found
## moto/dynamodb/responses.py
```
import copy
import json
import itertools
from functools import wraps
from typing import Any, Dict, L... |
111 | null | glitchassassin/lackey | # Repository Context
Name: glitchassassin/lackey
Description:
# Pull Request
## Multi-screen fixes
* 'Screen.showMonitors' typo fix.
* 'Region.isRegionValid' returned false in case the given region was outside Screen(0).
* 'Region.clipRegionToScreen' clipped the region Screen(-1) to Screen(0), and prevented s... |
14 | null | tmux-python/libtmux | # Repository Context
Name: tmux-python/libtmux
Description:
# Pull Request
## Raise exception for bad session names
# Relevant Files Found
## libtmux/common.py
```
# -*- coding: utf-8 -*-
"""Helper methods and mixins.
libtmux.common
~~~~~~~~~~~~~~
"""
import collections
import logging
import os
import re
impo... |
1,573 | null | opensanctions/opensanctions | # Repository Context
Name: opensanctions/opensanctions
Description:
# Pull Request
## ru-egrul-internal-bucket and address parsing upd
# Relevant Files Found
## datasets/ru/egrul/crawler.py
```
import re
from urllib.parse import urljoin, urlparse
from typing import Dict, Optional, Set, IO, List, Any, Tuple
from... |
648 | null | devitocodes/devito | # Repository Context
Name: devitocodes/devito
Description:
# Pull Request
## MPI: support for scattering and gathering of sparse data values
+ tests
# Relevant Files Found
## devito/function.py
```
from collections import OrderedDict
from itertools import product
import sympy
import numpy as np
from psutil impo... |
2 | null | cnobile2012/django-pam | # Repository Context
Name: cnobile2012/django-pam
Description:
# Pull Request
## Update auth backend to work with django 1.11
In django 1.11 the request obbject is passed to authenticate method as kwargs, this arg should not be passed to the method that creates the user object.
# Relevant Files Found
## django_pa... |
356 | null | simphony/simphony-remote | # Repository Context
Name: simphony/simphony-remote
Description:
# Pull Request
## Removed selenium_tests package from deployment
Fixes #350
# Relevant Files Found
## setup.py
```
import os
from setuptools import setup, find_packages
from remoteappmanager import __version__
VERSION = __version__
requirements... |
52 | null | pulse2percept/pulse2percept | # Repository Context
Name: pulse2percept/pulse2percept
Description:
# Pull Request
## Createchronaxie
normalized gammas by gamma area
changed the default epsilon value in charge accumulation to take account of that
switched code around so cathodic drives the response
added the potential for anodic driving the re... |
998 | null | elastic/rally | # Repository Context
Name: elastic/rally
Description:
# Pull Request
## Cache source artifacts by default
With this commit we add the artifact cache introduced by #992 also for
plugins and implement a cache cleanup mechanism that cleans up artifacts
after seven days by default (can be configured with `cache.days`... |
163 | null | faucetsdn/faucet | # Repository Context
Name: faucetsdn/faucet
Description:
# Pull Request
## FaucetMultipleDPTest: Tidy up and fix mixing tagged/untagged hosts
I was looking through this, and noticed that multiple `vlans` sections would get added to the test Faucet config. I fixed that, and tidied up some of the nastier parts of the... |
270 | null | eiffel-community/eiffel | # Repository Context
Name: eiffel-community/eiffel
Description:
# Pull Request
## validate.py: Make missing schemas a fatal error
### Applicable Issues
Fixes #268
### Description of the Change
It doesn't make sense that missing schemas, e.g. caused by typos in the event version in the examples, only result in ... |
513 | null | conan-io/conan | # Repository Context
Name: conan-io/conan
Description:
# Pull Request
## restore correct PS1
Need to restore correct PS1 while deactivating virtual env
# Relevant Files Found
## conans/client/generators/virtualenv.py
```
from conans.model import Generator
import platform
import os
import copy
from conans.errors... |
12 | null | Snawoot/postfix-mta-sts-resolver | # Repository Context
Name: Snawoot/postfix-mta-sts-resolver
Description:
# Pull Request
## Reuse port
**Purpose of proposed changes**
Improve daemon durability
**Essential steps taken**
* Not dropping incomplete connections at shutdown anymore
* Added seamless restart/upgrade (Unix, Windows) and load bala... |
392 | null | ministryofjustice/money-to-prisoners-cashbook | # Repository Context
Name: ministryofjustice/money-to-prisoners-cashbook
Description:
# Pull Request
## Improve accessibility
# Relevant Files Found
## mtp_cashbook/apps/cashbook/templatetags/credits.py
```
from collections import OrderedDict
import datetime
from itertools import groupby
from urllib import pars... |
126 | null | asottile/reorder-python-imports | # Repository Context
Name: asottile/reorder-python-imports
Description:
# Pull Request
## Misc whitespace
# Relevant Files Found
## reorder_python_imports.py
```
import argparse
import ast
import collections
import difflib
import enum
import functools
import io
import os
import sys
import tokenize
from typing i... |
241 | null | shadow-robot/sr_interface | # Repository Context
Name: shadow-robot/sr_interface
Description:
# Pull Request
## How was this even working at all??
Arm commander methods were calling themselves instead of parent
# Relevant Files Found
## sr_robot_commander/src/sr_robot_commander/sr_arm_commander.py
```
#!/usr/bin/python
# Copyright 2015 Sh... |
132 | null | swimlane/swimlane-python | # Repository Context
Name: swimlane/swimlane-python
Description:
# Pull Request
## SPT-12167 Exteneding the timeout and tracking failure
Extendidn the timeout to 30 seconds and also tracking if the batch job fails.
# Relevant Files Found
## functional_tests/conftest.py
```
import pytest
import json
import random... |
2,300 | null | beeware/briefcase | # Repository Context
Name: beeware/briefcase
Description:
# Pull Request
## Feature/fix 2151
<!--- Describe your changes in detail -->
Updated the unbuilt_executable_path method in base.py to seperate the windows builds from others.
updated tests that where affected by this issue and added a test to specificaly ... |
184 | null | runloopai/api-client-python | # Repository Context
Name: runloopai/api-client-python
Description:
# Pull Request
## feat(api): OpenAPI spec update via Stainless API
# Relevant Files Found
## src/runloop_api_client/resources/devboxes/devboxes.py
```
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
from _... |
62 | null | obsrvbl-oss/flowlogs-reader | # Repository Context
Name: obsrvbl-oss/flowlogs-reader
Description:
# Pull Request
## Test more recent Python versions
This PR updates the GitHub actions to drop Python 3.6 and add 3.11.
# Relevant Files Found
## flowlogs_reader/flowlogs_reader.py
```
# Copyright 2015 Observable Networks
#
# Licensed under the... |
1,081 | null | snorkel-team/snorkel | # Repository Context
Name: snorkel-team/snorkel
Description:
# Pull Request
## Adding documentation to utilities in CDR tutorial
As a part of better understanding the CDR tutorial before applying it to a similar problem, I added some documentation to the utils.py file. I thought some extra exposition around matchi... |
1,221 | null | opensanctions/opensanctions | # Repository Context
Name: opensanctions/opensanctions
Description:
# Pull Request
## Jdb/fixes sept 04
# Relevant Files Found
## datasets/am/hetq/crawler.py
```
"""
Crawler for PEP data downloaded from data.hetq.am
"""
import itertools
import json
import re
from typing import Dict, List, Literal, Any, Optiona... |
924 | null | Ericsson/codechecker | # Repository Context
Name: Ericsson/codechecker
Description:
# Pull Request
## Preserve asserts. Fixes #380.
Preserving asserts will improve the quality of the analysis. Fixes #380.
# Relevant Files Found
## libcodechecker/log/option_parser.py
```
# ---------------------------------------------------------------... |
295 | null | DigitalSlideArchive/digital_slide_archive | # Repository Context
Name: DigitalSlideArchive/digital_slide_archive
Description:
# Pull Request
## Update versions used for the docs.
# Relevant Files Found
## devops/dsa/provision.py
```
#!/usr/bin/env python3
import argparse
import configparser
import logging
import os
import subprocess
import sys
import te... |
93 | null | alliander-opensource/rcdt_robotics | # Repository Context
Name: alliander-opensource/rcdt_robotics
Description:
# Pull Request
## Adapt camera position
- Fix ip adress in franka documentation
- Add realsense documentation
- Add Gazebo camera control to PyFlow
- Use color frame
- Reduce arm speed
- Publish marker in world frame
# Relevant Files F... |
96 | null | uilibs/uiprotect | # Repository Context
Name: uilibs/uiprotect
Description:
# Pull Request
## feat!: rework websocket
### Description of change
<!--
Please be clear and concise what the change is intended to do,
why this change is needed, and how you've verified that it
corrects what you intended.
In some cases it ma... |
5,451 | null | dask/dask | # Repository Context
Name: dask/dask
Description:
# Pull Request
## Add dask.blockwise.fuse_roots optimization
This fuses data generation or access graphs into blockwise after
converting everything to low level task graphs
cc @TomAugspurger we were just talking about this
# Relevant Files Found
## dask/arra... |
824 | null | holoviz/datashader | # Repository Context
Name: holoviz/datashader
Description:
# Pull Request
## Viewshed Performance Fixes
The following PR is a significant refactor of viewshed to address performance problems.
The general approach can be summarized as "Don't change the algorithm, change the data structures". In this spirit, no m... |
73 | null | fcurella/django-fakery | # Repository Context
Name: fcurella/django-fakery
Description:
# Pull Request
## refactor typing
Fixes #71
# Relevant Files Found
## django_fakery/blueprint.py
```
from functools import partial
from typing import Any, Callable, Generic, List
from typing import Optional as Opt
from typing import overload
fro... |
1 | null | UpstageAI/mcp-upstage | # Repository Context
Name: UpstageAI/mcp-upstage
Description:
# Pull Request
## Rename library
# Relevant Files Found
## examples/langchain/langchain_main.py
```
"""
LangChain Integration with Upstage MCP Server Example
This example demonstrates how to use LangChain with Upstage's Solar LLM
and the MCP adapter... |
98 | null | conda/conda-index | # Repository Context
Name: conda/conda-index
Description:
# Pull Request
## remove missing conda-build variable from test suite
<!-- Hello! Thanks for submitting a PR! To help make things go a bit more
smoothly, we would appreciate it if you follow this template. -->
### Description
"is conda47 or newer... |
30 | null | PyFilesystem/pyfilesystem2 | # Repository Context
Name: PyFilesystem/pyfilesystem2
Description:
# Pull Request
## Fixed UnicodeEncodeError when creating OSFS from non-ascii path
It seems that os.pathconf has issues with unicode paths in Python 2 as it tries to decode to ascii despite locale settings. It string is encoded to bytes first, then e... |
13,683 | null | saleor/saleor | # Repository Context
Name: saleor/saleor
Description:
# Pull Request
## Added filter by metadata for warehouse query
I want to merge this change because
it closes #13345
# Impact
* [ ] New migrations
* [ ] New/Updated API fields or mutations
* [ ] Deprecated API fields or mutations
* [ ] Removed API type... |
57 | null | trailbehind/DeepOSM | # Repository Context
Name: trailbehind/DeepOSM
Description:
# Pull Request
## cleanup
# Relevant Files Found
## bin/train_neural_net.py
```
#!/usr/bin/env python
"""Train a neural network using OpenStreetMap labels and NAIP images."""
import argparse
import pickle
# src.training_data must be included before ... |
173 | null | ray-project/ray-legacy | # Repository Context
Name: ray-project/ray-legacy
Description:
# Pull Request
## Write computation graph to file
To view the computation graph, run the following:
```
import ray.internal.graph_pb2 as compgraph
r = compgraph.CompGraph()
r.ParseFromString(open("/path/to/graph.p").read())
```
Where `/path/to/graph.... |
47 | null | mila-iqia/blocks-examples | # Repository Context
Name: mila-iqia/blocks-examples
Description:
# Pull Request
## Fix reverse_words
# Relevant Files Found
## reverse_words/__init__.py
```
from __future__ import print_function
import logging
import pprint
import math
import numpy
import os
import operator
import theano
from six.moves import... |
216 | null | elifesciences/elife-tools | # Repository Context
Name: elifesciences/elife-tools
Description:
# Pull Request
## removed the logging stub from parseJATS.py
it's not being used by anything, looks like copy+pasted code.
it's also causing an issue with the new bot-lax-adaptor api that runs as the www-data user who doesn't have permission to w... |
299 | null | canonical/pylxd | # Repository Context
Name: canonical/pylxd
Description:
# Pull Request
## Remove overzealous '_' -> '-' subsitution in _APINode
The fix for storage pools in the __getattr__() in _APINode has
affected the names of containers and snapshots, if '_' are used in
the name. This reverts most of that fix, adds tests, an... |
8 | null | rpep/tcl_kernel | # Repository Context
Name: rpep/tcl_kernel
Description:
# Pull Request
## Fix typo causing syntax error on install
# Relevant Files Found
## tcl_kernel/install.py
```
import json
import os
import sys
from jupyter_client.kernelspec import install_kernel_spec
from IPython.utils.tempdir import TemporaryDirectory
... |
4,778 | null | aws/aws-parallelcluster | # Repository Context
Name: aws/aws-parallelcluster
Description:
# Pull Request
## [3.x] Pre-import cdk libraries at the beginning of cluster create and update
### Description of changes
Import of cdk libraries at lambda cold start takes 12 to 16 seconds, sometimes causing lambda timeout.
Importing them in a sepa... |
17 | null | python-visualization/branca | # Repository Context
Name: python-visualization/branca
Description:
# Pull Request
## Remove embedded IFrame's border
Fixes the original issue for #16, and I believe that the changes made in #16 to the `Figure` class should stay as it is, as itself also creates an IFrame
# Relevant Files Found
## branca/element.... |
49 | null | weiHelloWorld/accelerated_sampling_with_autoencoder | # Repository Context
Name: weiHelloWorld/accelerated_sampling_with_autoencoder
Description:
# Pull Request
## Dev
# Relevant Files Found
## MD_simulation_on_alanine_dipeptide/current_work/src/ANN_simulation.py
```
from config import * # configuration file
from cluster_management import *
from autoencoders impor... |
139 | null | spyder-ide/spyder-unittest | # Repository Context
Name: spyder-ide/spyder-unittest
Description:
# Pull Request
## Fix TextEditor constructor
spyder-ide/spyder@e4c5b1a678b1e90be7191fa5c6f77acfb7aba8ca introduced dynamic window sizing and hence removed the size argument in the TextEditor constructor, which results in an error here. This commit r... |
33,717 | null | pandas-dev/pandas | # Repository Context
Name: pandas-dev/pandas
Description:
# Pull Request
## BUG: DTA/TDA/PA setitem incorrectly allowing i8
- [ ] closes #xxxx
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
# Relevant Files Foun... |
7,696 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## Guarantee supply_point and program in DomainInvitation objects
http://manage.dimagi.com/default.asp?177457
AttributeError: 'DomainInvitation' object has no attribute 'supply_point'
thrown from https://github.com/dimagi/commcare-hq/blob/m... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.