pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
3 | null | marian-nmt/sotastream | # Repository Context
Name: marian-nmt/sotastream
Description:
# Pull Request
## release v1.0.0; update README
# Relevant Files Found
## docs/conf.py
```
# Configuration file for the Sphinx documentation builder.
#
# For the full list of built-in configuration values, see the documentation:
# https://www.sphinx-... |
14 | null | aws-solutions-library-samples/cloud-intelligence-dashboards-data-collection | # Repository Context
Name: aws-solutions-library-samples/cloud-intelligence-dashboards-data-collection
Description:
# Pull Request
## Converted the 6 account crawler modules to Step Function execution + …
This push includes all changes needed to the CFN scripts for converting the 6 account crawling modules to Step ... |
171 | null | tytusdb/tytusdb | # Repository Context
Name: tytusdb/tytusdb
Description:
# Pull Request
## Avl
Metodo Graficar
# Relevant Files Found
## storage/team13/Arbol_Avl.py
```
class Nodo:
def __init__(self,valor):
self.valor = valor
self.izq = None
self.der = None
self.factor = 1
class Avl:
d... |
7,065 | null | mlrun/mlrun | # Repository Context
Name: mlrun/mlrun
Description:
# Pull Request
## [Config] Ensure Correct Ordering of Environment Variables
MLRUN_HTTPDB__HTTP__VERIFY should be processed first to ensure proper connection setup and to guarantee that the environment variables are ordered before processing them.
https://iguazi... |
4,087 | null | opsmill/infrahub | # Repository Context
Name: opsmill/infrahub
Description:
# Pull Request
## Add repository credentials to the menu
Fixes #4073
Most of the work has been done previously, this only adds the new credentials to the menu (Under Unified storage to be next to repositories). Without this it was possible to create creden... |
11 | null | sdm4fzi/prodsys | # Repository Context
Name: sdm4fzi/prodsys
Description:
# Pull Request
## Extended shortest queue routing_heuristic to transport resources
Queue length of transport resources can be accessed via their controller requests.
# Relevant Files Found
## prodsys/simulation/router.py
```
from __future__ import annotati... |
300 | null | Creatrix-Net/yondaime-hokage | # Repository Context
Name: Creatrix-Net/yondaime-hokage
Description:
# Pull Request
## Format code with black, yapf, autopep8 and isort
# Relevant Files Found
## minato_namikaze/bot_files/cogs/discord_activities.py
```
import discord
from discord.ext import commands
from discord_together import DiscordTogether
... |
4,509 | null | ethereum/consensus-specs | # Repository Context
Name: ethereum/consensus-specs
Description:
# Pull Request
## eip7732: do not add zero value withdrawals
In the event of a zero value bid (for example self building). Do not add a zero value withdrawal to the builder pending withdrawals slice.
# Relevant Files Found
## tests/core/pyspec/eth2s... |
3,929 | null | MarketSquare/robotframework-browser | # Repository Context
Name: MarketSquare/robotframework-browser
Description:
# Pull Request
## Use pabot 4.0 and lint fixes
# Relevant Files Found
## Browser/keywords/network.py
```
# Copyright 2020- Robot Framework Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not ... |
1,391 | null | astropy/astroquery | # Repository Context
Name: astropy/astroquery
Description:
# Pull Request
## Updating citation infor to point to the paper
Do not merge yet, I still need to fix the machinery as neither `astroquery.__citation__ ` nor `astroquery.__bibtex__` work.
# Relevant Files Found
## astroquery/__init__.py
```
# Licensed u... |
11,229 | null | great-expectations/great_expectations | # Repository Context
Name: great-expectations/great_expectations
Description:
# Pull Request
## [FEATURE] Add ColumnAggregateNonNullCount metric
- [ ] Description of PR changes above includes a link to [an existing GitHub issue](https://github.com/great-expectations/great_expectations/issues)
- [ ] PR title is... |
1,201 | null | fedspendingtransparency/usaspending-api | # Repository Context
Name: fedspendingtransparency/usaspending-api
Description:
# Pull Request
## Dev stable -> Stg
Hotfix: Nightly loader deletion fix
# Relevant Files Found
## usaspending_api/broker/management/commands/fabs_nightly_loader.py
```
import logging
import os
import boto
import smart_open
from datet... |
70 | null | anthonywritescode/twitch-chat-bot | # Repository Context
Name: anthonywritescode/twitch-chat-bot
Description:
# Pull Request
## Added a !copilot command for a TLDR on your thoughts
Just trying to make sure you answer less and less of the same question.
# Relevant Files Found
## bot/plugins/simple.py
```
from __future__ import annotations
import f... |
32 | null | ohtu2021-kvantti/WebMark | # Repository Context
Name: ohtu2021-kvantti/WebMark
Description:
# Pull Request
## Neater listing
## Description
- The algorithms are listed in a table with simple bootstrap classes used.
## How to test:
- [x] Check for oddities
 under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional inf... |
200 | null | SatoriCyber/universal-data-permissions-scanner | # Repository Context
Name: SatoriCyber/universal-data-permissions-scanner
Description:
# Pull Request
## Bump version: 0.1.9 → 0.1.10
# Relevant Files Found
## authz_analyzer/__init__.py
```
"""Top-level package for authz-analyzer."""
__author__ = """SatoriCyber"""
__email__ = 'contact@satoricyber.com'
__versi... |
20,637 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## Add metadata and return_job to job dict
# Relevant Files Found
## salt/modules/schedule.py
```
# -*- coding: utf-8 -*-
'''
Module for managing the Salt schedule on a minion
.. versionadded:: 2014.7.0
'''
from __future__ import absolute_i... |
463 | null | red-hat-storage/cephci | # Repository Context
Name: red-hat-storage/cephci
Description:
# Pull Request
## Defaulting to config drive for VM customization
# Description
Due to ongoing RHOS-D issues, this PR changes the default behavior of VM create to use the config drive feature of OS for customization.
### Logs
http://magna002.ceph... |
459 | null | SEKOIA-IO/automation-library | # Repository Context
Name: SEKOIA-IO/automation-library
Description:
# Pull Request
## HTTP: Additional custom header to platform
# Relevant Files Found
## HTTP/http_module/download_file_action.py
```
import re
from uuid import uuid4
import requests
from requests import Response
from sekoia_automation.action i... |
351 | null | gerrymanoim/exchange_calendars | # Repository Context
Name: gerrymanoim/exchange_calendars
Description:
# Pull Request
## XSHG update 2024 holidays
**Workflow to add a new Exchange Calendar**
It's recommended that whilst working through the process reference be made to existing calendar and test classes.
- [ ] Add calendar module `exchange_c... |
3,528 | null | chatchat-space/Langchain-Chatchat | # Repository Context
Name: chatchat-space/Langchain-Chatchat
Description:
# Pull Request
## 模型默认参数从配置文件加载
模型默认参数从配置文件加载
# Relevant Files Found
## model-providers/chatchat_model_providers/__main__.py
```
import os
from typing import cast, Generator
from chatchat_model_providers.core.model_runtime.entities.llm_... |
67 | null | scieloorg/scielo-manager | # Repository Context
Name: scieloorg/scielo-manager
Description:
# Pull Request
## Ticket #103 Verificado e ajustado os formulários Journal, Issue, Institution e Users.
Ticket #103 Verificado e ajustado os formulários Journal, Issue, Institution e Users para manter dados quando quando não validos.
# Relevant File... |
6 | null | tmlnv/layer_zero_bridger | # Repository Context
Name: tmlnv/layer_zero_bridger
Description:
# Pull Request
## Main Polygon -> BSC -> Polygon
Main Polygon -> BSC -> Polygon due to LayerZero pools being disabled. Fixed min_amount bug when balance is less than desired amount.
# Relevant Files Found
## bridge/bridger.py
```
import asyncio
fr... |
21 | null | fidelity/selective | # Repository Context
Name: fidelity/selective
Description:
# Pull Request
## KL Divergence Based Feature Selection
I’ve implemented a new way to rank feature importance by computing the Kullback–Leibler divergence between the distributions of each binary feature for the two classes (label = 1 versus label = 0). Th... |
283 | null | jertel/elastalert2 | # Repository Context
Name: jertel/elastalert2
Description:
# Pull Request
## Bump pytest-xdist from 2.2.1 to 2.3.0 / Added info log output to command.py and thehive.py etc
**pytest-xdist**
Updated from 2.2.1 to 2.3.0
**Deleted the default value setting of smtp_port**
When I checked the [source code of smtp... |
14,357 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## skip auto-downgrade process if domain is already on a community subsc…
…ription
@esoergel @benrudolph @czue / anyone
# Relevant Files Found
## corehq/apps/accounting/tasks.py
```
import datetime
import json
import urllib2
from String... |
52 | null | E3SM-Project/polaris | # Repository Context
Name: E3SM-Project/polaris
Description:
# Pull Request
## Make ocean ntasks and min_tasks a multiple of 4
This seems to work better on Perlumtter.
Also, fix rounding (remove incorrect factor of 0.5)
<!--
Thank you for your pull request.
Please add a description of what is accomplished i... |
327 | null | DJWOMS/GSpot | # Repository Context
Name: DJWOMS/GSpot
Description:
# Pull Request
## Payments | Delete else
Delete else
# Relevant Files Found
## backend/payments/apps/payment_accounts/views.py
```
from apps.base.classes import DRFtoDataClassMixin
from apps.base.exceptions import AttemptsLimitExceededError, DifferentStructure... |
52 | null | bytedance/ByteMLPerf | # Repository Context
Name: bytedance/ByteMLPerf
Description:
# Pull Request
## byte_micro_perf:add a variety of input shapes
For microbenchmark, we add a variety of input shapes, which help us to measure the performance of heterogenous hardware under different conditions.
# Relevant Files Found
## byte_micro_pe... |
21,465 | null | ray-project/ray | # Repository Context
Name: ray-project/ray
Description:
# Pull Request
## Remove dead tests related to the old scheduler
<!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. -->
<!-- Please add a reviewer to the assigne... |
9 | null | NREL/ROSCO_toolbox | # Repository Context
Name: NREL/ROSCO_toolbox
Description:
# Pull Request
## F/processing
Large updates for OpenFAST post processing functions in `Utilities.py`. Mostly, this is changing the format for the data handlingThis should _maybe_ be a version incrementation given the changes in the API for loading and plo... |
27 | null | artoonie/rcvformats | # Repository Context
Name: artoonie/rcvformats
Description:
# Pull Request
## fix error messages; update doc
# Relevant Files Found
## rcvformats/conversions/base.py
```
"""
Interface and exceptions for all converters
"""
import abc
from rcvformats.common import utils
from rcvformats.schemas import universalt... |
441 | null | ApeWorX/ape | # Repository Context
Name: ApeWorX/ape
Description:
# Pull Request
## feat: added DatetimeConverter
…ity issue with PyCharm/mypy
### What I did
Added DatetimeConverter
PyCharm and mypy failed to recognize the need for inputs in DatetimeConverter() on line 163 of src.ape.managers.converters.py
Solves issue #... |
14,757 | null | apache/tvm | # Repository Context
Name: apache/tvm
Description:
# Pull Request
## [Unity][Training] Categorical cross entropy loss
This PR adds support of categorical cross entropy loss
# Relevant Files Found
## python/tvm/relax/training/loss.py
```
# Licensed to the Apache Software Foundation (ASF) under one
# or more contr... |
697 | null | lightly-ai/lightly | # Repository Context
Name: lightly-ai/lightly
Description:
# Pull Request
## Bump version to 1.2.7
# Relevant Files Found
## lightly/__init__.py
```
"""Lightly is a computer vision framework for self-supervised learning.
With Lightly you can train deep learning models using
self-supervision. This means, that y... |
3 | null | eddieantonio/project-paths | # Repository Context
Name: eddieantonio/project-paths
Description:
# Pull Request
## Resolve path when traversing parents
This fixes locating pyproject.toml in a parent directory.
Currently in a project like
```
myproject
pyproject.toml
scripts
myscript.py
```
Calling myscript.py withi... |
756 | null | redhat-performance/cloud-governance | # Repository Context
Name: redhat-performance/cloud-governance
Description:
# Pull Request
## Added the ebs unit price
## Type of change
Note: Fill **x** in []
- [ ] bug
- [ ] enhancement
- [x] documentation
- [ ] dependencies
## Description
<!--- Describe your changes below -->
## For security reason... |
147 | null | Yelp/task_processing | # Repository Context
Name: Yelp/task_processing
Description:
# Pull Request
## TASKPROC-229 - Create Kubernetes Version of DefaultTaskConfigInterface
### Description
Creating a base on what the Kubernetes plugin will require to start a Pod.
# Relevant Files Found
# Edits
This pull request introduces a `Ku... |
14 | null | cluster311/ggg | # Repository Context
Name: cluster311/ggg
Description:
# Pull Request
## Agregar recupero
# Relevant Files Found
## centros_de_salud/models.py
```
from django.db import models
from address.models import AddressField
class CentroDeSalud(models.Model):
nombre = models.CharField(max_length=290)
# TODO cr... |
168 | null | py-why/causal-learn | # Repository Context
Name: py-why/causal-learn
Description:
# Pull Request
## Added rules 8, 9, 10 to FCI
I have modified the `search/ConstraintBased/FCI.py` by adding the orientation rules 8, 9, and 10 for issue #159
# Relevant Files Found
## causallearn/search/ConstraintBased/FCI.py
```
from __future__ import... |
1,290 | null | IntelPython/dpnp | # Repository Context
Name: IntelPython/dpnp
Description:
# Pull Request
## Update tests with proper call of dpctl.SyclQueue()
The PR fixes incorrect call of dpctl.SyclQueue() function with device keyword from `dpnp` test.
The issue breaks `dpnp` tests since PR [#1052](https://github.com/IntelPython/dpctl/pull/10... |
1,008 | null | mindspore-lab/mindone | # Repository Context
Name: mindspore-lab/mindone
Description:
# Pull Request
## unidiffuser shared weight bugfix
# What does this PR do?
<!--
Congratulations! You've made it this far! You're not quite done yet though.
Once merged, your PR is going to appear in the release notes with the title you set, so mak... |
2,929 | null | astropy/astroquery | # Repository Context
Name: astropy/astroquery
Description:
# Pull Request
## MAINT: changing ErfaWarning import location
This should close #2928
# Relevant Files Found
## astroquery/mpc/core.py
```
# -*- coding: utf-8 -*-
import json
import re
import warnings
import numpy as np
from bs4 import BeautifulSoup
fr... |
1,598 | null | metoppv/improver | # Repository Context
Name: metoppv/improver
Description:
# Pull Request
## Support a scalar time coordinate within the historic forecasts for EMOS
Related to https://github.com/metoppv/mo-blue-team/issues/83
Description
Add support for a scalar time coordinate within the historic forecasts, which may occur with... |
503 | null | passiv/snaptrade-sdks | # Repository Context
Name: passiv/snaptrade-sdks
Description:
# Pull Request
## Update OpenAPI Specification
# Relevant Files Found
## sdks/python/snaptrade_client/apis/path_to_api.py
```
import typing_extensions
from snaptrade_client.paths import PathValues
from snaptrade_client.apis.paths.root import Root
fr... |
188 | null | adbar/trafilatura | # Repository Context
Name: adbar/trafilatura
Description:
# Pull Request
## Update xpaths.py
from http://news.china.com.cn/
# Relevant Files Found
## trafilatura/xpaths.py
```
"""
X-Path expressions needed to extract and filter the main text content
"""
## This file is available from https://github.com/adbar/tra... |
356 | null | fohrloop/wakepy | # Repository Context
Name: fohrloop/wakepy
Description:
# Pull Request
## new CLI flags
Closes: #355
The wakepy Modes are keep.running and keep.presenting.
The CLI options are:
-k, --keep-running
-p, --presentation
For consistency, changed the new CLI flags to be:
-r, --keep-running
-p, --keep-pres... |
28 | null | aws-samples/service-screener-v2 | # Repository Context
Name: aws-samples/service-screener-v2
Description:
# Pull Request
## Catch Macie endpoint not found error
# Description
Catch Macie Error
## Type of change
Please delete options that are not relevant, and add any that may be relevant.
- [X] Bug fix (non-breaking change which fixes a... |
92 | null | CS-SI/eodag-cube | # Repository Context
Name: CS-SI/eodag-cube
Description:
# Pull Request
## refactor: typing fixes and mypy
Adds typing fixes and `mypy` check to `linters` job.
# Relevant Files Found
## eodag_cube/api/product/_assets.py
```
# -*- coding: utf-8 -*-
# Copyright 2023, CS GROUP - France, https://www.csgroup.eu/
#
# ... |
21 | null | aimclub/AutoTM | # Repository Context
Name: aimclub/AutoTM
Description:
# Pull Request
## Feature/cooc dict
Fix cooc computing time
# Relevant Files Found
## autotm/preprocessing/__init__.py
```
# former 'ppp.csv'
PREPOCESSED_DATASET_FILENAME = "dataset_processed.csv"
```
## autotm/preprocessing/dictionaries_preparation.py
``... |
4,166 | null | Yelp/paasta | # Repository Context
Name: Yelp/paasta
Description:
# Pull Request
## Correctly merge fields in autotune
I did dumb things when I refactored the initial commit from Yelp/paasta#4056: I swapped things to filter/convert the original field names - but I want to use the field names as they exist in `serv`
I believe ... |
586 | null | dstl/Stone-Soup | # Repository Context
Name: dstl/Stone-Soup
Description:
# Pull Request
## Enable Kalman Smoother to work with multi-hypothesis states
Includes updates to tests, and a check to ensure that if a multi hypothesis had multiple predictions, that an error would be raised.
Issue raised in https://github.com/dstl/Stone-... |
27 | null | BUPT-GAMMA/OpenHGNN | # Repository Context
Name: BUPT-GAMMA/OpenHGNN
Description:
# Pull Request
## upload new version
# Relevant Files Found
## openhgnn/models/DMGI.py
```
import dgl
from . import register_model, BaseModel
import torch.nn as nn
import numpy as np
import dgl.nn.pytorch as dglnn
import torch
import torch.nn.function... |
61 | null | bd-j/prospector | # Repository Context
Name: bd-j/prospector
Description:
# Pull Request
## Csp spectra basis
This PR removes the StellarPopBasis object and adds a new CSPSpecBasis that includes all the wavelength scale, smoothing, and other logic necessary for fitting spectra for a composite stellar population. It is a subclass of... |
22 | null | pyodide/sphinx-js-fork | # Repository Context
Name: pyodide/sphinx-js-fork
Description:
# Pull Request
## Version 0.20.37
I xfailed three tests. I'm not sure what should happen with the incremental test. The other two tests I have a fix for on a local branch but they need new tests. I will work on them in a followup.
# Relevant Files Foun... |
13,275 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## Add py-sphinxcontrib-qthelp package
Successfully builds on macOS 10.15 with Clang 11.0.0 and Python 3.7.4.
# Relevant Files Found
# Edits
This pull request adds the `py-sphinxcontrib-qthelp` package to Spack, a Sphinx extension that generate... |
64 | null | bokulich-lab/q2-fondue | # Repository Context
Name: bokulich-lab/q2-fondue
Description:
# Pull Request
## ENH: adding space exhaustion break
closes #63 & closes #62 by stopping fetching of sequences when less than 2 GB are still freely available.
# Relevant Files Found
## q2_fondue/sequences.py
```
# -----------------------------------... |
24,300 | null | demisto/content | # Repository Context
Name: demisto/content
Description:
# Pull Request
## Move reputation tests configuration to conf.json
<!-- REMINDER: THIS IS A PUBLIC REPO DO NOT POST HERE SECRETS/SENSITIVE DATA -->
## Contributing to Cortex XSOAR Content
Make sure to register your contribution by filling the [contribution... |
5,077 | null | PokemonGoF/PokemonGo-Bot | # Repository Context
Name: PokemonGoF/PokemonGo-Bot
Description:
# Pull Request
## make min free slots for optimizer configurable
## Short Description:
make min free slots for optimizer configurable through the "min_slots_left" parameter.
# Relevant Files Found
## pokemongo_bot/cell_workers/pokemon_optimizer.py... |
6,758 | null | PennyDreadfulMTG/Penny-Dreadful-Tools | # Repository Context
Name: PennyDreadfulMTG/Penny-Dreadful-Tools
Description:
# Pull Request
## Move archetype detail page to react table. Speed up spoiler inserts.
# Relevant Files Found
## decksite/scrapers/bugged_cards.py
```
from magic import multiverse
def scrape() -> None:
multiverse.update_bugged_c... |
9,847 | null | Opentrons/opentrons | # Repository Context
Name: Opentrons/opentrons
Description:
# Pull Request
## feat(hardware): add Gripper test script
<!--
Thanks for taking the time to open a pull request! Please make sure you've read the "Opening Pull Requests" section of our Contributing Guide:
https://github.com/Opentrons/opentrons/blob/ed... |
8 | null | dagster-io/project-dagster-university | # Repository Context
Name: dagster-io/project-dagster-university
Description:
# Pull Request
## Update to use Dagster v1.6 Features: MaterializeResult
Depends on - https://github.com/dagster-io/project-dagster-university/pull/6
---
## Changes
- replaces `context.add_output_metadata` with `MaterializeResult... |
5,092 | null | pybamm-team/PyBaMM | # Repository Context
Name: pybamm-team/PyBaMM
Description:
# Pull Request
## bug: explicit-time-integral returns integral
# Description
an addendum to #5063, which fixes explicit time integral so that the return value is the integral rather than the cumulative integral
## Type of change
Please add a line in the ... |
373 | null | online-judge-tools/oj | # Repository Context
Name: online-judge-tools/oj
Description:
# Pull Request
## #360: let AtCoderProblem.submit_code return AtCoderSubmission
`AtCoderProblem.submit_code` が `AtCoderSubmission` を返すようにします
https://online-judge-tools.readthedocs.io/en/master/onlinejudge.service.atcoder.html#onlinejudge.service.atcoder... |
2,135 | null | tytusdb/tytusdb | # Repository Context
Name: tytusdb/tytusdb
Description:
# Pull Request
## Update Sintactico3D.py
# Relevant Files Found
## parser/fase2/team04/Tytus/sintactico3D.py
```
#IMPORTS
from ply import *
from lexico3D import *
from Optimizacion.asignacion import Asignacion
from Optimizacion._def import Def
from Opti... |
19,789 | null | ray-project/ray | # Repository Context
Name: ray-project/ray
Description:
# Pull Request
## [core] Fail objects when pull/reconstruction hangs
<!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. -->
<!-- Please add a reviewer to the ass... |
206 | null | Cursed-Solutions/Tanjun | # Repository Context
Name: Cursed-Solutions/Tanjun
Description:
# Pull Request
## Attachment options
### Summary
<!-- Small summary of the merge request -->
### Checklist
<!-- Make sure to tick all the following boxes by putting an `x` in between (like this `[x]`) -->
- [ ] I have run `nox` and all the pipeli... |
211 | null | pbl-nl/appl-docchat | # Repository Context
Name: pbl-nl/appl-docchat
Description:
# Pull Request
## Revert "parse and ingest tables, and add closeby tables into the context only for gpt-4o model"
Reverts pbl-nl/appl-docchat#206
# Relevant Files Found
## ingest/file_parser.py
```
"""
This module represents a class with functionality t... |
7 | null | ami-iit/cmake-package-check | # Repository Context
Name: ami-iit/cmake-package-check
Description:
# Pull Request
## Set cmake_minimum_required policy_max argument to 3.29
It should help in cases like https://github.com/ami-iit/bipedal-locomotion-framework/pull/827#issuecomment-2039524932 .
# Relevant Files Found
## src/cmake_package_check/cma... |
8 | null | octodns/octodns-ddns | # Repository Context
Name: octodns/octodns-ddns
Description:
# Pull Request
## Use pep440 public/local version numbering
/cc octodns/octodns#892 for poc/background
# Relevant Files Found
## setup.py
```
from setuptools import find_packages, setup
def descriptions():
with open('README.md') as fh:
re... |
141 | null | regulatorystudies/Reg-Stats | # Repository Context
Name: regulatorystudies/Reg-Stats
Description:
# Pull Request
## Update Jan 2025 data
Updated:
- Monthly Significant Final Rules under the Biden Administration
- Cumulative Economically Significant Final Rules by Administration
# Relevant Files Found
## data/cumulative_es_rules/update_cumul... |
50,489 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## ssh-client: fix merge order of options in run_wfunc (fix usage of mine.get in pillar)
### What does this PR do?
pillar.Pillar() is called with options where master_opts options are overwritten (because of dict merge/update order). As a conseq... |
2 | null | Cyberbolt/Cemotion | # Repository Context
Name: Cyberbolt/Cemotion
Description:
# Pull Request
## Master
# Relevant Files Found
## Cemotion-apple/setup.py
```
import setuptools
with open("README.md", "r") as fh:
long_description = fh.read()
setuptools.setup(
name="Cemotion-apple",
version="0.2.0",
author="Cyberbo... |
104 | null | openedx/openedx-webhooks | # Repository Context
Name: openedx/openedx-webhooks
Description:
# Pull Request
## adding check for former edX employee
This should check the before entry in people.yaml to see if the PR was created while a former employee was at edX.
Do we have data to test this in staging?
# Relevant Files Found
## openedx_... |
51 | null | doronz88/hilda | # Repository Context
Name: doronz88/hilda
Description:
# Pull Request
## objective_c_symbol: Display class name on `__repr__`
# Relevant Files Found
## hilda/objective_c_symbol.py
```
import json
from contextlib import suppress
from dataclasses import dataclass
from functools import partial
from pathlib import ... |
136 | null | samgiles/slumber | # Repository Context
Name: samgiles/slumber
Description:
# Pull Request
## Add Trove classifiers.
# Relevant Files Found
## setup.py
```
import os
import sys
from setuptools import setup
install_requires = ["requests"]
tests_require = ["mock", "unittest2"]
base_dir = os.path.dirname(os.path.abspath(__file__))... |
15 | null | microsoft/anomalydetector | # Repository Context
Name: microsoft/anomalydetector
Description:
# Pull Request
## Update anomaly detector to be parity with ml.net
In this PR
1. Update the interface of spectral residual model.
2. Add anomaly_and_margin mode
3. Update default parameters
4. Complement unit tests.
# Relevant Files Found
## ma... |
19 | null | jpdefrutos/DDMR | # Repository Context
Name: jpdefrutos/DDMR
Description:
# Pull Request
## Clean repo
Merging working deployment script
# Relevant Files Found
## DeepDeformationMapRegistration/networks.py
```
import os, sys
currentdir = os.path.dirname(os.path.realpath(__file__))
parentdir = os.path.dirname(currentdir)
sys.path.... |
1,631 | null | microsoft/unilm | # Repository Context
Name: microsoft/unilm
Description:
# Pull Request
## Diff-Transformer
Diff-Transformer Implementation
# Relevant Files Found
# Edits
This pull request introduces the Diff-Transformer implementation, which adds a new attention mechanism called DiffAttn to support more flexible and efficient... |
502 | null | decisionforce/pgdrive | # Repository Context
Name: decisionforce/pgdrive
Description:
# Pull Request
## Idm double check
## What changes do you make in this PR?
* Please describe why you create this PR
## Checklist
* [ ] I have merged the latest main branch into current branch.
* [ ] I have run `bash scripts/format.sh` before me... |
105 | null | TheFriendlyCoder/pyjen | # Repository Context
Name: TheFriendlyCoder/pyjen
Description:
# Pull Request
## Fixes #104 Broke dependency between Jobs and Jenkins master
# Relevant Files Found
## src/pyjen/jenkins.py
```
"""Primitives for interacting with the main Jenkins dashboard"""
import logging
import json
from requests.exceptions imp... |
1,467 | null | theupdateframework/python-tuf | # Repository Context
Name: theupdateframework/python-tuf
Description:
# Pull Request
## ngclient: use MetaFile/TargetFile verification
Fixes #1410
**Description of the changes being introduced by the pull request**:
Use the newly added MetaFile/TargetFile.verify_length_and_hashes in the ngclient workflow.
... |
2 | null | jpmorganchase/py-adapter | # Repository Context
Name: jpmorganchase/py-adapter
Description:
# Pull Request
## Initial logic based on previous work
# Relevant Files Found
## src/py_adapter/__init__.py
```
# Copyright 2023 J.P. Morgan Chase & Co.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file ... |
501 | null | panoptes/POCS | # Repository Context
Name: panoptes/POCS
Description:
# Pull Request
## A script for resetting a USB device
May help with #500.
# Relevant Files Found
# Edits
This PR adds a script to reset USB devices, which can help resolve connectivity issues with USB peripherals, potentially addressing problem #500. The sc... |
14 | null | smoia/phys2cvr | # Repository Context
Name: smoia/phys2cvr
Description:
# Pull Request
## Add docstrings
<!-- Write all of the issues that are linked to this pull request. -->
<!-- If this PR is enough to close them you can write something like "Closes #314 and closes #42" -->
<!-- If you just want to reference them without closi... |
64 | null | FOLIO-FSE/FolioClient | # Repository Context
Name: FOLIO-FSE/FolioClient
Description:
# Pull Request
## Fixes: get_single_instance method returns generator object instead of dictionary #63
Changed get_single_instance method to use folio_get_single_object, instead of folio_get_all
# Relevant Files Found
## folioclient/FolioClient.py
``... |
22,427 | null | jax-ml/jax | # Repository Context
Name: jax-ml/jax
Description:
# Pull Request
## [Pallas/Mosaic] Refactor how we lower Pallas to a custom call
[Pallas/Mosaic] Refactor how we lower Pallas to a custom call
This avoids a round-trip through lower_fun which creates unnecessary HLO ops and name stack entries (which can add noise t... |
3,040 | null | statsmodels/statsmodels | # Repository Context
Name: statsmodels/statsmodels
Description:
# Pull Request
## FIX: Fix IV2SLS to handle data sizes
Ensure IV2SLS works with 1d and 2d arrays
closes #2720
# Relevant Files Found
## statsmodels/sandbox/regression/gmm.py
```
'''Generalized Method of Moments, GMM, and Two-Stage Least Squares fo... |
455 | null | openviess/PyViCare | # Repository Context
Name: openviess/PyViCare
Description:
# Pull Request
## chore(testdata): Update Vitoair FS300E data
Update data to include `"ventilation.operating.state"` datapoint
# Relevant Files Found
## tests/test_VitoairFs300E.py
```
import unittest
from PyViCare.PyViCareVentilationDevice import Venti... |
2,052 | null | huggingface/huggingface_hub | # Repository Context
Name: huggingface/huggingface_hub
Description:
# Pull Request
## Fix tests involving temp directory on macOS
Tests that use a mixture `SoftTemporaryDirectory` and the `fx_cache_dir` fixture may fail on Mac OS.
The failure usually says something like
```
FAILED tests/test_file_download.p... |
8,532 | null | mlflow/mlflow | # Repository Context
Name: mlflow/mlflow
Description:
# Pull Request
## Remove useless condition in `_init_modules_to_packages_map`
<!-- 🚨 We recommend pull requests be filed from a non-master branch on a repository fork (e.g. <username>:fix-xxx). 🚨 -->
## Related Issues/PRs
<!--
Please reference any relat... |
587 | null | instadeepai/Mava | # Repository Context
Name: instadeepai/Mava
Description:
# Pull Request
## Feature/global config in store + component local config
## What?
Components are now only given local configs. Global config can be accessed through the store.
## Why?
It becomes clear when components are accessing global configs, which ot... |
629 | null | chipsalliance/f4pga | # Repository Context
Name: chipsalliance/f4pga
Description:
# Pull Request
## generic script wrapper: allow short flag names
# Relevant Files Found
## f4pga/flows/common_modules/generic_script_wrapper.py
```
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Copyright (C) 2022 F4PGA Authors
#
# Licensed under t... |
1,020 | null | tinygrad/tinygrad | # Repository Context
Name: tinygrad/tinygrad
Description:
# Pull Request
## cuda ci on cpu
Opening a new pr, as I couldn't reopen the old one, sorry.
- pycuda.driver.Context - mocked
- cuda - mocked
- no mentions of CUDACPU in the implementation code
- focused on readability
- no pressure on tinygrad to main... |
1 | null | lmacken/binance-chain-python | # Repository Context
Name: lmacken/binance-chain-python
Description:
# Pull Request
## Mainnet, customurl, _testnet attr
- Adding mainnet to transaction builder
- Adding _testnet attr to clients
- Adding custom url in init for http client and websocket
# Relevant Files Found
## binancechain/httpclient.py
```
... |
2,385 | null | ApeWorX/ape | # Repository Context
Name: ApeWorX/ape
Description:
# Pull Request
## refactor!: use provider in contract error instead of network choice string
### What I did
Just simplifies the exception a bit.
### How I did it
<!-- Discuss the thought process behind the change -->
### How to verify it
<!-- Discus... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.