pr_id
int64
repo_id
null
repo_name
string
text
string
706
null
baidubce/app-builder
# Repository Context Name: baidubce/app-builder Description: # Pull Request ## SDK新增滚动日志功能 完成SDK新增滚动日志功能,依据如下参数滚动: (1)依据时间滚动 (2)依据文件大小滚动 (3)限制存留文件数量 (4)依据总文件的大小滚动 新增能力: (1)分离DEBUG级别日志和ERROR级别日志,ERROR日志会独立输出到error开头的文件,此更改同步覆盖到原有的环境变量、setFilename功能中 注意: (1)文件大小级别日志后缀为与时间滚动相同的时间戳 # Relevant Files Found ## p...
765
null
blackyblack/symplyphysics
# Repository Context Name: blackyblack/symplyphysics Description: # Pull Request ## energy_transfer_coefficient_for_elastic_scattering_of_atomized_atom_on__gas_atom_in_magnetron add law and tests # Relevant Files Found # Edits This pull request adds a new physics law for calculating the energy transfer coeffic...
7,078
null
pytorch/vision
# Repository Context Name: pytorch/vision Description: # Pull Request ## Adds max_vit and swin_v2 models to torch.hub This adds these 2 recently introduced models to torch hub. I think we missed these. Also any thoughts about exposing Video Classification models? We can't expose detection models due to some C+...
41,600
null
ray-project/ray
# Repository Context Name: ray-project/ray Description: # Pull Request ## [ci] add options to run release tests multiple time Add options to run release tests multiple times. Feature requested by @rickyyx Test: - CI - https://buildkite.com/ray-project/release/builds/3074 # Relevant Files Found ## release/ra...
55
null
moritzkoerber/covid-19-data-engineering-pipeline
# Repository Context Name: moritzkoerber/covid-19-data-engineering-pipeline Description: # Pull Request ## Switch to ruff # Relevant Files Found ## ops/container/api_lambda/handler.py ``` import logging import os import pandas as pd import requests logger = logging.getLogger() _API_URL = os.environ["API_URL"...
96
null
pydata/conf_site
# Repository Context Name: pydata/conf_site Description: # Pull Request ## Add custom template filter for Markdown. Add custom template filter to use Markdown in templates. Use Markdown for sponsor listing text. # Relevant Files Found ## conf_site/settings/base.py ``` import os BASE_DIR = os.path.abspath(os.p...
23
null
NHSDigital/ravs-tests
# Repository Context Name: NHSDigital/ravs-tests Description: # Pull Request ## Test age warnings <!-- markdownlint-disable-next-line first-line-heading --> ## Description These are automated tests to check age based warnings appear on choose vaccine page and vaccinate page when recording a vaccine <!-- Describe...
15,630
null
django/django
# Repository Context Name: django/django Description: # Pull Request ## Fixed #33655 -- Removed unnecessary constant from GROUP BY clause for QuerySet.exists(). See https://code.djangoproject.com/ticket/33655 Use `Value` instead of `extra` for `QuerySet.exists()` as per @charettes's suggestion. I've added a s...
3,586
null
evennia/evennia
# Repository Context Name: evennia/evennia Description: # Pull Request ## add formatting tags: underline reset tag, italic + reset tag, strikethrough + reset tag i'll add documentation to https://github.com/evennia/evennia/pull/3579 shortly # Relevant Files Found ## evennia/utils/ansi.py ``` """ ANSI - Gives col...
160
null
flatironinstitute/jax-finufft
# Repository Context Name: flatironinstitute/jax-finufft Description: # Pull Request ## Bugfix: jvp now supports alternate mode ordering Small change to Jacobian-vector product implementation to now support alternate mode orderings. This resolves #159 and probably #158. In #159 the alternate mode ordering (`modo...
3
null
velocitybolt/open-extract
# Repository Context Name: velocitybolt/open-extract Description: # Pull Request ## Update extraction_model_executor.py remove commented lines # Relevant Files Found ## application/worker/extraction/model_executor/extraction_model_executor.py ``` from common.text_extraction import text_extractor from concurrent....
60
null
agentsea/taskara
# Repository Context Name: agentsea/taskara Description: # Pull Request ## recycling connections every 5 minutes and adding a db precheck # Relevant Files Found ## taskara/db/conn.py ``` import logging import os from sqlalchemy import Engine, create_engine from sqlalchemy.orm import sessionmaker from taskara....
2,129
null
arenadata/adcm
# Repository Context Name: arenadata/adcm Description: # Pull Request ## Release 2022.10.04 # Relevant Files Found ## python/cm/errors.py ``` # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the Licens...
220
null
jdammers/jumeg
# Repository Context Name: jdammers/jumeg Description: # Pull Request ## Decomposition new functions in decompose.ica to use ICA alongside MNE-Python # Relevant Files Found ## jumeg/decompose/dimension_selection.py ``` # Authors: Lukas Breuer <l.breuer@fz-juelich.de> """ ---------------------------------------...
5,618
null
Textualize/textual
# Repository Context Name: Textualize/textual Description: # Pull Request ## Accept the new VisualType in Static and Label This change keeps mypy happy. - [x] Docstrings on all new or modified functions / classes - [x] Updated documentation - [x] Updated CHANGELOG.md (where appropriate) # Relevant Files Fo...
18
null
delve-team/delve
# Repository Context Name: delve-team/delve Description: # Pull Request ## Feature/pytorch refactoring removed printout clutter removed tqdm progress bars removed depency towards covariance matrix regular computation now happenes in pytorch (and on the gpu) # Relevant Files Found ## delve/__init__.py ``` try:...
314
null
MIT-PSFC/disruption-py
# Repository Context Name: MIT-PSFC/disruption-py Description: # Pull Request ## Fix invalid names I originally ignored the `invalid-name` pylint check because I thought it flagged all names shorter than 3 chars, e.g. `x`, `y`, `z`, which are ubiquitous and extremely useful in keeping math formulas short. I now re...
29,931
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## Intel oneAPI compilers: set rpath for lib/ directory When installing `intel-oneapi-compilers` (or loading as external, but this PR doesn't fix that), the library lookup for `libsycl.so` fails, e.g. ```console spack install intel-oneapi-compiler...
163
null
NathanKlineInstitute/SMARTAgent
# Repository Context Name: NathanKlineInstitute/SMARTAgent Description: # Pull Request ## start inputs at 0 # Relevant Files Found ## sim.py ``` from netpyne import specs, sim from neuron import h import numpy as np import random from conf import dconf # configuration dictionary import pandas as pd import pickl...
372
null
atopile/atopile
# Repository Context Name: atopile/atopile Description: # Pull Request ## Add URL navigation to the viewer # Relevant Files Found ## src/atopile/cli/view.py ``` # pylint: disable=logging-fstring-interpolation """ `ato view` """ import logging import textwrap from enum import Enum from pathlib import Path impo...
19
null
DreamLab/VmShepherd
# Repository Context Name: DreamLab/VmShepherd Description: # Pull Request ## Doc/panel Documentation for our pretty http-panel :) # Relevant Files Found ## src/vmshepherd/http/__init__.py ``` import aiohttp_jinja2 import jinja2 import logging import os import time from .rpc_api import RpcApi from aiohttp impor...
2,097
null
canonical/operator
# Repository Context Name: canonical/operator Description: # Pull Request ## feat: make PebbleClient file methods also accept pathlib.PurePath I got tripped up while working on #2087 with methods like `ops.pebble.PebbleClient.push` only accepting a `str` for their `path` argument, while the wrapper methods like `op...
115
null
pyalarmdotcom/alarmdotcom
# Repository Context Name: pyalarmdotcom/alarmdotcom Description: # Pull Request ## Support debug data. # Relevant Files Found ## custom_components/alarmdotcom/__init__.py ``` """The alarmdotcom integration.""" from __future__ import annotations import logging from typing import Any from homeassistant.compone...
97
null
infer-actively/pymdp
# Repository Context Name: infer-actively/pymdp Description: # Pull Request ## Plot funcs 96 Addresses #96 in response to this [PR](https://github.com/infer-actively/pymdp/pull/95) raised by @tverbele. - moves `plot_beliefs` and `plot_likelihood` in most of the demos (not all, due to some differences in the more...
3,701
null
bcgov/lear
# Repository Context Name: bcgov/lear Description: # Pull Request ## 29984 Update identifier retrieval logic to cover NoW scenarios *Issue #:* /bcgov/entity#29984 *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under th...
58
null
microsoft/BitBLAS
# Repository Context Name: microsoft/BitBLAS Description: # Pull Request ## [FIX] GPU detection in multigpu env and OEM A100 not matching TVM There are two bug fixes in this PR 1. In a multipe gpu setup, https://github.com/ModelCloud/GPTQModel/pull/39 may need to execute on a single gpu in a multi-gpu env wher...
914
null
Arize-ai/openinference
# Repository Context Name: Arize-ai/openinference Description: # Pull Request ## chore(main): release python-openinference-instrumentation-openai 0.1.14 :robot: I have created a release *beep* *boop* --- ## [0.1.14](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-openai-v0.1...
777
null
AxFoundation/strax
# Repository Context Name: AxFoundation/strax Description: # Pull Request ## Also copy dps and remove redundant checks. **What is the problem / what does the code in this PR do** In this follow up PR for https://github.com/AxFoundation/strax/pull/768 we change a bit the plugin caching. The plugin caching was intro...
105
null
innolitics/rdm
# Repository Context Name: innolitics/rdm Description: # Pull Request ## Alter Issue Number Extraction RegEx from Branch Name Closes #103 In addition to altering the issue number RegEx and adding notes to the README on `rdm hooks`, I also threw in a quick typo fix and adding a language specifier to the MD code f...
660
null
climatepolicyradar/knowledge-graph
# Repository Context Name: climatepolicyradar/knowledge-graph Description: # Pull Request ## fix: Parse concept as Wikibase ID This was failing for me. Not sure when it started. ```shell just get-concept Q1363 uv run python scripts/get_concept.py --wikibase-id Q1363 ╭──────────────────────────────────────── Traceb...
2,592
null
bridgecrewio/checkov
# Repository Context Name: bridgecrewio/checkov Description: # Pull Request ## Panos zone protection By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. A resource check for PAN-OS Terraform provider to ensure Zone Protection Profiles are configured ...
298
null
adafruit/Adafruit_Blinka
# Repository Context Name: adafruit/Adafruit_Blinka Description: # Pull Request ## Using SPI1 on Beaglebone Black I attached a MAX31865 to BB. However, the existing code was attempting to open /dev/spidev2.0 whilst the correct device has to be /dev/spidev1.0 I traced the issue to the spiPorts being enumerated as...
16
null
Miksus/red-mail
# Repository Context Name: Miksus/red-mail Description: # Pull Request ## fix: support non-PNG embedded images as dict Fix to support also other than just PNG formats passed as dict, like: ```python email.send( subject="Example", receivers=[...], html="<h1>Example</h1> {{ my_image }}", body_...
1,118
null
mingrammer/diagrams
# Repository Context Name: mingrammer/diagrams Description: # Pull Request ## feat: add OvertureMaps to gis/data # Relevant Files Found ## diagrams/gis/data.py ``` # This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _GIS class _Data(_GIS): _type = "data" _icon_dir = "re...
305
null
ansible/pinakes
# Repository Context Name: ansible/pinakes Description: # Pull Request ## Add logic to check the availability of controller periodically This PR adds: 1. the logic to check source's availability in the background refresh task. 2. `info` attribute to store controller's platform version and url info. ![image](ht...
17,923
null
huggingface/transformers
# Repository Context Name: huggingface/transformers Description: # Pull Request ## skip some gpt_neox tests that require 80G RAM # What does this PR do? GPT-NeoX requires ~80G RAM to run. Our CI runners have only 60G RAM. Skip a few tests for now. Do you think it's better to use something like ```python @...
1,403
null
GoogleCloudPlatform/PerfKitBenchmarker
# Repository Context Name: GoogleCloudPlatform/PerfKitBenchmarker Description: # Pull Request ## [gcp_managed_relational_db] Added storage size capability. @stfeng @gareth-ferneyhough Added storage size capability and updated unit tests. # Relevant Files Found # Edits This pull request adds storage size ...
30
null
ProjectAlita/alita-sdk
# Repository Context Name: ProjectAlita/alita-sdk Description: # Pull Request ## Simplify the llm_input creation for the llm nodes since only the fstring type of a node requires the parameters building dependent on the input variables. # Relevant Files Found ## src/alita_sdk/langchain/langraph_agent.py ``` impo...
1,202
null
towhee-io/towhee
# Repository Context Name: towhee-io/towhee Description: # Pull Request ## add lrp for vit, vit block and multi head attention, fix bug in test_vit # Relevant Files Found ## tests/unittests/models/vit/test_vit.py ``` # Copyright 2021 Zilliz. All rights reserved. # # Licensed under the Apache License, Version 2....
95
null
Blaizzy/mlx-vlm
# Repository Context Name: Blaizzy/mlx-vlm Description: # Pull Request ## Add example notebooks and support for system role # Relevant Files Found ## mlx_vlm/__init__.py ``` from .prompt_utils import apply_chat_template, get_message_json from .utils import convert, generate, load, prepare_inputs from .version ...
1,879
null
pipecat-ai/pipecat
# Repository Context Name: pipecat-ai/pipecat Description: # Pull Request ## DailyTransport: fix video task variable #### Please describe the changes in your PR. If it is addressing an issue, please reference that as well. # Relevant Files Found ## src/pipecat/transports/services/daily.py ``` # # Copyright (c) 2...
173
null
fanout/django-eventstream
# Repository Context Name: fanout/django-eventstream Description: # Pull Request ## removed useless info logs This pull request includes changes to the logging level to reduce the verbosity of log messages. The logging level for several informational messages has been changed from `info` to `debug` because it's not...
128
null
sdss/sdssdb
# Repository Context Name: sdss/sdssdb Description: # Pull Request ## catalogdb.sdss_dr19p_speclite: add *.sql files, update catalogdb.py # Relevant Files Found ## python/sdssdb/peewee/sdss5db/catalogdb.py ``` #!/usr/bin/env python # -*- coding: utf-8 -*- # # @Author: José Sánchez-Gallego (gallegoj@uw.edu) # @D...
5,929
null
ethyca/fides
# Repository Context Name: ethyca/fides Description: # Pull Request ## LJ-372 Updating back refs and specific deletion methods for Attachments, Comments ### Description Of Changes Fixed warning message showing up in fidesplus regarding overlapping models with better `back_populates` functionality. Example of ...
32
null
phillco/talon-axkit
# Repository Context Name: phillco/talon-axkit Description: # Pull Request ## dictation_peek_left: update method signature Clobber was removed in https://github.com/knausj85/knausj_talon/pull/915, so without this change axkit this throws a type error after merging past that knausj version: ``` talon.scripting.t...
82
null
SonySemiconductorSolutions/mct-model-optimization
# Repository Context Name: SonySemiconductorSolutions/mct-model-optimization Description: # Pull Request ## Add torch tests to tests suite # Relevant Files Found ## tests/test_suite.py ``` # Copyright 2021 Sony Semiconductors Israel, Inc. All rights reserved. # # Licensed under the Apache License, Version 2.0 (...
27,826
null
jax-ml/jax
# Repository Context Name: jax-ml/jax Description: # Pull Request ## [JAX] Remove deprecated exports in jax.lib.xla_client. [JAX] Remove deprecated exports in jax.lib.xla_client. # Relevant Files Found ## jax/lib/xla_client.py ``` # Copyright 2024 The JAX Authors. # # Licensed under the Apache License, Version ...
10,418
null
ray-project/ray
# Repository Context Name: ray-project/ray Description: # Pull Request ## [hotfix] Bad merge with num_return_vals # Relevant Files Found ## python/ray/tests/test_basic.py ``` # coding: utf-8 import io import logging import os import pickle import sys import time import weakref import numpy as np import pytest ...
3,300
null
aws/aws-sam-cli
# Repository Context Name: aws/aws-sam-cli Description: # Pull Request ## fix: don't pull partial xray traces When pulling XRay traces, it sometimes returns partial results where the trace recording is not completed, and their times have been reported wrong (zeros or negative values). This change will fix this i...
280
null
workos/workos-python
# Repository Context Name: workos/workos-python Description: # Pull Request ## v4.12.0 ## Description Releases a new `4.12.0` version which currently includes the following changes: * #279 * #278 ## Documentation Does this require changes to the WorkOS Docs? E.g. the [API Reference](https://workos.co...
42
null
ynput/ayon-traypublisher
# Repository Context Name: ynput/ayon-traypublisher Description: # Pull Request ## Expose `Collect Original Sequence Frame Data` settings in Addon settings ## Changelog Description resolve #41 ## Testing notes: 1. Go to setting `ayon+settings://traypublisher/publish/CollectSequenceFrameData` 2. Try enabling...
3,023
null
allegro/ralph
# Repository Context Name: allegro/ralph Description: # Pull Request ## Add domain_holder field to list_filter # Relevant Files Found ## src/ralph/domains/admin.py ``` # -*- coding: utf-8 -*- from django.utils.html import format_html from django.utils.translation import ugettext_lazy as _ from ralph.admin imp...
590
null
OpenKMIP/PyKMIP
# Repository Context Name: OpenKMIP/PyKMIP Description: # Pull Request ## Add ApplicationSpecificInformation to the database model This change adds a new SQLAlchemy object to the database model representing the ApplicationSpecificInformation attribute. The new object is linked to the base ManagedObject object, allo...
73
null
tosh2230/stairlight
# Repository Context Name: tosh2230/stairlight Description: # Pull Request ## Type annotations by boto3-stubs # Relevant Files Found ## src/stairlight/source/controller.py ``` import json import os from importlib.util import find_spec from logging import getLogger from pathlib import Path from typing import Any...
6,409
null
red-hat-storage/ocs-ci
# Repository Context Name: red-hat-storage/ocs-ci Description: # Pull Request ## set must gather tag to v4.11.0 for ODF 4.11 GA'ed versions Issue: https://bugzilla.redhat.com/show_bug.cgi?id=2124418 Signed-off-by: vavuthu <vavuthu@redhat.com> # Relevant Files Found ## ocs_ci/utility/reporting.py ``` import lo...
167
null
jsiek/deduce
# Repository Context Name: jsiek/deduce Description: # Pull Request ## Forget def / recall Advice for when 'replace' or 'definition' could be used (#139) As opposed to the suggestion of the issue, I do this in the final case of `check_proof_of`, which handles (among other things) AllElim, PVar, and Recall nodes,...
10,279
null
ipython/ipython
# Repository Context Name: ipython/ipython Description: # Pull Request ## Provide help String for `xmode`. Closes #8866 # Relevant Files Found ## IPython/core/interactiveshell.py ``` # -*- coding: utf-8 -*- """Main IPython class.""" #----------------------------------------------------------------------------- ...
5,983
null
Azure/azure-sdk-for-python
# Repository Context Name: Azure/azure-sdk-for-python Description: # Pull Request ## Renaming Azure.Identity classes for cross-language consistency Renaming the following so identity classes / concepts are consistent across all languages: TokenCredentialChain -> ChainedTokenCredential Updated the classes as w...
1,331
null
rapid7/insightconnect-plugins
# Repository Context Name: rapid7/insightconnect-plugins Description: # Pull Request ## [SOAR-9284] IntSights Trigger Fix ## Proposed Changes ### Description Describe the proposed changes: - Fix `Get Alerts` action not honouring `is_closed` & other boolean tags. - Resolve issue on filtering alerts by ...
22
null
fusion-energy/openmc_source_plotter
# Repository Context Name: fusion-energy/openmc_source_plotter Description: # Pull Request ## reduce standard output # Relevant Files Found ## openmc_source_plotter/core.py ``` #!/usr/bin/env python3 """Provides functions for plotting source information""" from typing import Union import numpy as np import o...
7,699
null
apache/tvm
# Repository Context Name: apache/tvm Description: # Pull Request ## [Relay][Frontend][ONNX] Raise error when user provides an input not in the onnx graph. There was recently some discussion about how the onnx importer should handle being passed a shape dict that contains inputs not found in the onnx graph. Current...
2,415
null
SwissDataScienceCenter/renku-python
# Repository Context Name: SwissDataScienceCenter/renku-python Description: # Pull Request ## build(deps): (deps-dev): bump pytest-timeout from 1.4.2 to 2.0.1 Bumps [pytest-timeout](https://github.com/pytest-dev/pytest-timeout) from 1.4.2 to 2.0.1. <details> <summary>Commits</summary> <ul> <li>See full diff in <a h...
12,098
null
PennyDreadfulMTG/Penny-Dreadful-Tools
# Repository Context Name: PennyDreadfulMTG/Penny-Dreadful-Tools Description: # Pull Request ## Store database under its own name not under 'database' - **Empty commit to test CI/CD** - **Test fixture should return db config to initial value after test** - **Store database under its own name not under 'database'** ...
608
null
f4pga/prjxray
# Repository Context Name: f4pga/prjxray Description: # Pull Request ## Add fuzzer for BRAM/FIFO enable bits. Fixes #12 # Relevant Files Found ## fuzzers/060-bram-cascades/top.py ``` import os import sys import random import math from prjxray import util from prjxray.db import Database random.seed(int(os.getenv...
3,679
null
PaddlePaddle/models
# Repository Context Name: PaddlePaddle/models Description: # Pull Request ## fix_dnet_python3 (#3677) 1) cherry-pick # Relevant Files Found ## PaddleNLP/Research/MRQA2019-D-NET/multi_task_learning/scripts/macro_avg.py ``` import numpy as np import argparse import re def extract_score(line): prog = re.comp...
15
null
SunPower/pvfactors
# Repository Context Name: SunPower/pvfactors Description: # Pull Request ## Update docs because of simulation API changes Some major changes happened in #14 and #13 and need to be reflected in the documentation. # Relevant Files Found ## pvfactors/pvcore.py ``` # -*- coding: utf-8 -*- from shapely.geometry imp...
384
null
wise-agents/wise-agents
# Repository Context Name: wise-agents/wise-agents Description: # Pull Request ## Add the ability to specify the user message in addition to the system message in the WiseAgentMetaData Fixes: * https://github.com/wise-agents/wise-agents/issues/383 # Relevant Files Found ## src/wiseagents/core.py ``` import co...
75
null
OnroerendErfgoed/brdr
# Repository Context Name: OnroerendErfgoed/brdr Description: # Pull Request ## #64 added update_to_actual_grb-function # Relevant Files Found ## brdr/aligner.py ``` import json import logging import os from collections import defaultdict from datetime import datetime from math import pi from typing import Itera...
27
null
sproutsocial/botanist
# Repository Context Name: sproutsocial/botanist Description: # Pull Request ## Terminology updates: Master to main This updates the language to be in line with the current terminology policy. # Relevant Files Found ## webapp/ui/tests/test_get_repo_and_filepath.py ``` import os from django.test import TestCase ...
73
null
qilimanjaro-tech/qiboconnection
# Repository Context Name: qilimanjaro-tech/qiboconnection Description: # Pull Request ## Job error missages Return an exception if the user want to retrieve a job that doesn't exist or execute without any device selected. # Relevant Files Found ## src/qiboconnection/api.py ``` """ Qilimanjaro Client API to comm...
197
null
voc/voctomix
# Repository Context Name: voc/voctomix Description: # Pull Request ## improve audio level display Improved CPU usage and look of the audio level display After a first profiling session with voctogui I realized a CPU usage peak at audioleveldisplay.py:22(on_draw). This drawing routine uses move-to and line-to ...
2,888
null
allegro/ralph
# Repository Context Name: allegro/ralph Description: # Pull Request ## Add service change notifications # Relevant Files Found ## src/ralph/data_center/models/virtual.py ``` # -*- coding: utf-8 -*- from dj.choices import Choices from django.core.exceptions import ValidationError from django.db import models fr...
93
null
hydroshare/hs_restclient
# Repository Context Name: hydroshare/hs_restclient Description: # Pull Request ## Default login I'll push this out shortly after 1.16.1 completes. It adds referenced content methods and also documents overwrite on unzip. I also snuck in user prompt if no authentication is provided. # Relevant Files Found ## hs...
6,216
null
intel/ipex-llm
# Repository Context Name: intel/ipex-llm Description: # Pull Request ## add auto learning rate scaling for `TorchNano` ## Description Add auto learning rate scaling for `TorchNano`, and add an UT for it ### 1. Why the change? To align the arguments of `TorchNano` and `Trainer` #6105 ### 2. User API cha...
2,618
null
chimera-linux/cports
# Repository Context Name: chimera-linux/cports Description: # Pull Request ## contrib/skopeo: new package # Relevant Files Found # Edits This pull request adds a new package for Skopeo, a tool for working with OCI images and repositories, to the chimera-linux/cports repository. The key change is the addition...
14
null
ci-lab-cz/easydock
# Repository Context Name: ci-lab-cz/easydock Description: # Pull Request ## added boron reduction with charge # Relevant Files Found ## moldock/get_sdf_from_dock_db.py ``` #!/usr/bin/env python import argparse import os import sqlite3 import sys from rdkit import Chem from .preparation_for_docking import pdb...
6,581
null
ansys/pyaedt
# Repository Context Name: ansys/pyaedt Description: # Pull Request ## FEAT: Extension MCAD assembly ## Description **Please provide a brief description of the changes made in this pull request.** ## Issue linked **Please mention the issue number or describe the problem this pull request addresses.** ## Che...
254
null
pieces-app/plugin_sublime
# Repository Context Name: pieces-app/plugin_sublime Description: # Pull Request ## Add local llms 1. Added new local LLMs that was not in the list 2. Added the ability to install/stop local llm installation <img width="944" alt="Screenshot 2025-01-24 at 5 17 47 PM" src="https://github.com/user-attachments/asse...
121
null
hackupc/myhackupc
# Repository Context Name: hackupc/myhackupc Description: # Pull Request ## Fixed issue table and fixed votes <!-- Thanks for sending a pull request! Here are some tips for you: 1. If this is your first time, read our contributor guidelines https://github.com/HackAssistant/registration/blob/master/.github/CONTR...
270
null
Learning-and-Intelligent-Systems/predicators
# Repository Context Name: Learning-and-Intelligent-Systems/predicators Description: # Pull Request ## Playroom nsrt learning changes implemented to make nsrt learning work: - make sure for each option, all option vars are used somewhere (either in policy or initiable fnc) - make sure that each "move transition" ...
10
null
lukasrump/crllm
# Repository Context Name: lukasrump/crllm Description: # Pull Request ## feat: add base url envvar for ollama # Relevant Files Found ## src/crllm/model/provider/ollama.py ``` from langchain_ollama import ChatOllama from crllm.model.model import Model class OllamaModel(Model): def _get_model(self, model_c...
333
null
prman-pixar/RenderManForBlender
# Repository Context Name: prman-pixar/RenderManForBlender Description: # Pull Request ## Preset updates # Relevant Files Found ## operators.py ``` # ##### BEGIN MIT LICENSE BLOCK ##### # # Copyright (c) 2015 Brian Savery # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this...
3,945
null
streamlit/streamlit
# Repository Context Name: streamlit/streamlit Description: # Pull Request ## Up version to 1.1.0 # Relevant Files Found ## lib/setup.py ``` # Copyright 2018-2021 Streamlit Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License....
536
null
langchain-ai/langchain-google
# Repository Context Name: langchain-ai/langchain-google Description: # Pull Request ## added deprecation warning for Palm # Relevant Files Found ## libs/vertexai/langchain_google_vertexai/chat_models.py ``` """Wrapper around Google VertexAI chat-based models.""" from __future__ import annotations # noqa impo...
167
null
adafruit/Adafruit_Blinka
# Repository Context Name: adafruit/Adafruit_Blinka Description: # Pull Request ## Always pass on set_no_cs() # Relevant Files Found ## src/adafruit_blinka/microcontroller/generic_linux/spi.py ``` import spidev import time from adafruit_blinka.agnostic import detector class SPI: MSB = 0 LSB = 1 CPH...
356
null
Auto-Mech/autochem
# Repository Context Name: Auto-Mech/autochem Description: # Pull Request ## Dev # Relevant Files Found ## automol/inchi/__init__.py ``` """ InChI strings """ # L3 # # "constructor" from automol.inchi.base._core import from_data # # recalculate/standardize from automol.inchi.base._core import recalculate from ...
9
null
fooelisa/pyiosxr
# Repository Context Name: fooelisa/pyiosxr Description: # Pull Request ## add function commit_config_with_label I'd like to add the ability to do commits with labels. My network uses this feature heavily. I created a new function to add commit label and commit comments. I'm not a programmer so it likely needs s...
6,137
null
wandb/wandb
# Repository Context Name: wandb/wandb Description: # Pull Request ## feat(launch): default to noop builder if docker not installed Fixes ----- - Fixes WB-NNNNN - Fixes #NNNN Description ----------- What does the PR do? <!-- copilot:summary --> ### <samp>🤖 Generated by Copilot at 5f9e038</samp> This pu...
28
null
magicpdf/Magic-Doc
# Repository Context Name: magicpdf/Magic-Doc Description: # Pull Request ## feat: set dpi to 200 # Relevant Files Found ## magic_doc/conv/pdf_magicpdf.py ``` import os from magic_pdf.libs.MakeContentConfig import DropMode, MakeMode from magic_pdf.pipe.UNIPipe import UNIPipe from magic_pdf.pipe.OCRPipe import ...
12
null
wolfgangmuender/InspectorTodo
# Repository Context Name: wolfgangmuender/InspectorTodo Description: # Pull Request ## Added api token parameter for jira_server. When set it will skip basic auth, and send a bearer auth authorisation header instead. [jira_server] token: API Token # Relevant Files Found ## src/inspectortodo/main.py ``` # Co...
11,961
null
mlflow/mlflow
# Repository Context Name: mlflow/mlflow Description: # Pull Request ## Raise exception when accessing tags and aliases from search rpcs <details><summary>&#x1F6E0 DevTools &#x1F6E0</summary> <p> [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/artjen/mlflow/pull/11...
11
null
IntelLabs/RAG-FiT
# Repository Context Name: IntelLabs/RAG-FiT Description: # Pull Request ## Packaging, optional dependencies - Using pyproject.toml to define a package. - Optional dependencies like Haystack, DeepEval (+Langchain), Docs creation. - Update README with instructions. # Relevant Files Found ## ragfoundry/evaluati...
86
null
nokia/moler
# Repository Context Name: nokia/moler Description: # Pull Request ## Copy fix # Relevant Files Found ## moler/cmd/unix/find.py ``` # -*- coding: utf-8 -*- """ Find command module. """ __author__ = 'Adrianna Pienkowska' __copyright__ = 'Copyright (C) 2018, Nokia' __email__ = 'adrianna.pienkowska@nokia.com' fr...
1,218
null
microsoft/graphrag
# Repository Context Name: microsoft/graphrag Description: # Pull Request ## Fix issue 1173 - Nested json parsing <!-- Thanks for contributing to GraphRAG! Please do not make *Draft* pull requests, as they still notify anyone watching the repo. Create a pull request when it is ready for review and feedback. ...
15
null
tfoxy/graphene-django-optimizer
# Repository Context Name: tfoxy/graphene-django-optimizer Description: # Pull Request ## Add option to disable the abort_only_optimization method. I read issue #2 after stumbling upon that issue myself. last comment was a suggestion to add that as an option. This PR implements an options solution with `disable_abo...
86
null
ecmwf/covjsonkit
# Repository Context Name: ecmwf/covjsonkit Description: # Pull Request ## Add util function for mergeing two coverage collections ### Description ### Contributor Declaration By opening this pull request, I affirm the following: * All authors agree to the [Contributor License Agreement](https://github.co...
2,659
null
cloudify-cosmo/cloudify-manager
# Repository Context Name: cloudify-cosmo/cloudify-manager Description: # Pull Request ## RD-1902 Bump cryptography from 3.3.1 to 3.4.7 Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.1 to 3.3.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pyca/cryptogr...
722
null
DemocracyClub/UK-Polling-Stations
# Repository Context Name: DemocracyClub/UK-Polling-Stations Description: # Pull Request ## explicitly throw exception if EE returns non-200 status code # Relevant Files Found ## polling_stations/apps/data_finder/helpers.py ``` import abc import logging import lxml.etree import re import requests import time fr...
360
null
pytorchbearer/torchbearer
# Repository Context Name: pytorchbearer/torchbearer Description: # Pull Request ## Add trial to docs # Relevant Files Found ## torchbearer/__init__.py ``` """ Model ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. automodule:: torchbearer.torchbearer :members: :undoc-members: Utilities ^^^^^^^^^^^^...
43
null
hpeyerl/venstar_colortouch
# Repository Context Name: hpeyerl/venstar_colortouch Description: # Pull Request ## get_settings: handle api returning None attr may not exist in the response, so this uses .get() which will return None instead of throwing a KeyError. This was found from a regression where hum_setpoint was being queried on a ...