pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
110 | null | penzance/ab-testing-tool | # Repository Context
Name: penzance/ab-testing-tool
Description:
# Pull Request
## V2 feature/csv upload
- Adds Canvas call to get new students for a course (it gets all students for the course and filters out those already known by the ab_tool)
- Adds views and backend functions to download template xlsx and csv t... |
449 | null | Royal-Society-of-New-Zealand/NZ-ORCID-Hub | # Repository Context
Name: Royal-Society-of-New-Zealand/NZ-ORCID-Hub
Description:
# Pull Request
## Prod patch for orcidhub 279
* the task is necessary on only for list view not for edit or detail view.
So there is no need to retrieve a task view.
* some cosmetic improvement that caught my eye
# Relevant Fil... |
238 | null | iptc/newsinjson | # Repository Context
Name: iptc/newsinjson
Description:
# Pull Request
## ninjs versions 1.7 / 2.3 / 3.2
These changes were approved by the IPTC Standards Committee on 16 October 2025.
# Relevant Files Found
## validation/python/runtests.py
```
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Copyright (c) 202... |
23,025 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## catch exceptions on bad system locales/encodings
Fixes #22981.
# Relevant Files Found
## salt/utils/__init__.py
```
# -*- coding: utf-8 -*-
'''
Some of the utils used by salt
'''
from __future__ import absolute_import
from __future__ impor... |
122 | null | LSSTDESC/TJPCov | # Repository Context
Name: LSSTDESC/TJPCov
Description:
# Pull Request
## Sprint Feb2025
This PR will close #121 and #120
# Relevant Files Found
## tjpcov/covariance_fourier_gaussian_nmt.py
```
import os
import warnings
import numpy as np
import pyccl as ccl
import pymaster as nmt
from .covariance_builder imp... |
659 | null | blue-marble/gridpath | # Repository Context
Name: blue-marble/gridpath
Description:
# Pull Request
## Generalize hours in period validation
# Relevant Files Found
## gridpath/auxiliary/validations.py
```
#!/usr/bin/env python
# Copyright 2017 Blue Marble Analytics LLC. All rights reserved.
"""
Various input validation functions used... |
905 | null | ml6team/fondant | # Repository Context
Name: ml6team/fondant
Description:
# Pull Request
## Add resource requirements to the retrieve from faiss component
When using the retrieve from faiss component with the LocalCluster it is a bit tricky to find the right machine configuration.
Changed the initialisation of the LocalCluster. As... |
1,581 | null | Zulko/moviepy | # Repository Context
Name: Zulko/moviepy
Description:
# Pull Request
## Document 'find_video_period'
+ Reformat `find_video_period` test, moving it from `test_misc` to `test_videotools`.
+ Document properly all parameters of `find_video_period` function.
+ Allow to pass `start_time` parameter as time format (`AA:... |
2,185 | null | encode/httpx | # Repository Context
Name: encode/httpx
Description:
# Pull Request
## Patch `copy_with`
Patch for #2184
# Relevant Files Found
## httpx/_urls.py
```
import typing
from urllib.parse import parse_qs, quote, unquote, urlencode
import idna
import rfc3986
import rfc3986.exceptions
from ._exceptions import Invalid... |
3,594 | null | pydantic/pydantic | # Repository Context
Name: pydantic/pydantic
Description:
# Pull Request
## Support mypy 0.910 to 0.930 including CI tests
Some cleanup from #3573, also stealing logic from #3572.
I normally don't think changing the versions of mypy which the plugin is compatible with would be a problem in a minor release, but s... |
6,179 | null | psf/requests | # Repository Context
Name: psf/requests
Description:
# Pull Request
## Update Dependency with `chardet>=3.0.2,<6`
https://github.com/chardet/chardet/releases/tag/5.0.0 was released on 2022-06-25 with remove of Python 3.6 support, which also align with our Python > 3.6 requirement.
Signed-off-by: Wong Hoi Sing Ed... |
33 | null | jpgill86/neurotic | # Repository Context
Name: jpgill86/neurotic
Description:
# Pull Request
## Fix for EstimateVideoJumpTimes regression introduced in 0.4.0
`EstimateVideoJumpTimes` assumed the AxoGraph Tags were always first in the list, but #29 alphabetized the events list.
# Relevant Files Found
## neurotic/tests/test_cli.py
``... |
21,859 | null | frappe/frappe | # Repository Context
Name: frappe/frappe
Description:
# Pull Request
## fix: Parameter {function} get translated and format doesn't work
_("{**function**} of {fieldlabel}").format(**function**=sql_fn_map[args.aggregate_function], fieldlabel=aggregate_on_label)
I work with ERPNext in pt-BR and parameter **{functi... |
6 | null | Tagirijus/fountain | # Repository Context
Name: Tagirijus/fountain
Description:
# Pull Request
## Fixed condition of Character line.
According to Fountain's syntax, Character element should be all-upper-case or beginning with '@'.
# Relevant Files Found
## fountain/fountain.py
```
"""
fountain.py
Ported to Python 3 by Colton J. Prov... |
797 | null | pymedphys/pymedphys | # Repository Context
Name: pymedphys/pymedphys
Description:
# Pull Request
## Streamlit usage
# Relevant Files Found
## examples/site-specific/cancer-care-associates/streamlit/mudensity-compare.py
```
# Copyright (C) 2020 Cancer Care Associates
# Licensed under the Apache License, Version 2.0 (the "License");
... |
2,574 | null | ESMValGroup/ESMValCore | # Repository Context
Name: ESMValGroup/ESMValCore
Description:
# Pull Request
## Missing 2m height coordinate and monotonicity for tasmin in CESM2 and CESM2-WACCM
This is a follow up to issue #2573 for the height coordinates. Still looking into the time issue. There was already a fix for the 2m height previously d... |
1,002 | null | tytusdb/tytusdb | # Repository Context
Name: tytusdb/tytusdb
Description:
# Pull Request
## tamanio de funciones
# Relevant Files Found
## parser/team14/Expresion/FuncionesNativas.py
```
from Expresion.Expresion import Expresion
from Expresion.Terminal import *
from Entorno import Entorno
import math
import random as rn
imp... |
535 | null | openforcefield/openff-toolkit | # Repository Context
Name: openforcefield/openff-toolkit
Description:
# Pull Request
## Cmiles options
- [X] Fix #534
- [X] Add [tests](https://github.com/openforcefield/openforcefield/tree/master/openforcefield/tests)
- [X] Update docstrings/[documentation](https://github.com/openforcefield/openforcefield/tree/... |
84 | null | ChanTsune/django-boost | # Repository Context
Name: ChanTsune/django-boost
Description:
# Pull Request
## Change/api
The PR should summarize what was changed and why. Here are some questions to help you if you're not sure:
- What behavior was changed?
- What code was refactored / updated to support this change?
- What issues are... |
5 | null | runprism/alto | # Repository Context
Name: runprism/alto
Description:
# Pull Request
## Add `python_version` to EC2 configuration
- Add the option to specify a `major`, `major.minor`, or `major.minor.micro` version of Python.
# Relevant Files Found
## nomad/agents/base.py
```
"""
Users can run their code on cloud environments, ... |
1,125 | null | AllenNeuralDynamics/dynamic-foraging-task | # Repository Context
Name: AllenNeuralDynamics/dynamic-foraging-task
Description:
# Pull Request
## [production merge] 2024-12-06
Created by Github Actions
# Relevant Files Found
## src/foraging_gui/Dialogs.py
```
import time
import math
import json
import os
import shutil
import subprocess
from datetime import ... |
854 | null | IBM/unitxt | # Repository Context
Name: IBM/unitxt
Description:
# Pull Request
## Implementation of select safety benchmarks
Implementation of select safety benchmarks used in the MLCommons AI Safety Benchmark (https://mlcommons.org/working-groups/ai-safety/ai-safety/).
Based on code at https://github.com/mlcommons/modelgaug... |
3,881 | null | PaddlePaddle/PaddleNLP | # Repository Context
Name: PaddlePaddle/PaddleNLP
Description:
# Pull Request
## Add library name and version to hf_hub_download for better analytics
<!-- Demo: https://github.com/PaddlePaddle/PaddleNLP/pull/26 -->
### PR types
Function optimization
<!-- One of [ New features | Bug fixes | Function optimization ... |
214 | null | home-assistant-libs/zwave-js-server-python | # Repository Context
Name: home-assistant-libs/zwave-js-server-python
Description:
# Pull Request
## Set API schema during initialization instead of during connect
In https://github.com/home-assistant-libs/zwave-js-server-python/pull/213 I added the capability for the caller to specify the schema version, but they ... |
85 | null | nanome-ai/nanome-lib | # Repository Context
Name: nanome-ai/nanome-lib
Description:
# Pull Request
## added name to api and tests
# Relevant Files Found
## nanome/_internal/_ui/_button.py
```
from . import _UIBase
from nanome.util import Vector3, Color
import nanome
import copy
class _Button(_UIBase):
HorizAlignOptions = nanome... |
376 | null | interactions-py/interactions.py | # Repository Context
Name: interactions-py/interactions.py
Description:
# Pull Request
## Unstable
- generates an appropriate name for the autocomplete event
- add argument "value" of the command in the autocomplete event
- don't be afraid to cancel if you find any error :D
# Relevant Files Found
## interaction... |
2,535 | null | feast-dev/feast | # Repository Context
Name: feast-dev/feast
Description:
# Pull Request
## fix: Remove docker step from unit test workflow
Signed-off-by: Achal Shah <achals@gmail.com>
<!-- Thanks for sending a pull request! Here are some tips for you:
1. Ensure that your code follows our code conventions: https://github.com... |
67 | null | globocom/GloboNetworkAPI-WebUI | # Repository Context
Name: globocom/GloboNetworkAPI-WebUI
Description:
# Pull Request
## Develop
# Relevant Files Found
## CadVlan/Net/views.py
```
# -*- coding:utf-8 -*-
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with... |
560 | null | Golde34/Gaia-Project | # Repository Context
Name: Golde34/Gaia-Project
Description:
# Pull Request
## Dev
# Relevant Files Found
## ai_core/index.py
```
from fastapi import FastAPI, Request
from dotenv import load_dotenv
import asyncio
import contextvars
import uuid
import uvicorn
from ui.controller import chat_controller, onboard... |
603 | null | HewlettPackard/squest | # Repository Context
Name: HewlettPackard/squest
Description:
# Pull Request
## Fix migration
# Relevant Files Found
## resource_tracker_v2/migrations/0001_clean_up_v1.py
```
# Generated by Django 3.2.13 on 2023-06-02 09:02
from django.db import migrations
def clean_resource_v1(apps, schema_editor):
Conte... |
163 | null | fireblocks/fireblocks-sdk-py | # Repository Context
Name: fireblocks/fireblocks-sdk-py
Description:
# Pull Request
## COR-44698 - externalDescriptor optional
# Relevant Files Found
## fireblocks_sdk/api_types.py
```
from enum import Enum
from typing import Optional, List, Union
def snake_to_camel(snake_case: str):
words = snake_case.s... |
455 | null | cuthbertLab/music21 | # Repository Context
Name: cuthbertLab/music21
Description:
# Pull Request
## add KeySignature.transposePitchFromC and inPlace to Interval.transpose
# Relevant Files Found
## music21/interval.py
```
# -*- coding: utf-8 -*-
# ------------------------------------------------------------------------------
# Name: ... |
178 | null | adobe/himl | # Repository Context
Name: adobe/himl
Description:
# Pull Request
## Optimize interpolations and fix logging
from 8:40min on jenkins to 2:44min
# Relevant Files Found
## himl/config_generator.py
```
# Copyright 2019 Adobe. All rights reserved.
# This file is licensed to you under the Apache License, Version 2.0 ... |
240 | null | PhasesResearchLab/ESPEI | # Repository Context
Name: PhasesResearchLab/ESPEI
Description:
# Pull Request
## FIX: Support varying pressure and P-X plots in dataplot() and ravel_zpf_values()
# Relevant Files Found
## espei/core_utils.py
```
"""
Utilities for querying, modifiying, and extracting data from Datasets.
"""
import copy
from typ... |
244 | null | pistachiostudio/takohachi | # Repository Context
Name: pistachiostudio/takohachi
Description:
# Pull Request
## introducing Gemini 2.0 Flash
朝の雑学取得と /gpt コマンドをGoogleのGeminiに変更。伴ってコマンドを /gemini へ。
# Relevant Files Found
## src/cogs/openai.py
```
import os
import discord
import httpx
from discord import app_commands
from discord.ext im... |
22,899 | null | jax-ml/jax | # Repository Context
Name: jax-ml/jax
Description:
# Pull Request
## When caching is enabled, also enable XLA caching features as well
This PR makes it easier to enable all of the caching features in JAX and XLA with a single option. Now, when the JAX persistent cache is enabled (`JAX_COMPILATION_CACHE_DIR`), some ... |
3,596 | null | ludwig-ai/ludwig | # Repository Context
Name: ludwig-ai/ludwig
Description:
# Pull Request
## FIX: Failure in TabTransformer Combiner Unit test
# Code Pull Requests
This is a temporary work-around for Issue #3591.
Comment out corner cases that cause failure in tabtransformer combiner unit test.
Root cause appears to be a rec... |
37 | null | nationalarchives/ds-wagtail | # Repository Context
Name: nationalarchives/ds-wagtail
Description:
# Pull Request
## Integrate with details page frontend work.
I've output the record data we have so far. Not (yet) included is:
- Hierarchy
- Media
- Access
- Held by (requires hierarchy)
I've added additional logging to help get to th... |
16,063 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## Add new package: kinesis
# Relevant Files Found
# Edits
This pull request adds a new package for the Amazon Kinesis Client Library (KCL) for Java, enabling Spack users to install and manage the KCL as a dependency. The package supports mult... |
141 | null | RobotLocomotion/drake-external-examples | # Repository Context
Name: RobotLocomotion/drake-external-examples
Description:
# Pull Request
## Use AdvanceTo() rather than deprecated StepTo() name
Simulator::StepTo() is now deprecated in favor of Simulator::AdvanceTo(). This PR makes that change in all the drake-external-examples code.
Fixes RobotLocomotion... |
20 | null | pstage-ocr-team6/ocr-teamcode | # Repository Context
Name: pstage-ocr-team6/ocr-teamcode
Description:
# Pull Request
## [#19] Update main contributions of SATRN framework
## ✨ Types of Changes
- [ ] Bugfix
- [x] New Feature
- [ ] Documentation
## ✅ Checklist
- [x] Enough documentation in Pull Request or README.md
- [ ] Add comments to... |
24,609 | null | pandas-dev/pandas | # Repository Context
Name: pandas-dev/pandas
Description:
# Pull Request
## REF/TST: Add more pytest idiom to test_to_html.py
# Relevant Files Found
## pandas/tests/io/formats/test_to_html.py
```
# -*- coding: utf-8 -*-
from datetime import datetime
from io import open
import re
import numpy as np
import pyte... |
1,559 | null | allegro/ralph | # Repository Context
Name: allegro/ralph
Description:
# Pull Request
## Fixed export order for service-env model.
ServiceEnvironment model should be imported before Assets so it must also be
exported before Assets.
# Relevant Files Found
## src/ralph/export_to_ng/management/commands/export_model.py
```
#!/usr/b... |
100 | null | IBM/pytorch-seq2seq | # Repository Context
Name: IBM/pytorch-seq2seq
Description:
# Pull Request
## Adapt load to allow CPU loading of GPU models
Add storage parameter to checkpoint loading if torch.cuda.is_available()
returns False, allowing to load models on a CPU that were trained
with cuda available.
# Relevant Files Found
## se... |
80 | null | mtth/hdfs | # Repository Context
Name: mtth/hdfs
Description:
# Pull Request
## Support NameNode HA with WebHDFS (second attempt)
This is a new attempt to merge the pull request #72, which appears to have fallen asleep (the last message is from April). The original author seems to have forgotten about it.
To facilitate the ... |
4,583 | null | SciTools/iris | # Repository Context
Name: SciTools/iris
Description:
# Pull Request
## Overnight benchmarks
## 🚀 Pull Request
### Description
<!-- Provide a clear description about your awesome pull request -->
<!-- Tell us all about your new feature, improvement, or bug fix -->
Following team discussion we have decided ... |
77 | null | Gasman2014/KiCad-Diff | # Repository Context
Name: Gasman2014/KiCad-Diff
Description:
# Pull Request
## 1. SVG-Related Improvements.
This improves SVG generation for Kicad 6 on macOS and tweaks the overall usability of the tool.
So. this PR evolved a bit further from the initial idea that was just to improve the generated SVG files fo... |
40 | null | p1c2u/pathable | # Repository Context
Name: p1c2u/pathable
Description:
# Pull Request
## Frozen paths
# Relevant Files Found
## pathable/accessors.py
```
"""Pathable accessors module"""
from collections.abc import Hashable
from collections.abc import Mapping
from collections.abc import Sequence
from functools import lru_cache
... |
80 | null | chainstacklabs/chainbench | # Repository Context
Name: chainstacklabs/chainbench
Description:
# Pull Request
## Add Solana methods and feature for testing individual Solana methods
## Description
- add more Solana methods
- enable testing single Solana methods
## Issues Resolved
- Updated some dependencies
# Relevant Files Found
## ch... |
48 | null | geopython/GeoHealthCheck | # Repository Context
Name: geopython/GeoHealthCheck
Description:
# Pull Request
## Small fixes docs and SECRET_KEY generation
This PR contains minor editorial fixes made during (successful!) local `virtualenv` install (Mac OSX El Capitan, homebrew, Python 2.7). Basically these changes:
- docu: `scripts/activate` sh... |
1,738 | null | reframe-hpc/reframe | # Repository Context
Name: reframe-hpc/reframe
Description:
# Pull Request
## [test] Adapt Scalapack test to Eiger
# Relevant Files Found
## cscs-checks/libraries/math/scalapack_compile_run.py
```
# Copyright 2016-2021 Swiss National Supercomputing Centre (CSCS/ETH Zurich)
# ReFrame Project Developers. See the ... |
3,912 | null | mozilla/kitsune | # Repository Context
Name: mozilla/kitsune
Description:
# Pull Request
## Remove references of buddyup.
# Relevant Files Found
## kitsune/urls.py
```
from django.conf.urls import include, url
from django.conf import settings
from django.views.i18n import javascript_catalog
from django.views.decorators.cache imp... |
1,645 | null | IMAP-Science-Operations-Center/imap_processing | # Repository Context
Name: IMAP-Science-Operations-Center/imap_processing
Description:
# Pull Request
## Ultra l1c - added fixture for downloading data
# Change Summary
## Overview
Added fixture similar to what was done here: https://github.com/IMAP-Science-Operations-Center/imap_processing/pull/1600/files
F... |
1,657 | null | Zulko/moviepy | # Repository Context
Name: Zulko/moviepy
Description:
# Pull Request
## Add MKV support allowing h264 w/ alt. sound codecs
Added 1 line for moviepy to be able to use FFMPEG to make matroska mkv files that can handle a variety of sound codecs as well has h264 video codecs. It has allowed me to output a mkv with h264... |
673 | null | pyscf/pyscf | # Repository Context
Name: pyscf/pyscf
Description:
# Pull Request
## Rewrite mcscf.addons.project_init_guess
The old project_init_guess function appears to have been designed to produce good initial orbitals for a calculation with a large basis set using an initial guess from a calculation on the same molecule, at... |
91 | null | uw-it-aca/uw-restclients-canvas | # Repository Context
Name: uw-it-aca/uw-restclients-canvas
Description:
# Pull Request
## handle missing assignment_visible attribute
# Relevant Files Found
## uw_canvas/models.py
```
from restclients_core import models
import dateutil.parser
import re
class CanvasAccount(models.Model):
account_id = model... |
13,282 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Upgrade python-forecastio to 1.4.0
## Description:
This upgrades python-forecastio to 1.4.0
**Related issue (if applicable):** fixes #<home-assistant issue number goes here>
**Pull request in [home-assistant.github.io](https://gith... |
5,860 | null | sqlfluff/sqlfluff | # Repository Context
Name: sqlfluff/sqlfluff
Description:
# Pull Request
## Remove typing_extensions requirement
`Literal`, `SupportsIndex` and `TypedDict` were added in `typing` in Python 3.8.
# Relevant Files Found
## src/sqlfluff/core/linter/linted_dir.py
```
"""Defines the LintedDir class.
This stores the i... |
147 | null | microsoft/Olive | # Repository Context
Name: microsoft/Olive
Description:
# Pull Request
## Set seed before training resnet model
The pytorch model for resnet example is trained in `prepare_model_data.py`. Because of randomness during training, the model is not the same between ci runs and causes inconsistent behavior. Set random se... |
38 | null | bwhmather/python-validation | # Repository Context
Name: bwhmather/python-validation
Description:
# Pull Request
## Add only a single space after the colon in exception context
# Relevant Files Found
## validation/datastructure.py
```
"""
This module contains functions for validating plain data-structures.
These functions typically expect ... |
114 | null | lk-geimfari/mimesis | # Repository Context
Name: lk-geimfari/mimesis
Description:
# Pull Request
## add jp locale
Here's the locale data for jp. 🇯🇵
(I am not Japanese but lived in Japan for a couple of years.)
# Relevant Files Found
## elizabeth/core/interdata/address.py
```
# =============
# ADDRESS
# =============
COUNTRIES_ISO ... |
7,772 | null | statsmodels/statsmodels | # Repository Context
Name: statsmodels/statsmodels
Description:
# Pull Request
## ENH: add options to meta-analysis plot_forest
- [x] closes #7771
- [x] tests added / passed.
- [x] code/documentation is well formatted.
# Relevant Files Found
## statsmodels/stats/meta_analysis.py
```
# -*- coding: utf-8 -*... |
513 | null | argilla-io/argilla | # Repository Context
Name: argilla-io/argilla
Description:
# Pull Request
## Feat: Enhance `rubrix.load`
This PR does 3 things to `rubrix.load()`:
- Sorts the records by id before returning them
- Adds an `as_pandas` parameter that controls the output type: or a pandas DataFrame, or simply a list of records (defa... |
2,090 | null | alteryx/evalml | # Repository Context
Name: alteryx/evalml
Description:
# Pull Request
## Allow precision-recall to handle 2d predicted probabilities; docs updates
Changes:
* Minor fix to precision-recall graph method: use same code as ROC method to process input data
* User guide updates: `train_pipelines`/`score_pipelines`, aut... |
26,171 | null | dagster-io/dagster | # Repository Context
Name: dagster-io/dagster
Description:
# Pull Request
## [dagster-azure] Generate URL from compute log manager
## Summary & Motivation
See comments for additional context.
This PR changes the Azure compute log manager to generate a URL by default instead of capturing the logs.
There's a... |
208 | null | ninoseki/shimon | # Repository Context
Name: ninoseki/shimon
Description:
# Pull Request
## chore: update deps
# Relevant Files Found
## backend/core/settings.py
```
import sys
from starlette.config import Config
config = Config(".env")
PROJECT_NAME: str = config("PROJECT_NAME", default="shimon")
DEBUG: bool = config("DEBUG"... |
37 | null | diveflo/arris-tg3442 | # Repository Context
Name: diveflo/arris-tg3442
Description:
# Pull Request
## add early 2022 firmware
another firmware just popped up
# Relevant Files Found
## firmware.py
```
import binascii
import json
import os
import re
from bs4 import BeautifulSoup
from Crypto.Cipher import AES
from requests.sessions impo... |
305 | null | DEENUU1/meta-spy | # Repository Context
Name: DEENUU1/meta-spy
Description:
# Pull Request
## Issue/295
# Relevant Files Found
## facebookspy/src/commands.py
```
import subprocess
import threading
from time import time
from typing import Annotated
import inquirer
import typer
from dotenv import load_dotenv
from rich import print... |
77 | null | ToolDelta-Basic/ToolDelta | # Repository Context
Name: ToolDelta-Basic/ToolDelta
Description:
# Pull Request
## refactor: remove unnecessary `pass`
The `pass` statement used here is not necessary. You can safely remove this.
# Relevant Files Found
## tooldelta/launch_cli.py
```
import platform, os, subprocess, time, json, requests, ujson, ... |
19 | null | Flickr-Foundation/flickypedia | # Repository Context
Name: Flickr-Foundation/flickypedia
Description:
# Pull Request
## Map structured data for uploaded date on Flickr
For #13
# Relevant Files Found
## src/flickypedia/apis/structured_data.py
```
"""
Functions for creating structured data entities for use with the
Wikimedia APIs.
The goal of t... |
14,891 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## Fix QT4 platform detection for linux clang
The previous incantation for QT platform detection worked for QT5 linux clang (see https://github.com/spack/spack/issues/13650) but apparently not for QT4 linux clang. I can now successfully compile QT 4... |
112 | null | abyzovlab/CNVpytor | # Repository Context
Name: abyzovlab/CNVpytor
Description:
# Pull Request
## accept main-assembly chromosome names in refseq format
This (somewhat simplistically) allows use of human genome references where the chromosome names are given as refseq accessions (e.g., NC_000003.11 for chromosome 3 version 11), convert... |
66 | null | EleutherAI/aria | # Repository Context
Name: EleutherAI/aria
Description:
# Pull Request
## Bug fix and improve YaRN
- [x] Some bug fixes
- [x] Now ModelConfig has an optional `yarn_config`. The model uses yarn if this is not None. Nothing should break for the original json config. And to add a yarn_config we only need to add a nes... |
1,825 | null | InternLM/lmdeploy | # Repository Context
Name: InternLM/lmdeploy
Description:
# Pull Request
## compat internlm2 for pytorch engine
## Motivation
compat internlm2 for pytorch engine
## Modification
Please briefly describe what modification is made in this PR.
## BC-breaking (Optional)
Does the modification introduce... |
107 | null | ponytailer/pydantic-client | # Repository Context
Name: ponytailer/pydantic-client
Description:
# Pull Request
## Add support for Pydantic models, form data, and custom headers in decorators
This PR enhances the decorator functionality to support three key features requested in the issue:
## ✨ New Features
### 1. Pydantic Models as Request P... |
2,454 | null | koxudaxi/datamodel-code-generator | # Repository Context
Name: koxudaxi/datamodel-code-generator
Description:
# Pull Request
## fix: correctly handle multiline comments in Unions
Fixes #2344
# Relevant Files Found
## tests/parser/test_graphql.py
```
from __future__ import annotations
from pathlib import Path
from tempfile import TemporaryDirecto... |
400 | null | EuroEval/EuroEval | # Repository Context
Name: EuroEval/EuroEval
Description:
# Pull Request
## Fix/human evaluation deps
### Fixed
- Only imports from the `openai` package if it has been installed.
# Relevant Files Found
## src/scandeval/openai_models.py
```
"""Model and tokenizer wrapper for OpenAI models."""
import importlib.u... |
1,488 | null | open-telemetry/opentelemetry-python | # Repository Context
Name: open-telemetry/opentelemetry-python
Description:
# Pull Request
## Update Jaeger exporter status code
Fixes #1474
Note: Error tag part is already taken care [here](https://github.com/open-telemetry/opentelemetry-python/blob/master/exporter/opentelemetry-exporter-jaeger/src/opentelemet... |
2,127 | null | pgmpy/pgmpy | # Repository Context
Name: pgmpy/pgmpy
Description:
# Pull Request
## Expand simulation functionality of LGBN
### Your checklist for this pull request
Please review the [guidelines for contributing](CONTRIBUTING.md) to this repository.
- [x] Make sure you are requesting to **pull a topic/feature/bugfix branch**... |
38,543 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## Ci remove bootstrapping
Compiler bootstrapping has not worked in gitlab pipelines since #22887, and because compilers will soon (or eventually) be dependencies, it doesn't make sense to invest time making it work again.
This PR removes the c... |
478 | null | deeppavlov/dream | # Repository Context
Name: deeppavlov/dream
Description:
# Pull Request
## Feat/use configs and function from common
# Relevant Files Found
## response_selectors/llm_based_response_selector/server.py
```
#!/usr/bin/env python
import json
import logging
import numpy as np
import time
from copy import deepcopy
f... |
1,745 | null | microsoft/lisa | # Repository Context
Name: microsoft/lisa
Description:
# Pull Request
## Fix: move freespace function to Node instead of RemoteNode
Function was at RemoteNode level previously, so using it would require checking if isinstance(node,RemoteNode). Hoisted to Node level, verified works as expected with the RedHat test b... |
3,044 | null | langflow-ai/langflow | # Repository Context
Name: langflow-ai/langflow
Description:
# Pull Request
## fix: multiselect dropdown not visible
Updated multiselect dropdown UI, fixed it not showing any options and made it support "combobox" custom options.

Out[5]: bool
In [6]: type(TI.state == None)
Out[6]: sqlalchemy.sql.elements.BinaryExpressio... |
167 | null | jawah/urllib3.future | # Repository Context
Name: jawah/urllib3.future
Description:
# Pull Request
## :bug: fix async close under uvloop
fix https://github.com/jawah/niquests/issues/166
# Relevant Files Found
## src/urllib3/_version.py
```
# This file is protected via CODEOWNERS
from __future__ import annotations
__version__ = "2.1... |
2,267 | null | sodadata/soda-core | # Repository Context
Name: sodadata/soda-core
Description:
# Pull Request
## Fixing multi column distinct on snowflake
# Relevant Files Found
## soda-core/src/soda_core/contracts/impl/check_types/duplicate_check.py
```
from __future__ import annotations
import logging
from soda_core.common.logging_constants i... |
52 | null | druids/django-pyston | # Repository Context
Name: druids/django-pyston
Description:
# Pull Request
## Allow set rest resource as a string
# Relevant Files Found
## pyston/conf.py
```
from django.conf import settings as django_settings
CONVERTERS = (
'pyston.converters.JSONConverter',
'pyston.converters.XMLConverter',
'p... |
851 | null | ResearchHub/researchhub-backend | # Repository Context
Name: ResearchHub/researchhub-backend
Description:
# Pull Request
## Paper/Post Support
Added a check to see if the paper/post is removed
# Relevant Files Found
## src/purchase/views.py
```
import time
import datetime
import stripe
import decimal
import json
from django.core.cache import ca... |
2 | null | monologg/ko_lm_dataformat | # Repository Context
Name: monologg/ko_lm_dataformat
Description:
# Pull Request
## fix: utf-8 encoding for reading txt files
## Description
For file encodings, try to read files using `utf-8`
## Related Issue
<!-- If your PR refers to a related issue, link it here. -->
## Type of Change
<!-- Mark w... |
112 | null | natelandau/valentina | # Repository Context
Name: natelandau/valentina
Description:
# Pull Request
## fix(gameplay): roll correct traits
closes #109
# Relevant Files Found
## src/valentina/cogs/characters.py
```
# mypy: disable-error-code="valid-type"
"""Character cog for Valentina."""
from pathlib import Path
import discord
import... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.