pr_id
int64
repo_id
null
repo_name
string
text
string
53
null
vocalpy/crowsetta
# Repository Context Name: vocalpy/crowsetta Description: # Pull Request ## Fix koumura2annot bugs # Relevant Files Found ## src/crowsetta/koumura.py ``` """module with functions that handle the following dataset: data: https://figshare.com/articles/BirdsongRecognition/3470165 as used in this paper: [1] Koumur...
60
null
mcedit/pymclevel
# Repository Context Name: mcedit/pymclevel Description: # Pull Request ## Rewrite gametype command in mce.py Now supports both single- and multi-player worlds, and it also sets the player abilities added in Beta 1.9-pre5 to proper values based on the gametype changed to. No longer will allow flying and invulnerab...
937
null
piccolo-orm/piccolo
# Repository Context Name: piccolo-orm/piccolo Description: # Pull Request ## 936 Handle setup of nested arrays containing `BigInt` Resolves https://github.com/piccolo-orm/piccolo/issues/936 # Relevant Files Found ## piccolo/columns/column_types.py ``` """ Notes for devs ============== Descriptors ----------- ...
624
null
vitalik/django-ninja
# Repository Context Name: vitalik/django-ninja Description: # Pull Request ## remove context from inspect.stack This is a quick take on #623 https://docs.python.org/3/library/inspect.html#inspect.stack inspect.stack(context=1) adds context lines to the stackframe. using context=0 file loads can be avoided ...
2
null
virajmavani/semi-auto-image-annotation-tool
# Repository Context Name: virajmavani/semi-auto-image-annotation-tool Description: # Pull Request ## Changed interpolation technique Changed interpolation technique to BICUBIC. Also created a config file which will maintain all the static predefined and static information. # Relevant Files Found ## main.py ```...
586
null
visuanalytics/visuanalytics
# Repository Context Name: visuanalytics/visuanalytics Description: # Pull Request ## [Implementierung] Frontend kleine Anpassungen resolves #574 # Relevant Files Found ## src/visuanalytics/server/db/queries.py ``` import json import os from visuanalytics.server.db import db STEPS_LOCATION = os.path.abspath(os...
50
null
ansible/drools_jpy
# Repository Context Name: ansible/drools_jpy Description: # Pull Request ## DROOLS-7475 Proposed feature for ['key'] accessor - updated with the new jar - test using the AST JSON for drools-jpy (see [tests in here](https://github.com/ansible/ansible-rulebook/pull/539/files#diff-4cf5f03ca6d7c98631ca262df423d16cfaa...
17,573
null
jax-ml/jax
# Repository Context Name: jax-ml/jax Description: # Pull Request ## lax_test: adjust TPU tolerance for igamma & friends lax_test: adjust TPU tolerance for igamma & friends # Relevant Files Found ## tests/lax_test.py ``` # Copyright 2018 The JAX Authors. # # Licensed under the Apache License, Version 2.0 (the "...
273
null
open-edge-platform/geti-sdk
# Repository Context Name: open-edge-platform/geti-sdk Description: # Pull Request ## Fix deployment postprocessing Added tuple as accepted return type for model inference # Relevant Files Found ## geti_sdk/deployment/deployment.py ``` # Copyright (C) 2022 Intel Corporation # # Licensed under the Apache License,...
3,049
null
volcengine/verl
# Repository Context Name: volcengine/verl Description: # Pull Request ## [ray] feat: add support for ray init kwargs ### What does this PR do? This PR adds support for passing parameters to `ray.init`. Users can now dynamically configure settings such as `address`, `port`, `_temp_dir`, and more based on their ...
296
null
aiven/aiven-client
# Repository Context Name: aiven/aiven-client Description: # Pull Request ## Make package PEP 561 compatible # About this change: What it does, why it matters Even though package was fully type annotated, it was not PEP 561 compatible: https://mypy.readthedocs.io/en/latest/installed_packages.html#creating-pep-561-...
272
null
django-parler/django-parler
# Repository Context Name: django-parler/django-parler Description: # Pull Request ## fix broken imports for django 3.1rc1 The compibiltity code in django was removed in https://github.com/django/django/pull/11579 Relevant part in the release notes: https://docs.djangoproject.com/en/dev/releases/3.1/#id1 # Rele...
276
null
bhklab/med-imagetools
# Repository Context Name: bhklab/med-imagetools Description: # Pull Request ## Develop/add autopipeline cli <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced an automated imaging pipeline accessible via enhanced command-line op...
25
null
pbui/bobbit
# Repository Context Name: pbui/bobbit Description: # Pull Request ## Add unit tests for bobbit.message This PR adds unit tests for bobbit.message. Addresses task in #17. Regarding the boolean change -- In python `not values` include a variety of things, such as 0, empty strings, empty dicts, empty lists, `False...
23,305
null
conan-io/conan-center-index
# Repository Context Name: conan-io/conan-center-index Description: # Pull Request ## mbedtls: add version 3.6.0 Specify library name and version: **mbedtls/3.6.0** https://github.com/Mbed-TLS/mbedtls/compare/v3.5.2...v3.6.0 The source code structure has been changed since 3.6.0, and the `framework` is now r...
652
null
awslabs/seed-farmer
# Repository Context Name: awslabs/seed-farmer Description: # Pull Request ## Release/4.0.3 *Issue #, if available:* *Description of changes:* Releasing By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. # Relevant...
244
null
Azure/azure-data-lake-store-python
# Repository Context Name: Azure/azure-data-lake-store-python Description: # Pull Request ## Various bug fixes. (#243) * Fix for test case failure by adding randomized file path #235 * Fix for empty folder upload issue #230 * Fix chunked downloader to make block size requests --- This checklist is use...
3,692
null
volcengine/verl
# Repository Context Name: volcengine/verl Description: # Pull Request ## [trainer] feat: Enabled fused adamw ### What does this PR do? Enable fused adamw which should be generally faster and more memory efficient. Also provide the config parameter to set eps. ### Checklist Before Starting - [x] Search f...
13,540
null
hail-is/hail
# Repository Context Name: hail-is/hail Description: # Pull Request ## [ci] Don't test PRs with do-not-test label I added this feature because I am tired of every time I want to dev deploy and try out new changes, it triggers a new build in CI. I'd prefer to put a new label on the PR rather than close it each time ...
910
null
joke2k/faker
# Repository Context Name: joke2k/faker Description: # Pull Request ## Fix fr_FR postcodes_format ### What does this changes It fixes the way french postcodes are formatted ### What was wrong French postcodes should never be formatted ## #### see https://datanova.laposte.fr/explore/dataset/laposte_hexasma...
201
null
ModelEngine-Group/unified-cache-management
# Repository Context Name: ModelEngine-Group/unified-cache-management Description: # Pull Request ## [bugfix]roll back dataoffset <!-- Thanks for sending a pull request! BEFORE SUBMITTING, PLEASE READ OUR OFFICIAL WEBSITE. --> # Purpose roll back dataoffset What this PR does / why we need it? <!-...
11,742
null
dask/dask
# Repository Context Name: dask/dask Description: # Pull Request ## Move optimize method to base class This is a precursor to https://github.com/dask/dask/pull/11736 and moves the optimize method to the base class. I'm also setting up a bit of typing to help differentiate the different classes. They should likely a...
454
null
jpadilla/pyjwt
# Repository Context Name: jpadilla/pyjwt Description: # Pull Request ## Fix 406 Fixes GH-406 (https://github.com/jpadilla/pyjwt/issues/406) I played around with different ideas on how to implement the passing of the header map but wanted to stick with something native without lots of extra parsing. Let me kn...
470
null
SheffieldML/GPy
# Repository Context Name: SheffieldML/GPy Description: # Pull Request ## Plotting fix added support for captials in plotting projections (2d and 2D) # Relevant Files Found ## GPy/__version__.py ``` __version__ = "1.5.6" ``` ## GPy/plotting/gpy_plot/gp_plots.py ``` #===========================================...
432
null
pollen-robotics/reachy_mini
# Repository Context Name: pollen-robotics/reachy_mini Description: # Pull Request ## fix camera not released when exiting reachy mini context # Relevant Files Found ## src/reachy_mini/media/media_manager.py ``` """Media Manager. Provides camera and audio access based on the selected backedn """ import loggin...
689
null
safe-global/safe-transaction-service
# Repository Context Name: safe-global/safe-transaction-service Description: # Pull Request ## Fix contract caching error - When redis cache backend is used response should be returned after calling `add_post_render_callback`. [More info](https://docs.djangoproject.com/en/4.0/ref/template-response/#django.template....
20
null
9thbitio/link
# Repository Context Name: 9thbitio/link Description: # Pull Request ## Update dbwrappers.py fix typo. fix mysql to postgresql comment. # Relevant Files Found ## link/wrappers/dbwrappers.py ``` from link import Wrapper from link.utils import list_to_dataframe from contextlib import closing import defaults MYSQ...
77
null
IMvision12/keras-vision-models
# Repository Context Name: IMvision12/keras-vision-models Description: # Pull Request ## Add Swin Weights # Relevant Files Found ## kvmm/models/backbones/swin/config.py ``` SWIN_MODEL_CONFIG = { "SwinTinyP4W7": { "pretrain_size": 224, "window_size": 7, "embed_dim": 96, "depth...
74
null
py-why/dodiscover
# Repository Context Name: py-why/dodiscover Description: # Pull Request ## Update deps Changes proposed in this pull request: - Update dependency for networkx, which removes PR branch dependency with pywhy-graphs having the `MixedEdgeGraph` class now. Merging this PR should enable all the CIs to run properly i...
161
null
sbi-dev/sbi
# Repository Context Name: sbi-dev/sbi Description: # Pull Request ## Refactor training convergence This does away with a lot of redundant code for convergence checking. A little fix along the way: SRE and SNL no longer cat tensors just to get dimensions. Good to go with any one approval. # Relevant Files Fo...
802
null
deepset-ai/haystack-core-integrations
# Repository Context Name: deepset-ai/haystack-core-integrations Description: # Pull Request ## feat: defer the database connection to when it's needed ### Related Issues - fixes #762 ### Proposed Changes: <!--- In case of a bug: Describe what caused the issue and how you solved it --> <!--- In case of...
4,954
null
voxel51/fiftyone
# Repository Context Name: voxel51/fiftyone Description: # Pull Request ## [Proposal] rename ctx.create_store to ctx.store ## What changes are proposed in this pull request? Add `ctx.store` and deprecate `cts.create_store` ## How is this patch tested? If it is not, please explain why. (Details) ## Relea...
62
null
nuclio/nuclio-sdk-py
# Repository Context Name: nuclio/nuclio-sdk-py Description: # Pull Request ## Add event_id to Response object Since batching feature is coming, we need to add `event_id` attribute to Response object since we will return not a single response, but the list of responses. So, we will need to match each response with ...
472
null
UU-ER/AdOpT-NET0
# Repository Context Name: UU-ER/AdOpT-NET0 Description: # Pull Request ## Fix show networks and technologies ## PR Type What kind of change does this PR introduce (check all applicable)? - [x] Bugfix - [ ] Feature - [ ] Refactoring (no functional changes, no api changes) - [ ] Continuous integration related...
1,271
null
ethereum/web3.py
# Repository Context Name: ethereum/web3.py Description: # Pull Request ## Add deprecation warning to jsonrpc endpoints dropped in EIP 1474 ### What was wrong? Add deprecation warnings for jsonrpc endpoints dropped in [EIP 1474](https://github.com/bitpshr/EIPs/blob/147609158191a701cf02c8556d5e529ffcb31cd2/EIPS/eip...
297
null
openreview/openreview-py
# Repository Context Name: openreview/openreview-py Description: # Pull Request ## pre-create reviewer and area chair groups (/invited and /declined groups) # Relevant Files Found ## openreview/conference/builder.py ``` from __future__ import absolute_import import time import re from .. import openreview from...
53
null
jaebradley/nba_data
# Repository Context Name: jaebradley/nba_data Description: # Pull Request ## Team box score assertions Resolves #52 # Relevant Files Found ## nba_data/data/advanced_team_box_score.py ``` from team import Team class AdvancedTeamBoxScore: def __init__(self, team, seconds_played, offensive_rating, defensiv...
90
null
softlayer/softlayer-python
# Repository Context Name: softlayer/softlayer-python Description: # Pull Request ## CLI: Alphabetizes commands in `sl metadata` # Relevant Files Found ## SoftLayer/CLI/modules/metadata.py ``` """ usage: sl metadata [<command>] [<args>...] [options] Find details about this machine. These commands only work on ...
457
null
pinax/pinax-stripe-light
# Repository Context Name: pinax/pinax-stripe-light Description: # Pull Request ## pinax/stripe/tests/settings: remove support for Django < 1.8 # Relevant Files Found ## pinax/stripe/tests/settings.py ``` import os import django old = django.VERSION < (1, 8) DEBUG = True USE_TZ = True TIME_ZONE = "UTC" DATAB...
165
null
PyCQA/flake8-pyi
# Repository Context Name: PyCQA/flake8-pyi Description: # Pull Request ## Improve error messages for import-related error codes Fixes #164. @Spindel, what do you think of the proposed new error messages? :) You can see what the new errors would be by looking at the diff in `tests/imports.pyi`. # Relevant Files...
53
null
chrislemke/sk-transformers
# Repository Context Name: chrislemke/sk-transformers Description: # Pull Request ## feat: add string_splitter_transformer # Relevant Files Found ## src/sk_transformers/__init__.py ``` from sk_transformers.datetime_transformer import ( DurationCalculatorTransformer, TimestampTransformer, ) from sk_trans...
278
null
ml-explore/mlx-lm
# Repository Context Name: ml-explore/mlx-lm Description: # Pull Request ## Allow generation without README A recent commit ([e8c2cfce](https://github.com/ml-explore/mlx-lm/commit/e8c2cfce6a3c039136c14fdfe9a5a279a811db56)) introduced a new requirement that a `README.md` must be present to load a model. This PR modi...
38
null
scaleoutsystems/fedn
# Repository Context Name: scaleoutsystems/fedn Description: # Pull Request ## Update/refactor reducer control, resolved FEDN-72 # Relevant Files Found ## fedn/fedn/clients/reducer/control.py ``` import copy import os import tempfile import time from fedn.utils.helpers import KerasSequentialHelper from .state...
6,251
null
sgl-project/sglang
# Repository Context Name: sgl-project/sglang Description: # Pull Request ## Skip the flaky test_stateful_custom_logit_processor # Relevant Files Found ## python/sglang/srt/sampling/custom_logit_processor.py ``` import json from abc import ABC, abstractmethod from functools import lru_cache from typing import A...
693
null
adamritter/pageql
# Repository Context Name: adamritter/pageql Description: # Pull Request ## Replace manual code block with showsource ## Summary - clean up website `todos.pageql` example by using `{{#showsource}}` - remove the inline copy scripts - update `test_highlighter.py` to work with new page ## Testing - `pytest` ------ h...
36
null
unfor19/frigga
# Repository Context Name: unfor19/frigga Description: # Pull Request ## Fix master Tests didn't pass because GitHub Actions is using port `8084`, so I changed the WebSocket port to `8085` and now everything works fine. # Relevant Files Found ## src/frigga/frigga.py ``` import click from .grafana import get_me...
15
null
scholrly/lucene-querybuilder
# Repository Context Name: scholrly/lucene-querybuilder Description: # Pull Request ## Unicode support I tried to use the raw representation, but unfortunately I have to process user inputs in unicode, somethin like: >>> from lucenequerybuilder import Q ``` >>> q = Q(r'%s' % u'mañana iré') >>> print q ----> 1...
134
null
sfstar/hass-victron
# Repository Context Name: sfstar/hass-victron Description: # Pull Request ## Update const.py to reflect 1052 register unit change in documentation "pvinverter_power_total": RegisterInfo(1052, INT32, UnitOfPower.WATT), Change to WATT # Relevant Files Found ## custom_components/victron/const.py ``` """Constant...
1,771
null
snowflakedb/snowflake-connector-python
# Repository Context Name: snowflakedb/snowflake-connector-python Description: # Pull Request ## Add Jira to one TODO in cursor.py Please answer these questions before submitting your pull requests. Thanks! 1. What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR. ...
3,249
null
Ericsson/codechecker
# Repository Context Name: Ericsson/codechecker Description: # Pull Request ## [analyzer] Use maximum CPU resources by default during analysis # Relevant Files Found ## analyzer/codechecker_analyzer/cmd/analyze.py ``` # ------------------------------------------------------------------------- # # Part of the C...
578
null
openforis/sepal_ui
# Repository Context Name: openforis/sepal_ui Description: # Pull Request ## Planet upgrade #577 Related with #519 and #577. I've updated the model, view, and test of planetapi. However, I think I will remain it as a draft until they officially launch version 2.0, which apparently will be before the end of the y...
127
null
simphony/simphony-remote
# Repository Context Name: simphony/simphony-remote Description: # Pull Request ## Remove 422 error in favor of 400 Basic implementation. Needs tests. # Relevant Files Found ## remoteappmanager/rest/exceptions.py ``` class RESTException(Exception): """Base exception for the REST infrastructure""" pass ...
3,453
null
nerfstudio-project/nerfstudio
# Repository Context Name: nerfstudio-project/nerfstudio Description: # Pull Request ## Change depth from float64 to float32 It seems weird to me that depth used float64 while everything else used float32. Moreover, we specify that "Filepath points to a 16-bit or 32-bit depth image", so I don't seem a reason behind...
85
null
ashu-tosh-kumar/todo_notifier
# Repository Context Name: ashu-tosh-kumar/todo_notifier Description: # Pull Request ## dev to main new version: 1.3.1 # Relevant Files Found ## setup.py ``` from pathlib import Path from setuptools import find_packages, setup setup( name="todonotifier", description="Library to setup automatic TODO Not...
520
null
brainglobe/brainglobe-atlasapi
# Repository Context Name: brainglobe/brainglobe-atlasapi Description: # Pull Request ## minor bug fix utils.atlas_repr_from_name ## Description **What is this PR** - [x] Bug fix - [ ] Addition of a new feature - [ ] Other **Why is this PR needed?** While adding a test for `utils.atlas_repr_from_name` (...
1
null
jupyterlab/pytest-check-links
# Repository Context Name: jupyterlab/pytest-check-links Description: # Pull Request ## open all files as UTF-8 ignore system encoding, which will probably be wrong on Windows and use io.open for Python 2 compatibility # Relevant Files Found ## pytest_check_links/plugin.py ``` import os from six.moves.urllib....
198
null
GeeksCAT/nem-per-feina
# Repository Context Name: GeeksCAT/nem-per-feina Description: # Pull Request ## Permit "mailto://" schemes in job's apply url ## Description It improves the job definition flow permitting "mailto://$EMAIL" definitions in apply URLs. It also ensures that long urls are permitted (<=500 chars). New setting `...
90
null
BigDataBiology/argNorm
# Repository Context Name: BigDataBiology/argNorm Description: # Pull Request ## ADD `Cut_Off` column to argNorm outputs RGI Cut_Off scores for all ARO mappings are now added to argNorm outputs. These Cut_Off scores are stored with ARO mappings in ARO mapping tables. Manually curated genes are assigned 'Manual Cura...
238
null
PrimeIntellect-ai/verifiers
# Repository Context Name: PrimeIntellect-ai/verifiers Description: # Pull Request ## Fix for JudgeRubric not using async ## Description Adds support for async RewardFuncs and async client usage with JudgeRubric. It only awaits if the RewardFunc is an async def function. ## Type of Change - [ ] Bug fix (non-br...
171
null
QuTech-Delft/quantuminspire
# Repository Context Name: QuTech-Delft/quantuminspire Description: # Pull Request ## [QI2-1337] Prepare repository for release # Relevant Files Found ## examples/qaoa.py ``` """Example Hybrid Quantum/Classical Algorithm for Quantum Inspire 2. The algorithm is the Quantum Approximate Optimization Algorithm, as...
14
null
himkt/allennlp-optuna
# Repository Context Name: himkt/allennlp-optuna Description: # Pull Request ## Split allenopt.py into files # Relevant Files Found ## allennlp_optuna/commands/__init__.py ``` from allennlp_optuna.commands import allennlp_optuna # noqa ``` ## allennlp_optuna/commands/allenopt.py ``` """ The `train` subcomma...
2,642
null
sqlfluff/sqlfluff
# Repository Context Name: sqlfluff/sqlfluff Description: # Pull Request ## L048 - handle more statements and exclude casting operators <!--Thanks for adding this feature!--> <!--Please give the Pull Request a meaningful title for the release notes--> ### Brief summary of the change made <!--Please include `...
8,522
null
conan-io/conan-center-index
# Repository Context Name: conan-io/conan-center-index Description: # Pull Request ## oatpp-postgresql: add version 1.3.0 Specify library name and version: **oatpp-postgresql/1.3.0** --- - [x] I've read the [guidelines](https://github.com/conan-io/conan-center-index/blob/master/docs/how_to_add_packages.md) f...
34,837
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Fix #34345 ### What does this PR do? Add delimiter to the salt-ssh grains wrapper ### What issues does this PR fix or reference? saltstack/salt#34345 # Relevant Files Found ## salt/client/ssh/wrapper/grains.py ``` # -*- coding: utf-8 -*- '...
10,839
null
infiniflow/ragflow
# Repository Context Name: infiniflow/ragflow Description: # Pull Request ## Test: update test cases for chunk retrieval pagination ### What problem does this PR solve? Updated test cases in test_retrieval_chunks.py to: - Remove skip mark from page pagination test case (#6646 resolved) - Add skip marks for pag...
94
null
python-websockets/websockets
# Repository Context Name: python-websockets/websockets Description: # Pull Request ## Make connect() usable as an asynchronous context manager. # Relevant Files Found ## example/client.py ``` #!/usr/bin/env python import asyncio import websockets @asyncio.coroutine def hello(): websocket = yield from web...
21,987
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## allow using Iterable in Series and DataFrame constructor - [X] closes #2193 - [x] tests added / passed - [X] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry --- @TomAugspurger Hope you can review t...
112
null
hnimminh/libresbc
# Repository Context Name: hnimminh/libresbc Description: # Pull Request ## Additional acl/parse SIP settings # Relevant Files Found ## liberator/libreapi.py ``` # # liberator:libreapi.py # # The Initial Developer of the Original Code is # Minh Minh <hnimminh at[@] outlook dot[.] com> # Portions created by the ...
18,857
null
zulip/zulip
# Repository Context Name: zulip/zulip Description: # Pull Request ## plans_page: Fix broken redirection to /accounts/login/. When an unauthenticated user tries to access the /plans page, we redirect to `/accounts/login/?next=plans` (note the missing slash before "plans"). After the user is authenticated, they are ...
1,007
null
google/uncertainty-baselines
# Repository Context Name: google/uncertainty-baselines Description: # Pull Request ## Renames the Plex paper directory. Renames the Plex paper directory. # Relevant Files Found ## experimental/big_paper/colab_utils.py ``` # coding=utf-8 # Copyright 2022 The Uncertainty Baselines Authors. # # Licensed under the...
527
null
AppScale/gts
# Repository Context Name: AppScale/gts Description: # Pull Request ## ZK counters for allocate IDs. # Relevant Files Found ## AppDB/datastore_server.py ``` #!/usr/bin/python # Programmer: Navraj Chohan <nlake44@gmail.com> # See LICENSE file # """ This web service interfaces with the datastore. It takes protoco...
25
null
openviess/PyViCare
# Repository Context Name: openviess/PyViCare Description: # Pull Request ## Update PyViCareGazBoiler.py ViCare delivers information about the burner starts and burner hours (time how long the burner was used, e.g. 6200h). Added these two statistic values of burner. # Relevant Files Found ## PyViCare/PyViCareGazB...
148
null
SublimeText/TrailingSpaces
# Repository Context Name: SublimeText/TrailingSpaces Description: # Pull Request ## Don't call add_regions if there are no regions to highlight Shouldn't make any difference in practice but helps when debugging ST API. :) # Relevant Files Found ## trailing_spaces.py ``` ''' Provides both a trailing spaces high...
166
null
tcalmant/ipopo
# Repository Context Name: tcalmant/ipopo Description: # Pull Request ## Fixes for setup.py as per issue #165 # Relevant Files Found ## setup.py ``` #!/usr/bin/env python # -- Content-Encoding: UTF-8 -- """ iPOPO installation script :author: Thomas Calmant :copyright: Copyright 2024, Thomas Calmant :license: A...
19,414
null
scipy/scipy
# Repository Context Name: scipy/scipy Description: # Pull Request ## BLD: with-scipy-openblas instead of use-scipy-openblas Makes scipy and numpy the same, so they both use `--with-scipy-openblas` # Relevant Files Found ## dev.py ``` #! /usr/bin/env python3 ''' Developer CLI: building (meson), tests, benchmark...
8,901
null
demisto/content
# Repository Context Name: demisto/content Description: # Pull Request ## contrib pack flow - do not delete non existing pack <!-- REMINDER: THIS IS A PUBLIC REPO DO NOT POST HERE SECRETS/SENSITIVE DATA --> ## XSOAR [Partner](https://xsoar.pan.dev/docs/partners/become-a-tech-partner)? - [ ] The title must be in...
10,275
null
infiniflow/ragflow
# Repository Context Name: infiniflow/ragflow Description: # Pull Request ## fix: replace traceback.print_exc() with logging.exception(e) in conve… …rsation_app.py ### What problem does this PR solve? issue: #10188 change: This PR replaces traceback.print_exc() with logging.exception(e) in conversation_app.p...
140
null
MolSSI/QCElemental
# Repository Context Name: MolSSI/QCElemental Description: # Pull Request ## Protocols This PR starts protocols for discussion. Items: 1) Should protocols be complex? Right now we just trim data, but could they be used to specify that we require only the final orbitals in an optimization? 2) Should the protocols ...
3
null
yulkang/pylabyk
# Repository Context Name: yulkang/pylabyk Description: # Pull Request ## Create setup.py Fixes #2 # Relevant Files Found # Edits This pull request adds a `setup.py` file to enable installing the `pylabyk` package via pip, addressing a user request for easier installation. The key change is the creation of the...
73
null
ArthurG/Kijiji-Repost-Headless
# Repository Context Name: ArthurG/Kijiji-Repost-Headless Description: # Pull Request ## Improvements to new-file-format2 - .kj_post file extension changed to .yml to better reflect what the file format is - We don't need to be creating out own custom file extensions - When opening these files in syntax-aware...
1,167
null
laminlabs/lamindb
# Repository Context Name: laminlabs/lamindb Description: # Pull Request ## 🐛 Fix view_parents when there are no parents # Relevant Files Found ## lamindb/_parents.py ``` import builtins from typing import List, Optional, Set, Union from lamin_utils import logger from lnschema_core import Dataset, File, Regis...
1,688
null
joblib/joblib
# Repository Context Name: joblib/joblib Description: # Pull Request ## Update API and usage of _batch_setitems() to allow more arguments Python 3.14 added the obj argument. This way, the code should work on both 3.13 and 3.14. Fixes https://github.com/joblib/joblib/issues/1658 # Relevant Files Found ## jobli...
133
null
astronomer/airflow-provider-fivetran-async
# Repository Context Name: astronomer/airflow-provider-fivetran-async Description: # Pull Request ## ci: replace flake8 with ruff There's no direct replacement for the following flake8 plugins: - flake8-colors: Only used for coloring the output. - flake8-rst-docstrings: We could use [pydocstyle](https://docs.as...
206
null
ACCESS-NRI/access-spack-packages
# Repository Context Name: ACCESS-NRI/access-spack-packages Description: # Pull Request ## Add package recipe for ACCESS-TEST-model Add package recipe for test stub model component Closes #205 # Relevant Files Found # Edits This pull request adds a Spack package recipe for the ACCESS-TEST-model, a small Fo...
684
null
MontrealAI/AGI-Alpha-Agent-v0
# Repository Context Name: MontrealAI/AGI-Alpha-Agent-v0 Description: # Pull Request ## [alpha_factory] add MemoryFabric sqlite close tests ## Summary - add test for MemoryFabric SQLite close behaviour ## Testing - `python check_env.py --auto-install` - `ruff check tests/test_memory_fabric_sqlite.py` - `black test...
48,216
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Fix UnicodeDecodeError when reading file to determine virtual grain ### What does this PR do? Fixes the UnicodeDecodeError when trying to read `/sys/devices/virtual/dmi/id/product_name` file when it contains non ascii characters. ### What ...
45,841
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## heyoka: add v5.1.0 https://github.com/bluescarni/heyoka/releases/tag/v5.1.0 <!-- Remember that `spackbot` can help with your PR in multiple ways: - `@spackbot help` shows all the commands that are currently available - `@spackbot fix style`...
9
null
numberly/gitlab2rbac
# Repository Context Name: numberly/gitlab2rbac Description: # Pull Request ## Exit program after gitlab errors (fixes #8) - Avoid to compare empty users list and kubernetes rbac # Relevant Files Found ## gitlab2rbac.py ``` #!/usr/bin/python env import logging from collections import defaultdict from os import ...
29
null
dnanexus/dx-toolkit
# Repository Context Name: dnanexus/dx-toolkit Description: # Pull Request ## PTFM-8115 dx-build-app allows version to be any semver-valid version. @kjlai @kislyuk (This change should be pretty straightforward...) # Relevant Files Found ## src/python/dxpy/scripts/dx_build_app.py ``` #!/usr/bin/env python # # Co...
568
null
Lichess4545/heltour
# Repository Context Name: Lichess4545/heltour Description: # Pull Request ## Remove captcha # Relevant Files Found ## heltour/settings.py ``` # This file pulls in settings from different sources depending on the environment. # # All environments -> settings_default.py. # Local development -> add a file to the ...
583
null
gridstatus/gridstatus
# Repository Context Name: gridstatus/gridstatus Description: # Pull Request ## [ENG-1553] Reduce Error Logging from CAISO ## Summary - We currently log two errors every single time we are rate limited by CAISO. This is excessive and we don't need to log an error in this situation because we are aware of the probl...
464
null
zephyrproject-rtos/west
# Repository Context Name: zephyrproject-rtos/west Description: # Pull Request ## West 0.9 fixups Various standalone fixups and improvements to be finalized before cutting west 0.9. @marc-hb and @kkasperczyk-no this does include some changes to APIs and implementation details for the new submodules feature, but...
25
null
TheAlgorithms/Python
# Repository Context Name: TheAlgorithms/Python Description: # Pull Request ## Update heap_sort.py - Changed mistype in doc - Adjusted index: value 0 is useless # Relevant Files Found ## sorts/heap_sort.py ``` ''' This is a pure python implementation of the heap sort algorithm. For doctests run following comma...
34
null
Restream/reindexer-py
# Repository Context Name: Restream/reindexer-py Description: # Pull Request ## Manylinux # Relevant Files Found ## setup.py ``` import os import sys from setuptools import Extension, setup from setuptools.command.build_ext import build_ext as build_ext_orig if sys.version_info < (3, 8): raise RuntimeErr...
23,890
null
langchain-ai/langchain
# Repository Context Name: langchain-ai/langchain Description: # Pull Request ## core: docstrings `prompts` Added missed docstrings. Formatted docstrings to the consistent form. # Relevant Files Found ## libs/core/langchain_core/prompts/base.py ``` from __future__ import annotations import json from abc import ...
46
null
Usagi-org/ai-goofish-monitor
# Repository Context Name: Usagi-org/ai-goofish-monitor Description: # Pull Request ## feat(日志管理): 添加清空日志功能 - 新增前端“清空日志”按钮及相关样式。 - 实现前端清空日志的交互逻辑,包括确认提示和刷新日志显示。 - 新增后端 DELETE /api/logs 接口,用于清空 scraper.log 文件内容。 # Relevant Files Found ## web_server.py ``` import uvicorn import json import aiofiles import os impo...
338
null
pipeshub-ai/pipeshub-ai
# Repository Context Name: pipeshub-ai/pipeshub-ai Description: # Pull Request ## Add support for Cohere and Gemini Embedding Models # Relevant Files Found ## services/python/app/api/routes/health.py ``` from fastapi import APIRouter, Body, Request from fastapi.responses import JSONResponse from app.utils.llm...
218
null
cnoe-io/ai-platform-engineering
# Repository Context Name: cnoe-io/ai-platform-engineering Description: # Pull Request ## fix: lint errors and argocd mcp bugs # Description Please provide a meaningful description of what this change will do, or is for. Bonus points for including links to related issues, other PRs, or technical references. ...
9
null
llm-oss-labs/aideveu25-llm-obs
# Repository Context Name: llm-oss-labs/aideveu25-llm-obs Description: # Pull Request ## Implemented templates # Relevant Files Found # Edits This PR implements lab templates for an LLM observability workshop, adding foundational code to handle chat inference, application setup, and PII masking for user priva...
1
null
BattMoTeam/BattMoApp
# Repository Context Name: BattMoTeam/BattMoApp Description: # Pull Request ## Oscar improve parameter storage Add BattMo-gui.db, database storing parameters used in the BattMo-gui. This will allow the gui to load parameters directly from the sql db instead of loading from a folder structure. # Relevant Files Fou...