instance_id string | judged_user string | judged_entry_id int64 | hint_text string | repo string | language string | pull_request dict | resolved_issues list | problem_domain string | code_review list | source string | trustworthy bool | perturbation_kind string |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
ManimCommunity__manim-3876@d34c6a3 | JasonGrace2282 | 2,190,120,552 | ManimCommunity/manim | Python | {
"pull_number": 3876,
"title": "feat: set_default for Animation class",
"created_at": "2024-07-20T16:18:14",
"base_commit": "c8fe4d9e4f9ce1788dfeb3c1f2c3aaa8f99060a4",
"body": "<!-- Thank you for contributing to Manim! Learn more about the process in our contributing guidelines: https://docs.manim.community/... | [
{
"number": 3142,
"title": "Animation.set_default",
"body": "## Description of proposed feature\r\nOne of the useful things in ManimCE for me is set_default method, that can be applied to any subclass of Mobject. Code without duplicates of **mob_kwargs is always nice to look at. What about Animations? I... | New Feature Additions | [
{
"type": "commit",
"sha": "a68f19fb3ae350af9075c8751f3d44f6f416abdb",
"user": "christopher-hampson",
"created_at": "2024-07-19T13:48:08Z",
"message": "feat: Animation.set_default\n\nAdds set_default class method to Animation class based on existing implementation for Mobject class.\n\nAddresses... | crawled_swebench | true | null | |
pandas-dev__pandas-16486@6c67a4a#perturb-symbol | TomAugspurger | 304,300,486 | pandas-dev/pandas | Python | {
"pull_number": 16486,
"title": "return empty MultiIndex for symmetrical difference on equal MultiIndexes",
"created_at": "2017-05-24T20:40:41",
"base_commit": "92d07992e826808cd56f0bd8fec083b510ca402d",
"body": " - [X] closes #13490\r\n - [X] tests added / passed\r\n - [X] passes ``git diff upstream/master ... | [
{
"number": 13490,
"title": "Symmetric difference on equal MultiIndexes raises TypeError",
"body": "Calling `symmetric_difference` on two equal multiindices results in a TypeError rather than an empty MultiIndex. This is surprising since calling `difference` on the same multiindices results in the expec... | Bug Fixes | [
{
"type": "commit",
"sha": "4903b20bc385ac335a8da0fdfd33a5a79ed69c25",
"user": "Christian Stade-Schuldt",
"created_at": "2017-05-24T20:35:49Z",
"message": "return empty MultiIndex for symmetrical difference on equal MultiIndexes"
},
{
"type": "inline",
"id": 118370389,
"user": "T... | perturbation | false | symbol | |
ManimCommunity__manim-1140@ee924b8#perturb-negation | behackl | 803,661,957 | ManimCommunity/manim | Python | {
"pull_number": 1140,
"title": "Flake8 Compat & Code Cleanup",
"created_at": "2021-03-21T19:45:11",
"base_commit": "196045b471acb8ad2a9bffaa9bca078624526174",
"body": "<!--\r\nThanks for your contribution to ManimCommunity!\r\n\r\nBefore filling in the details, ensure:\r\n- Your local changes are up-to-date ... | [
{
"number": 1132,
"title": "Flake8 Support",
"body": "I suggest that manim start using the flake8 linter. It would allow for cleaner code. It could be integrated with the pre-commit function. The only issue I see with this is that it needs a special config to work with black, but that issue is a small o... | General | [
{
"type": "commit",
"sha": "fd12b337d2cfcc12fa3abdacbc5500e6af22a0b4",
"user": "GameDungeon",
"created_at": "2021-03-21T19:40:56Z",
"message": "Flake8 Compat & Code Cleanup"
},
{
"type": "inline",
"id": 598328294,
"user": "naveen521kk",
"created_at": "2021-03-21T19:48:33Z",
... | perturbation | false | negation | |
pandas-dev__pandas-16509@027a2b2 | jreback | 131,882,003 | pandas-dev/pandas | Python | {
"pull_number": 16509,
"title": "PERF: optimized median func when bottleneck not present",
"created_at": "2017-05-25T22:10:38",
"base_commit": "6ba65ca8a69560d526762bdbded64b3139f66d7a",
"body": "closes #16468\r\n \r\nUses np.nanmedian to compute median instead of internal algos.median when bottleneck is not... | [
{
"number": 16468,
"title": "PERF: .median(axis=1) perf issues",
"body": "```\r\nIn [2]: df = pd.DataFrame(np.random.randn(10000, 2), columns=list('AB'))\r\n\r\nIn [3]: result1 = df.median(1)\r\n\r\nIn [4]: result2 = pd.Series(np.nanmedian(df.values, axis=1), index=df.index)\r\n\r\nIn [5]: result1.equal... | Performance Improvements | [
{
"type": "inline",
"id": 118596916,
"user": "jreback",
"created_at": "2017-05-25T22:11:19Z",
"body": "and this will break in numpy < 1.9, you need to do this conditionally.",
"review_path": "pandas/core/nanops.py",
"diff_hunk": "@@ -325,15 +326,8 @@ def nanmean(values, axis=None, skipna... | crawled_swebench | true | null | |
pandas-dev__pandas-16486@6c67a4a#perturb-negation | TomAugspurger | 304,734,650 | pandas-dev/pandas | Python | {
"pull_number": 16486,
"title": "return empty MultiIndex for symmetrical difference on equal MultiIndexes",
"created_at": "2017-05-24T20:40:41",
"base_commit": "92d07992e826808cd56f0bd8fec083b510ca402d",
"body": " - [X] closes #13490\r\n - [X] tests added / passed\r\n - [X] passes ``git diff upstream/master ... | [
{
"number": 13490,
"title": "Symmetric difference on equal MultiIndexes raises TypeError",
"body": "Calling `symmetric_difference` on two equal multiindices results in a TypeError rather than an empty MultiIndex. This is surprising since calling `difference` on the same multiindices results in the expec... | Bug Fixes | [
{
"type": "commit",
"sha": "4903b20bc385ac335a8da0fdfd33a5a79ed69c25",
"user": "Christian Stade-Schuldt",
"created_at": "2017-05-24T20:35:49Z",
"message": "return empty MultiIndex for symmetrical difference on equal MultiIndexes"
},
{
"type": "inline",
"id": 118370389,
"user": "T... | perturbation | false | negation | |
ManimCommunity__manim-58@e138ee4 | eulertour | 429,187,625 | ManimCommunity/manim | Python | {
"pull_number": 58,
"title": "constants.py overhaul",
"created_at": "2020-05-22T04:23:57",
"base_commit": "a933dd370d8588a5eb7c1ab0becda09ca39dd896",
"body": "-DIR variables have been moved into their own file to avoid overwriting user changes in the future (dirs.py)\r\n-Initialization of directories has bee... | [
{
"number": 12,
"title": "constants.py cleanup and improvement",
"body": "manimlib/media_dir.txt is deprecated and should be removed, and the constants.py file should be brushed up as well.\r\n\r\nMost notably the constant MEDIA_DIR currently gets completely ignored due to **always** being overwritten b... | New Feature Additions | [
{
"type": "commit",
"sha": "92f6eb4ed92c00a92385223fe3273a5fa1caeb2d",
"user": "XorUnison",
"created_at": "2020-05-22T04:22:08Z",
"message": "constants.py overhaul\n\n-DIR variables have been moved into their own file to avoid overwriting user changes in the future (dirs.py)\n-Initialization of ... | crawled_swebench | true | null | |
Significant-Gravitas__AutoGPT-7091@bac353e#perturb-negation | ntindle | 2,170,986,252 | Significant-Gravitas/AutoGPT | Python | {
"pull_number": 7091,
"title": "feat(forge/llm): Add `LlamafileProvider`",
"created_at": "2024-04-19T16:27:49",
"base_commit": "0b9f3be6b8c677d71184ff96132ac6c427fa2011",
"body": "### Background\r\n\r\n<!-- Clearly explain the need for these changes: -->\r\n\r\nThis draft PR is a step toward enabling the use... | [
{
"number": 25,
"title": "Support using other/local LLMs",
"body": "You can modify the code to accept a config file as input, and read the Chosen_Model flag to select the appropriate AI model. Here's an example of how to achieve this:\r\n\r\nCreate a sample config file named config.ini:\r\n\r\n[AI]\r\nC... | Documentation | [
{
"type": "commit",
"sha": "03d8e1e16929db0c076c0804261489d42240777f",
"user": "Kate Silverstein",
"created_at": "2024-04-18T17:10:37Z",
"message": "Add minimal implementation of LlamafileProvider, a new ChatModelProvider for llamafiles. Currently it just extends OpenAIProvider and only override... | perturbation | false | negation | |
ManimCommunity__manim-2332@035ae57 | hydrobeam | 775,201,116 | ManimCommunity/manim | Python | {
"pull_number": 2332,
"title": "Changed ``color``, ``stroke_color`` and ``fill_color`` attributes to properties",
"created_at": "2021-11-26T21:10:58",
"base_commit": "269e5c22cb02de108579eccee2b82583eb71e3dc",
"body": "<!-- Thank you for contributing to Manim! Learn more about the process in our contributing... | [
{
"number": 2324,
"title": "Attribute not updated when animated with `.animate` ",
"body": "## Description of bug / unexpected behavior\r\n<!-- Add a clear and concise description of the problem you encountered. -->\r\nMobject attributes are not updated when animated with `.animate`, but are successfull... | New Feature Additions | [
{
"type": "commit",
"sha": "b2084ee68dc0beeaae26abad00eadf6c3212cab6",
"user": "Marcin Serwin",
"created_at": "2021-11-25T23:06:32Z",
"message": "Make color, stroke_color and fill_color properties"
},
{
"type": "commit",
"sha": "ad829066ecb8c6b3d478a06d8703858d8dc1e0a2",
"user": ... | crawled_swebench | true | null | |
BerriAI__litellm-1200@203089e | ishaan-jaff | 1,796,789,197 | BerriAI/litellm | Python | {
"pull_number": 1200,
"title": "feat: added explicit args to acomplete",
"created_at": "2023-12-20T18:57:42",
"base_commit": "4cfa010dbda2cffa7a403d6e13a6156904bd056c",
"body": "Changes made to the acompletion function:\r\n1. Replaced the use of *args and **kwargs with explicit arguments. \r\n2. Adjusted the... | [
{
"number": 1024,
"title": "[Feature]: acomplete see explicit args instead of *args, **kwargs on acomplete,",
"body": "### The Feature\n\n> would love to see explicit args instead of *args, **kwargs on acomplete, like you have in complete\n\n### Motivation, pitch\n\neveryone loves intellisense \n\n### ... | General | [
{
"type": "commit",
"sha": "b72d372aa7c2732627abc1b123b7e04c2abc68e3",
"user": "Mateo Cámara",
"created_at": "2023-12-20T18:49:12Z",
"message": "feat: added explicit args to acomplete"
},
{
"type": "pr_comment",
"id": 1864985576,
"user": "vercel[bot]",
"created_at": "2023-12-... | crawled_swebench | true | null | |
ManimCommunity__manim-499@829c655 | leotrs | 498,198,171 | ManimCommunity/manim | Python | {
"pull_number": 499,
"title": "Make VGroup and VDict printable",
"created_at": "2020-10-01T11:13:13",
"base_commit": "037c9be804a73915d73106167ff4274f04d39576",
"body": "Closes #497 \r\n## List of Changes\r\n- Added a `__repr__` method to `VGroup` and `VDict`\r\n- Removed the `__str__` method from `Mobject` ... | [
{
"number": 497,
"title": "VGroup and VDict must override __repr__ to display the mobjects contained",
"body": "Consider this example:\r\n```python\r\nclass Test(Scene):\r\n def construct(self):\r\n sq = Square()\r\n cir = Circle()\r\n grp = VGroup(sq, cir)\r\n print(grp) ... | General | [
{
"type": "commit",
"sha": "89e8808e93ba35389feb0916961c298a0e41d6ea",
"user": "nilaybhatia",
"created_at": "2020-10-01T10:57:07Z",
"message": "Make VGroup and VDict printable"
},
{
"type": "commit",
"sha": "7e8bac4d71ec6619be391b92b4c8ff122bbfbe5d",
"user": "nilaybhatia",
"c... | human_wrong | false | null | |
ManimCommunity__manim-482@79e58dd | behackl | 699,696,177 | ManimCommunity/manim | Python | {
"pull_number": 482,
"title": "Fixed \"get_arc_center()\" method of Arc class",
"created_at": "2020-09-25T11:35:50",
"base_commit": "dc4504c29e92881f56c80cd8f16e86f44318b870",
"body": "## Explaination\r\n`get_arc_center()` method fails if the arc radius is zero. Therefore an if statement has been added to in... | [
{
"number": 480,
"title": "Sector.get_arc_center() is broken.",
"body": "Sector.get_arc_center() does not work and always returns a warning message.\r\n```sh\r\nUserWarning: Can't find Arc center, using ORIGIN instead\r\n warnings.warn(\"Can't find Arc center, using ORIGIN instead\")\r\n```\r\nAbove err... | General | [
{
"type": "commit",
"sha": "a5d15a0763a6ee8185ac737265964ae0329a3dac",
"user": "Akash Karnatak",
"created_at": "2020-09-25T10:21:22Z",
"message": "Modified \"generate_points()\" method of AnnularSector class."
},
{
"type": "review",
"id": 496343860,
"user": "leotrs",
"created... | crawled_swebench | true | null | |
OpenHands__OpenHands-1319@8c860a6 | amanape | 1,578,514,520 | OpenHands/OpenHands | TypeScript | {
"pull_number": 1319,
"title": "feat: set API key from settings modal",
"created_at": "2024-04-23T21:16:30",
"base_commit": "11d48cc2f3f659210e8bdf2bdf16aefcb466e9c5",
"body": "depends on https://github.com/OpenDevin/OpenDevin/pull/1291\r\n\r\nfix https://github.com/OpenDevin/OpenDevin/issues/1146",
"patch... | [
{
"number": 1146,
"title": "Setting for API key in the UI",
"body": "**What problem or use case are you trying to solve?**\r\nLet the user paste their API key into the UI\r\n\r\n**Describe the UX of the solution you'd like**\r\nA password box in the settings modal. \r\n\r\nIt should be saved in local st... | General | [
{
"type": "commit",
"sha": "aff9d4dd173adeddbc55dbe6fed7b76c744c9d16",
"user": "Alex Bäuerle",
"created_at": "2024-04-22T21:26:04Z",
"message": "feat: set API key from settings modal"
},
{
"type": "commit",
"sha": "ec5cf6e5eb376b73c3b451d6b5f6fb26c08487fa",
"user": "Alex Bäuerl... | human_wrong | false | null | |
ManimCommunity__manim-482@79e58dd | behackl | 699,601,817 | ManimCommunity/manim | Python | {
"pull_number": 482,
"title": "Fixed \"get_arc_center()\" method of Arc class",
"created_at": "2020-09-25T11:35:50",
"base_commit": "dc4504c29e92881f56c80cd8f16e86f44318b870",
"body": "## Explaination\r\n`get_arc_center()` method fails if the arc radius is zero. Therefore an if statement has been added to in... | [
{
"number": 480,
"title": "Sector.get_arc_center() is broken.",
"body": "Sector.get_arc_center() does not work and always returns a warning message.\r\n```sh\r\nUserWarning: Can't find Arc center, using ORIGIN instead\r\n warnings.warn(\"Can't find Arc center, using ORIGIN instead\")\r\n```\r\nAbove err... | General | [
{
"type": "commit",
"sha": "a5d15a0763a6ee8185ac737265964ae0329a3dac",
"user": "Akash Karnatak",
"created_at": "2020-09-25T10:21:22Z",
"message": "Modified \"generate_points()\" method of AnnularSector class."
},
{
"type": "review",
"id": 496343860,
"user": "leotrs",
"created... | crawled_swebench | true | null | |
pandas-dev__pandas-16887@54da145 | jreback | 127,099,425 | pandas-dev/pandas | Python | {
"pull_number": 16887,
"title": "Let _get_dtype accept Categoricals and CategoricalIndex ",
"created_at": "2017-07-11T22:00:47",
"base_commit": "a9421af1aac906cc38d025ed5db4a2b55cb8b9bc",
"body": " - [ x] closes #16817\r\n - [x ] tests added / passed\r\n - [x ] passes ``git diff upstream/master --name-only -... | [
{
"number": 16817,
"title": "BUG: _get_dtype accepts CategoricalDtype but throws TypeError with a Categorical",
"body": "#### Problem description\r\n\r\nI find it inconistent that ``_get_dtype`` accept a ``CategoricalDtype``, but will thow TypeError on ``Categorical``s. \r\n\r\n#### Code Sample, a copy-... | General | [
{
"type": "commit",
"sha": "7cf00a23105a709b8184ba221076654a93def73f",
"user": "tp",
"created_at": "2017-07-11T21:13:21Z",
"message": "Make _get_dtype accept pd.Categorical and pd.CategoricalIndex instances"
},
{
"type": "commit",
"sha": "fb0fe34e398f09a4044665c767c0041749d7d1d7",
... | crawled_swebench | true | null | |
ManimCommunity__manim-58@e138ee4#perturb-symbol | eulertour | 429,186,598 | ManimCommunity/manim | Python | {
"pull_number": 58,
"title": "constants.py overhaul",
"created_at": "2020-05-22T04:23:57",
"base_commit": "a933dd370d8588a5eb7c1ab0becda09ca39dd896",
"body": "-DIR variables have been moved into their own file to avoid overwriting user changes in the future (dirs.py)\r\n-Initialization of directories has bee... | [
{
"number": 12,
"title": "constants.py cleanup and improvement",
"body": "manimlib/media_dir.txt is deprecated and should be removed, and the constants.py file should be brushed up as well.\r\n\r\nMost notably the constant MEDIA_DIR currently gets completely ignored due to **always** being overwritten b... | New Feature Additions | [
{
"type": "commit",
"sha": "92f6eb4ed92c00a92385223fe3273a5fa1caeb2d",
"user": "XorUnison",
"created_at": "2020-05-22T04:22:08Z",
"message": "constants.py overhaul\n\n-DIR variables have been moved into their own file to avoid overwriting user changes in the future (dirs.py)\n-Initialization of ... | perturbation | false | symbol | |
ManimCommunity__manim-1140@ee924b8 | behackl | 599,136,487 | ManimCommunity/manim | Python | {
"pull_number": 1140,
"title": "Flake8 Compat & Code Cleanup",
"created_at": "2021-03-21T19:45:11",
"base_commit": "196045b471acb8ad2a9bffaa9bca078624526174",
"body": "<!--\r\nThanks for your contribution to ManimCommunity!\r\n\r\nBefore filling in the details, ensure:\r\n- Your local changes are up-to-date ... | [
{
"number": 1132,
"title": "Flake8 Support",
"body": "I suggest that manim start using the flake8 linter. It would allow for cleaner code. It could be integrated with the pre-commit function. The only issue I see with this is that it needs a special config to work with black, but that issue is a small o... | General | [
{
"type": "commit",
"sha": "fd12b337d2cfcc12fa3abdacbc5500e6af22a0b4",
"user": "GameDungeon",
"created_at": "2021-03-21T19:40:56Z",
"message": "Flake8 Compat & Code Cleanup"
},
{
"type": "inline",
"id": 598328294,
"user": "naveen521kk",
"created_at": "2021-03-21T19:48:33Z",
... | crawled_swebench | true | null | |
pandas-dev__pandas-16428@1973925 | TomAugspurger | 303,507,090 | pandas-dev/pandas | Python | {
"pull_number": 16428,
"title": "Error with .drop([]) on non-unique index",
"created_at": "2017-05-22T19:10:05",
"base_commit": "49ec31bbaeca81a6f58fc1be26fe80f3ac188cdd",
"body": "Wraps the labels array in `_ensure_object`. The labels array is being cast to a float by default, causing the error raised in #1... | [
{
"number": 16398,
"title": "Error with .drop([]) on non-unique index",
"body": "#### Code Sample, a copy-pastable example if possible\r\n\r\n```python\r\nIn [2]: pd.DataFrame([[1,2], [3,4], [5,6]], index=['a','a','b']).drop(['a'])\r\nOut[2]: \r\n 0 1\r\nb 5 6\r\n\r\nIn [3]: pd.DataFrame([[1,2], [3... | Bug Fixes | [
{
"type": "commit",
"sha": "8d0285a963a217fc6ecd5d3f25d6b4532281f328",
"user": "lloydkirk",
"created_at": "2017-05-22T18:33:33Z",
"message": "BUG: ensure that labels are objects, if they are empty they default to float"
},
{
"type": "pr_comment",
"id": 303193659,
"user": "lkirk",... | crawled_swebench | true | null | |
ManimCommunity__manim-1461@004eb31#perturb-location | jsonvillanueva | 628,404,974 | ManimCommunity/manim | Python | {
"pull_number": 1461,
"title": "Build the docs - Logging ",
"created_at": "2021-05-04T06:22:36",
"base_commit": "1104f2d7255f026e4942536ffe2e48567da6f680",
"body": "## Changelog / Overview\r\n<!--changelog-start-->\r\n\r\n<!--changelog-end-->\r\n\r\n## Motivation\r\nThe logging while building the docs is cur... | [
{
"number": 1456,
"title": "Improving the \"Build the docs\" logging",
"body": "## Description of proposed feature\r\nThe \"Build the docs\" log is barely usable because it is messy.\r\n\r\nSome things I'd like to see changed:\r\n\r\n- Reduce the manim rendering log.\r\n- Log the time each example rende... | General | [
{
"type": "commit",
"sha": "458c75b3707a784c6bc51710d9cca3c0864dfe50",
"user": "Anton Ballmaier",
"created_at": "2021-03-12T16:27:48Z",
"message": "test"
},
{
"type": "commit",
"sha": "336eeff920ffc9dd677fb007fe9224519a6fccdd",
"user": "Anton Ballmaier",
"created_at": "2021-0... | perturbation | false | location | |
pandas-dev__pandas-16860@2f9ae6e | jreback | 48,758,301 | pandas-dev/pandas | Python | {
"pull_number": 16860,
"title": "ENH - Modify Dataframe.select_dtypes to accept scalar values",
"created_at": "2017-07-08T14:52:02",
"base_commit": "18f929fa83d2d1f335f8ccf325c05a6ce314b94d",
"body": "This commit relates to GH16855. It allows the Dataframe.select_dtypes\r\nfunction to accept scalar values as... | [
{
"number": 16855,
"title": "API: DataFrame.select_dtypes should accept scalar",
"body": "```\r\nIn [164]: df = pd.DataFrame({'a': [1, 2, 3], 'b': ['a', 'b', 'c']})\r\n\r\nIn [165]: df.select_dtypes(include='object')\r\n---------------------------------------------------------------------------\r\nTypeE... | New Feature Additions | [
{
"type": "commit",
"sha": "575196557e46a21d28e3f8b63193fac2423cf981",
"user": "Keiron Pizzey",
"created_at": "2017-07-08T12:30:16Z",
"message": "ENH - Modify Dataframe.select_dtypes to accept scalar values\n\nThis commit related to GH16855. It allows the Dataframe.select_dtypes\nfunction to acc... | crawled_swebench | true | null | |
Significant-Gravitas__AutoGPT-7091@bac353e | ntindle | 2,140,140,687 | Significant-Gravitas/AutoGPT | Python | {
"pull_number": 7091,
"title": "feat(forge/llm): Add `LlamafileProvider`",
"created_at": "2024-04-19T16:27:49",
"base_commit": "0b9f3be6b8c677d71184ff96132ac6c427fa2011",
"body": "### Background\r\n\r\n<!-- Clearly explain the need for these changes: -->\r\n\r\nThis draft PR is a step toward enabling the use... | [
{
"number": 25,
"title": "Support using other/local LLMs",
"body": "You can modify the code to accept a config file as input, and read the Chosen_Model flag to select the appropriate AI model. Here's an example of how to achieve this:\r\n\r\nCreate a sample config file named config.ini:\r\n\r\n[AI]\r\nC... | Documentation | [
{
"type": "commit",
"sha": "03d8e1e16929db0c076c0804261489d42240777f",
"user": "Kate Silverstein",
"created_at": "2024-04-18T17:10:37Z",
"message": "Add minimal implementation of LlamafileProvider, a new ChatModelProvider for llamafiles. Currently it just extends OpenAIProvider and only override... | crawled_swebench | true | null | |
pandas-dev__pandas-16860@2f9ae6e | jreback | 126,284,058 | pandas-dev/pandas | Python | {
"pull_number": 16860,
"title": "ENH - Modify Dataframe.select_dtypes to accept scalar values",
"created_at": "2017-07-08T14:52:02",
"base_commit": "18f929fa83d2d1f335f8ccf325c05a6ce314b94d",
"body": "This commit relates to GH16855. It allows the Dataframe.select_dtypes\r\nfunction to accept scalar values as... | [
{
"number": 16855,
"title": "API: DataFrame.select_dtypes should accept scalar",
"body": "```\r\nIn [164]: df = pd.DataFrame({'a': [1, 2, 3], 'b': ['a', 'b', 'c']})\r\n\r\nIn [165]: df.select_dtypes(include='object')\r\n---------------------------------------------------------------------------\r\nTypeE... | New Feature Additions | [
{
"type": "commit",
"sha": "575196557e46a21d28e3f8b63193fac2423cf981",
"user": "Keiron Pizzey",
"created_at": "2017-07-08T12:30:16Z",
"message": "ENH - Modify Dataframe.select_dtypes to accept scalar values\n\nThis commit related to GH16855. It allows the Dataframe.select_dtypes\nfunction to acc... | crawled_swebench | true | null | |
OpenHands__OpenHands-6471@21d8c00 | xingyaoww | 2,576,161,499 | OpenHands/OpenHands | TypeScript | {
"pull_number": 6471,
"title": "Fix first user message",
"created_at": "2025-01-27T12:52:36",
"base_commit": "ffdab28abc5c222ae40451a07ef9c11cf5920379",
"body": "**End-user friendly description of the problem this fixes or functionality that this introduces**\r\n\r\n- [x] Include this change in the Release N... | [
{
"number": 6443,
"title": "[Bug]: Error while use deepseek R1 model",
"body": "### Is there an existing issue for the same bug?\n\n- [x] I have checked the existing issues.\n\n### Describe the bug and reproduction steps\n\n`BadRequestError: litellm.BadRequestError: DeepseekException - Error code: 400 -... | Bug Fixes | [
{
"type": "commit",
"sha": "f9841516b7302f229ef3fdb733225853ea3c995e",
"user": "Engel Nyst",
"created_at": "2025-01-27T12:25:55Z",
"message": "fix first user message"
},
{
"type": "commit",
"sha": "4082cfc6338a48d9be454f372a98ca2c145948ad",
"user": "Engel Nyst",
"created_at":... | human_wrong | false | null | |
OpenHands__OpenHands-4104@8a5ff93 | neubig | 1,779,373,644 | OpenHands/OpenHands | TypeScript | {
"pull_number": 4104,
"title": "Fix issue #4103: Improve description of how to do frontend setup and testing in `.openhands_instructions`",
"created_at": "2024-09-28T06:06:29",
"base_commit": "d669c7b60d420e6f31c40ccacf459519f696c3a4",
"body": "This pull request fixes #4103.\n\nThe PR successfully addresses ... | [
{
"number": 4103,
"title": "Improve description of how to do frontend setup and testing in `.openhands_instructions`",
"body": "**Summary**\r\n\r\nThe `.openhands_instructions` file provides instructions to the OpenHands coding agent about how to navigate this repository.\r\nHowever, currently it only r... | Bug Fixes | [
{
"type": "commit",
"sha": "b962b48404960686bc5cd508c848d389052fbfe9",
"user": "openhands",
"created_at": "2024-09-28T06:06:28Z",
"message": "Fix issue #4103: Improve description of how to do frontend setup and testing in `.openhands_instructions`"
},
{
"type": "inline",
"id": 177937... | crawled_swebench | true | null | |
ManimCommunity__manim-499@829c655 | leotrs | 498,197,331 | ManimCommunity/manim | Python | {
"pull_number": 499,
"title": "Make VGroup and VDict printable",
"created_at": "2020-10-01T11:13:13",
"base_commit": "037c9be804a73915d73106167ff4274f04d39576",
"body": "Closes #497 \r\n## List of Changes\r\n- Added a `__repr__` method to `VGroup` and `VDict`\r\n- Removed the `__str__` method from `Mobject` ... | [
{
"number": 497,
"title": "VGroup and VDict must override __repr__ to display the mobjects contained",
"body": "Consider this example:\r\n```python\r\nclass Test(Scene):\r\n def construct(self):\r\n sq = Square()\r\n cir = Circle()\r\n grp = VGroup(sq, cir)\r\n print(grp) ... | General | [
{
"type": "commit",
"sha": "89e8808e93ba35389feb0916961c298a0e41d6ea",
"user": "nilaybhatia",
"created_at": "2020-10-01T10:57:07Z",
"message": "Make VGroup and VDict printable"
},
{
"type": "commit",
"sha": "7e8bac4d71ec6619be391b92b4c8ff122bbfbe5d",
"user": "nilaybhatia",
"c... | crawled_swebench | true | null | |
ManimCommunity__manim-509@beae778#perturb-symbol | joker314 | 703,096,119 | ManimCommunity/manim | Python | {
"pull_number": 509,
"title": "FEAT : Add increment using += support for ValueTracker",
"created_at": "2020-10-03T11:25:38",
"base_commit": "16e18b26e5e2e230aa46c85fc04fdebf9f2fe1bf",
"body": "Closes #507 \r\n\r\n## List of Changes\r\n- Add the `__iadd__` method for `ValueTracker`\r\n\r\n## Motivation\r\nEas... | [
{
"number": 507,
"title": "ValueTracker must support increment also using +=",
"body": "Just what the title says. Here's an example \r\n```python\r\nclass Test(Scene):\r\n def construct(self):\r\n tracker = ValueTracker(0.0)\r\n tracker.set_value(2.0)\r\n print(tracker.get_value(... | New Feature Additions | [
{
"type": "commit",
"sha": "1cbc24fafbf88889b3215f3899d228c27ad97f4e",
"user": "nilaybhatia",
"created_at": "2020-10-03T11:20:12Z",
"message": "Add increment using += support for ValueTracker"
},
{
"type": "inline",
"id": 499141114,
"user": "joker314",
"created_at": "2020-10-... | perturbation | false | symbol | |
OpenHands__OpenHands-1319@8c860a6#perturb-symbol | amanape | 2,078,810,727 | OpenHands/OpenHands | TypeScript | {
"pull_number": 1319,
"title": "feat: set API key from settings modal",
"created_at": "2024-04-23T21:16:30",
"base_commit": "11d48cc2f3f659210e8bdf2bdf16aefcb466e9c5",
"body": "depends on https://github.com/OpenDevin/OpenDevin/pull/1291\r\n\r\nfix https://github.com/OpenDevin/OpenDevin/issues/1146",
"patch... | [
{
"number": 1146,
"title": "Setting for API key in the UI",
"body": "**What problem or use case are you trying to solve?**\r\nLet the user paste their API key into the UI\r\n\r\n**Describe the UX of the solution you'd like**\r\nA password box in the settings modal. \r\n\r\nIt should be saved in local st... | General | [
{
"type": "commit",
"sha": "aff9d4dd173adeddbc55dbe6fed7b76c744c9d16",
"user": "Alex Bäuerle",
"created_at": "2024-04-22T21:26:04Z",
"message": "feat: set API key from settings modal"
},
{
"type": "commit",
"sha": "ec5cf6e5eb376b73c3b451d6b5f6fb26c08487fa",
"user": "Alex Bäuerl... | perturbation | false | symbol | |
ManimCommunity__manim-2332@035ae57#perturb-negation | naveen521kk | 762,549,014 | ManimCommunity/manim | Python | {
"pull_number": 2332,
"title": "Changed ``color``, ``stroke_color`` and ``fill_color`` attributes to properties",
"created_at": "2021-11-26T21:10:58",
"base_commit": "269e5c22cb02de108579eccee2b82583eb71e3dc",
"body": "<!-- Thank you for contributing to Manim! Learn more about the process in our contributing... | [
{
"number": 2324,
"title": "Attribute not updated when animated with `.animate` ",
"body": "## Description of bug / unexpected behavior\r\n<!-- Add a clear and concise description of the problem you encountered. -->\r\nMobject attributes are not updated when animated with `.animate`, but are successfull... | New Feature Additions | [
{
"type": "commit",
"sha": "b2084ee68dc0beeaae26abad00eadf6c3212cab6",
"user": "Marcin Serwin",
"created_at": "2021-11-25T23:06:32Z",
"message": "Make color, stroke_color and fill_color properties"
},
{
"type": "commit",
"sha": "ad829066ecb8c6b3d478a06d8703858d8dc1e0a2",
"user": ... | perturbation | false | negation | |
Significant-Gravitas__AutoGPT-3289@6a7bb7a | Pwuts | 1,177,833,419 | Significant-Gravitas/AutoGPT | Python | {
"pull_number": 3289,
"title": "Add makedirs to file operations",
"created_at": "2023-04-26T04:35:47",
"base_commit": "9e17a304dee13e406a5678f263ac307fb4cc7bd0",
"body": "<!-- ⚠️ At the moment any non-essential commands are not being merged.\r\nIf you want to add non-essential commands to Auto-GPT, please cr... | [
{
"number": 3249,
"title": "download_file fails when downloading to a folder that doesn't exist yet",
"body": "### ⚠️ Search for existing issues first ⚠️\n\n- [X] I have searched the existing issues, and there is no existing issue for my problem\n\n### Which Operating System are you using?\n\nMacOS\n\n#... | New Feature Additions | [
{
"type": "commit",
"sha": "5481cdb9cc2e36b8faa2400d30aa5507e6750f9a",
"user": "montanaflynn",
"created_at": "2023-04-26T04:28:40Z",
"message": "Add makedirs to file operations"
},
{
"type": "review",
"id": 1401412137,
"user": "hdkiller",
"created_at": "2023-04-26T08:13:14Z",... | crawled_swebench | true | null | |
OpenHands__OpenHands-1115@88ad2ab | rbren | 1,565,855,297 | OpenHands/OpenHands | TypeScript | {
"pull_number": 1115,
"title": "feat: add `question.md` template for community Q&A",
"created_at": "2024-04-15T08:57:32",
"base_commit": "34ecfe3c753f9bccee884a5035750d26a6e24604",
"body": "close #1114 ",
"patch_to_review": "diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.... | [
{
"number": 1114,
"title": "Add a `question.md` Issue Template for Enhanced Community Engagement",
"body": "**Summary**\r\nI would like to propose the addition of a new issue template for questions. This can help organize and streamline the process of asking questions in this repository.\r\n\r\n**Motiva... | New Feature Additions | [
{
"type": "commit",
"sha": "afc42e1cdc746d9bfd4ce8f3c605e92bc7a98fe2",
"user": "Umpire2018",
"created_at": "2024-04-15T08:56:15Z",
"message": "feat: add `question.md` template for community Q&A"
},
{
"type": "inline",
"id": 1565855297,
"user": "rbren",
"created_at": "2024-04-... | crawled_swebench | true | null | |
pandas-dev__pandas-15515@809d847#perturb-negation | jreback | 103,123,112 | pandas-dev/pandas | Python | {
"pull_number": 15515,
"title": "TST: DataFrame.hist() does not get along with matplotlib.pyplot.tight_layout()",
"created_at": "2017-02-27T00:30:03",
"base_commit": "b3ae4c7698de4623e1279d579b46192ef79250d1",
"body": " - [ ] closes #9351\r\n - [ ] tests added / passed\r\n - [ ] passes ``git diff upstream/ma... | [
{
"number": 9351,
"title": "DataFrame.hist() does not get along with matplotlib.pyplot.tight_layout()",
"body": "When `tight_layout()` is called after `DataFrame.hist()` it raises `AttributeError: 'NoneType' object has no attribute 'is_bbox` if any of subplots is empty (number of charts with histograms ... | General | [
{
"type": "commit",
"sha": "59096357bcf43cfd3243498a1ae5761585b3ce16",
"user": "Aleksey Bilogur",
"created_at": "2017-02-27T00:28:10Z",
"message": "Add unit test for #9351"
},
{
"type": "pr_comment",
"id": 282602247,
"user": "ResidentMario",
"created_at": "2017-02-27T00:32:05... | perturbation | false | negation | |
pandas-dev__pandas-16509@027a2b2 | jreback | 134,116,333 | pandas-dev/pandas | Python | {
"pull_number": 16509,
"title": "PERF: optimized median func when bottleneck not present",
"created_at": "2017-05-25T22:10:38",
"base_commit": "6ba65ca8a69560d526762bdbded64b3139f66d7a",
"body": "closes #16468\r\n \r\nUses np.nanmedian to compute median instead of internal algos.median when bottleneck is not... | [
{
"number": 16468,
"title": "PERF: .median(axis=1) perf issues",
"body": "```\r\nIn [2]: df = pd.DataFrame(np.random.randn(10000, 2), columns=list('AB'))\r\n\r\nIn [3]: result1 = df.median(1)\r\n\r\nIn [4]: result2 = pd.Series(np.nanmedian(df.values, axis=1), index=df.index)\r\n\r\nIn [5]: result1.equal... | Performance Improvements | [
{
"type": "inline",
"id": 118596916,
"user": "jreback",
"created_at": "2017-05-25T22:11:19Z",
"body": "and this will break in numpy < 1.9, you need to do this conditionally.",
"review_path": "pandas/core/nanops.py",
"diff_hunk": "@@ -325,15 +326,8 @@ def nanmean(values, axis=None, skipna... | crawled_swebench | true | null | |
pandas-dev__pandas-15515@809d847 | jreback | 282,764,767 | pandas-dev/pandas | Python | {
"pull_number": 15515,
"title": "TST: DataFrame.hist() does not get along with matplotlib.pyplot.tight_layout()",
"created_at": "2017-02-27T00:30:03",
"base_commit": "b3ae4c7698de4623e1279d579b46192ef79250d1",
"body": " - [ ] closes #9351\r\n - [ ] tests added / passed\r\n - [ ] passes ``git diff upstream/ma... | [
{
"number": 9351,
"title": "DataFrame.hist() does not get along with matplotlib.pyplot.tight_layout()",
"body": "When `tight_layout()` is called after `DataFrame.hist()` it raises `AttributeError: 'NoneType' object has no attribute 'is_bbox` if any of subplots is empty (number of charts with histograms ... | General | [
{
"type": "commit",
"sha": "59096357bcf43cfd3243498a1ae5761585b3ce16",
"user": "Aleksey Bilogur",
"created_at": "2017-02-27T00:28:10Z",
"message": "Add unit test for #9351"
},
{
"type": "pr_comment",
"id": 282602247,
"user": "ResidentMario",
"created_at": "2017-02-27T00:32:05... | crawled_swebench | true | null | |
PostHog__posthog-1202@bc1abad | timgl | 450,692,816 | PostHog/posthog | Python | {
"pull_number": 1202,
"title": "Add people breakdown on retention",
"created_at": "2020-07-13T20:10:54",
"base_commit": "742912f2f1439d9656b7031fa0a8da8b88ce6512",
"body": "## Changes\r\n- adds ability to click and breakdown who is retaining\r\n\r\n\r\nTodo:\r\n- [ ] order by people who go through flow\r\n- ... | [
{
"number": 1191,
"title": "Surface People on Retention ",
"body": "**Is your feature request related to a problem? Please describe.**\r\nI want to be able to see who's being retained\r\n\r\n**Describe the solution you'd like**\r\nWhen I click on a square in the retention table, I want to see the people... | New Feature Additions | [
{
"type": "commit",
"sha": "4e197d73e61624b1f38b57c6bc693568cdc329fe",
"user": "Eric",
"created_at": "2020-07-13T18:01:03Z",
"message": "use pandas to intercept unique ids"
},
{
"type": "commit",
"sha": "5cb40fbed4e73a0fbc4f4f903c88fdf9a053c2d1",
"user": "Eric",
"created_at":... | crawled_swebench | true | null | |
ManimCommunity__manim-63@44717c8 | leotrs | 429,193,628 | ManimCommunity/manim | Python | {
"pull_number": 63,
"title": "Added dry run ",
"created_at": "2020-05-22T09:43:09",
"base_commit": "865c4c1499764160d1990bd08b24128ba32468cf",
"body": "I also updated README since python -m doesn't work anymore. \r\nI added a test for quick testing",
"patch_to_review": "diff --git a/README.md b/README.md\n... | [
{
"number": 41,
"title": "-w flag enabled by default",
"body": "I just noticed an issue with the CLI arguments, and more particular concerning the `-w` (`write_to_movie`) flag. \r\nIt appears that when `-s` (`save_last_frame`) is False (most of the time, I think), `write_to_movie `is set True even thoug... | New Feature Additions | [
{
"type": "commit",
"sha": "713ab68fff1db580fd870e16c3b66cf1751637cc",
"user": "Hugues Devimeux",
"created_at": "2020-05-22T09:39:12Z",
"message": "updated README"
},
{
"type": "commit",
"sha": "29e81721c647ba2620bc74ef41f1102ad1f5ba22",
"user": "Hugues Devimeux",
"created_at... | crawled_swebench | true | null | |
BerriAI__litellm-10697@306ec22 | ishaan-jaff | 2,828,887,687 | BerriAI/litellm | Python | {
"pull_number": 10697,
"title": "[FIX] Update token fields in schema.prisma to use BigInt for improved…",
"created_at": "2025-05-09T14:49:26",
"base_commit": "86f19d2fae0f0197f4c146955fcad8a5f26dc220",
"body": "… handling of large values across LiteLLM models.\r\n\r\n## Title\r\nInteger overflow in PostgreSQ... | [
{
"number": 10379,
"title": "[Bug]: PostgreSQL Integer Overflow Error in Spend Tracking System",
"body": "### What happened?\n\nIssue Description\nWhen running LiteLLM with high usage, I encountered a PostgreSQL error indicating integer overflow in the spend tracking system. This occurs during the execu... | Bug Fixes | [
{
"type": "commit",
"sha": "7a372019f7f8379088b470f9ecace278c6720370",
"user": "Husnain",
"created_at": "2025-05-09T14:39:08Z",
"message": "[FIX] Update token fields in schema.prisma to use BigInt for improved handling of large values across LiteLLM models."
},
{
"type": "pr_comment",
... | human_wrong | false | null | |
pandas-dev__pandas-16557@795575a | jreback | 305,343,658 | pandas-dev/pandas | Python | {
"pull_number": 16557,
"title": "BUG: conversion of Series to Categorical",
"created_at": "2017-05-31T18:08:15",
"base_commit": "10c17d4896799cf1e8f313025d1071e5abbb65f9",
"body": "Patch to bug fix #16524",
"patch_to_review": "diff --git a/doc/source/whatsnew/v0.20.3.txt b/doc/source/whatsnew/v0.20.3.txt\n... | [
{
"number": 16524,
"title": "Converting Series to categorical",
"body": "When converting `Series` to `categorical` dtype, the following method\r\n\r\n```python\r\n\r\npd.Series(pd.Series(['a', 'b', 'c']), dtype='category')\r\n\r\n```\r\n\r\nfails with traceback\r\n\r\n```pytb\r\n-----------------------... | Bug Fixes | [
{
"type": "pr_comment",
"id": 305271277,
"user": "preddy5",
"created_at": "2017-05-31T18:11:38Z",
"body": "@jreback this fixes the issue, could you review the PR and let me know if am doing it wrong."
},
{
"type": "pr_comment",
"id": 305275186,
"user": "codecov[bot]",
"create... | crawled_swebench | true | null | |
OpenHands__OpenHands-5493@9e9e308#perturb-location | hereisok | 2,238,747,788 | OpenHands/OpenHands | TypeScript | {
"pull_number": 5493,
"title": "refactor: move session initialization from WebSocket to REST API",
"created_at": "2024-12-09T21:59:20",
"base_commit": "0dd919bacf10677f8885e78aef43259251334202",
"body": "Currently the frontend starts a session by connecting to the websocket and then sending an INIT event wit... | [
{
"number": 4281,
"title": "Store session ID as a URI param instead of in-memory",
"body": "**Motivation**\r\nStoring the token as a URI param will make it much more manageable and easier to access (React Router / Remix has a hook `useSearchParams` that can do just that) throughout the app rather than r... | General | [
{
"type": "commit",
"sha": "a7347681291bedc43e3ebe70c944d8460d1a4ced",
"user": "openhands",
"created_at": "2024-12-09T21:59:10Z",
"message": "refactor: move session initialization from WebSocket to REST API\n\n- Add POST /api/conversation endpoint for session initialization\n- Update frontend to... | perturbation | false | location | |
ManimCommunity__manim-509@beae778 | huguesdevimeux | 501,573,938 | ManimCommunity/manim | Python | {
"pull_number": 509,
"title": "FEAT : Add increment using += support for ValueTracker",
"created_at": "2020-10-03T11:25:38",
"base_commit": "16e18b26e5e2e230aa46c85fc04fdebf9f2fe1bf",
"body": "Closes #507 \r\n\r\n## List of Changes\r\n- Add the `__iadd__` method for `ValueTracker`\r\n\r\n## Motivation\r\nEas... | [
{
"number": 507,
"title": "ValueTracker must support increment also using +=",
"body": "Just what the title says. Here's an example \r\n```python\r\nclass Test(Scene):\r\n def construct(self):\r\n tracker = ValueTracker(0.0)\r\n tracker.set_value(2.0)\r\n print(tracker.get_value(... | New Feature Additions | [
{
"type": "commit",
"sha": "1cbc24fafbf88889b3215f3899d228c27ad97f4e",
"user": "nilaybhatia",
"created_at": "2020-10-03T11:20:12Z",
"message": "Add increment using += support for ValueTracker"
},
{
"type": "inline",
"id": 499141114,
"user": "joker314",
"created_at": "2020-10-... | human_wrong | false | null | |
pandas-dev__pandas-14531@acad843 | jreback | 88,084,215 | pandas-dev/pandas | Python | {
"pull_number": 14531,
"title": "ENH: merge_asof() has left_index/right_index and left_by/right_by (#14253)",
"created_at": "2016-10-28T17:43:02",
"base_commit": "3552dc0c4533a5eafafe859f5afd29a7ce063e03",
"body": "- [x] closes #14253 \n- [x] tests added / passed\n- [x] passes `git diff upstream/master | fla... | [
{
"number": 14253,
"title": "Add left_by/right_by and left_index/right_index to merge_asof()",
"body": "The current `merge_asof()` has only one parameter for `by`, assuming that both DataFrames have the same column name. It does have `left_on` and `right_on`, so perhaps something similar for `by` would ... | General | [
{
"type": "commit",
"sha": "f6f87b65f8b1dc80defa88aa6f02e3b71b6c32bb",
"user": "Christopher C. Aycock",
"created_at": "2016-10-13T23:28:50Z",
"message": "ENH: merge_asof() has left_index/right_index and left_by/right_by (#14253)"
},
{
"type": "pr_comment",
"id": 256983549,
"user"... | crawled_swebench | true | null | |
Significant-Gravitas__AutoGPT-7091@bac353e | ntindle | 1,651,692,306 | Significant-Gravitas/AutoGPT | Python | {
"pull_number": 7091,
"title": "feat(forge/llm): Add `LlamafileProvider`",
"created_at": "2024-04-19T16:27:49",
"base_commit": "0b9f3be6b8c677d71184ff96132ac6c427fa2011",
"body": "### Background\r\n\r\n<!-- Clearly explain the need for these changes: -->\r\n\r\nThis draft PR is a step toward enabling the use... | [
{
"number": 25,
"title": "Support using other/local LLMs",
"body": "You can modify the code to accept a config file as input, and read the Chosen_Model flag to select the appropriate AI model. Here's an example of how to achieve this:\r\n\r\nCreate a sample config file named config.ini:\r\n\r\n[AI]\r\nC... | Documentation | [
{
"type": "commit",
"sha": "03d8e1e16929db0c076c0804261489d42240777f",
"user": "Kate Silverstein",
"created_at": "2024-04-18T17:10:37Z",
"message": "Add minimal implementation of LlamafileProvider, a new ChatModelProvider for llamafiles. Currently it just extends OpenAIProvider and only override... | crawled_swebench | true | null | |
Significant-Gravitas__AutoGPT-7091@bac353e#perturb-location | kcze | 1,653,516,672 | Significant-Gravitas/AutoGPT | Python | {
"pull_number": 7091,
"title": "feat(forge/llm): Add `LlamafileProvider`",
"created_at": "2024-04-19T16:27:49",
"base_commit": "0b9f3be6b8c677d71184ff96132ac6c427fa2011",
"body": "### Background\r\n\r\n<!-- Clearly explain the need for these changes: -->\r\n\r\nThis draft PR is a step toward enabling the use... | [
{
"number": 25,
"title": "Support using other/local LLMs",
"body": "You can modify the code to accept a config file as input, and read the Chosen_Model flag to select the appropriate AI model. Here's an example of how to achieve this:\r\n\r\nCreate a sample config file named config.ini:\r\n\r\n[AI]\r\nC... | Documentation | [
{
"type": "commit",
"sha": "03d8e1e16929db0c076c0804261489d42240777f",
"user": "Kate Silverstein",
"created_at": "2024-04-18T17:10:37Z",
"message": "Add minimal implementation of LlamafileProvider, a new ChatModelProvider for llamafiles. Currently it just extends OpenAIProvider and only override... | perturbation | false | location | |
pandas-dev__pandas-16512@8f31b83 | jorisvandenbossche | 122,303,916 | pandas-dev/pandas | Python | {
"pull_number": 16512,
"title": "DOC: Update Sphinx Deprecated Directive",
"created_at": "2017-05-26T07:07:31",
"base_commit": "1265c27f4bbd06e1bb75f846139a164bdadd5b31",
"body": " - [x] closes #16507 \r\n - [x] tests added / passed\r\n - [x] passes ``git diff upstream/master --name-only -- '*.py' | flake8 -... | [
{
"number": 16507,
"title": "DOC: Update docs to use sphinx deprecated directive",
"body": "As an example:\r\n\r\n```\r\nsheetname : string, int, mixed list of strings/ints, or None, default 0\r\n .. deprecated:: 0.21.0\r\n Use `sheet_name` instead\r\n\r\n```\r\n\r\nSome examples that need to b... | Documentation | [
{
"type": "commit",
"sha": "4c73c420ee3c87c1f8fa986258a6d7224217d246",
"user": "sfoo",
"created_at": "2017-05-26T04:50:16Z",
"message": "DOC: Added sphinx deprecated directive XR#6581"
},
{
"type": "commit",
"sha": "400bb404f92fb461a26b5db92ee970358f346dc8",
"user": "sfoo",
"... | crawled_swebench | true | null | |
ManimCommunity__manim-180@1f51a2d | huguesdevimeux | 451,891,541 | ManimCommunity/manim | Python | {
"pull_number": 180,
"title": "Implement Logging of Terminal Output to a .log file.",
"created_at": "2020-07-08T05:21:53",
"base_commit": "3f6b9bf4eccca92999ac54cb74de31e196b33358",
"body": "Essentially what the title says.\r\n\r\nYou will be able to use the `--log_to_file` flag to log `rich`'s terminal outp... | [
{
"number": 138,
"title": "Add save logs option",
"body": "Add an option to save logs to an external file. Like `save_logs` parameter which can be passed along with CLI. It could help in many ways and would help beginners to get help 🆘.\r\n\r\n### My ideas\r\nIt can easily be done by adding a file hand... | New Feature Additions | [
{
"type": "commit",
"sha": "876ab24bc682afdce0373844d1cbf4af6d4373c6",
"user": "Aathish Sivasubrahmanian",
"created_at": "2020-07-08T05:13:11Z",
"message": "Implemented logging of terminal output to file."
},
{
"type": "commit",
"sha": "5611a318dabc64c370e3816ef2db1ea4ad4b2162",
... | crawled_swebench | true | null | |
pandas-dev__pandas-16509@027a2b2 | jorisvandenbossche | 132,158,004 | pandas-dev/pandas | Python | {
"pull_number": 16509,
"title": "PERF: optimized median func when bottleneck not present",
"created_at": "2017-05-25T22:10:38",
"base_commit": "6ba65ca8a69560d526762bdbded64b3139f66d7a",
"body": "closes #16468\r\n \r\nUses np.nanmedian to compute median instead of internal algos.median when bottleneck is not... | [
{
"number": 16468,
"title": "PERF: .median(axis=1) perf issues",
"body": "```\r\nIn [2]: df = pd.DataFrame(np.random.randn(10000, 2), columns=list('AB'))\r\n\r\nIn [3]: result1 = df.median(1)\r\n\r\nIn [4]: result2 = pd.Series(np.nanmedian(df.values, axis=1), index=df.index)\r\n\r\nIn [5]: result1.equal... | Performance Improvements | [
{
"type": "inline",
"id": 118596916,
"user": "jreback",
"created_at": "2017-05-25T22:11:19Z",
"body": "and this will break in numpy < 1.9, you need to do this conditionally.",
"review_path": "pandas/core/nanops.py",
"diff_hunk": "@@ -325,15 +326,8 @@ def nanmean(values, axis=None, skipna... | crawled_swebench | true | null | |
OpenHands__OpenHands-8693@d242838 | amanape | 2,109,134,510 | OpenHands/OpenHands | TypeScript | {
"pull_number": 8693,
"title": "Fix Feedback Submission Retry",
"created_at": "2025-05-25T08:35:39",
"base_commit": "77cd05c33b1eb292c336db772b973920f5b9daf4",
"body": "## Problem\r\nUsers often encounter failures when submitting feedback for the first time, requiring a manual second click to successfully su... | [
{
"number": 8637,
"title": "[Bug]: Submitting feedback sometimes does not work on first try",
"body": "### Is there an existing issue for the same bug? (If one exists, thumbs up or comment on the issue instead).\n\n- [x] I have checked the existing issues.\n\n### Describe the bug and reproduction steps\... | Bug Fixes | [
{
"type": "commit",
"sha": "083d31ad4e04315514e4dbd30a6c432b6d7ffb64",
"user": "Test User",
"created_at": "2025-05-25T08:11:14Z",
"message": "fix: 修复提交反馈首次尝试失败问题 (#8637)"
},
{
"type": "commit",
"sha": "cae2261dec1a2d5c6a676a29d8d76b3dc7c6f9fa",
"user": "Test User",
"created_a... | crawled_swebench | true | null | |
OpenHands__OpenHands-9331@a043cbd#perturb-location | xingyaoww | 2,164,900,521 | OpenHands/OpenHands | TypeScript | {
"pull_number": 9331,
"title": "Add GitLab alternative directory support for microagents",
"created_at": "2025-06-24T20:53:15",
"base_commit": "8e4a8a65f841099e6001334623d43364ddf22bd8",
"body": "## Summary\r\n\r\nThis PR adds support for an alternative directory name `openhands-config` for GitLab repositori... | [
{
"number": 9178,
"title": "[Bug] Openhands `.openhands` org-level repo naming convention unsupported in GitLab / Self-Hosted GitLab.",
"body": "**What problem or use case are you trying to solve?**\n\nThe creation of Org-level microagent repos is neat! Currently the hardcoded naming convention preclude... | New Feature Additions | [
{
"type": "commit",
"sha": "dc489c48f730075b70a9283b833cf95aec69ad1c",
"user": "openhands",
"created_at": "2025-06-24T20:52:22Z",
"message": "Add GitLab alternative directory support for microagents\n\n- Add _is_gitlab_repository() method to detect GitLab repositories\n- Modify get_microagents_f... | perturbation | false | location | |
pandas-dev__pandas-16444@70a55ec#perturb-location | jreback | 119,759,905 | pandas-dev/pandas | Python | {
"pull_number": 16444,
"title": "BUG: Handle numpy strings in index names in HDF #13492",
"created_at": "2017-05-23T00:11:36",
"base_commit": "4ec98d8b10728af9695c7e35e04b7e3fd9c408d3",
"body": "Work in progress!\r\n - [ ] closes #13492\r\n - [ ] tests added / passed\r\n - [x] passes ``git diff upstream/mast... | [
{
"number": 13492,
"title": "ERR: raise on invalid coulmns using a fixed HDFStore",
"body": "#### Code Sample\n\n```\nidx = pd.Index(pd.to_datetime([datetime.date(2000, 1, 1), datetime.date(2000, 1, 2)]), name='cols')\nidx1 = pd.Index(pd.to_datetime([datetime.date(2010, 1, 1), datetime.date(2010, 1, 2)]... | Bug Fixes | [
{
"type": "commit",
"sha": "90f63b08071a149d47c42c30401d831d1e5a1092",
"user": "Mali Akmanalp",
"created_at": "2017-05-23T00:06:01Z",
"message": "BUG: Handle numpy strings in index names in HDF5 #13492"
},
{
"type": "pr_comment",
"id": 303254544,
"user": "makmanalp",
"created... | perturbation | false | location | |
OpenHands__OpenHands-7082@b029c62 | enyst | 1,978,067,875 | OpenHands/OpenHands | TypeScript | {
"pull_number": 7082,
"title": "Expose accumulate and llm_metric from eventstream to frontend (backend only)",
"created_at": "2025-03-03T18:17:49",
"base_commit": "f51eb93d3ea92231e72247266df6df2d024db826",
"body": "- [ ] This change is worth documenting at https://docs.all-hands.dev/\r\n- [ ] Include this c... | [
{
"number": 5257,
"title": "Display API costs in frontend",
"body": "**What problem or use case are you trying to solve?**\r\n\r\nDirect communication from a user:\r\n\r\n> the unknown API costs are a fairly intimidating part of the current user experience. I tried running a relatively simple query and ... | General | [
{
"type": "commit",
"sha": "dc54a0a94a8c72b2d2c1dfc23a8113091885026a",
"user": "AutoLTX",
"created_at": "2025-03-03T18:09:37Z",
"message": "expose accumulate and llm_metric from eventstream to frontend"
},
{
"type": "inline",
"id": 1978067875,
"user": "enyst",
"created_at": "... | crawled_swebench | true | null | |
Significant-Gravitas__AutoGPT-7091@bac353e | ntindle | 2,171,691,976 | Significant-Gravitas/AutoGPT | Python | {
"pull_number": 7091,
"title": "feat(forge/llm): Add `LlamafileProvider`",
"created_at": "2024-04-19T16:27:49",
"base_commit": "0b9f3be6b8c677d71184ff96132ac6c427fa2011",
"body": "### Background\r\n\r\n<!-- Clearly explain the need for these changes: -->\r\n\r\nThis draft PR is a step toward enabling the use... | [
{
"number": 25,
"title": "Support using other/local LLMs",
"body": "You can modify the code to accept a config file as input, and read the Chosen_Model flag to select the appropriate AI model. Here's an example of how to achieve this:\r\n\r\nCreate a sample config file named config.ini:\r\n\r\n[AI]\r\nC... | Documentation | [
{
"type": "commit",
"sha": "03d8e1e16929db0c076c0804261489d42240777f",
"user": "Kate Silverstein",
"created_at": "2024-04-18T17:10:37Z",
"message": "Add minimal implementation of LlamafileProvider, a new ChatModelProvider for llamafiles. Currently it just extends OpenAIProvider and only override... | human_wrong | false | null | |
ManimCommunity__manim-1509@d0e718f#perturb-location | jsonvillanueva | 636,340,343 | ManimCommunity/manim | Python | {
"pull_number": 1509,
"title": "Copyedited Documentation",
"created_at": "2021-05-14T09:21:05",
"base_commit": "6c86d513f1a8d69835431cd242b642aeba78d6a8",
"body": "<!--\r\nThanks for your contribution to ManimCommunity!\r\n\r\nBefore filling in the details, ensure:\r\n- Your local changes are up-to-date with... | [
{
"number": 1401,
"title": "Copyediting of documentation",
"body": "## Enhancement proposal\r\nAs I look through the docs, I'll make a list here of pages that could do with some copyediting. Most of these pages are relatively well-written and only need some minor corrections. I think it'll be a good tas... | Documentation | [
{
"type": "commit",
"sha": "449c22cb71a95deaec8965c9be41efc53ae17bd7",
"user": "Nikhil0504",
"created_at": "2021-05-14T09:09:27Z",
"message": "Finished copyedititng"
},
{
"type": "inline",
"id": 632474839,
"user": "Darylgolden",
"created_at": "2021-05-14T11:50:49Z",
"body... | perturbation | false | location | |
Significant-Gravitas__AutoGPT-7091@bac353e#perturb-location | kcze | 1,653,510,540 | Significant-Gravitas/AutoGPT | Python | {
"pull_number": 7091,
"title": "feat(forge/llm): Add `LlamafileProvider`",
"created_at": "2024-04-19T16:27:49",
"base_commit": "0b9f3be6b8c677d71184ff96132ac6c427fa2011",
"body": "### Background\r\n\r\n<!-- Clearly explain the need for these changes: -->\r\n\r\nThis draft PR is a step toward enabling the use... | [
{
"number": 25,
"title": "Support using other/local LLMs",
"body": "You can modify the code to accept a config file as input, and read the Chosen_Model flag to select the appropriate AI model. Here's an example of how to achieve this:\r\n\r\nCreate a sample config file named config.ini:\r\n\r\n[AI]\r\nC... | Documentation | [
{
"type": "commit",
"sha": "03d8e1e16929db0c076c0804261489d42240777f",
"user": "Kate Silverstein",
"created_at": "2024-04-18T17:10:37Z",
"message": "Add minimal implementation of LlamafileProvider, a new ChatModelProvider for llamafiles. Currently it just extends OpenAIProvider and only override... | perturbation | false | location | |
pandas-dev__pandas-16442@4c6da13 | jreback | 117,956,800 | pandas-dev/pandas | Python | {
"pull_number": 16442,
"title": "GH10559: Minor improvement: Change read_excel sheet name",
"created_at": "2017-05-22T23:49:13",
"base_commit": "49ec31bbaeca81a6f58fc1be26fe80f3ac188cdd",
"body": "modify io/excel.py and relevant docs (io.rst) to use sheet_name for read_excel\r\nbut allow sheetname to still b... | [
{
"number": 10559,
"title": "Minor improvement: Change to_excel \"sheet_name\" to \"sheetname\"",
"body": "pd.read_excel() takes \"sheetname\" as an argument.\npd.DataFrame.to_excel() takes \"sheet_name\" as an argument.\n\nFor consistency, I think one ought to be changed to match the other.\nOn my wind... | General | [
{
"type": "commit",
"sha": "23a0cecd906071c205f53bdc333939fd04e35c45",
"user": "Aaron Barber",
"created_at": "2017-05-22T23:31:59Z",
"message": "GH10559: Minor improvement: Change to_excel sheet name\n\nmodify io/excel.py and relevant docs (io.rst) to use sheet_name for read_excel\nbut allow she... | crawled_swebench | true | null | |
Significant-Gravitas__AutoGPT-7130@bfc8c0b | Swiftyos | 2,104,654,180 | Significant-Gravitas/AutoGPT | Python | {
"pull_number": 7130,
"title": "feat(forge/llm): Add `GroqProvider`",
"created_at": "2024-05-07T15:37:30",
"base_commit": "cdae98d36b35c420883f0bd1f776fa4d7a27b9c5",
"body": "### Background\r\n\r\nThis has issues with the profile generator, so maybe merge #7121 first\r\n\r\n### Changes 🏗️\r\n\r\n* Add `Groq... | [
{
"number": 25,
"title": "Support using other/local LLMs",
"body": "You can modify the code to accept a config file as input, and read the Chosen_Model flag to select the appropriate AI model. Here's an example of how to achieve this:\r\n\r\nCreate a sample config file named config.ini:\r\n\r\n[AI]\r\nC... | New Feature Additions | [
{
"type": "commit",
"sha": "02c819437774e493dcf4883ded463932522e43ea",
"user": "Reinier van der Leer",
"created_at": "2024-05-07T15:37:02Z",
"message": "feat(agent/core): Add `GroqProvider`"
},
{
"type": "pr_comment",
"id": 2098750381,
"user": "netlify[bot]",
"created_at": "2... | crawled_swebench | true | null | |
pandas-dev__pandas-16512@8f31b83 | jorisvandenbossche | 122,304,464 | pandas-dev/pandas | Python | {
"pull_number": 16512,
"title": "DOC: Update Sphinx Deprecated Directive",
"created_at": "2017-05-26T07:07:31",
"base_commit": "1265c27f4bbd06e1bb75f846139a164bdadd5b31",
"body": " - [x] closes #16507 \r\n - [x] tests added / passed\r\n - [x] passes ``git diff upstream/master --name-only -- '*.py' | flake8 -... | [
{
"number": 16507,
"title": "DOC: Update docs to use sphinx deprecated directive",
"body": "As an example:\r\n\r\n```\r\nsheetname : string, int, mixed list of strings/ints, or None, default 0\r\n .. deprecated:: 0.21.0\r\n Use `sheet_name` instead\r\n\r\n```\r\n\r\nSome examples that need to b... | Documentation | [
{
"type": "commit",
"sha": "4c73c420ee3c87c1f8fa986258a6d7224217d246",
"user": "sfoo",
"created_at": "2017-05-26T04:50:16Z",
"message": "DOC: Added sphinx deprecated directive XR#6581"
},
{
"type": "commit",
"sha": "400bb404f92fb461a26b5db92ee970358f346dc8",
"user": "sfoo",
"... | crawled_swebench | true | null | |
pandas-dev__pandas-16512@8f31b83#perturb-location | jorisvandenbossche | 119,489,929 | pandas-dev/pandas | Python | {
"pull_number": 16512,
"title": "DOC: Update Sphinx Deprecated Directive",
"created_at": "2017-05-26T07:07:31",
"base_commit": "1265c27f4bbd06e1bb75f846139a164bdadd5b31",
"body": " - [x] closes #16507 \r\n - [x] tests added / passed\r\n - [x] passes ``git diff upstream/master --name-only -- '*.py' | flake8 -... | [
{
"number": 16507,
"title": "DOC: Update docs to use sphinx deprecated directive",
"body": "As an example:\r\n\r\n```\r\nsheetname : string, int, mixed list of strings/ints, or None, default 0\r\n .. deprecated:: 0.21.0\r\n Use `sheet_name` instead\r\n\r\n```\r\n\r\nSome examples that need to b... | Documentation | [
{
"type": "commit",
"sha": "4c73c420ee3c87c1f8fa986258a6d7224217d246",
"user": "sfoo",
"created_at": "2017-05-26T04:50:16Z",
"message": "DOC: Added sphinx deprecated directive XR#6581"
},
{
"type": "commit",
"sha": "400bb404f92fb461a26b5db92ee970358f346dc8",
"user": "sfoo",
"... | perturbation | false | location | |
ManimCommunity__manim-1140@ee924b8 | behackl | 599,132,534 | ManimCommunity/manim | Python | {
"pull_number": 1140,
"title": "Flake8 Compat & Code Cleanup",
"created_at": "2021-03-21T19:45:11",
"base_commit": "196045b471acb8ad2a9bffaa9bca078624526174",
"body": "<!--\r\nThanks for your contribution to ManimCommunity!\r\n\r\nBefore filling in the details, ensure:\r\n- Your local changes are up-to-date ... | [
{
"number": 1132,
"title": "Flake8 Support",
"body": "I suggest that manim start using the flake8 linter. It would allow for cleaner code. It could be integrated with the pre-commit function. The only issue I see with this is that it needs a special config to work with black, but that issue is a small o... | General | [
{
"type": "commit",
"sha": "fd12b337d2cfcc12fa3abdacbc5500e6af22a0b4",
"user": "GameDungeon",
"created_at": "2021-03-21T19:40:56Z",
"message": "Flake8 Compat & Code Cleanup"
},
{
"type": "inline",
"id": 598328294,
"user": "naveen521kk",
"created_at": "2021-03-21T19:48:33Z",
... | crawled_swebench | true | null | |
ManimCommunity__manim-1461@004eb31 | naveen521kk | 627,935,656 | ManimCommunity/manim | Python | {
"pull_number": 1461,
"title": "Build the docs - Logging ",
"created_at": "2021-05-04T06:22:36",
"base_commit": "1104f2d7255f026e4942536ffe2e48567da6f680",
"body": "## Changelog / Overview\r\n<!--changelog-start-->\r\n\r\n<!--changelog-end-->\r\n\r\n## Motivation\r\nThe logging while building the docs is cur... | [
{
"number": 1456,
"title": "Improving the \"Build the docs\" logging",
"body": "## Description of proposed feature\r\nThe \"Build the docs\" log is barely usable because it is messy.\r\n\r\nSome things I'd like to see changed:\r\n\r\n- Reduce the manim rendering log.\r\n- Log the time each example rende... | General | [
{
"type": "commit",
"sha": "458c75b3707a784c6bc51710d9cca3c0864dfe50",
"user": "Anton Ballmaier",
"created_at": "2021-03-12T16:27:48Z",
"message": "test"
},
{
"type": "commit",
"sha": "336eeff920ffc9dd677fb007fe9224519a6fccdd",
"user": "Anton Ballmaier",
"created_at": "2021-0... | crawled_swebench | true | null | |
ManimCommunity__manim-2332@035ae57 | hydrobeam | 775,202,126 | ManimCommunity/manim | Python | {
"pull_number": 2332,
"title": "Changed ``color``, ``stroke_color`` and ``fill_color`` attributes to properties",
"created_at": "2021-11-26T21:10:58",
"base_commit": "269e5c22cb02de108579eccee2b82583eb71e3dc",
"body": "<!-- Thank you for contributing to Manim! Learn more about the process in our contributing... | [
{
"number": 2324,
"title": "Attribute not updated when animated with `.animate` ",
"body": "## Description of bug / unexpected behavior\r\n<!-- Add a clear and concise description of the problem you encountered. -->\r\nMobject attributes are not updated when animated with `.animate`, but are successfull... | New Feature Additions | [
{
"type": "commit",
"sha": "b2084ee68dc0beeaae26abad00eadf6c3212cab6",
"user": "Marcin Serwin",
"created_at": "2021-11-25T23:06:32Z",
"message": "Make color, stroke_color and fill_color properties"
},
{
"type": "commit",
"sha": "ad829066ecb8c6b3d478a06d8703858d8dc1e0a2",
"user": ... | crawled_swebench | true | null | |
ManimCommunity__manim-63@44717c8#perturb-negation | eulertour | 429,194,352 | ManimCommunity/manim | Python | {
"pull_number": 63,
"title": "Added dry run ",
"created_at": "2020-05-22T09:43:09",
"base_commit": "865c4c1499764160d1990bd08b24128ba32468cf",
"body": "I also updated README since python -m doesn't work anymore. \r\nI added a test for quick testing",
"patch_to_review": "diff --git a/README.md b/README.md\n... | [
{
"number": 41,
"title": "-w flag enabled by default",
"body": "I just noticed an issue with the CLI arguments, and more particular concerning the `-w` (`write_to_movie`) flag. \r\nIt appears that when `-s` (`save_last_frame`) is False (most of the time, I think), `write_to_movie `is set True even thoug... | New Feature Additions | [
{
"type": "commit",
"sha": "713ab68fff1db580fd870e16c3b66cf1751637cc",
"user": "Hugues Devimeux",
"created_at": "2020-05-22T09:39:12Z",
"message": "updated README"
},
{
"type": "commit",
"sha": "29e81721c647ba2620bc74ef41f1102ad1f5ba22",
"user": "Hugues Devimeux",
"created_at... | perturbation | false | negation | |
pandas-dev__pandas-16444@70a55ec#perturb-negation | TomAugspurger | 119,704,436 | pandas-dev/pandas | Python | {
"pull_number": 16444,
"title": "BUG: Handle numpy strings in index names in HDF #13492",
"created_at": "2017-05-23T00:11:36",
"base_commit": "4ec98d8b10728af9695c7e35e04b7e3fd9c408d3",
"body": "Work in progress!\r\n - [ ] closes #13492\r\n - [ ] tests added / passed\r\n - [x] passes ``git diff upstream/mast... | [
{
"number": 13492,
"title": "ERR: raise on invalid coulmns using a fixed HDFStore",
"body": "#### Code Sample\n\n```\nidx = pd.Index(pd.to_datetime([datetime.date(2000, 1, 1), datetime.date(2000, 1, 2)]), name='cols')\nidx1 = pd.Index(pd.to_datetime([datetime.date(2010, 1, 1), datetime.date(2010, 1, 2)]... | Bug Fixes | [
{
"type": "commit",
"sha": "90f63b08071a149d47c42c30401d831d1e5a1092",
"user": "Mali Akmanalp",
"created_at": "2017-05-23T00:06:01Z",
"message": "BUG: Handle numpy strings in index names in HDF5 #13492"
},
{
"type": "pr_comment",
"id": 303254544,
"user": "makmanalp",
"created... | perturbation | false | negation | |
pandas-dev__pandas-16509@027a2b2 | jreback | 134,096,459 | pandas-dev/pandas | Python | {
"pull_number": 16509,
"title": "PERF: optimized median func when bottleneck not present",
"created_at": "2017-05-25T22:10:38",
"base_commit": "6ba65ca8a69560d526762bdbded64b3139f66d7a",
"body": "closes #16468\r\n \r\nUses np.nanmedian to compute median instead of internal algos.median when bottleneck is not... | [
{
"number": 16468,
"title": "PERF: .median(axis=1) perf issues",
"body": "```\r\nIn [2]: df = pd.DataFrame(np.random.randn(10000, 2), columns=list('AB'))\r\n\r\nIn [3]: result1 = df.median(1)\r\n\r\nIn [4]: result2 = pd.Series(np.nanmedian(df.values, axis=1), index=df.index)\r\n\r\nIn [5]: result1.equal... | Performance Improvements | [
{
"type": "inline",
"id": 118596916,
"user": "jreback",
"created_at": "2017-05-25T22:11:19Z",
"body": "and this will break in numpy < 1.9, you need to do this conditionally.",
"review_path": "pandas/core/nanops.py",
"diff_hunk": "@@ -325,15 +326,8 @@ def nanmean(values, axis=None, skipna... | crawled_swebench | true | null | |
ManimCommunity__manim-2314@4c7edf6 | christopher-besch | 762,422,400 | ManimCommunity/manim | Python | {
"pull_number": 2314,
"title": "Added basic support for adding subcaptions via :meth:`.Scene.add_subcaption`",
"created_at": "2021-11-21T13:36:04",
"base_commit": "a4c1c4f15a752d7c40a09516c1950f1ea7386948",
"body": "<!-- Thank you for contributing to Manim! Learn more about the process in our contributing gu... | [
{
"number": 910,
"title": "Feature request: Subtitle timings",
"body": "## Description of proposed feature\r\n<!-- Add a clear and concise description of the new feature, including a motivation: why do you think this will be useful? -->\r\n\r\nIt would be fairly useful to have animation options that are... | New Feature Additions | [
{
"type": "commit",
"sha": "1c0d2a61f0a0a51e1e2c8e0b4ac813406c06dc40",
"user": "Benjamin Hackl",
"created_at": "2021-11-21T13:30:32Z",
"message": "added new depependency for subcaption parsing library"
},
{
"type": "commit",
"sha": "9b7cef107c0a8977ea0fe9505501b0e29c981ef5",
"use... | crawled_swebench | true | null | |
OpenHands__OpenHands-7125@0126b6f | rbren | 2,749,706,601 | OpenHands/OpenHands | TypeScript | {
"pull_number": 7125,
"title": "[Feat]: Gitlab p2 - let user add PAT via FE",
"created_at": "2025-03-06T04:00:08",
"base_commit": "648c8ffb212d421baed03bc03ebbbc15509ea9f4",
"body": "- [x] This change is worth documenting at https://docs.all-hands.dev/\r\n- [x] Include this change in the Release Notes. If ch... | [
{
"number": 7080,
"title": "Support GitLab PAT",
"body": "**What problem or use case are you trying to solve?**\nWe should support GitLab PAT in Openhands (for auth, repository lists, etc)\n\n**Describe the UX of the solution you'd like**\nUse the same PAT field in the settings page; it should accept ei... | New Feature Additions | [
{
"type": "commit",
"sha": "044eee90f11aca5db5c46e8f8549a4c393dd4325",
"user": "openhands",
"created_at": "2025-03-02T22:43:14Z",
"message": "Add GitLab service and token type detection utility"
},
{
"type": "commit",
"sha": "b4673ffa65f3031991b220ff9f7abc98a15e67f2",
"user": "op... | crawled_swebench | true | null | |
pandas-dev__pandas-16486@6c67a4a | jreback | 118,385,136 | pandas-dev/pandas | Python | {
"pull_number": 16486,
"title": "return empty MultiIndex for symmetrical difference on equal MultiIndexes",
"created_at": "2017-05-24T20:40:41",
"base_commit": "92d07992e826808cd56f0bd8fec083b510ca402d",
"body": " - [X] closes #13490\r\n - [X] tests added / passed\r\n - [X] passes ``git diff upstream/master ... | [
{
"number": 13490,
"title": "Symmetric difference on equal MultiIndexes raises TypeError",
"body": "Calling `symmetric_difference` on two equal multiindices results in a TypeError rather than an empty MultiIndex. This is surprising since calling `difference` on the same multiindices results in the expec... | Bug Fixes | [
{
"type": "commit",
"sha": "4903b20bc385ac335a8da0fdfd33a5a79ed69c25",
"user": "Christian Stade-Schuldt",
"created_at": "2017-05-24T20:35:49Z",
"message": "return empty MultiIndex for symmetrical difference on equal MultiIndexes"
},
{
"type": "inline",
"id": 118370389,
"user": "T... | crawled_swebench | true | null | |
pandas-dev__pandas-14531@acad843 | jreback | 88,643,852 | pandas-dev/pandas | Python | {
"pull_number": 14531,
"title": "ENH: merge_asof() has left_index/right_index and left_by/right_by (#14253)",
"created_at": "2016-10-28T17:43:02",
"base_commit": "3552dc0c4533a5eafafe859f5afd29a7ce063e03",
"body": "- [x] closes #14253 \n- [x] tests added / passed\n- [x] passes `git diff upstream/master | fla... | [
{
"number": 14253,
"title": "Add left_by/right_by and left_index/right_index to merge_asof()",
"body": "The current `merge_asof()` has only one parameter for `by`, assuming that both DataFrames have the same column name. It does have `left_on` and `right_on`, so perhaps something similar for `by` would ... | General | [
{
"type": "commit",
"sha": "f6f87b65f8b1dc80defa88aa6f02e3b71b6c32bb",
"user": "Christopher C. Aycock",
"created_at": "2016-10-13T23:28:50Z",
"message": "ENH: merge_asof() has left_index/right_index and left_by/right_by (#14253)"
},
{
"type": "pr_comment",
"id": 256983549,
"user"... | crawled_swebench | true | null | |
ManimCommunity__manim-2332@035ae57 | behackl | 762,216,399 | ManimCommunity/manim | Python | {
"pull_number": 2332,
"title": "Changed ``color``, ``stroke_color`` and ``fill_color`` attributes to properties",
"created_at": "2021-11-26T21:10:58",
"base_commit": "269e5c22cb02de108579eccee2b82583eb71e3dc",
"body": "<!-- Thank you for contributing to Manim! Learn more about the process in our contributing... | [
{
"number": 2324,
"title": "Attribute not updated when animated with `.animate` ",
"body": "## Description of bug / unexpected behavior\r\n<!-- Add a clear and concise description of the problem you encountered. -->\r\nMobject attributes are not updated when animated with `.animate`, but are successfull... | New Feature Additions | [
{
"type": "commit",
"sha": "b2084ee68dc0beeaae26abad00eadf6c3212cab6",
"user": "Marcin Serwin",
"created_at": "2021-11-25T23:06:32Z",
"message": "Make color, stroke_color and fill_color properties"
},
{
"type": "commit",
"sha": "ad829066ecb8c6b3d478a06d8703858d8dc1e0a2",
"user": ... | crawled_swebench | true | null | |
pandas-dev__pandas-16509@027a2b2#perturb-symbol | TomAugspurger | 304,911,186 | pandas-dev/pandas | Python | {
"pull_number": 16509,
"title": "PERF: optimized median func when bottleneck not present",
"created_at": "2017-05-25T22:10:38",
"base_commit": "6ba65ca8a69560d526762bdbded64b3139f66d7a",
"body": "closes #16468\r\n \r\nUses np.nanmedian to compute median instead of internal algos.median when bottleneck is not... | [
{
"number": 16468,
"title": "PERF: .median(axis=1) perf issues",
"body": "```\r\nIn [2]: df = pd.DataFrame(np.random.randn(10000, 2), columns=list('AB'))\r\n\r\nIn [3]: result1 = df.median(1)\r\n\r\nIn [4]: result2 = pd.Series(np.nanmedian(df.values, axis=1), index=df.index)\r\n\r\nIn [5]: result1.equal... | Performance Improvements | [
{
"type": "inline",
"id": 118596916,
"user": "jreback",
"created_at": "2017-05-25T22:11:19Z",
"body": "and this will break in numpy < 1.9, you need to do this conditionally.",
"review_path": "pandas/core/nanops.py",
"diff_hunk": "@@ -325,15 +326,8 @@ def nanmean(values, axis=None, skipna... | perturbation | false | symbol | |
pandas-dev__pandas-16266@c301473#perturb-location | jreback | 115,118,552 | pandas-dev/pandas | Python | {
"pull_number": 16266,
"title": "BUG: support for \"level=\" when reset_index() is called with a flat Index",
"created_at": "2017-05-06T10:03:58",
"base_commit": "ba60321d00d686a3137ffe26f919d64e84d43aa0",
"body": " - [x] closes #16263\r\n - [x] tests added / passed\r\n - [x] passes ``git diff upstream/maste... | [
{
"number": 16263,
"title": "DataFrame.reset_index deletes index, does not all for ints as level arg",
"body": "#### Code Sample, a copy-pastable example if possible\r\n```python\r\nimport pandas as pd\r\nimport numpy as np\r\npd.__version__\r\n```\r\n u'0.20.1'\r\n\r\n```python\r\ndata = pd.DataFrame(... | Bug Fixes | [
{
"type": "commit",
"sha": "7cc21c2d60612b95f3b2a07d8b570166385260cf",
"user": "Pietro Battiston",
"created_at": "2017-05-06T08:27:01Z",
"message": "BUG: support for \"level=\" when reset_index() is called with a flat Index\n\ncloses #16263"
},
{
"type": "inline",
"id": 115117687,
... | perturbation | false | location | |
ManimCommunity__manim-164@353ca9d | TonyCrane | 442,660,804 | ManimCommunity/manim | Python | {
"pull_number": 164,
"title": "Fix #101",
"created_at": "2020-06-23T07:13:13",
"base_commit": "4b6492b0e7e7e4ae7e35938662571ad765027f3c",
"body": "Fixes #101 \r\n\r\nThe issue was that the lines of `NumberPlane` were automatically centred on the axis, which could cause problem when `x_max `was not equal to `... | [
{
"number": 101,
"title": "Bug in NumberPlane when using x_max (and likely the y/min values too)",
"body": "```python\r\nNPac=NumberPlane(x_max=20).add_coordinates()\r\nclass Test(Scene):\r\n def construct(self):\r\n self.add(NPac.shift([-15,0,0]))\r\n self.wait(1)\r\n```\r\nThis result... | Bug Fixes | [
{
"type": "commit",
"sha": "63d1114bb04951c92b72c9f1f6a0e08a9c4e77ad",
"user": "Hugues Devimeux",
"created_at": "2020-06-22T19:20:02Z",
"message": "fixed #101"
},
{
"type": "commit",
"sha": "a0db3c4a78bfd07c667817ebb5c607bebf81ed49",
"user": "Hugues Devimeux",
"created_at": "... | crawled_swebench | true | null | |
ManimCommunity__manim-482@79e58dd#perturb-symbol | behackl | 699,696,177 | ManimCommunity/manim | Python | {
"pull_number": 482,
"title": "Fixed \"get_arc_center()\" method of Arc class",
"created_at": "2020-09-25T11:35:50",
"base_commit": "dc4504c29e92881f56c80cd8f16e86f44318b870",
"body": "## Explaination\r\n`get_arc_center()` method fails if the arc radius is zero. Therefore an if statement has been added to in... | [
{
"number": 480,
"title": "Sector.get_arc_center() is broken.",
"body": "Sector.get_arc_center() does not work and always returns a warning message.\r\n```sh\r\nUserWarning: Can't find Arc center, using ORIGIN instead\r\n warnings.warn(\"Can't find Arc center, using ORIGIN instead\")\r\n```\r\nAbove err... | General | [
{
"type": "commit",
"sha": "a5d15a0763a6ee8185ac737265964ae0329a3dac",
"user": "Akash Karnatak",
"created_at": "2020-09-25T10:21:22Z",
"message": "Modified \"generate_points()\" method of AnnularSector class."
},
{
"type": "review",
"id": 496343860,
"user": "leotrs",
"created... | perturbation | false | symbol | |
OpenHands__OpenHands-7125@0126b6f | rbren | 2,008,339,180 | OpenHands/OpenHands | TypeScript | {
"pull_number": 7125,
"title": "[Feat]: Gitlab p2 - let user add PAT via FE",
"created_at": "2025-03-06T04:00:08",
"base_commit": "648c8ffb212d421baed03bc03ebbbc15509ea9f4",
"body": "- [x] This change is worth documenting at https://docs.all-hands.dev/\r\n- [x] Include this change in the Release Notes. If ch... | [
{
"number": 7080,
"title": "Support GitLab PAT",
"body": "**What problem or use case are you trying to solve?**\nWe should support GitLab PAT in Openhands (for auth, repository lists, etc)\n\n**Describe the UX of the solution you'd like**\nUse the same PAT field in the settings page; it should accept ei... | New Feature Additions | [
{
"type": "commit",
"sha": "044eee90f11aca5db5c46e8f8549a4c393dd4325",
"user": "openhands",
"created_at": "2025-03-02T22:43:14Z",
"message": "Add GitLab service and token type detection utility"
},
{
"type": "commit",
"sha": "b4673ffa65f3031991b220ff9f7abc98a15e67f2",
"user": "op... | crawled_swebench | true | null | |
ManimCommunity__manim-1140@ee924b8#perturb-negation | behackl | 598,556,808 | ManimCommunity/manim | Python | {
"pull_number": 1140,
"title": "Flake8 Compat & Code Cleanup",
"created_at": "2021-03-21T19:45:11",
"base_commit": "196045b471acb8ad2a9bffaa9bca078624526174",
"body": "<!--\r\nThanks for your contribution to ManimCommunity!\r\n\r\nBefore filling in the details, ensure:\r\n- Your local changes are up-to-date ... | [
{
"number": 1132,
"title": "Flake8 Support",
"body": "I suggest that manim start using the flake8 linter. It would allow for cleaner code. It could be integrated with the pre-commit function. The only issue I see with this is that it needs a special config to work with black, but that issue is a small o... | General | [
{
"type": "commit",
"sha": "fd12b337d2cfcc12fa3abdacbc5500e6af22a0b4",
"user": "GameDungeon",
"created_at": "2021-03-21T19:40:56Z",
"message": "Flake8 Compat & Code Cleanup"
},
{
"type": "inline",
"id": 598328294,
"user": "naveen521kk",
"created_at": "2021-03-21T19:48:33Z",
... | perturbation | false | negation | |
Significant-Gravitas__AutoGPT-4345@a12d5d9 | ntindle | 1,221,004,673 | Significant-Gravitas/AutoGPT | Python | {
"pull_number": 4345,
"title": "Only take subclasses of AutoGPTPluginTemplate as plugins",
"created_at": "2023-05-22T04:59:42",
"base_commit": "321edc5e3db0e801430d51aacfa0c343883ee52d",
"body": "this fixes #4215, and is a re-submission of #4217 where i managed to screw up the history of the PR.\r\n\r\n### B... | [
{
"number": 4215,
"title": "scan_plugin currently will assume any class that has an _abc_impl is a plugin",
"body": "### ⚠️ Search for existing issues first ⚠️\n\n- [X] I have searched the existing issues, and there is no existing issue for my problem\n\n### Which Operating System are you using?\n\nDock... | Bug Fixes | [
{
"type": "commit",
"sha": "e8a4feb2c2ce3a5cd13618b2b371d417b9def228",
"user": "Peter Petermann",
"created_at": "2023-05-15T07:36:48Z",
"message": "only take classes as plugins that have AutoGPTPluginTemplate as a parent"
},
{
"type": "commit",
"sha": "33530daf63d22c60fa3e4faf18b600d... | crawled_swebench | true | null | |
OpenHands__OpenHands-8139@58845b0#perturb-location | enyst | 2,066,903,343 | OpenHands/OpenHands | TypeScript | {
"pull_number": 8139,
"title": "Add back microagent files with special handling for user inputs",
"created_at": "2025-04-29T01:33:48",
"base_commit": "46c12ce2586c49a7b83a051095c4944d911fe949",
"body": "- [x] This change is worth documenting at https://docs.all-hands.dev/\n- [x] Include this change in the Re... | [
{
"number": 5826,
"title": "[Feature]: Add input-based micro-agents to support template workflows",
"body": "**What problem or use case are you trying to solve?**\nWe need to extend micro-agents to support template-based workflows. Currently, micro-agents are triggered by keywords and inject specialized... | New Feature Additions | [
{
"type": "commit",
"sha": "ad6311d3cda803179b43e9f59213d6068e6889d5",
"user": "openhands",
"created_at": "2025-04-29T01:33:23Z",
"message": "Add back microagent files and add special handling for user input variables"
},
{
"type": "commit",
"sha": "a1e6ed4dff1135694b93c5cbe6b3f22a37... | perturbation | false | location | |
pandas-dev__pandas-16701@d61d17a#perturb-location | jorisvandenbossche | 122,134,849 | pandas-dev/pandas | Python | {
"pull_number": 16701,
"title": "BUG: Fix regression for RGB(A) color arguments",
"created_at": "2017-06-15T06:33:34",
"base_commit": "b7e7fd3f17d4d2a2f87b9d169cf87143f04e5d33",
"body": " - [ ] closes #16695\r\n - [x] test added / passed\r\n - [x] passes ``git diff upstream/master --name-only -- '*.py' | fla... | [
{
"number": 16695,
"title": "DataFrame plot method no long takes RGB tuple as color arg",
"body": "#### Problem description\r\n\r\nThe `plot` method on `DataFrame` objects takes a `color` argument that in versions prior to 0.20.2 took an RGB tuple as an accepted value. The 0.20.2 release throws an exce... | Bug Fixes | [
{
"type": "commit",
"sha": "0873721d082bd20b2947482a0dd50f11dea864d0",
"user": "Kevin Ford",
"created_at": "2017-06-15T06:03:03Z",
"message": "Add test"
},
{
"type": "commit",
"sha": "4e40100d737d9736a3d90ade2342e4ad343d1fb6",
"user": "Kevin Ford",
"created_at": "2017-06-15T0... | perturbation | false | location | |
Significant-Gravitas__AutoGPT-7091@bac353e#perturb-negation | ntindle | 2,170,986,901 | Significant-Gravitas/AutoGPT | Python | {
"pull_number": 7091,
"title": "feat(forge/llm): Add `LlamafileProvider`",
"created_at": "2024-04-19T16:27:49",
"base_commit": "0b9f3be6b8c677d71184ff96132ac6c427fa2011",
"body": "### Background\r\n\r\n<!-- Clearly explain the need for these changes: -->\r\n\r\nThis draft PR is a step toward enabling the use... | [
{
"number": 25,
"title": "Support using other/local LLMs",
"body": "You can modify the code to accept a config file as input, and read the Chosen_Model flag to select the appropriate AI model. Here's an example of how to achieve this:\r\n\r\nCreate a sample config file named config.ini:\r\n\r\n[AI]\r\nC... | Documentation | [
{
"type": "commit",
"sha": "03d8e1e16929db0c076c0804261489d42240777f",
"user": "Kate Silverstein",
"created_at": "2024-04-18T17:10:37Z",
"message": "Add minimal implementation of LlamafileProvider, a new ChatModelProvider for llamafiles. Currently it just extends OpenAIProvider and only override... | perturbation | false | negation | |
ManimCommunity__manim-1140@ee924b8#perturb-location | behackl | 599,135,075 | ManimCommunity/manim | Python | {
"pull_number": 1140,
"title": "Flake8 Compat & Code Cleanup",
"created_at": "2021-03-21T19:45:11",
"base_commit": "196045b471acb8ad2a9bffaa9bca078624526174",
"body": "<!--\r\nThanks for your contribution to ManimCommunity!\r\n\r\nBefore filling in the details, ensure:\r\n- Your local changes are up-to-date ... | [
{
"number": 1132,
"title": "Flake8 Support",
"body": "I suggest that manim start using the flake8 linter. It would allow for cleaner code. It could be integrated with the pre-commit function. The only issue I see with this is that it needs a special config to work with black, but that issue is a small o... | General | [
{
"type": "commit",
"sha": "fd12b337d2cfcc12fa3abdacbc5500e6af22a0b4",
"user": "GameDungeon",
"created_at": "2021-03-21T19:40:56Z",
"message": "Flake8 Compat & Code Cleanup"
},
{
"type": "inline",
"id": 598328294,
"user": "naveen521kk",
"created_at": "2021-03-21T19:48:33Z",
... | perturbation | false | location | |
OpenHands__OpenHands-6471@21d8c00#perturb-location | rbren | 1,930,920,048 | OpenHands/OpenHands | TypeScript | {
"pull_number": 6471,
"title": "Fix first user message",
"created_at": "2025-01-27T12:52:36",
"base_commit": "ffdab28abc5c222ae40451a07ef9c11cf5920379",
"body": "**End-user friendly description of the problem this fixes or functionality that this introduces**\r\n\r\n- [x] Include this change in the Release N... | [
{
"number": 6443,
"title": "[Bug]: Error while use deepseek R1 model",
"body": "### Is there an existing issue for the same bug?\n\n- [x] I have checked the existing issues.\n\n### Describe the bug and reproduction steps\n\n`BadRequestError: litellm.BadRequestError: DeepseekException - Error code: 400 -... | Bug Fixes | [
{
"type": "commit",
"sha": "f9841516b7302f229ef3fdb733225853ea3c995e",
"user": "Engel Nyst",
"created_at": "2025-01-27T12:25:55Z",
"message": "fix first user message"
},
{
"type": "commit",
"sha": "4082cfc6338a48d9be454f372a98ca2c145948ad",
"user": "Engel Nyst",
"created_at":... | perturbation | false | location | |
Significant-Gravitas__AutoGPT-7130@bfc8c0b#perturb-location | ntindle | 1,595,044,337 | Significant-Gravitas/AutoGPT | Python | {
"pull_number": 7130,
"title": "feat(forge/llm): Add `GroqProvider`",
"created_at": "2024-05-07T15:37:30",
"base_commit": "cdae98d36b35c420883f0bd1f776fa4d7a27b9c5",
"body": "### Background\r\n\r\nThis has issues with the profile generator, so maybe merge #7121 first\r\n\r\n### Changes 🏗️\r\n\r\n* Add `Groq... | [
{
"number": 25,
"title": "Support using other/local LLMs",
"body": "You can modify the code to accept a config file as input, and read the Chosen_Model flag to select the appropriate AI model. Here's an example of how to achieve this:\r\n\r\nCreate a sample config file named config.ini:\r\n\r\n[AI]\r\nC... | New Feature Additions | [
{
"type": "commit",
"sha": "02c819437774e493dcf4883ded463932522e43ea",
"user": "Reinier van der Leer",
"created_at": "2024-05-07T15:37:02Z",
"message": "feat(agent/core): Add `GroqProvider`"
},
{
"type": "pr_comment",
"id": 2098750381,
"user": "netlify[bot]",
"created_at": "2... | perturbation | false | location | |
ManimCommunity__manim-817@b90b792 | leotrs | 534,608,103 | ManimCommunity/manim | Python | {
"pull_number": 817,
"title": "Removed temporary partial movie file in scenefilewriter",
"created_at": "2020-12-03T00:27:26",
"base_commit": "9d7d640db636073f14d5f30c25ac0cfaa994ec71",
"body": "<!--- \r\nThanks for contributing to manim!\r\n**Please ensure that your pull request works with the latest version... | [
{
"number": 486,
"title": "Removing temp ffmpeg's temp-files ",
"body": "Before partial movie files are generated by ffmpeg, scenefilewriter creates temp partial movie file and then move them and rename them with their definitive name (which is the hash of the animation). \r\nWhy ? Why not rendering dir... | New Feature Additions | [
{
"type": "commit",
"sha": "0e5177c3f7ffe9b4ea9e635753a1332844763765",
"user": "Farah Ashqar",
"created_at": "2020-12-03T00:18:04Z",
"message": "Removed temporary partial movie file in scenefilewriter"
},
{
"type": "commit",
"sha": "a4570225a37e4fdfdbb8e7ba2a8560aeed12621e",
"use... | crawled_swebench | true | null | |
OpenHands__OpenHands-8693@d242838#perturb-negation | amanape | 2,109,136,603 | OpenHands/OpenHands | TypeScript | {
"pull_number": 8693,
"title": "Fix Feedback Submission Retry",
"created_at": "2025-05-25T08:35:39",
"base_commit": "77cd05c33b1eb292c336db772b973920f5b9daf4",
"body": "## Problem\r\nUsers often encounter failures when submitting feedback for the first time, requiring a manual second click to successfully su... | [
{
"number": 8637,
"title": "[Bug]: Submitting feedback sometimes does not work on first try",
"body": "### Is there an existing issue for the same bug? (If one exists, thumbs up or comment on the issue instead).\n\n- [x] I have checked the existing issues.\n\n### Describe the bug and reproduction steps\... | Bug Fixes | [
{
"type": "commit",
"sha": "083d31ad4e04315514e4dbd30a6c432b6d7ffb64",
"user": "Test User",
"created_at": "2025-05-25T08:11:14Z",
"message": "fix: 修复提交反馈首次尝试失败问题 (#8637)"
},
{
"type": "commit",
"sha": "cae2261dec1a2d5c6a676a29d8d76b3dc7c6f9fa",
"user": "Test User",
"created_a... | perturbation | false | negation | |
pandas-dev__pandas-16266@c301473 | jreback | 115,118,572 | pandas-dev/pandas | Python | {
"pull_number": 16266,
"title": "BUG: support for \"level=\" when reset_index() is called with a flat Index",
"created_at": "2017-05-06T10:03:58",
"base_commit": "ba60321d00d686a3137ffe26f919d64e84d43aa0",
"body": " - [x] closes #16263\r\n - [x] tests added / passed\r\n - [x] passes ``git diff upstream/maste... | [
{
"number": 16263,
"title": "DataFrame.reset_index deletes index, does not all for ints as level arg",
"body": "#### Code Sample, a copy-pastable example if possible\r\n```python\r\nimport pandas as pd\r\nimport numpy as np\r\npd.__version__\r\n```\r\n u'0.20.1'\r\n\r\n```python\r\ndata = pd.DataFrame(... | Bug Fixes | [
{
"type": "commit",
"sha": "7cc21c2d60612b95f3b2a07d8b570166385260cf",
"user": "Pietro Battiston",
"created_at": "2017-05-06T08:27:01Z",
"message": "BUG: support for \"level=\" when reset_index() is called with a flat Index\n\ncloses #16263"
},
{
"type": "inline",
"id": 115117687,
... | human_wrong | false | null | |
pandas-dev__pandas-16701@d61d17a | jorisvandenbossche | 122,134,695 | pandas-dev/pandas | Python | {
"pull_number": 16701,
"title": "BUG: Fix regression for RGB(A) color arguments",
"created_at": "2017-06-15T06:33:34",
"base_commit": "b7e7fd3f17d4d2a2f87b9d169cf87143f04e5d33",
"body": " - [ ] closes #16695\r\n - [x] test added / passed\r\n - [x] passes ``git diff upstream/master --name-only -- '*.py' | fla... | [
{
"number": 16695,
"title": "DataFrame plot method no long takes RGB tuple as color arg",
"body": "#### Problem description\r\n\r\nThe `plot` method on `DataFrame` objects takes a `color` argument that in versions prior to 0.20.2 took an RGB tuple as an accepted value. The 0.20.2 release throws an exce... | Bug Fixes | [
{
"type": "commit",
"sha": "0873721d082bd20b2947482a0dd50f11dea864d0",
"user": "Kevin Ford",
"created_at": "2017-06-15T06:03:03Z",
"message": "Add test"
},
{
"type": "commit",
"sha": "4e40100d737d9736a3d90ade2342e4ad343d1fb6",
"user": "Kevin Ford",
"created_at": "2017-06-15T0... | crawled_swebench | true | null | |
ManimCommunity__manim-1140@ee924b8 | behackl | 598,556,808 | ManimCommunity/manim | Python | {
"pull_number": 1140,
"title": "Flake8 Compat & Code Cleanup",
"created_at": "2021-03-21T19:45:11",
"base_commit": "196045b471acb8ad2a9bffaa9bca078624526174",
"body": "<!--\r\nThanks for your contribution to ManimCommunity!\r\n\r\nBefore filling in the details, ensure:\r\n- Your local changes are up-to-date ... | [
{
"number": 1132,
"title": "Flake8 Support",
"body": "I suggest that manim start using the flake8 linter. It would allow for cleaner code. It could be integrated with the pre-commit function. The only issue I see with this is that it needs a special config to work with black, but that issue is a small o... | General | [
{
"type": "commit",
"sha": "fd12b337d2cfcc12fa3abdacbc5500e6af22a0b4",
"user": "GameDungeon",
"created_at": "2021-03-21T19:40:56Z",
"message": "Flake8 Compat & Code Cleanup"
},
{
"type": "inline",
"id": 598328294,
"user": "naveen521kk",
"created_at": "2021-03-21T19:48:33Z",
... | crawled_swebench | true | null | |
pandas-dev__pandas-16486@6c67a4a | jreback | 118,386,606 | pandas-dev/pandas | Python | {
"pull_number": 16486,
"title": "return empty MultiIndex for symmetrical difference on equal MultiIndexes",
"created_at": "2017-05-24T20:40:41",
"base_commit": "92d07992e826808cd56f0bd8fec083b510ca402d",
"body": " - [X] closes #13490\r\n - [X] tests added / passed\r\n - [X] passes ``git diff upstream/master ... | [
{
"number": 13490,
"title": "Symmetric difference on equal MultiIndexes raises TypeError",
"body": "Calling `symmetric_difference` on two equal multiindices results in a TypeError rather than an empty MultiIndex. This is surprising since calling `difference` on the same multiindices results in the expec... | Bug Fixes | [
{
"type": "commit",
"sha": "4903b20bc385ac335a8da0fdfd33a5a79ed69c25",
"user": "Christian Stade-Schuldt",
"created_at": "2017-05-24T20:35:49Z",
"message": "return empty MultiIndex for symmetrical difference on equal MultiIndexes"
},
{
"type": "inline",
"id": 118370389,
"user": "T... | crawled_swebench | true | null | |
ManimCommunity__manim-58@e138ee4#perturb-symbol | eulertour | 429,187,139 | ManimCommunity/manim | Python | {
"pull_number": 58,
"title": "constants.py overhaul",
"created_at": "2020-05-22T04:23:57",
"base_commit": "a933dd370d8588a5eb7c1ab0becda09ca39dd896",
"body": "-DIR variables have been moved into their own file to avoid overwriting user changes in the future (dirs.py)\r\n-Initialization of directories has bee... | [
{
"number": 12,
"title": "constants.py cleanup and improvement",
"body": "manimlib/media_dir.txt is deprecated and should be removed, and the constants.py file should be brushed up as well.\r\n\r\nMost notably the constant MEDIA_DIR currently gets completely ignored due to **always** being overwritten b... | New Feature Additions | [
{
"type": "commit",
"sha": "92f6eb4ed92c00a92385223fe3273a5fa1caeb2d",
"user": "XorUnison",
"created_at": "2020-05-22T04:22:08Z",
"message": "constants.py overhaul\n\n-DIR variables have been moved into their own file to avoid overwriting user changes in the future (dirs.py)\n-Initialization of ... | perturbation | false | symbol | |
ManimCommunity__manim-1509@d0e718f#perturb-location | Darylgolden | 632,475,471 | ManimCommunity/manim | Python | {
"pull_number": 1509,
"title": "Copyedited Documentation",
"created_at": "2021-05-14T09:21:05",
"base_commit": "6c86d513f1a8d69835431cd242b642aeba78d6a8",
"body": "<!--\r\nThanks for your contribution to ManimCommunity!\r\n\r\nBefore filling in the details, ensure:\r\n- Your local changes are up-to-date with... | [
{
"number": 1401,
"title": "Copyediting of documentation",
"body": "## Enhancement proposal\r\nAs I look through the docs, I'll make a list here of pages that could do with some copyediting. Most of these pages are relatively well-written and only need some minor corrections. I think it'll be a good tas... | Documentation | [
{
"type": "commit",
"sha": "449c22cb71a95deaec8965c9be41efc53ae17bd7",
"user": "Nikhil0504",
"created_at": "2021-05-14T09:09:27Z",
"message": "Finished copyedititng"
},
{
"type": "inline",
"id": 632474839,
"user": "Darylgolden",
"created_at": "2021-05-14T11:50:49Z",
"body... | perturbation | false | location | |
ManimCommunity__manim-499@829c655 | leotrs | 498,196,337 | ManimCommunity/manim | Python | {
"pull_number": 499,
"title": "Make VGroup and VDict printable",
"created_at": "2020-10-01T11:13:13",
"base_commit": "037c9be804a73915d73106167ff4274f04d39576",
"body": "Closes #497 \r\n## List of Changes\r\n- Added a `__repr__` method to `VGroup` and `VDict`\r\n- Removed the `__str__` method from `Mobject` ... | [
{
"number": 497,
"title": "VGroup and VDict must override __repr__ to display the mobjects contained",
"body": "Consider this example:\r\n```python\r\nclass Test(Scene):\r\n def construct(self):\r\n sq = Square()\r\n cir = Circle()\r\n grp = VGroup(sq, cir)\r\n print(grp) ... | General | [
{
"type": "commit",
"sha": "89e8808e93ba35389feb0916961c298a0e41d6ea",
"user": "nilaybhatia",
"created_at": "2020-10-01T10:57:07Z",
"message": "Make VGroup and VDict printable"
},
{
"type": "commit",
"sha": "7e8bac4d71ec6619be391b92b4c8ff122bbfbe5d",
"user": "nilaybhatia",
"c... | crawled_swebench | true | null | |
ManimCommunity__manim-1509@d0e718f | naveen521kk | 637,513,859 | ManimCommunity/manim | Python | {
"pull_number": 1509,
"title": "Copyedited Documentation",
"created_at": "2021-05-14T09:21:05",
"base_commit": "6c86d513f1a8d69835431cd242b642aeba78d6a8",
"body": "<!--\r\nThanks for your contribution to ManimCommunity!\r\n\r\nBefore filling in the details, ensure:\r\n- Your local changes are up-to-date with... | [
{
"number": 1401,
"title": "Copyediting of documentation",
"body": "## Enhancement proposal\r\nAs I look through the docs, I'll make a list here of pages that could do with some copyediting. Most of these pages are relatively well-written and only need some minor corrections. I think it'll be a good tas... | Documentation | [
{
"type": "commit",
"sha": "449c22cb71a95deaec8965c9be41efc53ae17bd7",
"user": "Nikhil0504",
"created_at": "2021-05-14T09:09:27Z",
"message": "Finished copyedititng"
},
{
"type": "inline",
"id": 632474839,
"user": "Darylgolden",
"created_at": "2021-05-14T11:50:49Z",
"body... | crawled_swebench | true | null | |
OpenHands__OpenHands-8693@d242838 | amanape | 2,109,136,603 | OpenHands/OpenHands | TypeScript | {
"pull_number": 8693,
"title": "Fix Feedback Submission Retry",
"created_at": "2025-05-25T08:35:39",
"base_commit": "77cd05c33b1eb292c336db772b973920f5b9daf4",
"body": "## Problem\r\nUsers often encounter failures when submitting feedback for the first time, requiring a manual second click to successfully su... | [
{
"number": 8637,
"title": "[Bug]: Submitting feedback sometimes does not work on first try",
"body": "### Is there an existing issue for the same bug? (If one exists, thumbs up or comment on the issue instead).\n\n- [x] I have checked the existing issues.\n\n### Describe the bug and reproduction steps\... | Bug Fixes | [
{
"type": "commit",
"sha": "083d31ad4e04315514e4dbd30a6c432b6d7ffb64",
"user": "Test User",
"created_at": "2025-05-25T08:11:14Z",
"message": "fix: 修复提交反馈首次尝试失败问题 (#8637)"
},
{
"type": "commit",
"sha": "cae2261dec1a2d5c6a676a29d8d76b3dc7c6f9fa",
"user": "Test User",
"created_a... | crawled_swebench | true | null | |
BerriAI__litellm-10697@306ec22 | ishaan-jaff | 2,828,651,854 | BerriAI/litellm | Python | {
"pull_number": 10697,
"title": "[FIX] Update token fields in schema.prisma to use BigInt for improved…",
"created_at": "2025-05-09T14:49:26",
"base_commit": "86f19d2fae0f0197f4c146955fcad8a5f26dc220",
"body": "… handling of large values across LiteLLM models.\r\n\r\n## Title\r\nInteger overflow in PostgreSQ... | [
{
"number": 10379,
"title": "[Bug]: PostgreSQL Integer Overflow Error in Spend Tracking System",
"body": "### What happened?\n\nIssue Description\nWhen running LiteLLM with high usage, I encountered a PostgreSQL error indicating integer overflow in the spend tracking system. This occurs during the execu... | Bug Fixes | [
{
"type": "commit",
"sha": "7a372019f7f8379088b470f9ecace278c6720370",
"user": "Husnain",
"created_at": "2025-05-09T14:39:08Z",
"message": "[FIX] Update token fields in schema.prisma to use BigInt for improved handling of large values across LiteLLM models."
},
{
"type": "pr_comment",
... | crawled_swebench | true | null | |
Significant-Gravitas__AutoGPT-7091@bac353e | kcze | 1,653,526,505 | Significant-Gravitas/AutoGPT | Python | {
"pull_number": 7091,
"title": "feat(forge/llm): Add `LlamafileProvider`",
"created_at": "2024-04-19T16:27:49",
"base_commit": "0b9f3be6b8c677d71184ff96132ac6c427fa2011",
"body": "### Background\r\n\r\n<!-- Clearly explain the need for these changes: -->\r\n\r\nThis draft PR is a step toward enabling the use... | [
{
"number": 25,
"title": "Support using other/local LLMs",
"body": "You can modify the code to accept a config file as input, and read the Chosen_Model flag to select the appropriate AI model. Here's an example of how to achieve this:\r\n\r\nCreate a sample config file named config.ini:\r\n\r\n[AI]\r\nC... | Documentation | [
{
"type": "commit",
"sha": "03d8e1e16929db0c076c0804261489d42240777f",
"user": "Kate Silverstein",
"created_at": "2024-04-18T17:10:37Z",
"message": "Add minimal implementation of LlamafileProvider, a new ChatModelProvider for llamafiles. Currently it just extends OpenAIProvider and only override... | crawled_swebench | true | null | |
ManimCommunity__manim-2332@035ae57#perturb-location | hydrobeam | 775,201,116 | ManimCommunity/manim | Python | {
"pull_number": 2332,
"title": "Changed ``color``, ``stroke_color`` and ``fill_color`` attributes to properties",
"created_at": "2021-11-26T21:10:58",
"base_commit": "269e5c22cb02de108579eccee2b82583eb71e3dc",
"body": "<!-- Thank you for contributing to Manim! Learn more about the process in our contributing... | [
{
"number": 2324,
"title": "Attribute not updated when animated with `.animate` ",
"body": "## Description of bug / unexpected behavior\r\n<!-- Add a clear and concise description of the problem you encountered. -->\r\nMobject attributes are not updated when animated with `.animate`, but are successfull... | New Feature Additions | [
{
"type": "commit",
"sha": "b2084ee68dc0beeaae26abad00eadf6c3212cab6",
"user": "Marcin Serwin",
"created_at": "2021-11-25T23:06:32Z",
"message": "Make color, stroke_color and fill_color properties"
},
{
"type": "commit",
"sha": "ad829066ecb8c6b3d478a06d8703858d8dc1e0a2",
"user": ... | perturbation | false | location | |
Significant-Gravitas__AutoGPT-7130@bfc8c0b | ntindle | 1,612,504,319 | Significant-Gravitas/AutoGPT | Python | {
"pull_number": 7130,
"title": "feat(forge/llm): Add `GroqProvider`",
"created_at": "2024-05-07T15:37:30",
"base_commit": "cdae98d36b35c420883f0bd1f776fa4d7a27b9c5",
"body": "### Background\r\n\r\nThis has issues with the profile generator, so maybe merge #7121 first\r\n\r\n### Changes 🏗️\r\n\r\n* Add `Groq... | [
{
"number": 25,
"title": "Support using other/local LLMs",
"body": "You can modify the code to accept a config file as input, and read the Chosen_Model flag to select the appropriate AI model. Here's an example of how to achieve this:\r\n\r\nCreate a sample config file named config.ini:\r\n\r\n[AI]\r\nC... | New Feature Additions | [
{
"type": "commit",
"sha": "02c819437774e493dcf4883ded463932522e43ea",
"user": "Reinier van der Leer",
"created_at": "2024-05-07T15:37:02Z",
"message": "feat(agent/core): Add `GroqProvider`"
},
{
"type": "pr_comment",
"id": 2098750381,
"user": "netlify[bot]",
"created_at": "2... | crawled_swebench | true | null | |
ManimCommunity__manim-1140@ee924b8#perturb-location | behackl | 598,553,317 | ManimCommunity/manim | Python | {
"pull_number": 1140,
"title": "Flake8 Compat & Code Cleanup",
"created_at": "2021-03-21T19:45:11",
"base_commit": "196045b471acb8ad2a9bffaa9bca078624526174",
"body": "<!--\r\nThanks for your contribution to ManimCommunity!\r\n\r\nBefore filling in the details, ensure:\r\n- Your local changes are up-to-date ... | [
{
"number": 1132,
"title": "Flake8 Support",
"body": "I suggest that manim start using the flake8 linter. It would allow for cleaner code. It could be integrated with the pre-commit function. The only issue I see with this is that it needs a special config to work with black, but that issue is a small o... | General | [
{
"type": "commit",
"sha": "fd12b337d2cfcc12fa3abdacbc5500e6af22a0b4",
"user": "GameDungeon",
"created_at": "2021-03-21T19:40:56Z",
"message": "Flake8 Compat & Code Cleanup"
},
{
"type": "inline",
"id": 598328294,
"user": "naveen521kk",
"created_at": "2021-03-21T19:48:33Z",
... | perturbation | false | location | |
ManimCommunity__manim-2332@035ae57#perturb-location | behackl | 762,216,399 | ManimCommunity/manim | Python | {
"pull_number": 2332,
"title": "Changed ``color``, ``stroke_color`` and ``fill_color`` attributes to properties",
"created_at": "2021-11-26T21:10:58",
"base_commit": "269e5c22cb02de108579eccee2b82583eb71e3dc",
"body": "<!-- Thank you for contributing to Manim! Learn more about the process in our contributing... | [
{
"number": 2324,
"title": "Attribute not updated when animated with `.animate` ",
"body": "## Description of bug / unexpected behavior\r\n<!-- Add a clear and concise description of the problem you encountered. -->\r\nMobject attributes are not updated when animated with `.animate`, but are successfull... | New Feature Additions | [
{
"type": "commit",
"sha": "b2084ee68dc0beeaae26abad00eadf6c3212cab6",
"user": "Marcin Serwin",
"created_at": "2021-11-25T23:06:32Z",
"message": "Make color, stroke_color and fill_color properties"
},
{
"type": "commit",
"sha": "ad829066ecb8c6b3d478a06d8703858d8dc1e0a2",
"user": ... | perturbation | false | location | |
ManimCommunity__manim-2111@931f9d3 | behackl | 720,644,823 | ManimCommunity/manim | Python | {
"pull_number": 2111,
"title": "Improved setting of OpenGL colors",
"created_at": "2021-09-29T19:01:43",
"base_commit": "dd16347eb83466cb5c6281429ca5566dfb1e1513",
"body": "<!-- Thank you for contributing to Manim! Learn more about the process in our contributing guidelines: https://docs.manim.community/en/l... | [
{
"number": 2087,
"title": "Setting colors and opacities in OpenGLVMobject doesn't change attributes",
"body": "## Description of bug / unexpected behavior\r\n<!-- Add a clear and concise description of the problem you encountered. -->\r\n\r\nCalling `set_color`, `set_fill` and `set_stroke` on `OpenGLVM... | New Feature Additions | [
{
"type": "commit",
"sha": "1396d83c412e1332c25dfc422189deb9f730c925",
"user": "ryan",
"created_at": "2021-09-29T18:47:29Z",
"message": "Improve setting of opengl colors"
},
{
"type": "inline",
"id": 720644823,
"user": "behackl",
"created_at": "2021-10-02T07:53:05Z",
"bod... | crawled_swebench | true | null | |
ManimCommunity__manim-2546@1c0300a | huguesdevimeux | 924,473,411 | ManimCommunity/manim | Python | {
"pull_number": 2546,
"title": "Fixed a File logging bug and some maintenance",
"created_at": "2022-02-15T08:20:59",
"base_commit": "5d72d9cfa2e3dd21c844b1da807576f5a7194fda",
"body": "## Overview: What does this pull request change?\r\nCloses #2285 \r\nRemoves a test\r\nRemoves the ability to change `verbos... | [
{
"number": 2285,
"title": "`log_to_file` in configuration gives `'Nonetype' is not iterable` traceback",
"body": "## Description of bug / unexpected behavior\r\ntrying to set up logging in a config file fails\r\n\r\n\r\n## Expected behavior\r\nlogs written to a file \r\n\r\n\r\n## How to reproduce the ... | Bug Fixes | [
{
"type": "commit",
"sha": "0aa9309b8eb559466373e731240af4c4126be741",
"user": "Kiran-raj",
"created_at": "2022-02-15T07:28:11Z",
"message": "Fixed File logging bug\n\nPreviously, the file logger was set in manim/_config/utils.\nThat caused problems as python tried to enable file logging when ot... | human_wrong | false | null | |
ManimCommunity__manim-2332@035ae57#perturb-negation | Darylgolden | 794,633,222 | ManimCommunity/manim | Python | {
"pull_number": 2332,
"title": "Changed ``color``, ``stroke_color`` and ``fill_color`` attributes to properties",
"created_at": "2021-11-26T21:10:58",
"base_commit": "269e5c22cb02de108579eccee2b82583eb71e3dc",
"body": "<!-- Thank you for contributing to Manim! Learn more about the process in our contributing... | [
{
"number": 2324,
"title": "Attribute not updated when animated with `.animate` ",
"body": "## Description of bug / unexpected behavior\r\n<!-- Add a clear and concise description of the problem you encountered. -->\r\nMobject attributes are not updated when animated with `.animate`, but are successfull... | New Feature Additions | [
{
"type": "commit",
"sha": "b2084ee68dc0beeaae26abad00eadf6c3212cab6",
"user": "Marcin Serwin",
"created_at": "2021-11-25T23:06:32Z",
"message": "Make color, stroke_color and fill_color properties"
},
{
"type": "commit",
"sha": "ad829066ecb8c6b3d478a06d8703858d8dc1e0a2",
"user": ... | perturbation | false | negation | |
OpenHands__OpenHands-5604@9d3f77f | csmith49 | 1,966,812,958 | OpenHands/OpenHands | TypeScript | {
"pull_number": 5604,
"title": "Use LLM APIs responses in token counting",
"created_at": "2024-12-14T20:25:22",
"base_commit": "70b21d16bd97ed98617ce0d97239123c4029040a",
"body": "**End-user friendly description of the problem this fixes or functionality that this introduces**\r\n\r\n- [ ] Include this chang... | [
{
"number": 2947,
"title": "Feat: make use of litellm's response \"usage\" data",
"body": "**What problem or use case are you trying to solve?**\n\n**TASK**\n\nWe want to enhance our get_token_count() implementation in llm.py, to take advantage of the token counts we are provided from our dependencies, ... | General | [
{
"type": "inline",
"id": 1885379280,
"user": "enyst",
"created_at": "2024-12-14T20:26:32Z",
"body": "```suggestion\r\n Updates token counts in the assistant message (action) if usage data is available.\r\n```",
"review_path": "openhands/llm/llm.py",
"diff_hunk": "@@ -430,6 +430,7... | crawled_swebench | true | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.