pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
1,304 | null | Project-MONAI/MONAI | # Repository Context
Name: Project-MONAI/MONAI
Description:
# Pull Request
## fixes a layer name str
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
### Status
**Ready**
### Types of changes
<!--- Put an `x` in all the boxes that apply, and remove the not applicable items -->
- [x] Non-breaking change (fix or ... |
4 | null | IAmPara0x/Yuno | # Repository Context
Name: IAmPara0x/Yuno
Description:
# Pull Request
## Fixing a typo in finetuning.py
# Relevant Files Found
## preprocessing/finetuning.py
```
import random
from cytoolz.curried import reduce
from typing import List
from abc import ABCMeta, abstractmethod
from transformers import RobertaToken... |
2,746 | null | reframe-hpc/reframe | # Repository Context
Name: reframe-hpc/reframe
Description:
# Pull Request
## [feat] Introduce a `--dry-run` option
Adding a "dry-run" attribute instead of a cli option gives to the user more flexibility, in case they want to run a fixture/dependency for some reason. The user can always run with `-Sdry_run_mode=1` ... |
118 | null | posit-dev/rsconnect-python | # Repository Context
Name: posit-dev/rsconnect-python
Description:
# Pull Request
## Give the user better feedback on some I/O errors
### Description
This change catches I/O errors (such as file not found) that occur while building a bundle for deploying from a manifest. Prior to this change, a traceback was di... |
478 | null | lamalab-org/chembench | # Repository Context
Name: lamalab-org/chembench
Description:
# Pull Request
## feat: add human subset, updated classification, plotting function
<!-- Generated by sourcery-ai[bot]: start summary -->
## Summary by Sourcery
Add new functionalities for selecting a human subset of questions and plotting topic distri... |
220 | null | Georiviere/Georiviere-admin | # Repository Context
Name: Georiviere/Georiviere-admin
Description:
# Pull Request
## Multiple fix gra
Cf commits for more details
# Relevant Files Found
## georiviere/contribution/forms.py
```
from crispy_forms.layout import Div, Field
from dal import autocomplete
from django.utils.translation import gettext_la... |
288 | null | ResonantGeoData/RD-WATCH | # Repository Context
Name: ResonantGeoData/RD-WATCH
Description:
# Pull Request
## Fix type error in model run response schema
The type annotation for `expiration_time` is incorrect. Note that if no model runs in the DB have an `expiration_time` set, this bug will not occur. However, if there is at least one model ... |
144 | null | google/Xee | # Repository Context
Name: google/Xee
Description:
# Pull Request
## Geometry bounds are updated with the projection.
In the current implementation, we are utilizing [`geometry.bounds().getInfo()`](https://github.com/google/Xee/blob/main/xee/ext.py#L282-L284) to retrieve the bound points. However, this approach yie... |
1,025 | null | reframe-hpc/reframe | # Repository Context
Name: reframe-hpc/reframe
Description:
# Pull Request
## [test] Port Perftools check to CLE7
Will fix https://jira.cscs.ch/browse/MAINT-228
# Relevant Files Found
## cscs-checks/tools/profiling_and_debugging/perftools.py
```
import os
import reframe as rfm
import reframe.utility.sanity as s... |
200 | null | SecurityInnovation/PGPy | # Repository Context
Name: SecurityInnovation/PGPy
Description:
# Pull Request
## Fix PGPKey.from_blob('') not raising an exception. Fixes #199.
Makes an empty string not dearmor like a valid ASCII-Armored blob.
# Relevant Files Found
## pgpy/types.py
```
""" types.py
"""
from __future__ import division
import ... |
8 | null | vnpy/vnpy_postgresql | # Repository Context
Name: vnpy/vnpy_postgresql
Description:
# Pull Request
## [Mod] 更新到1.1.0
# Relevant Files Found
## setup.py
```
from setuptools import setup
setup()
```
## vnpy_postgresql/__init__.py
```
# The MIT License (MIT)
#
# Copyright (c) 2015-present, Xiaoyou Chen
#
# Permission is hereby gran... |
11 | null | socialwifi/RouterOS-api | # Repository Context
Name: socialwifi/RouterOS-api
Description:
# Pull Request
## Detect closed connection on receive.
# Relevant Files Found
## routeros_api/api_communicator/base.py
```
from routeros_api import exceptions
from routeros_api import sentence
from routeros_api import query
class ApiCommunicatorB... |
15 | null | cmang/durdraw | # Repository Context
Name: cmang/durdraw
Description:
# Pull Request
## Version 0.23.1
Merging bug fixes and help/readme updates from dev, mostly for the cursor issue fix.
# Relevant Files Found
## durdraw/durdraw_movie.py
```
from copy import deepcopy
from durdraw.durdraw_options import Options
import json
def... |
9 | null | oduwsdl/sumgram | # Repository Context
Name: oduwsdl/sumgram
Description:
# Pull Request
## Base ngram highlighting
- base ngram highlighting
- --parallel-readtext to switch on parallel reading input files
# Relevant Files Found
## sumgram/__init__.py
```
__version__ = '0.0.12'
```
## sumgram/sumgram.py
```
import argparse
im... |
534 | null | zilliztech/VectorDBBench | # Repository Context
Name: zilliztech/VectorDBBench
Description:
# Pull Request
## Fix python import in MemoryDB client
### Summary
A recent refactoring commit https://github.com/zilliztech/VectorDBBench/commit/032515f9f066398a8fc6c31c0e8c33ed43a0f446 reordered the import statements, which resulted that the enum... |
28,289 | null | pandas-dev/pandas | # Repository Context
Name: pandas-dev/pandas
Description:
# Pull Request
## BUG: Series[timdelta64].var() should _not_ work
- [x] closes #18880
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
# Relevant Files Fou... |
172 | null | pyglet/pyglet | # Repository Context
Name: pyglet/pyglet
Description:
# Pull Request
## Add Windows media foundation retrieval of duration
- Retrieve the duration of the WMF media file.
- Some cleanup of propvariant
# Relevant Files Found
## pyglet/libs/win32/__init__.py
```
# --------------------------------------------------... |
113 | null | microsoft/python-package-template | # Repository Context
Name: microsoft/python-package-template
Description:
# Pull Request
## ci: Add steps for GitHub Pages based documentation
# Relevant Files Found
# Edits
This pull request adds support for generating and publishing documentation using Sphinx and GitHub Pages. It introduces a `conf.py` conf... |
165 | null | tensorflow/fairness-indicators | # Repository Context
Name: tensorflow/fairness-indicators
Description:
# Pull Request
## Fairness Indicators and Tensorboard Plugin 0.25.0 Release
Fairness Indicators and Tensorboard Plugin 0.25.0 Release
# Relevant Files Found
## fairness_indicators/version.py
```
# Copyright 2019 Google LLC. All Rights Reserv... |
40,338 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## Upstream cherrypy moved to Github from Bitbucket
### What does this PR do?
Cherrypy development moved to Github. This PR moves an issue link from Bitbucket to Github.
### What issues does this PR fix or reference?
ZD 1269
# Relevant Fi... |
42,145 | null | Azure/azure-sdk-for-python | # Repository Context
Name: Azure/azure-sdk-for-python
Description:
# Pull Request
## [Identity] Fix issue with CAE cache not being used
Fixed an issue where CAE (Continuous Access Evaluation) caches were not properly used by `AuthorizationCodeCredential` and the asynchronous `OnBehalfOfCredential` when accessing re... |
3,027 | null | docker/docker-py | # Repository Context
Name: docker/docker-py
Description:
# Pull Request
## docs: fix RollbackConfig/Order values
I noticed this while testing #2917.
(Closes #2626 - independent PR that makes the same change but is missing DCO.)
# Relevant Files Found
## docker/types/services.py
```
from .. import errors
fro... |
1,115 | null | nv-morpheus/Morpheus | # Repository Context
Name: nv-morpheus/Morpheus
Description:
# Pull Request
## Break circular reference issue causing a memory leak
## Description
* Fixes a memory leak #1114 by releasing reference to MRC Pipeline & Executor on stop.
* Numerous pylint fixes for `morpheus/pipeline/pipeline.py`
* Skip `tests/test_... |
3,808 | null | pydata/xarray | # Repository Context
Name: pydata/xarray
Description:
# Pull Request
## xfail tests due to #3751
<!-- Feel free to remove check-list items aren't relevant to your change -->
@max-sixty @shoyer -- I agree we've let these linger far too long. This should hopefully get things back to being green.
- [x] Passes ... |
149 | null | aws-deadline/deadline-cloud-worker-agent | # Repository Context
Name: aws-deadline/deadline-cloud-worker-agent
Description:
# Pull Request
## fix!: Terminating all VFS processes when cleaning up session
### What was the problem/requirement? (What/Why)
Originally, the best place to terminate deadline VFS processes was in the output sync step. However, with ... |
886 | null | dj-stripe/dj-stripe | # Repository Context
Name: dj-stripe/dj-stripe
Description:
# Pull Request
## Handle case where a Charge has no source in _attach_objects_hook
Fixes the webhook issue noted [here](https://github.com/dj-stripe/dj-stripe/issues/878#issuecomment-485301546).
# Relevant Files Found
## djstripe/models/core.py
```
impo... |
82 | null | GabeGiro/EasyApplyJobsBot | # Repository Context
Name: GabeGiro/EasyApplyJobsBot
Description:
# Pull Request
## fix: Update job title and company name extraction for LinkedIn's new layout
Solves #35
Key changes:
- Implement multiple fallback selectors for job titles and company names
- Remove dependency on specific container classes
- ... |
76 | null | 100nm/python-injection | # Repository Context
Name: 100nm/python-injection
Description:
# Pull Request
## feat: ✨ `get_lazy_instance` is sync with module's injectables
# Relevant Files Found
## injection/_pkg.pyi
```
from abc import abstractmethod
from collections.abc import Callable, Iterable
from contextlib import ContextDecorator
fr... |
267 | null | bayesian-optimization/BayesianOptimization | # Repository Context
Name: bayesian-optimization/BayesianOptimization
Description:
# Pull Request
## docs: fix simple typo, provieded -> provided
There is a small typo in bayes_opt/bayesian_optimization.py.
Should read `provided` rather than `provieded`.
Semi-automated pull request generated by
https://github.co... |
2,827 | null | tensorflow/tfx | # Repository Context
Name: tensorflow/tfx
Description:
# Pull Request
## Changes machine types for Dataflow from N1 to E2.
Changes machine types for Dataflow from N1 to E2.
E2 is more cost-optimized general purpose machine type family.
See https://cloud.google.com/compute/docs/machine-types for more.
# Relevant ... |
50 | null | atomicals/atomicals-electrumx | # Repository Context
Name: atomicals/atomicals-electrumx
Description:
# Pull Request
## fix log
# Relevant Files Found
## electrumx/server/block_processor.py
```
# Copyright (c) 2016-2017, Neil Booth
# Copyright (c) 2017, the ElectrumX authors
#
# All rights reserved.
#
# See the file "LICENCE" for information ... |
156 | null | iai-group/UserSimCRS | # Repository Context
Name: iai-group/UserSimCRS
Description:
# Pull Request
## Save/Load preference model with joblib
Fixes #77
# Relevant Files Found
## tests/simulator/user_modeling/test_simple_preference_model.py
```
"""Tests for SimplePreferenceModel."""
import pytest
from dialoguekit.core.domain import Dom... |
2,328 | null | pyccel/pyccel | # Repository Context
Name: pyccel/pyccel
Description:
# Pull Request
## Fix GCC-15 warnings
Fix several warnings seen in the MacOS runner (which uses GCC-15, a more recent compiler than other runners).
- `!(a == b)` is simplified to `a != b`
- `!(a != b)` is simplified to `a == b`
- Added parentheses to remove w... |
1,691 | null | cclib/cclib | # Repository Context
Name: cclib/cclib
Description:
# Pull Request
## Serenity: Unrestricted
# Relevant Files Found
## cclib/parser/serenityparser.py
```
# Copyright (c) 2025, the cclib development team
#
# This file is part of cclib (http://cclib.github.io) and is distributed under
# the terms of the BSD 3-Cla... |
3,511 | null | hummingbot/hummingbot | # Repository Context
Name: hummingbot/hummingbot
Description:
# Pull Request
## Changed validation of max_spread in avellaneda MM to include decimal validation
Minor fix to address issue raise in hanging_orders PR (https://github.com/CoinAlpha/hummingbot/pull/3463#issuecomment-854760674)
**Before submitting this... |
129 | null | GoogleCloudPlatform/ml-auto-solutions | # Repository Context
Name: GoogleCloudPlatform/ml-auto-solutions
Description:
# Pull Request
## fix filename using timstamp changing issue and allow user to delete g…
fix filename using timstamp changing issue and allow user to delete gcs file.
# Description
The issue is that post_process currently read the s... |
6,164 | null | pydantic/pydantic | # Repository Context
Name: pydantic/pydantic
Description:
# Pull Request
## correct `PrivateAttr` docs
See https://github.com/pydantic/pydantic/issues/5972#issuecomment-1593285226.
Selected Reviewer: @dmontagu
# Relevant Files Found
## pydantic/fields.py
```
"""Defining fields on models."""
from __future__ impo... |
3,736 | null | SpikeInterface/spikeinterface | # Repository Context
Name: SpikeInterface/spikeinterface
Description:
# Pull Request
## Warn instead of print in solve_monopolar
Found it! This should be a warning, so it can be silenced :)
# Relevant Files Found
## src/spikeinterface/postprocessing/localization_tools.py
```
from __future__ import annotations
i... |
5,301 | null | app-sre/qontract-reconcile | # Repository Context
Name: app-sre/qontract-reconcile
Description:
# Pull Request
## Fix for non GH PR Builder jobs
New jobs using Github branch source plugin cannot have the "github" key
under properties or Jenkins crashes while we try to get the job created.
This patch introduces a workaround for those kind o... |
48 | null | PixelgenTechnologies/pixelator | # Repository Context
Name: PixelgenTechnologies/pixelator
Description:
# Pull Request
## Add 3D heatmaps, experimental mark, layout caching
## Description
Adds:
- 3D heatmaps (experimental feature)
- optional caching layer for layout computations
- `experimental` mark for experimental functions
## Type... |
4,353 | null | siliconcompiler/siliconcompiler | # Repository Context
Name: siliconcompiler/siliconcompiler
Description:
# Pull Request
## add check_filepaths capability dependency to allow checking dependencies
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
* **New Features**
* Added recursive file-path v... |
123 | null | kyamagu/psd2svg | # Repository Context
Name: kyamagu/psd2svg
Description:
# Pull Request
## Remove redundant SVGDocument.optimize() method
## Summary
Removes the redundant `SVGDocument.optimize()` public method, which was inconsistent with the rest of the API and provided no clear use case over the existing `optimize` parameter in ... |
183 | null | ansible/galaxy-importer | # Repository Context
Name: ansible/galaxy-importer
Description:
# Pull Request
## Fix ci issues
* Prevent double builds from running in PR
* Fix ansible-lint test failure
# Relevant Files Found
## tests/unit/test_loader_content.py
```
# (c) 2012-2019, Ansible by Red Hat
#
# This file is part of Ansible Galaxy
... |
833 | null | cookiecutter/cookiecutter | # Repository Context
Name: cookiecutter/cookiecutter
Description:
# Pull Request
## Implement pep257 on repository.py
# Relevant Files Found
## cookiecutter/repository.py
```
# -*- coding: utf-8 -*-
"""Cookiecutter repository functions."""
from __future__ import unicode_literals
import os
import re
from .exce... |
904 | null | Lightning-AI/litgpt | # Repository Context
Name: Lightning-AI/litgpt
Description:
# Pull Request
## Support passing the `ignore_index` in `chunked_cross_entropy`
This adds support for setting `chunked_cross_entropy(..., ignore_index=)`. This is useful sometimes when you don't want to change your data preprocessing and only update the ig... |
56 | null | atomicals/atomicals-electrumx | # Repository Context
Name: atomicals/atomicals-electrumx
Description:
# Pull Request
## Add dft mint counter cache to speed up processing many dfts in same block
Purpose is to speed up lookups. Some token tickers have many 100's of thousands of mints in their max mint amount and this change performs the minted coun... |
94 | null | boltgolt/howdy | # Repository Context
Name: boltgolt/howdy
Description:
# Pull Request
## Version 2.4.0
**Changelog:**
* Cameras are now selected by path instead of by video device number (thanks @Rhiyo!)
* Added fallbacks to $EDITOR for the config command (thanks @yassineim!)
* Fixed missing cv2 module after installation ... |
62 | null | noamgat/lm-format-enforcer | # Repository Context
Name: noamgat/lm-format-enforcer
Description:
# Pull Request
## Fix invalid JSON in `test_invalid_value_type_in_json_string`
This test is intended to catch the fact that `num` cannot be a string, but that is not being tested because the JSON itself is invalid.
# Relevant Files Found
## tests/... |
2 | null | umr-lops/sarwaveifrproc | # Repository Context
Name: umr-lops/sarwaveifrproc
Description:
# Pull Request
## Processing functions to process l1b and l1c files to l2 wave
First version of a processor to process l1b and l1c files to l2 wave.
# Relevant Files Found
# Edits
This pull request introduces the first version of a processor to ge... |
3,806 | null | red-hat-storage/ocs-ci | # Repository Context
Name: red-hat-storage/ocs-ci
Description:
# Pull Request
## Remove acceptance marker from namespace bucket test cases
Signed-off-by: Elad Ben Aharon <ebenahar@redhat.com>
# Relevant Files Found
## tests/manage/mcg/test_namespace.py
```
import logging
import pytest
from ocs_ci.framework.testl... |
1,059 | null | chimera-linux/cports | # Repository Context
Name: chimera-linux/cports
Description:
# Pull Request
## main/curl: update to 8.5.0
https://curl.se/changes.html#8_5_0
# Relevant Files Found
## main/curl/template.py
```
pkgname = "curl"
pkgver = "8.4.0"
pkgrel = 0
build_style = "gnu_configure"
configure_args = [
"--enable-threaded-res... |
365 | null | animemoeus/mono-backend | # Repository Context
Name: animemoeus/mono-backend
Description:
# Pull Request
## Revert "Update Logging"
Reverts animemoeus/backend#364
# Relevant Files Found
## config/settings/production.py
```
import logging
import sentry_sdk
from sentry_sdk.integrations.celery import CeleryIntegration
from sentry_sdk.integ... |
400 | null | proxystore/proxystore | # Repository Context
Name: proxystore/proxystore
Description:
# Pull Request
## Remove references to legacy docs
The old ReadTheDocs page for versions <0.4.1 have been deactivated, so the links to those old versions are now invalid.
<!---
Please fill out the following template for the PR. Some parts may not... |
14 | null | Integration-Automation/JEDITOR | # Repository Context
Name: Integration-Automation/JEDITOR
Description:
# Pull Request
## Dev
# Relevant Files Found
## dev_setup.py
```
import setuptools
with open("README.md", "r") as README:
long_description = README.read()
setuptools.setup(
name="je_editor_dev",
version="0.0.17",
au... |
38 | null | Yelp/pysensu-yelp | # Repository Context
Name: Yelp/pysensu-yelp
Description:
# Pull Request
## Release 1.0.0
**Merged pull requests:**
- Add type annotations [\#34](https://github.com/Yelp/pysensu-yelp/pull/34) ([ymilki](https://github.com/ymilki))
- Drop python 2 support, Add python 3.7/3.8 support [\#31](https://github.com/Yelp... |
66 | null | RelationalAI/rai-sdk-python | # Repository Context
Name: RelationalAI/rai-sdk-python
Description:
# Pull Request
## Refactor async transaction slightly
- Handle both async (json) & sync (multipart) modes
- Simplify mutlipart parsing. Though it can be improved further.
- Make multipart parsing re-usable. It'll be used by the results endpoint.
... |
1,262 | null | NeuralEnsemble/python-neo | # Repository Context
Name: NeuralEnsemble/python-neo
Description:
# Pull Request
## Refactor to use less memory parsing Plexon block headers.
This would address https://github.com/NeuralEnsemble/python-neo/issues/1261.
In summary:
When reading a Plexon `.plx` file with `PlexonRawIO`, Python consumes a lot of ... |
1,495 | null | oceanprotocol/pdr-backend | # Repository Context
Name: oceanprotocol/pdr-backend
Description:
# Pull Request
## Bump polars from 1.3.0 to 1.4.1
Bumps [polars](https://github.com/pola-rs/polars) from 1.3.0 to 1.4.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/pola-rs/polars/releases">polars's rele... |
14 | null | camlsys/fl-project-template | # Repository Context
Name: camlsys/fl-project-template
Description:
# Pull Request
## Trying to get rid of very restrict new ruff rule
# Relevant Files Found
## project/client/client.py
```
"""The default client implementation.
Make sure the model and dataset are not loaded before the fit function.
"""
from p... |
989 | null | nv-morpheus/Morpheus | # Repository Context
Name: nv-morpheus/Morpheus
Description:
# Pull Request
## Grafana DFP dashboard
## Description
- Grafana dashboard with visualizations using example Azure DFP inference pipeline results
- Grafana config files for plugin, data source, and dashboard
- README with instructions to run example
-... |
2,564 | null | packit/packit-service | # Repository Context
Name: packit/packit-service
Description:
# Pull Request
## Do not filter out branches to fast forward
Should fix #2551
When retriggering propose-downstream for a branch
we want to fast forward the merge without filters.
# Relevant Files Found
## packit_service/worker/helpers/sync_release/syn... |
516 | null | mckinsey/vizro | # Repository Context
Name: mckinsey/vizro
Description:
# Pull Request
## [Tidy] Add minor edits to KPI demo dashboard
## Description
- Turn on pagination
- Remove scrolling from card by removing padding
- Add GIF to README as long as it's not properly deployed yet
## Screenshot
## Notice
- [x] I acknowl... |
2,801 | null | scverse/scanpy | # Repository Context
Name: scverse/scanpy
Description:
# Pull Request
## Fix `scanpy.read_10x_mtx`’s `gex_only=True` mode
<!--
Thanks for opening a PR to scanpy!
Please be sure to follow the guidelines in our contribution guide (https://scanpy.readthedocs.io/en/latest/dev/index.html) to familiarize yourself with ... |
429 | null | fabric8-analytics/fabric8-analytics-common | # Repository Context
Name: fabric8-analytics/fabric8-analytics-common
Description:
# Pull Request
## Ci jobs in dashboard
Related to https://github.com/openshiftio/openshift.io/issues/1739
Results: https://fabric8-analytics.github.io/dashboard/dashboard.html
(the last table)
# Relevant Files Found
## dashboar... |
707 | null | GoogleCloudPlatform/professional-services | # Repository Context
Name: GoogleCloudPlatform/professional-services
Description:
# Pull Request
## Dbt on cloud composer
Changes :
- Add example for dbt on Cloud Composer
- The folder added under examples/
# Relevant Files Found
# Edits
This pull request adds an example implementation of running dbt (dat... |
126 | null | flagos-ai/FlagScale | # Repository Context
Name: flagos-ai/FlagScale
Description:
# Pull Request
## pass tests/unit_tests/data
- Add local cache of nltk_data.
- Add set_mock_args.
# Relevant Files Found
## megatron/megatron/core/datasets/blended_megatron_dataset_builder.py
```
# Copyright (c) 2022, NVIDIA CORPORATION. All rights res... |
343 | null | globocom/database-as-a-service | # Repository Context
Name: globocom/database-as-a-service
Description:
# Pull Request
## Remove pack script
# Relevant Files Found
## dbaas/drivers/replication_topologies/base.py
```
# -*- coding: utf-8 -*-
class BaseTopology(object):
def deploy_quantity_of_instances(self):
raise NotImplementedErro... |
48 | null | cclib/cclib | # Repository Context
Name: cclib/cclib
Description:
# Pull Request
## Changelog and some fixes
Some small things from my fork... a changelog to start off with for 1.2, and a quick fix for #30.
# Relevant Files Found
## src/cclib/parser/__init__.py
```
# This file is part of cclib (http://cclib.sf.net), a librar... |
320 | null | ansys/pre-commit-hooks | # Repository Context
Name: ansys/pre-commit-hooks
Description:
# Pull Request
## build(deps-dev): bump pytest from 8.4.0 to 8.4.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.0 to 8.4.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/pytest-dev/pytest/rel... |
12 | null | rdnfn/beobench | # Repository Context
Name: rdnfn/beobench
Description:
# Pull Request
## Docs
# Relevant Files Found
## beobench/experiment/scheduler.py
```
"""Module to schedule experiments."""
import ray.tune
import ray.tune.integration.wandb
import click
import uuid
import subprocess
import pathlib
import importlib.util
i... |
3,522 | null | tinygrad/tinygrad | # Repository Context
Name: tinygrad/tinygrad
Description:
# Pull Request
## Revert "check buffers are accessible by other gpu before transfer"
Reverts tinygrad/tinygrad#3504
# Relevant Files Found
## tinygrad/runtime/ops_hsa.py
```
from __future__ import annotations
import ctypes, functools, subprocess, io, atex... |
172 | null | RWTH-EBC/FiLiP | # Repository Context
Name: RWTH-EBC/FiLiP
Description:
# Pull Request
## 170 edit service group not work
close #170
# Relevant Files Found
## filip/clients/ngsi_v2/iota.py
```
"""
IoT-Agent Module for API Client
"""
from __future__ import annotations
from copy import deepcopy
from typing import List, Dict, Set,... |
17 | null | oeg-upm/morph-csv | # Repository Context
Name: oeg-upm/morph-csv
Description:
# Pull Request
## rename QueryBasedMappingTranslator to MappingBasedCSVTrimmer
# Relevant Files Found
## selection/selectCSVfromRML.py
```
import os
from model.RMLTriplesMap import build_example_triples_map_student
from model.RMLTriplesMap import build_... |
1,590 | null | macrosynergy/macrosynergy | # Repository Context
Name: macrosynergy/macrosynergy
Description:
# Pull Request
## Chore: Updating test with `missing_in_df()` bugfix
# Relevant Files Found
## macrosynergy/management/utils/check_availability.py
```
"""
Module for checking the availability of data availabity from a
Quantamental DataFrame. Inc... |
546 | null | GoogleCloudPlatform/cymbal-air-toolbox-demo | # Repository Context
Name: GoogleCloudPlatform/cymbal-air-toolbox-demo
Description:
# Pull Request
## feat: Update text embedding model to gemini-embedding-001
## Summary
This PR updates semantic search capabilities within the Cymbal Air app by upgrading its text embedding model to `gemini-embedding-001`. To sup... |
2,895 | null | SFDO-Tooling/CumulusCI | # Repository Context
Name: SFDO-Tooling/CumulusCI
Description:
# Pull Request
## remove max-lines option
# Critical Changes
* The `--max-lines` option on the `cci error info` command has been removed.
# Relevant Files Found
## cumulusci/cli/error.py
```
import platform
import sys
import webbrowser
from dateti... |
4,216 | null | PaddlePaddle/PaddleNLP | # Repository Context
Name: PaddlePaddle/PaddleNLP
Description:
# Pull Request
## switch to pkg_resources to fix Auto Deploy
<!-- Demo: https://github.com/PaddlePaddle/PaddleNLP/pull/26 -->
### PR types
<!-- One of [ New features | Bug fixes | Function optimization | Performance optimization | Breaking changes | O... |
845 | null | gammapy/gammapy | # Repository Context
Name: gammapy/gammapy
Description:
# Pull Request
## Add background model component to SpectrumFit
This PR
* Allows a background model to be passed to ``SpectrumFit``. If a cash fit is performed it is added to the fit model
* Add the possibility to calculate & plot likelihood profiles to ``... |
435 | null | iterative/dvc | # Repository Context
Name: iterative/dvc
Description:
# Pull Request
## Bug fixes
# Relevant Files Found
## dvc/command/common/base.py
```
import os
from dvc.project import Project
from dvc.logger import Logger
from dvc.exceptions import DvcException
from dvc.lock import LockError
class CmdBase(object):
... |
812 | null | SwissDataScienceCenter/renku-data-services | # Repository Context
Name: SwissDataScienceCenter/renku-data-services
Description:
# Pull Request
## fix: properly update resource class when patching session
/deploy renku=release-0.68.0 amalthea-sessions=fix-tolerations-update
# Relevant Files Found
## components/renku_data_services/k8s/clients.py
```
"""Diffe... |
94 | null | statisticsnorway/ssb-pypitemplate | # Repository Context
Name: statisticsnorway/ssb-pypitemplate
Description:
# Pull Request
## Add maintainer info to the template
- Ask for Statistics Norway maintainer department number when creating the project.
- Validate the department number and print a list of valid numbers if given number is not valid.
- Loo... |
1,418 | null | allegro/ralph | # Repository Context
Name: allegro/ralph
Description:
# Pull Request
## fixing travis
# Relevant Files Found
## doc/conf.py
```
# -*- coding: utf-8 -*-
#
# Ralph Assets documentation build configuration file, created by
# sphinx-quickstart on Tue Jan 13 13:19:12 2015.
#
# This file is execfile()d with the curre... |
20 | null | tldr-pages/tldr-python-client | # Repository Context
Name: tldr-pages/tldr-python-client
Description:
# Pull Request
## Issue 19: Added parsing of user input params and painting of them
Was

Now
![bwh1te bwh1te-peka -pr... |
474 | null | Hugovdberg/PIconnect | # Repository Context
Name: Hugovdberg/PIconnect
Description:
# Pull Request
## Update docs (reboot)
Major updates of the documentation, both in style as in actual code documentation
# Relevant Files Found
## PIconnect/PI.py
```
""" PI
Core containers for connections to PI databases
"""
# Copyright 2017 Hugo ... |
19 | null | qri-io/qri-python | # Repository Context
Name: qri-io/qri-python
Description:
# Pull Request
## fix: Properly capture "catchall" exception
# Relevant Files Found
## qri/cmd_util.py
```
import re
import shlex
from subprocess import Popen, PIPE
import sys
def shell_exec(command, cwd=None):
"""execute commands and return stdout... |
815 | null | asyml/forte | # Repository Context
Name: asyml/forte
Description:
# Pull Request
## Bump minor version and pack version
### Description of changes
`forte` version is upgraded to "0.3.0.dev1".
`PACK_VERSION` and `PACK_ID_COMPATIBLE_VERSION ` are set to `0.0.2`.
# Relevant Files Found
## forte/version.py
```
# Copyright 20... |
429 | null | astronomer/astronomer-providers | # Repository Context
Name: astronomer/astronomer-providers
Description:
# Pull Request
## Implement OL custom extractor for BigQuery Async operators
Export job_id as XCOM for the BigQuery async operators
and add an OpenLineage custom extractor for the same.
Some additional OpenLineage specific environment variabl... |
2,479 | null | Kometa-Team/Kometa | # Repository Context
Name: Kometa-Team/Kometa
Description:
# Pull Request
## fix imdb_interests
## Description
Please include a summary of the changes.
### Issues Fixed or Closed
- Fixes #(issue)
## Type of Change
Please delete options that are not relevant.
- [] Bug fix (non-breaking change which... |
38,825 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## Fix cdash reporter time stamps
Fixes #38818
The cdash reporter is created before packages are installed so save the starttime then instead of the endtime.
Update: #41498 fixed the unit tests issue reported here.
# Relevant Files Found
##... |
35 | null | weasdown/gmatpyplus | # Repository Context
Name: weasdown/gmatpyplus
Description:
# Pull Request
## Single-source project versioning, part 2
Continuation of #34 . Completes #31 .
# Relevant Files Found
## tests/init.py
```
# init.py for tests directory
```
## tests/test_spacecraft.py
```
import gmatpyplus
import hardware
from gmat... |
515 | null | pytest-dev/pytest-qt | # Repository Context
Name: pytest-dev/pytest-qt
Description:
# Pull Request
## Pass program name to QApplication contructor
`QCommandLineParser` needs `QApplication` to be initialized with a list with at least one argument: The name of the program.
See https://github.com/pytest-dev/pytest-qt/issues/514#issuecomm... |
307 | null | zabuldon/teslajsonpy | # Repository Context
Name: zabuldon/teslajsonpy
Description:
# Pull Request
## fix: Remove duplicate ChargeStateDataSensor (#306)
Closes https://github.com/alandtse/tesla/issues/193
# Relevant Files Found
## teslajsonpy/controller.py
```
"""
Python Package for controlling Tesla API.
SPDX-License-Identifier: Apa... |
220 | null | aws/sagemaker-python-sdk | # Repository Context
Name: aws/sagemaker-python-sdk
Description:
# Pull Request
## Add integ tests for tuning jobs
*Issue #, if available:*
*Description of changes:*
Add integration tests for tuning jobs.
Add ability to attach for LDA jobs.
## Merge Checklist
_Put an `x` in the boxes that apply. You ca... |
1,167 | null | cds-snc/notification-api | # Repository Context
Name: cds-snc/notification-api
Description:
# Pull Request
## Store the provider's ID when sending SMS
If we want to track delivery statuses for SNS and Pinpoint, we should store the AWS ID in the `Notification` model, in the `reference` column. AWS will include this ID in the callback later an... |
248 | null | jamielennox/requests-mock | # Repository Context
Name: jamielennox/requests-mock
Description:
# Pull Request
## Remove py2
Finally get rid of python2. Take the opportunity to do some cleanup on old compatibility things that are no longer necessary.
# Relevant Files Found
## requests_mock/adapter.py
```
# Licensed under the Apache License, ... |
136 | null | RenolY2/mkdd-track-editor | # Repository Context
Name: RenolY2/mkdd-track-editor
Description:
# Pull Request
## Verify document state after selection in viewport.
Follow-up to e5c13a4fef0e832648d, where the Undo system now monitors changes in the selection set.
In order to accurately detect changes in selection, the document state needs to... |
29 | null | qLDPCOrg/qLDPC | # Repository Context
Name: qLDPCOrg/qLDPC
Description:
# Pull Request
## Add capability to load groups from GAP
# Relevant Files Found
## qldpc/abstract.py
```
"""Module for abstract algebra: groups, algebras, and representations thereof
Copyright 2023 The qLDPC Authors and Infleqtion Inc.
Licensed unde... |
25 | null | cuemacro/finmarketpy | # Repository Context
Name: cuemacro/finmarketpy
Description:
# Pull Request
## model persistence and small fixes
- update INSTALL.md for better info on findatapy
- fix in marketconstants to work on MacOS
- model persistence feature for TrainingModel
# Relevant Files Found
## finmarketpy/backtest/backtestengine.... |
17 | null | pachterlab/kb_python | # Repository Context
Name: pachterlab/kb_python
Description:
# Pull Request
## Linnarsson index
# Relevant Files Found
## kb_python/config.py
```
import os
import platform
from collections import namedtuple
PACKAGE_PATH = os.path.dirname(__file__)
PLATFORM = platform.system().lower()
BINS_DIR = 'bins'
TEMP_DI... |
1,119 | null | patrick-kidger/equinox | # Repository Context
Name: patrick-kidger/equinox
Description:
# Pull Request
## perf: dynamic (un)flattening code generation
I haven't implemented the full logic, like the use of `_FLATTEN_SENTINEL`.
# Relevant Files Found
## equinox/_module/_module.py
```
import dataclasses
import functools as ft
import inspec... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.