pr_id
int64
repo_id
null
repo_name
string
text
string
601
null
gammasim/simtools
# Repository Context Name: gammasim/simtools Description: # Pull Request ## Minor telescope positions updates This is a pull request with very minor changes: - update of [example file with North telescope positions](tests/resources/telescope_positions-North-utm.ecsv) to most recent CTAO values - remove irreleva...
351
null
snakemake/snakemake-executor-plugin-slurm
# Repository Context Name: snakemake/snakemake-executor-plugin-slurm Description: # Pull Request ## feat: new flag for SLURM qos a new flag `--slurm-qos` has been added to conform with reservations requiring a particular qos upon job submission. <!-- This is an auto-generated comment: release notes by coderabbit.a...
3,867
null
demisto/content
# Repository Context Name: demisto/content Description: # Pull Request ## upgrade return error with outputs (entry context) ## Status Ready Added option to add EntryContext when error is thrown (like when needed to pull from command) so we can rely on the entry context and not only on the entry type. # Relevan...
109
null
microsoft/MMdnn
# Repository Context Name: microsoft/MMdnn Description: # Pull Request ## frozen tensorflow test fix frozen tensorflow test fix # Relevant Files Found ## mmdnn/conversion/mxnet/mxnet_emitter.py ``` #---------------------------------------------------------------------------------------------- # Copyright (c) Mi...
6,753
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Fix functions in match module This pull request fixes #6745, and in the process adds the ability to override the delimiter when calling functions that use subdict parsing. # Relevant Files Found ## salt/minion.py ``` # -*- coding: utf-8 -*...
2,048
null
openforcefield/openff-toolkit
# Repository Context Name: openforcefield/openff-toolkit Description: # Pull Request ## Implement NAGLChargesHandler Implements NAGLChargesHandler, which is basically just the data structure mirroring the [new SMIRNOFF spec section](https://github.com/openforcefield/standards/pull/71/files), since the [Interchange ...
3,053
null
GeotrekCE/Geotrek-admin
# Repository Context Name: GeotrekCE/Geotrek-admin Description: # Pull Request ## Fix schema filter api v2 # Relevant Files Found ## geotrek/api/v2/filters.py ``` from datetime import date, datetime from distutils.util import strtobool import coreschema from coreapi.document import Field from django.conf impor...
832
null
ShishirPatil/gorilla
# Repository Context Name: ShishirPatil/gorilla Description: # Pull Request ## update hammer handler and add Hammer2.1 model Hello, we have updated the hammer handle and added Hammer2.1 series models, including [Hammer2.1-7b](https://huggingface.co/MadeAgents/Hammer2.1-7b), [Hammer2.1-3b](https://huggingface.co/Mad...
17
null
mikekeith52/scalecast
# Repository Context Name: mikekeith52/scalecast Description: # Pull Request ## Merge main to pipeline_dev Get latest changes # Relevant Files Found ## src/scalecast/Forecaster.py ``` import typing from typing import Union, Tuple, Dict import importlib import pandas as pd import numpy as np import matplotlib.pyp...
2,721
null
wandb/wandb
# Repository Context Name: wandb/wandb Description: # Pull Request ## [WB-6865] ensure captive key input even if user presses enter https://wandb.atlassian.net/browse/WB-6865 Description ----------- Before if someone did `wandb login --relogin` then hit enter without entering anything, the api key prompt wou...
55
null
closup/process-xbrl
# Repository Context Name: closup/process-xbrl Description: # Pull Request ## #54 implemented custom line items Closes #54. # Relevant Files Found ## app/models/cell.py ``` from app.utils import helper_functions from app.utils.constants import * from app.models import Context from typing import * class Cell: ...
552
null
flyteorg/flytekit
# Repository Context Name: flyteorg/flytekit Description: # Pull Request ## Undo SQLAlchemy changes # TL;DR _Please replace this text with a description of what this PR accomplishes._ ## Type - [ ] Bug Fix - [ ] Feature - [ ] Plugin ## Are all requirements met? - [ ] Code completed - [ ] Smoke te...
304
null
scrapinghub/shub
# Repository Context Name: scrapinghub/shub Description: # Pull Request ## Make `get_docker_client` compatible with old and new versions of docker-py The docker Client class is now called DockerClient in newer versions of the docker python package. There's also the problem that the `docker-py` no longer is call...
16
null
NOAA-GSL/pygraf
# Repository Context Name: NOAA-GSL/pygraf Description: # Pull Request ## Generalize x, y dimensions names. Avoid using names of dimension variables directly...causing some trouble from model to model. # Relevant Files Found ## adb_graphics/datahandler/grib.py ``` # pylint: disable=invalid-name,too-few-public-me...
2,463
null
RedHatInsights/insights-core
# Repository Context Name: RedHatInsights/insights-core Description: # Pull Request ## Delete archive dir Delete the leftover empty archive dir after a client run. # Relevant Files Found ## insights/client/archive.py ``` """ Handle adding files and preparing the archive for upload """ from __future__ import abso...
48
null
peterhinch/micropython-micro-gui
# Repository Context Name: peterhinch/micropython-micro-gui Description: # Pull Request ## Add Adafruit 1.9" 320x170 Color IPS TFT Display as ADAFRUIT_1_9 displ… I tested successfully [Adafruit 1.9" 320x170 Color IPS TFT](https://www.adafruit.com/product/5394) and added a new display type for it. ```python # sn...
11,029
null
huggingface/transformers
# Repository Context Name: huggingface/transformers Description: # Pull Request ## Documentation about loading a fast tokenizer within Transformers This PR does two things: - Allows to load a fast tokenizer from an instantiated `tokenizers` object - Adds a page to document how to use these tokenizers within `tran...
1,107
null
open-mmlab/mmocr
# Repository Context Name: open-mmlab/mmocr Description: # Pull Request ## Flexible ways of getting file name Address issue https://github.com/open-mmlab/mmocr/issues/1078 Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily...
108
null
dl-stuff/dl
# Repository Context Name: dl-stuff/dl Description: # Pull Request ## Zace update Updated Zace's build to account for Cat Sith. ACL updated to prioritize S4. Dagger coab switched to Bow Ranzal coab switched to Curran Resounding Rendition switched to Dragon and Tamer Jewels of the Sun switched to Primal Crisis...
2,979
null
SpikeInterface/spikeinterface
# Repository Context Name: SpikeInterface/spikeinterface Description: # Pull Request ## Missed `has_scaled` # Relevant Files Found ## src/spikeinterface/core/baserecording.py ``` from __future__ import annotations import warnings from pathlib import Path import numpy as np from probeinterface import Probe, Pro...
14
null
mj2p/psub
# Repository Context Name: mj2p/psub Description: # Pull Request ## Security updates # Relevant Files Found ## pSub.py ``` import hashlib import os import string import sys import time from random import SystemRandom, shuffle from subprocess import CalledProcessError, Popen from threading import Thread from typ...
552
null
CitrineInformatics/citrine-python
# Repository Context Name: CitrineInformatics/citrine-python Description: # Pull Request ## larger layout for easier-to-read docs I increased the layout from 1024 to 1440, which should reduce scrolling of the examples. # Relevant Files Found ## docs/source/conf.py ``` # Configuration file for the Sphinx document...
148
null
ikrommyd/egamma-tnp
# Repository Context Name: ikrommyd/egamma-tnp Description: # Pull Request ## chore: remove scripts from package dist # Relevant Files Found ## scripts/dataset_query.py ``` from __future__ import annotations import gzip import json import os import random import re from collections import defaultdict import c...
444
null
sparckles/Robyn
# Repository Context Name: sparckles/Robyn Description: # Pull Request ## chore: update rust dependencies **Description** Update the Rust dependencies. Two notes: - There is a new deprecation in pyo3. `Option` args should not appear before non `Option` args in function parameters anymore. This concerns the Dire...
1,276
null
open-mmlab/mmocr
# Repository Context Name: open-mmlab/mmocr Description: # Pull Request ## [Fix] Fix dictionary docstr and remove unncessary kwargs # Relevant Files Found ## mmocr/models/textrecog/dictionary/dictionary.py ``` # Copyright (c) OpenMMLab. All rights reserved. import re from typing import List, Optional, Sequence ...
1,799
null
Lightning-AI/pytorch-lightning
# Repository Context Name: Lightning-AI/pytorch-lightning Description: # Pull Request ## Keep track of the best model's path saved by ModelCheckpoint # Before submitting - [ ] Was this discussed/approved via a Github issue? (no need for typos and docs improvements) - [x] Did you read the [contributor guideline]...
58
null
deepgram/deepgram-python-sdk
# Repository Context Name: deepgram/deepgram-python-sdk Description: # Pull Request ## Added Docstrings for the classes and functions @geekchick Please review it and share your feedback. #55 # Relevant Files Found ## deepgram/transcription.py ``` from typing import Any, Union, Tuple, List, Dict, Awaitable, c...
165
null
qiskit-community/qiskit-aqt-provider
# Repository Context Name: qiskit-community/qiskit-aqt-provider Description: # Pull Request ## Options: adapt shots upper bound <!-- ⚠️ If you do not respect this template, your pull request will be closed. ⚠️ Your pull request title should be short detailed and understandable for all. ⚠️ Also, please add it in ...
306
null
sky-shift/skyshift
# Repository Context Name: sky-shift/skyshift Description: # Pull Request ## Skyshift: Add support for Node Port services - Currently we only support ClusterIP, Loadbalancer, added NodePort service. - Exposes the service on a static port on the node IP address. - This allows for better testing of local deploym...
1,928
null
emissary-ingress/emissary
# Repository Context Name: emissary-ingress/emissary Description: # Pull Request ## port over tls module fields to tlscontext # Description this commit adds in all fields documented in: `docs/reference/core/tls.md` into TlsContext, it turns out this was only missing redirect_cleartext_from. however I want to ma...
23
null
tdegeus/GooseSLURM
# Repository Context Name: tdegeus/GooseSLURM Description: # Pull Request ## Minor bugfixes # Relevant Files Found ## GooseSLURM/cli/Ginfo.py ``` #!/usr/bin/env python3 '''Ginfo Summarize the status of the compute nodes (wrapper around "sinfo"). The following scores are computed of each node: * CPU% : t...
315
null
pyro-ppl/pyro
# Repository Context Name: pyro-ppl/pyro Description: # Pull Request ## Revert "Merge pull request #310 from uber/cuda-iarange" This reverts commit dfcfc922d608d3048174957bbdad37ad3c6010ee, reversing changes made to a3e3741a5d5d7bc0a5115f934fbaf739fa977552. Related #312 In `test_elbo_mapdata`: ``` E TypeErro...
6,208
null
saleor/saleor
# Repository Context Name: saleor/saleor Description: # Pull Request ## Add option to use scope permissions Add the option to use permission from OAuth scopes. # Relevant Files Found # Edits This PR refactors the Auth0 plugin into a generic OpenID Connect plugin, adding support for OAuth scope-based permission...
23
null
omise/omise-python
# Repository Context Name: omise/omise-python Description: # Pull Request ## Fix search code sample document Fix search code sample document and make it more consistents # Relevant Files Found ## omise/__init__.py ``` import copy import sys from .request import Request if sys.version_info[0] == 3: def ite...
2
null
alisiafadini/ROCKET
# Repository Context Name: alisiafadini/ROCKET Description: # Pull Request ## Bias in template space Not ready for merge!! Currently the following demo pipeline could work without hard errors. But the error will jump into nan immediately. I am sure the reason behind is that, the `sin_cos` features requires value...
274
null
animemoeus/mono-backend
# Repository Context Name: animemoeus/mono-backend Description: # Pull Request ## Add ads.txt for AdSense # Relevant Files Found ## config/urls.py ``` from django.conf import settings from django.conf.urls.static import static from django.contrib import admin from django.urls import include, path from django.vi...
683
null
OpenMined/PySyft
# Repository Context Name: OpenMined/PySyft Description: # Pull Request ## Layers # Relevant Files Found ## syft/__init__.py ``` from syft import syft ``` ## syft/syft.py ``` import zmq import uuid class FloatTensor(): def __init__(self, controller, data, autograd=False, data_is_pointer=False, verbose=...
482
null
smithy-lang/smithy-python
# Repository Context Name: smithy-lang/smithy-python Description: # Pull Request ## Fix incorrect interceptor chain calls *Description of changes:* During the refactor for #449 we accidentally moved a couple calls to the wrong interceptor hook. That's resulting in the user-agent not being correctly appended in c...
42,354
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Improve custom datatype parsing in Modbus sensor and climate <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> <!-- ## Breaking change If ...
380
null
django-cas-ng/django-cas-ng
# Repository Context Name: django-cas-ng/django-cas-ng Description: # Pull Request ## :bookmark: release version 5.1.0 # Relevant Files Found ## docs/conf.py ``` # build configuration file, created by # sphinx-quickstart on Sat May 24 09:24:34 2014. # # This file is execfile()d with the current directory set to...
475
null
tobymao/sqlglot
# Repository Context Name: tobymao/sqlglot Description: # Pull Request ## Fix rename_func so it handles var len arg functions This can probably be written in a better way. I tried making the intent clearer by doing `if expression.is_var_len_args`, but apparently it doesn't work because the BitwiseLeft/RightShift te...
18,001
null
apache/tvm
# Repository Context Name: apache/tvm Description: # Pull Request ## [Relax][Frontend][ONNX] Fix: bitwise_not misclassified as binary (is … Addresses issue https://github.com/apache/tvm/issues/17991. This PR corrects the classification of the `bitwise_not` operation from binary to unary by modifying the `Bitwise...
25
null
RECETOX/MSMetaEnhancer
# Repository Context Name: RECETOX/MSMetaEnhancer Description: # Pull Request ## replace pubchem API with IDSM SPARQL API Replaced usage of [PubChem API service](https://pubchemdocs.ncbi.nlm.nih.gov/pug-rest) by a more robust [IDSM SPARQL](https://idsm.elixir-czech.cz/sparql) alternative. This should significantly ...
6
null
absolute-quantum/cats-blender-plugin
# Repository Context Name: absolute-quantum/cats-blender-plugin Description: # Pull Request ## Development # Relevant Files Found ## __init__.py ``` # MIT License # Copyright (c) 2017 GiveMeAllYourCats # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associ...
4,596
null
pallets/flask
# Repository Context Name: pallets/flask Description: # Pull Request ## use app.url_for as template global Inject `self.url_for` into the template globals instead of `helpers.url_for`. This avoids any overhead from having to follow the `current_app` proxy and look up its `url_for` method. related to #4580 # Re...
22
null
taburineagle/NeewerLite-Python
# Repository Context Name: taburineagle/NeewerLite-Python Description: # Pull Request ## Writing branch back to main Adding the better parallelization routines to the main branch. # Relevant Files Found ## NeewerLite-Python.py ``` ############################################################# ## NeewerLite-Python...
3,559
null
siliconcompiler/siliconcompiler
# Repository Context Name: siliconcompiler/siliconcompiler Description: # Pull Request ## add record to metric schema # Relevant Files Found ## siliconcompiler/metric.py ``` from siliconcompiler.schema import BaseSchema from siliconcompiler.schema import EditableSchema, Parameter, PerNode, Scope from siliconcom...
1,674
null
wandb/wandb
# Repository Context Name: wandb/wandb Description: # Pull Request ## Datatypes passing Flake8 # Relevant Files Found ## wandb/data_types.py ``` """ Wandb has special data types for logging rich visualizations. All of the special data types are subclasses of WBValue. All of the data types serialize to JSON, si...
533
null
HewlettPackard/squest
# Repository Context Name: HewlettPackard/squest Description: # Pull Request ## [Fix] Update resource from API does not worked for all fields # Relevant Files Found ## resource_tracker/api/serializers/resource_group/resource_serializers.py ``` from rest_framework import serializers from rest_framework.relations...
2,052
null
incubateur-ademe/quefairedemesobjets
# Repository Context Name: incubateur-ademe/quefairedemesobjets Description: # Pull Request ## Supprimer le h1 des modales + lien contactez-nous # Description succincte du problème résolu Cf https://www.notion.so/accelerateur-transition-ecologique-ademe/SEO-Enlever-le-titre-H1-sur-les-modales-int-gration-et-part...
68
null
masschallenge/impact-api
# Repository Context Name: masschallenge/impact-api Description: # Pull Request ## [AC-5010] Switch low-level API to use snake_case rather than CamelCase **To Test** **Set Up The Environment** - Start the api server: `make clean; make build; make dev` - Load the DB: `make load-remote-db DB_FILE_NAME=initial_sc...
536
null
anyoptimization/pymoo
# Repository Context Name: anyoptimization/pymoo Description: # Pull Request ## Add Incremental method Thank you for your wonderful work. I would like to add the Incremental method, which is introduced in the following paper: T. Takagi, K. Takadama, H. Sato, ``Incremental Lattice Design of Weight Vector Set," Pro...
603
null
elastic/apm-agent-python
# Repository Context Name: elastic/apm-agent-python Description: # Pull Request ## added instrumentation for mysql-connector and pymysql # Relevant Files Found ## elasticapm/instrumentation/register.py ``` # BSD 3-Clause License # # Copyright (c) 2019, Elasticsearch BV # All rights reserved. # # Redistribut...
253
null
pytest-dev/pytest-cov
# Repository Context Name: pytest-dev/pytest-cov Description: # Pull Request ## Use get_closest_marker Fixes pytest-cov with pytest 4.1. Requires pytest 3.6+ now. # Relevant Files Found ## setup.py ``` #!/usr/bin/env python # -*- encoding: utf-8 -*- from __future__ import absolute_import, print_function import...
869
null
HXSecurity/DongTai
# Repository Context Name: HXSecurity/DongTai Description: # Pull Request ## bugfix/cwe_id-name # Relevant Files Found ## dongtai_web/dongtai_sca/scan/utils.py ``` import requests from result import Ok, Err, Result import logging from requests.exceptions import ConnectionError, ConnectTimeout from requests.exce...
49
null
MartinXPN/LambdaJudge
# Repository Context Name: MartinXPN/LambdaJudge Description: # Pull Request ## pre-commit installed, formatting done # Relevant Files Found ## coderunners/coderunners.py ``` import json from dataclasses import dataclass from models import SubmissionRequest, SubmissionResult class CodeRunner: @property ...
239
null
RS-PYTHON/rs-server
# Repository Context Name: RS-PYTHON/rs-server Description: # Pull Request ## Feat rspy159/fix find owner # Relevant Files Found ## services/catalog/rs_server_catalog/user_catalog.py ``` # Copyright 2024 CS Group # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file exc...
1,308
null
nautobot/nautobot
# Repository Context Name: nautobot/nautobot Description: # Pull Request ## HotFix: error at CableCSVForm.add_error <!-- Thank you for your interest in contributing to Nautobot! Please note that our contribution policy recommends that a feature request or bug report be opened for approval prior to fi...
2,220
null
pex-tool/pex
# Repository Context Name: pex-tool/pex Description: # Pull Request ## Traverse directories in stable order when building a PEX Addresses one part of #2155. Adds a wrapper for `os.walk` that sorts directory entries as it traverses directories. As discussed in the issue, `os.walk` may yield directory entries in a...
113
null
ldbc/ldbc_snb_bi
# Repository Context Name: ldbc/ldbc_snb_bi Description: # Pull Request ## Increase number of instances per query variant per batch. Fixes #112 # Relevant Files Found ## cypher/queries.py ``` import neo4j import datetime import time import csv import os import re import sys import json from pathlib import Path ...
1,471
null
music-assistant/server
# Repository Context Name: music-assistant/server Description: # Pull Request ## Replace windows separators in m3u Fixes https://github.com/music-assistant/hass-music-assistant/issues/2432 Replace instances of backslash with forward slashes when parsing m3u files. # Relevant Files Found ## music_assistant/serv...
14,390
null
Opentrons/opentrons
# Repository Context Name: Opentrons/opentrons Description: # Pull Request ## fix(api): ot2 subsystems is a property The OT2 hardware control API actually has an attached_subsystems property, except it wasn't a property, which causes annoying error messages on OT-2. # Relevant Files Found ## api/src/opentrons/h...
219
null
sdss/target_selection
# Repository Context Name: sdss/target_selection Description: # Pull Request ## mwm_yso.py: edit mwm_yso_cmz_apogee # Relevant Files Found ## python/target_selection/cartons/mwm_yso.py ``` #!/usr/bin/env python # -*- coding: utf-8 -*- # # @Author: Pramod Gupta (psgupta@uw.edu) # @Date: 2020-06-10 # @Filename: m...
5
null
pedramhaqiqi/LANPONG
# Repository Context Name: pedramhaqiqi/LANPONG Description: # Pull Request ## parallel # Relevant Files Found ## lanpong/__main__.py ``` """Entry point for lanpong.""" from lanpong.main import main # pragma: no cover if __name__ == "__main__": # pragma: no cover main() ``` ## lanpong/game/game.py ``...
27,507
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Move imports in trend component to top level ## Breaking Change: <!-- What is breaking and why we have to break it. Remove this section only if it was NOT a breaking change. --> ## Description: Moved import from function to top-lev...
104
null
datamole-ai/edvart
# Repository Context Name: datamole-ai/edvart Description: # Pull Request ## feat: remove warning Remove a warning that a categorical column with many categories is used for coloring of TS line plot. Following #94, which removes most of the warnings, the warning here is removed since it does not bring relevant inf...
187
null
MG-RAST/MG-RAST-Tools
# Repository Context Name: MG-RAST/MG-RAST-Tools Description: # Pull Request ## Various matinenance patches * list_all_mg.py omits the first page of results (Issue #186) * removed setup.py dependency on shock * added debug option for calls to obj_from_url # Relevant Files Found ## examples/python/annotatio...
60
null
geopandas/xyzservices
# Repository Context Name: geopandas/xyzservices Description: # Pull Request ## ENH: support html_attribution Closes #58 We now store `html_attribution` alongside `attribution`, both automatically fetched from leaflet. When `html_attribution` is not present, the attribute will automatically falls back to `att...
497
null
chaoss/augur
# Repository Context Name: chaoss/augur Description: # Pull Request ## Software Engineering Fall 2019 Group 5 Project - Matt Hudson PR for Matt Hudson - Group 5 SE F 19 semester project. We focused on developing three new API endpoints in the commits and contributors metric categories. This PR follows the format de...
45
null
AnasAito/SkillNER
# Repository Context Name: AnasAito/SkillNER Description: # Pull Request ## FIX - Handle low surf form at the end of sentence fixes #44 # Relevant Files Found ## skillNer/matcher_class.py ``` # native packs from typing import List # installed packs # # my packs from skillNer.text_class import Text class Match...
5,199
null
polarsource/polar
# Repository Context Name: polarsource/polar Description: # Pull Request ## server/checkout: carry over the discount when changing product if it's applicable # Relevant Files Found ## server/polar/checkout/service.py ``` import contextlib import typing import uuid from collections.abc import AsyncIterator, Sequ...
2,871
null
milvus-io/pymilvus
# Repository Context Name: milvus-io/pymilvus Description: # Pull Request ## enhance: make query result mutable for only one time modification(#2848) related: #2848 # Relevant Files Found ## pymilvus/client/search_result.py ``` from typing import Any, Dict, List, Optional, Tuple, Union import ujson from pymilv...
24,224
null
jax-ml/jax
# Repository Context Name: jax-ml/jax Description: # Pull Request ## [sharding_in_types] Normalize partition specs when creating avals so that P(None, None) and P() are treated as replicated and equivalent. Shardings on avals are always normalized. [sharding_in_types] Normalize partition specs when creating avals s...
9
null
sepandhaghighi/art
# Repository Context Name: sepandhaghighi/art Description: # Pull Request ## Version 1.3 # Relevant Files Found ## art/art.py ``` # -*- coding: utf-8 -*- from .art_dic import * from .text_dic import * import os import sys version = "1.2" description = '''ASCII art is also known as "computer text art". It inv...
83
null
LLNL/benchpark
# Repository Context Name: LLNL/benchpark Description: # Pull Request ## Adding Kripke to Benchpark Adding Kripke, problem definition, and eventually Caliper instrumentation to Kripke. # Relevant Files Found # Edits This pull request adds support for the Kripke proxy application to the Benchpark benchmarking f...
605
null
gitlabform/gitlabform
# Repository Context Name: gitlabform/gitlabform Description: # Pull Request ## chore(deps): bump types-requests from 2.31.0.5 to 2.31.0.7 Bumps [types-requests](https://github.com/python/typeshed) from 2.31.0.5 to 2.31.0.7. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/...
14
null
CausalInference/pygformula
# Repository Context Name: CausalInference/pygformula Description: # Pull Request ## Jing dev # Relevant Files Found ## docs/source/conf.py ``` # Configuration file for the Sphinx documentation builder. # # This file only contains a selection of the most common options. For a full # list see the documentation: ...
10,393
null
ibis-project/ibis
# Repository Context Name: ibis-project/ibis Description: # Pull Request ## feat(datatypes): allow trailing comma in struct string shorthands Now, `dt.dtype("struct<a: int32, b: string,>")` is allowed. Related to https://github.com/ibis-project/ibis/issues/10391, where when testing my example I got an error when...
2
null
yangbin-xd/radio-map
# Repository Context Name: yangbin-xd/radio-map Description: # Pull Request ## Master # Relevant Files Found ## RM.py ``` # radio map method import os os.environ['TF_CPP_MIN_LOG_LEVEL']='2' import numpy as np from keras.models import load_model from library import * # Read Data BS = np.load('data/BSloc.npy')...
1,705
null
bcgov/lear
# Repository Context Name: bcgov/lear Description: # Pull Request ## 13802 SP/GP pipeline - BN bug fix and update to save logic *Issue #:* /bcgov/entity#13802 *Description of changes:* * Fix bug where BN was not being populated properly in businesses.tax_id column for registration filings * Update save logic...
29,450
null
huggingface/transformers
# Repository Context Name: huggingface/transformers Description: # Pull Request ## [tests] remove deprecated tests for model loading ## What does this PR do? 2 tests keep failing in `test_modeling_utils.py`: ```bash FAILED tests/test_modeling_utils.py::ModelUtilsTest::test_legacy_load_from_url - huggingface_hub....
246
null
DOV-Vlaanderen/pydov
# Repository Context Name: DOV-Vlaanderen/pydov Description: # Pull Request ## Generate stable WFS GetFeature requests <!-- Please check if the PR fulfills these requirements. Put an `x` in all the boxes that apply: --> * [x] I have read and followed the guidelines in the `CONTRIBUTING` document * [x] I have chec...
34
null
IBM/sqlalchemy-ibmi
# Repository Context Name: IBM/sqlalchemy-ibmi Description: # Pull Request ## Merge reflection class into the IBMiDb2Dialect The reflection class is now not needed because there is only one backend, so it was merged with the IBMiDb2Dialect Fixes: #27 # Relevant Files Found ## sqlalchemy_ibmi/base.py ``` # +-...
660
null
KevinMusgrave/pytorch-metric-learning
# Repository Context Name: KevinMusgrave/pytorch-metric-learning Description: # Pull Request ## Fix PNP loss to make it work with negatives without related positives Currently PNP loss returns NaN if you have some negatives examples without related positive examples ` labels = torch.tensor([1, 1, 2]) ` Let's...
121
null
Eclectic-Sheep/sheeprl
# Repository Context Name: Eclectic-Sheep/sheeprl Description: # Pull Request ## Feature/episode buffer np ## Summary Describe the purpose of the pull request, including: - Add EpisodeBuffer Numpy - Add tests ## Type of Change Please select the one relevant option below: - New feature (non-breaking ...
253
null
huggingface/nanotron
# Repository Context Name: huggingface/nanotron Description: # Pull Request ## resuming checkpoint without lr schedule or optimizer state quick pr to add the possibility to resume training without the optimizer state or lr schedule for continual learning # Relevant Files Found ## src/nanotron/config/config.py ``...
521
null
has2k1/plotnine
# Repository Context Name: has2k1/plotnine Description: # Pull Request ## Do not iterate over locals() This can change the size of locals() during iteration, resulting in a RuntimeError. # Relevant Files Found ## plotnine/themes/theme.py ``` from copy import copy, deepcopy from ..options import get_option, set_...
2,488
null
bentoml/BentoML
# Repository Context Name: bentoml/BentoML Description: # Pull Request ## fix(server): fix development_mode in the config <!--- Thanks for sending a pull request! Please make sure to read the contribution guidelines, then fill out the blanks below before requesting a code review. Name your Pull Request with o...
1,430
null
NeuralEnsemble/python-neo
# Repository Context Name: NeuralEnsemble/python-neo Description: # Pull Request ## Open Ephys: read events from all streams Fixes #1367 @johnmbarrett could you test it on your side? # Relevant Files Found ## neo/rawio/openephysbinaryrawio.py ``` """ This module implements the "new" binary OpenEphys format. I...
96
null
atlassian-api/atlassian-python-api
# Repository Context Name: atlassian-api/atlassian-python-api Description: # Pull Request ## A few method for Bitbucket, Jira Hi! I have added a few method of Stash, Bitbucket. Cheers, Gonchik Tsymzhitov # Relevant Files Found ## atlassian/bitbucket.py ``` # coding: utf8 import logging from .rest_client...
800
null
simonsobs/socs
# Repository Context Name: simonsobs/socs Description: # Pull Request ## RTSP Camera Agent: fix docker dependency and make copy for latest file <!--- Provide a general summary of your changes in the Title above --> ## Description <!--- Describe your changes in detail --> - Added `opencv-python-headless` depend...
750
null
nycmeshnet/meshdb
# Repository Context Name: nycmeshnet/meshdb Description: # Pull Request ## Fix mrkdwn formatting issue on links # Relevant Files Found ## src/meshapi/tests/test_slack_notification.py ``` import json from unittest.mock import patch import pytest import requests_mock from django.test import RequestFactory, Test...
174
null
guydavis/machinaris
# Repository Context Name: guydavis/machinaris Description: # Pull Request ## Worker launch wizard and chia 1.2.1 patch. # Relevant Files Found ## api/models/chia.py ``` import os import re import traceback from datetime import datetime from api import app from common.utils import converters # Treat *.plot f...
15
null
ericmiguel/missil
# Repository Context Name: ericmiguel/missil Description: # Pull Request ## Feat/make rule function # Description Missil already have a ```make_rules``` function, but not a similar way to create a single rule. This PR solves that lack of this feature. ## Type of change Please delete options that are not re...
487
null
rroller/dahua
# Repository Context Name: rroller/dahua Description: # Pull Request ## PTZ Support Support added for PTZ cameras. There is a new entity that allows you to move the camera to a preset position (only 1 to 10 positions are supported). Useful when you want that your camera points to a specific point based on some cond...
1,488
null
conan-io/conan-center-index
# Repository Context Name: conan-io/conan-center-index Description: # Pull Request ## libxml2: upgrade iconv to 1.16 Specify library name and version: **lib/1.0** - [X] I've read the [guidelines](https://github.com/conan-io/conan-center-index/wiki#how-to-submit-a-pull-request) for contributing. - [X] I've foll...
804
null
jupyterhub/repo2docker
# Repository Context Name: jupyterhub/repo2docker Description: # Pull Request ## adduser: useradd --no-log-init to reduce lastlog size If the Docker host does not support sparse files `/var/log/lastlog` can be extremely large if a large UID is set. `--no-log-init` prevents lastlog being created, but this requires `...
25,006
null
jax-ml/jax
# Repository Context Name: jax-ml/jax Description: # Pull Request ## [Mosaic GPU] Improve default kernel name and add option to customize This allows users to distinguish Mosaic GPU kernels from other kernels when using profiling programs such as Nsight Systems. The new default behavior is to use `mosaic_gpu_<de...
63
null
stephenhillier/starlette_exporter
# Repository Context Name: stephenhillier/starlette_exporter Description: # Pull Request ## Fix explicitly export attribute mypy error Mypy in strict mode reports: ``` Mypy: Module "starlette_exporter" does not explicitly export attribute "PrometheusMiddleware" [attr-defined] ``` # Relevant Files Found ## sta...
99
null
kensho-technologies/pyctcdecode
# Repository Context Name: kensho-technologies/pyctcdecode Description: # Pull Request ## Update setup Update setup tools to use pyproject.toml for most things instead of setup.py. # Relevant Files Found ## pyctcdecode/__init__.py ``` # Copyright 2021-present Kensho Technologies, LLC. from .alphabet import Alpha...