{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":13221727,"defaultBranch":"main","name":"xarray","ownerLogin":"pydata","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2013-09-30T17:21:10.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1284191?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715571549.0","currentOid":""},"activityList":{"items":[{"before":"f2c4659c179aaca2819dd13d86c005e8914d9cf3","after":"d763c024476b233ee32cc73bb02e2876fcb3df1a","ref":"refs/heads/backend-indexing","pushedAt":"2024-05-13T17:22:29.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"andersy005","name":"Anderson Banihirwe","path":"/andersy005","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13301940?s=80&v=4"},"commit":{"message":"Merge branch 'main' into backend-indexing\n\n* main:\n New whatsnew section\n Release summary for v2024.05.0 (#9021)","shortMessageHtmlLink":"Merge branch 'main' into backend-indexing"}},{"before":"da9ff0ab287ec7ad3ab3aed73860178bc5b6e761","after":"31111b3afe44fd6f7dac363264e94186cc5168d2","ref":"refs/heads/main","pushedAt":"2024-05-13T03:49:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"TomNicholas","name":"Tom Nicholas","path":"/TomNicholas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/35968931?s=80&v=4"},"commit":{"message":"New whatsnew section","shortMessageHtmlLink":"New whatsnew section"}},{"before":"b9c124b889c5d6b5800f9e5d3731c986889e8c0a","after":"da9ff0ab287ec7ad3ab3aed73860178bc5b6e761","ref":"refs/heads/main","pushedAt":"2024-05-12T22:28:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TomNicholas","name":"Tom Nicholas","path":"/TomNicholas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/35968931?s=80&v=4"},"commit":{"message":"Release summary for v2024.05.0 (#9021)\n\n* release summary\r\n\r\n* add some links\r\n\r\n* moved an entry up\r\n\r\n* rst vs md\r\n\r\nCo-authored-by: Justus Magin \r\n\r\n* update the date\r\n\r\n---------\r\n\r\nCo-authored-by: Justus Magin ","shortMessageHtmlLink":"Release summary for v2024.05.0 (#9021)"}},{"before":"795daf2db5ad0b0a2ebbad4cc694e15417a124db","after":"f2c4659c179aaca2819dd13d86c005e8914d9cf3","ref":"refs/heads/backend-indexing","pushedAt":"2024-05-12T01:34:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"andersy005","name":"Anderson Banihirwe","path":"/andersy005","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13301940?s=80&v=4"},"commit":{"message":"Micro optimization -- use tuples throughout backend indexing (#9009)\n\nCo-authored-by: Deepak Cherian \r\nCo-authored-by: Deepak Cherian \r\nCo-authored-by: Anderson Banihirwe <13301940+andersy005@users.noreply.github.com>\r\nCo-authored-by: Anderson Banihirwe ","shortMessageHtmlLink":"Micro optimization -- use tuples throughout backend indexing (#9009)"}},{"before":"7d55345434f88eb0f39bb76edc76cf6ae98facd5","after":"795daf2db5ad0b0a2ebbad4cc694e15417a124db","ref":"refs/heads/backend-indexing","pushedAt":"2024-05-12T01:24:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"andersy005","name":"Anderson Banihirwe","path":"/andersy005","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13301940?s=80&v=4"},"commit":{"message":"fix bad merge","shortMessageHtmlLink":"fix bad merge"}},{"before":"b46c320d4db12b3dc65bd3868ef61a37f3eeb89a","after":"7d55345434f88eb0f39bb76edc76cf6ae98facd5","ref":"refs/heads/backend-indexing","pushedAt":"2024-05-12T01:14:39.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"andersy005","name":"Anderson Banihirwe","path":"/andersy005","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13301940?s=80&v=4"},"commit":{"message":"Merge branch 'main' into backend-indexing\n\n* main:\n Add whatsnew entry for #8974 (#9022)\n Zarr: Optimize appending (#8998)","shortMessageHtmlLink":"Merge branch 'main' into backend-indexing"}},{"before":"6fe12340165fe327a665d4c8759ef7c47fb715d3","after":"b9c124b889c5d6b5800f9e5d3731c986889e8c0a","ref":"refs/heads/main","pushedAt":"2024-05-11T00:50:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dcherian","name":"Deepak Cherian","path":"/dcherian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2448579?s=80&v=4"},"commit":{"message":"Add whatsnew entry for #8974 (#9022)\n\nResponding to call-out at https://github.com/pydata/xarray/pull/9021 !","shortMessageHtmlLink":"Add whatsnew entry for #8974 (#9022)"}},{"before":"cd25bfa84e4f017ee3f21147a071ea363abffc82","after":"6fe12340165fe327a665d4c8759ef7c47fb715d3","ref":"refs/heads/main","pushedAt":"2024-05-10T16:58:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dcherian","name":"Deepak Cherian","path":"/dcherian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2448579?s=80&v=4"},"commit":{"message":"Zarr: Optimize appending (#8998)\n\n* Zarr: optimize appending\r\n\r\n* Update xarray/backends/zarr.py\r\n\r\n* Don't run `encoding` check if it wasn't provided.\r\n\r\n* Add regression test\r\n\r\n* fix types\r\n\r\n* fix test\r\n\r\n* Use mock instead","shortMessageHtmlLink":"Zarr: Optimize appending (#8998)"}},{"before":"18c5c70c7c08414695f1f3abda86264f15fb88a5","after":"b46c320d4db12b3dc65bd3868ef61a37f3eeb89a","ref":"refs/heads/backend-indexing","pushedAt":"2024-05-10T05:50:55.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"andersy005","name":"Anderson Banihirwe","path":"/andersy005","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13301940?s=80&v=4"},"commit":{"message":"Merge branch 'main' into backend-indexing\n\n* main:\n [pre-commit.ci] pre-commit autoupdate (#9005)","shortMessageHtmlLink":"Merge branch 'main' into backend-indexing"}},{"before":"766f677bb1915bfdd003fe06d315b819e9b4e9de","after":null,"ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-05-10T05:49:52.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"andersy005","name":"Anderson Banihirwe","path":"/andersy005","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13301940?s=80&v=4"}},{"before":"6057128b7779611c03a546927955862b1dcd2572","after":"cd25bfa84e4f017ee3f21147a071ea363abffc82","ref":"refs/heads/main","pushedAt":"2024-05-10T05:49:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"andersy005","name":"Anderson Banihirwe","path":"/andersy005","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13301940?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate (#9005)\n\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>\r\nCo-authored-by: Deepak Cherian \r\nCo-authored-by: Mathias Hauser \r\nCo-authored-by: Anderson Banihirwe ","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate (#9005)"}},{"before":"a9c296bc6b239140d714d62dc8e35f4135a0a82c","after":"766f677bb1915bfdd003fe06d315b819e9b4e9de","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-05-10T05:48:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"andersy005","name":"Anderson Banihirwe","path":"/andersy005","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13301940?s=80&v=4"},"commit":{"message":"Retrigger CI","shortMessageHtmlLink":"Retrigger CI"}},{"before":"bfb334cea41a17a417dac880fc2930621b983a06","after":"18c5c70c7c08414695f1f3abda86264f15fb88a5","ref":"refs/heads/backend-indexing","pushedAt":"2024-05-10T04:47:52.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"andersy005","name":"Anderson Banihirwe","path":"/andersy005","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13301940?s=80&v=4"},"commit":{"message":"Trigger CI only if code files are modified. (#9006)\n\n* Trigger CI only if code files are modified.\n\nFixes #8705\n\n* Apply suggestions from code review\n\nCo-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com>\n\n---------\n\nCo-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com>","shortMessageHtmlLink":"Trigger CI only if code files are modified. (#9006)"}},{"before":"65f93bcfbe61d4f7f06b4da413d6968aaf6874be","after":"bfb334cea41a17a417dac880fc2930621b983a06","ref":"refs/heads/backend-indexing","pushedAt":"2024-05-10T03:31:04.000Z","pushType":"push","commitsCount":14,"pusher":{"login":"andersy005","name":"Anderson Banihirwe","path":"/andersy005","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13301940?s=80&v=4"},"commit":{"message":"Merge branch 'main' into backend-indexing\n\n* main:\n Avoid auto creation of indexes in concat (#8872)\n Fix benchmark CI (#9013)\n Avoid extra read from disk when creating Pandas Index. (#8893)\n Add a benchmark to monitor performance for large dataset indexing (#9012)\n Zarr: Optimize `region=\"auto\"` detection (#8997)\n Trigger CI only if code files are modified. (#9006)\n Fix for ruff 0.4.3 (#9007)\n Port negative frequency fix for `pandas.date_range` to `cftime_range` (#8999)\n Bump codecov/codecov-action from 4.3.0 to 4.3.1 in the actions group (#9004)\n Speed up localize (#8536)\n Simplify fast path (#9001)\n Add argument check_dims to assert_allclose to allow transposed inputs (#5733) (#8991)\n Fix syntax error in test related to cupy (#9000)","shortMessageHtmlLink":"Merge branch 'main' into backend-indexing"}},{"before":"2fd3b8b30a89aea64917b7914da99cef46b58feb","after":"65f93bcfbe61d4f7f06b4da413d6968aaf6874be","ref":"refs/heads/backend-indexing","pushedAt":"2024-05-10T03:28:15.000Z","pushType":"push","commitsCount":13,"pusher":{"login":"andersy005","name":"Anderson Banihirwe","path":"/andersy005","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13301940?s=80&v=4"},"commit":{"message":"Avoid auto creation of indexes in concat (#8872)\n\n* test not creating indexes on concatenation\r\n\r\n* construct result dataset using Coordinates object with indexes passed explicitly\r\n\r\n* remove unnecessary overwriting of indexes\r\n\r\n* ConcatenatableArray class\r\n\r\n* use ConcatenableArray in tests\r\n\r\n* add regression tests\r\n\r\n* fix by performing check\r\n\r\n* refactor assert_valid_explicit_coords and rename dims->sizes\r\n\r\n* Revert \"add regression tests\"\r\n\r\nThis reverts commit beb665a7109bdb627aa66ee277fd87edc195356d.\r\n\r\n* Revert \"fix by performing check\"\r\n\r\nThis reverts commit 22f361dc590a83b2b3660539175a8a7cb1cba051.\r\n\r\n* Revert \"refactor assert_valid_explicit_coords and rename dims->sizes\"\r\n\r\nThis reverts commit 55166fc7e002fa07d7a84f8d7fc460ddaad9674f.\r\n\r\n* fix failing test\r\n\r\n* possible fix for failing groupby test\r\n\r\n* Revert \"possible fix for failing groupby test\"\r\n\r\nThis reverts commit 6e9ead6603de73c5ea6bd8f76d973525bb70b417.\r\n\r\n* test expand_dims doesn't create Index\r\n\r\n* add option to not create 1D index in expand_dims\r\n\r\n* refactor tests to consider data variables and coordinate variables separately\r\n\r\n* test expand_dims doesn't create Index\r\n\r\n* add option to not create 1D index in expand_dims\r\n\r\n* refactor tests to consider data variables and coordinate variables separately\r\n\r\n* fix bug causing new test to fail\r\n\r\n* test index auto-creation when iterable passed as new coordinate values\r\n\r\n* make test for iterable pass\r\n\r\n* added kwarg to dataarray\r\n\r\n* whatsnew\r\n\r\n* [pre-commit.ci] auto fixes from pre-commit.com hooks\r\n\r\nfor more information, see https://pre-commit.ci\r\n\r\n* Revert \"refactor tests to consider data variables and coordinate variables separately\"\r\n\r\nThis reverts commit ba5627eebf7b580d0a0b9a171f1f94d7412662e3.\r\n\r\n* Revert \"add option to not create 1D index in expand_dims\"\r\n\r\nThis reverts commit 95d453ccff1d2e2746c1970c0157f2de0b582105.\r\n\r\n* test that concat doesn't raise if create_1d_index=False\r\n\r\n* make test pass by passing create_1d_index down through concat\r\n\r\n* assert that an UnexpectedDataAccess error is raised when create_1d_index=True\r\n\r\n* eliminate possibility of xarray internals bypassing UnexpectedDataAccess error by accessing .array\r\n\r\n* update tests to use private versions of assertions\r\n\r\n* create_1d_index->create_index\r\n\r\n* Update doc/whats-new.rst\r\n\r\nCo-authored-by: Deepak Cherian \r\n\r\n* Rename create_1d_index -> create_index\r\n\r\n* fix ConcatenatableArray\r\n\r\n* formatting\r\n\r\n* whatsnew\r\n\r\n* add new create_index kwarg to overloads\r\n\r\n* split vars into data_vars and coord_vars in one loop\r\n\r\n* avoid mypy error by using new variable name\r\n\r\n* warn if create_index=True but no index created because dimension variable was a data var not a coord\r\n\r\n* add string marks in warning message\r\n\r\n* regression test for dtype changing in to_stacked_array\r\n\r\n* correct doctest\r\n\r\n* Remove outdated comment\r\n\r\n* test we can skip creation of indexes during shape promotion\r\n\r\n* make shape promotion test pass\r\n\r\n* point to issue in whatsnew\r\n\r\n* don't create dimension coordinates just to drop them at the end\r\n\r\n* Remove ToDo about not using Coordinates object to pass indexes\r\n\r\nCo-authored-by: Deepak Cherian \r\n\r\n* get rid of unlabeled_dims variable entirely\r\n\r\n* move ConcatenatableArray and similar to new file\r\n\r\n* formatting nit\r\n\r\nCo-authored-by: Justus Magin \r\n\r\n* renamed create_index -> create_index_for_new_dim in concat\r\n\r\n* renamed create_index -> create_index_for_new_dim in expand_dims\r\n\r\n* fix incorrect arg name\r\n\r\n* add example to docstring\r\n\r\n* add example of using new kwarg to docstring of expand_dims\r\n\r\n* add example of using new kwarg to docstring of concat\r\n\r\n* re-nit the nit\r\n\r\nCo-authored-by: Justus Magin \r\n\r\n* more instances of the nit\r\n\r\n* fix docstring doctest formatting nit\r\n\r\n---------\r\n\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>\r\nCo-authored-by: Deepak Cherian \r\nCo-authored-by: Justus Magin ","shortMessageHtmlLink":"Avoid auto creation of indexes in concat (#8872)"}},{"before":"7a1e7505c83e5c2246eeaf2d8ac14f737037da56","after":"a9c296bc6b239140d714d62dc8e35f4135a0a82c","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-05-09T07:50:22.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"mathause","name":"Mathias Hauser","path":"/mathause","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10194086?s=80&v=4"},"commit":{"message":"Merge branch 'main' into pre-commit-ci-update-config","shortMessageHtmlLink":"Merge branch 'main' into pre-commit-ci-update-config"}},{"before":"71661d5b17865be426b646136a0d5766290c8d3d","after":"6057128b7779611c03a546927955862b1dcd2572","ref":"refs/heads/main","pushedAt":"2024-05-08T19:26:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TomNicholas","name":"Tom Nicholas","path":"/TomNicholas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/35968931?s=80&v=4"},"commit":{"message":"Avoid auto creation of indexes in concat (#8872)\n\n* test not creating indexes on concatenation\r\n\r\n* construct result dataset using Coordinates object with indexes passed explicitly\r\n\r\n* remove unnecessary overwriting of indexes\r\n\r\n* ConcatenatableArray class\r\n\r\n* use ConcatenableArray in tests\r\n\r\n* add regression tests\r\n\r\n* fix by performing check\r\n\r\n* refactor assert_valid_explicit_coords and rename dims->sizes\r\n\r\n* Revert \"add regression tests\"\r\n\r\nThis reverts commit beb665a7109bdb627aa66ee277fd87edc195356d.\r\n\r\n* Revert \"fix by performing check\"\r\n\r\nThis reverts commit 22f361dc590a83b2b3660539175a8a7cb1cba051.\r\n\r\n* Revert \"refactor assert_valid_explicit_coords and rename dims->sizes\"\r\n\r\nThis reverts commit 55166fc7e002fa07d7a84f8d7fc460ddaad9674f.\r\n\r\n* fix failing test\r\n\r\n* possible fix for failing groupby test\r\n\r\n* Revert \"possible fix for failing groupby test\"\r\n\r\nThis reverts commit 6e9ead6603de73c5ea6bd8f76d973525bb70b417.\r\n\r\n* test expand_dims doesn't create Index\r\n\r\n* add option to not create 1D index in expand_dims\r\n\r\n* refactor tests to consider data variables and coordinate variables separately\r\n\r\n* test expand_dims doesn't create Index\r\n\r\n* add option to not create 1D index in expand_dims\r\n\r\n* refactor tests to consider data variables and coordinate variables separately\r\n\r\n* fix bug causing new test to fail\r\n\r\n* test index auto-creation when iterable passed as new coordinate values\r\n\r\n* make test for iterable pass\r\n\r\n* added kwarg to dataarray\r\n\r\n* whatsnew\r\n\r\n* [pre-commit.ci] auto fixes from pre-commit.com hooks\r\n\r\nfor more information, see https://pre-commit.ci\r\n\r\n* Revert \"refactor tests to consider data variables and coordinate variables separately\"\r\n\r\nThis reverts commit ba5627eebf7b580d0a0b9a171f1f94d7412662e3.\r\n\r\n* Revert \"add option to not create 1D index in expand_dims\"\r\n\r\nThis reverts commit 95d453ccff1d2e2746c1970c0157f2de0b582105.\r\n\r\n* test that concat doesn't raise if create_1d_index=False\r\n\r\n* make test pass by passing create_1d_index down through concat\r\n\r\n* assert that an UnexpectedDataAccess error is raised when create_1d_index=True\r\n\r\n* eliminate possibility of xarray internals bypassing UnexpectedDataAccess error by accessing .array\r\n\r\n* update tests to use private versions of assertions\r\n\r\n* create_1d_index->create_index\r\n\r\n* Update doc/whats-new.rst\r\n\r\nCo-authored-by: Deepak Cherian \r\n\r\n* Rename create_1d_index -> create_index\r\n\r\n* fix ConcatenatableArray\r\n\r\n* formatting\r\n\r\n* whatsnew\r\n\r\n* add new create_index kwarg to overloads\r\n\r\n* split vars into data_vars and coord_vars in one loop\r\n\r\n* avoid mypy error by using new variable name\r\n\r\n* warn if create_index=True but no index created because dimension variable was a data var not a coord\r\n\r\n* add string marks in warning message\r\n\r\n* regression test for dtype changing in to_stacked_array\r\n\r\n* correct doctest\r\n\r\n* Remove outdated comment\r\n\r\n* test we can skip creation of indexes during shape promotion\r\n\r\n* make shape promotion test pass\r\n\r\n* point to issue in whatsnew\r\n\r\n* don't create dimension coordinates just to drop them at the end\r\n\r\n* Remove ToDo about not using Coordinates object to pass indexes\r\n\r\nCo-authored-by: Deepak Cherian \r\n\r\n* get rid of unlabeled_dims variable entirely\r\n\r\n* move ConcatenatableArray and similar to new file\r\n\r\n* formatting nit\r\n\r\nCo-authored-by: Justus Magin \r\n\r\n* renamed create_index -> create_index_for_new_dim in concat\r\n\r\n* renamed create_index -> create_index_for_new_dim in expand_dims\r\n\r\n* fix incorrect arg name\r\n\r\n* add example to docstring\r\n\r\n* add example of using new kwarg to docstring of expand_dims\r\n\r\n* add example of using new kwarg to docstring of concat\r\n\r\n* re-nit the nit\r\n\r\nCo-authored-by: Justus Magin \r\n\r\n* more instances of the nit\r\n\r\n* fix docstring doctest formatting nit\r\n\r\n---------\r\n\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>\r\nCo-authored-by: Deepak Cherian \r\nCo-authored-by: Justus Magin ","shortMessageHtmlLink":"Avoid auto creation of indexes in concat (#8872)"}},{"before":"322e6706c0d85ec4c0c0763806c4edf158baa58c","after":"71661d5b17865be426b646136a0d5766290c8d3d","ref":"refs/heads/main","pushedAt":"2024-05-07T22:53:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dcherian","name":"Deepak Cherian","path":"/dcherian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2448579?s=80&v=4"},"commit":{"message":"Fix benchmark CI (#9013)\n\n* [skip-ci] Fix benchmark CI\r\n\r\n* [skip-ci] reduce warnings\r\n\r\n* Fix indexing benchmark","shortMessageHtmlLink":"Fix benchmark CI (#9013)"}},{"before":"4e9d557d47bf6792937792426559747204fce5ed","after":"322e6706c0d85ec4c0c0763806c4edf158baa58c","ref":"refs/heads/main","pushedAt":"2024-05-07T19:28:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dcherian","name":"Deepak Cherian","path":"/dcherian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2448579?s=80&v=4"},"commit":{"message":"Avoid extra read from disk when creating Pandas Index. (#8893)\n\n* Avoid extra read from disk when creating Pandas Index.\r\n\r\n* Update xarray/core/indexes.py\r\n\r\nCo-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com>\r\n\r\n---------\r\n\r\nCo-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com>","shortMessageHtmlLink":"Avoid extra read from disk when creating Pandas Index. (#8893)"}},{"before":"dcf2ac4addb5a92723c6b064fb6546ff02ebd1cd","after":"4e9d557d47bf6792937792426559747204fce5ed","ref":"refs/heads/main","pushedAt":"2024-05-07T15:59:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dcherian","name":"Deepak Cherian","path":"/dcherian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2448579?s=80&v=4"},"commit":{"message":"Add a benchmark to monitor performance for large dataset indexing (#9012)","shortMessageHtmlLink":"Add a benchmark to monitor performance for large dataset indexing (#9012"}},{"before":"2ad98b132cf004d908a77c40a7dc7adbd792f668","after":"dcf2ac4addb5a92723c6b064fb6546ff02ebd1cd","ref":"refs/heads/main","pushedAt":"2024-05-07T15:29:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dcherian","name":"Deepak Cherian","path":"/dcherian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2448579?s=80&v=4"},"commit":{"message":"Zarr: Optimize `region=\"auto\"` detection (#8997)\n\n* Zarr: Optimize region detection\r\n\r\n* Fix for unindexed dimensions.\r\n\r\n* Better example\r\n\r\n* small cleanup","shortMessageHtmlLink":"Zarr: Optimize region=\"auto\" detection (#8997)"}},{"before":"28595ac097475bea428819d83130de95f16722f2","after":"7a1e7505c83e5c2246eeaf2d8ac14f737037da56","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-05-06T19:21:22.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"dcherian","name":"Deepak Cherian","path":"/dcherian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2448579?s=80&v=4"},"commit":{"message":"Merge branch 'main' into pre-commit-ci-update-config","shortMessageHtmlLink":"Merge branch 'main' into pre-commit-ci-update-config"}},{"before":"c01de3997cf886b91c8134f17fa086401dbb22a7","after":"2ad98b132cf004d908a77c40a7dc7adbd792f668","ref":"refs/heads/main","pushedAt":"2024-05-06T19:21:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dcherian","name":"Deepak Cherian","path":"/dcherian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2448579?s=80&v=4"},"commit":{"message":"Trigger CI only if code files are modified. (#9006)\n\n* Trigger CI only if code files are modified.\r\n\r\nFixes #8705\r\n\r\n* Apply suggestions from code review\r\n\r\nCo-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com>\r\n\r\n---------\r\n\r\nCo-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com>","shortMessageHtmlLink":"Trigger CI only if code files are modified. (#9006)"}},{"before":"e0f2ceede29087854edfa498cfd23d36bcf4178a","after":"c01de3997cf886b91c8134f17fa086401dbb22a7","ref":"refs/heads/main","pushedAt":"2024-05-06T19:17:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"max-sixty","name":"Maximilian Roos","path":"/max-sixty","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5635139?s=80&v=4"},"commit":{"message":"Fix for ruff 0.4.3 (#9007)\n\n* Fix for ruff 0.4.3\n\n* [pre-commit.ci] auto fixes from pre-commit.com hooks\n\nfor more information, see https://pre-commit.ci\n\n---------\n\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Fix for ruff 0.4.3 (#9007)"}},{"before":"c4031cd67c6e56f398414c27aab306656d8af517","after":"e0f2ceede29087854edfa498cfd23d36bcf4178a","ref":"refs/heads/main","pushedAt":"2024-05-06T17:37:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dcherian","name":"Deepak Cherian","path":"/dcherian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2448579?s=80&v=4"},"commit":{"message":"Port negative frequency fix for `pandas.date_range` to `cftime_range` (#8999)","shortMessageHtmlLink":"Port negative frequency fix for pandas.date_range to cftime_range ("}},{"before":"651b8258d44d6c9cbca558915f9c68df0f253a8e","after":"28595ac097475bea428819d83130de95f16722f2","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-05-06T17:30:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] auto fixes from pre-commit.com hooks\n\nfor more information, see https://pre-commit.ci","shortMessageHtmlLink":"[pre-commit.ci] auto fixes from pre-commit.com hooks"}},{"before":null,"after":"651b8258d44d6c9cbca558915f9c68df0f253a8e","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-05-06T17:29:46.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate\n\nupdates:\n- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0)\n- [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.4.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.4...v0.4.3)\n- [github.com/psf/black-pre-commit-mirror: 24.3.0 → 24.4.2](https://github.com/psf/black-pre-commit-mirror/compare/24.3.0...24.4.2)\n- [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.9.0...v1.10.0)","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate"}},{"before":"827c1f59a3ee49a689665844b20e8abdad0ca643","after":null,"ref":"refs/heads/dependabot/github_actions/actions-5cb858035e","pushedAt":"2024-05-06T17:02:38.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"max-sixty","name":"Maximilian Roos","path":"/max-sixty","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5635139?s=80&v=4"}},{"before":"faa634579f3240e6fa36694e89cec3d674f784d3","after":"c4031cd67c6e56f398414c27aab306656d8af517","ref":"refs/heads/main","pushedAt":"2024-05-06T17:02:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"max-sixty","name":"Maximilian Roos","path":"/max-sixty","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5635139?s=80&v=4"},"commit":{"message":"Bump codecov/codecov-action from 4.3.0 to 4.3.1 in the actions group (#9004)\n\nBumps the actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action).\r\n\r\n\r\nUpdates `codecov/codecov-action` from 4.3.0 to 4.3.1\r\n- [Release notes](https://github.com/codecov/codecov-action/releases)\r\n- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/codecov/codecov-action/compare/v4.3.0...v4.3.1)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: codecov/codecov-action\r\n dependency-type: direct:production\r\n update-type: version-update:semver-patch\r\n dependency-group: actions\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump codecov/codecov-action from 4.3.0 to 4.3.1 in the actions group (#…"}},{"before":null,"after":"827c1f59a3ee49a689665844b20e8abdad0ca643","ref":"refs/heads/dependabot/github_actions/actions-5cb858035e","pushedAt":"2024-05-06T06:36:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump codecov/codecov-action from 4.3.0 to 4.3.1 in the actions group\n\nBumps the actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action).\n\n\nUpdates `codecov/codecov-action` from 4.3.0 to 4.3.1\n- [Release notes](https://github.com/codecov/codecov-action/releases)\n- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/codecov/codecov-action/compare/v4.3.0...v4.3.1)\n\n---\nupdated-dependencies:\n- dependency-name: codecov/codecov-action\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: actions\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump codecov/codecov-action from 4.3.0 to 4.3.1 in the actions group"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAESKmVYAA","startCursor":null,"endCursor":null}},"title":"Activity · pydata/xarray"}