Dataset Viewer
Auto-converted to Parquet Duplicate
in_source_id
string
before_files
list
after_files
list
pr_diff
string
issue
string
conda-forge__conda-smithy-864
[ { "content": "", "path": "conda_smithy/vendored/__init__.py" } ]
[ { "content": "\n", "path": "conda_smithy/vendored/__init__.py" } ]
diff --git a/.gitignore b/.gitignore index 4f4b3b35c..5761ca997 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,9 @@ dist/ # Rever rever/ + +# Notepad++ files +nppBackup/ + +# Pytest dirs/files +.pytest_cache/ diff --git a/conda_smithy/templates/README.md.tmpl b/conda_smithy/templates/README.md.tmpl index 662...
Autogenerated README.md missing final newline ## The Problem As I've confirmed is the case on multiple repos here, including our own ``spyder-feedstock`` and ``spyder-kernels-feedstock`` as well as two arbitrary conda-forge repos I checked conda-forge, the last line in README.md lacks a terminating newline (LF/``x0D...
microsoft__AzureTRE-1754
[ { "content": "__version__ = \"0.2.28\"\n", "path": "api_app/_version.py" } ]
[ { "content": "__version__ = \"0.3.0\"\n", "path": "api_app/_version.py" } ]
diff --git a/api_app/_version.py b/api_app/_version.py index 968391a2db..493f7415d7 100644 --- a/api_app/_version.py +++ b/api_app/_version.py @@ -1 +1 @@ -__version__ = "0.2.28" +__version__ = "0.3.0" diff --git a/resource_processor/version.txt b/resource_processor/version.txt index 6852ddf8f7..493f7415d7 100644 --- a...
Release version 0.3 ## Description As a TRE developer I want to release current code base as version 0.3 So that people can use a more stable version going forward ## Acceptance criteria - [ ] All core apps are bumped to 0.3 - [ ] All bundles are bumped to 0.3 - [ ] A tag is created - [ ] A release is cr...
OpenEnergyPlatform__oeplatform-1475
[ { "content": "__version__ = \"0.16.1\"\n", "path": "oeplatform/__init__.py" } ]
[ { "content": "__version__ = \"0.16.2\"\n", "path": "oeplatform/__init__.py" } ]
"diff --git a/.bumpversion.cfg b/.bumpversion.cfg\nindex d51e9eadd..46cdebef9 100644\n--- a/.bumpver(...TRUNCATED)
"Scenario bundles: Output datasets render weirdly\n## Description of the issue\r\n\r\nI added an out(...TRUNCATED)
OCHA-DAP__hdx-ckan-1655
[ { "content": "hdx_version = 'v0.4.5'\n", "path": "ckanext-hdx_theme/ckanext/hdx_theme/version.py" } ]
[ { "content": "hdx_version = 'v0.4.6'\n", "path": "ckanext-hdx_theme/ckanext/hdx_theme/version.py" } ]
"diff --git a/ckanext-hdx_search/ckanext/hdx_search/tests/test_search.py b/ckanext-hdx_search/ckanex(...TRUNCATED)
"Main Nav changes to accomodate \"Feedback\" button\nUpdating the action based on discussions:\n1. R(...TRUNCATED)
OCHA-DAP__hdx-ckan-2076
[ { "content": "hdx_version = 'v0.5.13'\n", "path": "ckanext-hdx_theme/ckanext/hdx_theme/version.py" } ]
[ { "content": "hdx_version = 'v0.5.15'\n", "path": "ckanext-hdx_theme/ckanext/hdx_theme/version.py" } ]
"diff --git a/ckanext-hdx_theme/ckanext/hdx_theme/fanstatic/css/login.css b/ckanext-hdx_theme/ckanex(...TRUNCATED)
"Login page: change spacing on left panel \nThe spacing in the left panel is odd. Change to somethi(...TRUNCATED)
sql-machine-learning__elasticdl-1463
[ { "content": "", "path": "elasticdl/python/elasticdl/__init__.py" } ]
[{"content":"from elasticdl.python.elasticdl import layers # noqa: F401\n","path":"elasticdl/python(...TRUNCATED)
"diff --git a/elasticdl/python/elasticdl/__init__.py b/elasticdl/python/elasticdl/__init__.py\nindex(...TRUNCATED)
"No module named 'elasticdl.python.elasticdl.layers' on master\n```\r\nTraceback (most recent call l(...TRUNCATED)
codespell-project__codespell-2626
[{"content":"#! /usr/bin/env python\n\nfrom setuptools import setup\n\nif __name__ == \"__main__\":\(...TRUNCATED)
[ { "content": null, "path": "setup.py" } ]
"diff --git a/.github/workflows/codespell-private.yml b/.github/workflows/codespell-private.yml\nind(...TRUNCATED)
"`python setup.py check` → `twine check`\nBecause `setup.py ...` is deprecated, we need an alterna(...TRUNCATED)
django__channels-1860
[{"content":"__version__ = \"3.0.4\"\n\ntry:\n import django\n\n if django.VERSION < (3, 2):\n(...TRUNCATED)
[{"content":"__version__ = \"3.0.5\"\n\ntry:\n import django\n\n if django.VERSION < (3, 2):\n(...TRUNCATED)
"diff --git a/CHANGELOG.txt b/CHANGELOG.txt\nindex b013f0f0a..a81f6254c 100644\n--- a/CHANGELOG.txt\(...TRUNCATED)
"Current version on Pypi is incompatible with Django 4.0+\nThe current version available on Pypi, ch(...TRUNCATED)
MongoEngine__mongoengine-2224
[{"content":"# Import submodules so that we can expose their __all__\nfrom mongoengine import connec(...TRUNCATED)
[{"content":"# Import submodules so that we can expose their __all__\nfrom mongoengine import connec(...TRUNCATED)
"diff --git a/docs/changelog.rst b/docs/changelog.rst\nindex b308c5fba..06eb8d0ce 100644\n--- a/docs(...TRUNCATED)
"New release\nHi,\r\n\r\nWhen is coming new release, because I can't update to mongodb 4.2 because o(...TRUNCATED)
scikit-image__scikit-image-6307
[{"content":"__all__ = ['python_to_notebook', 'Notebook']\n\nimport json\nimport copy\nimport warnin(...TRUNCATED)
[{"content":"__all__ = ['Notebook']\n\nimport json\nimport copy\nimport warnings\n\n\n# Skeleton not(...TRUNCATED)
"diff --git a/doc/ext/notebook_doc.py b/doc/ext/notebook_doc.py\nindex 432f1374c91..628ddd04727 1006(...TRUNCATED)
"Undefined names in Python code found with flake8\n## Description\r\n\r\n\r\n## Way to reproduce\r\n(...TRUNCATED)
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
5